/*------------------------------------------------------------------
	[Reset]
*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
.error { font-weight:bold; }
input.error, textarea.error { background: #F66; color:#FFF; }
label.error { display:block; color: #900; margin: 2px 0; font-size:11px; font-style:italic; }
/*------------------------------------------------------------------
	[Global]
*/
body { font: 12px/18px Arial, Helvetica, sans-serif; color: #333; text-align:center; background:#FFF; }
a { color: #000B00; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
p { margin-bottom: 18px; }
h1,h2,h3,h4 { color: #333; }
h1 { font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-size: 12px; line-height: 18px; margin-bottom: 18px; font-weight:bold; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }

/*------------------------------------------------------------------
	[Layout]
*/
#wrapper { width:100%; background:#04ADEE url(../images/body-bg.jpg) 0 0 repeat-x; }
#inner-wrapper { margin: 0 auto; width:852px; }

#header { height:199px; background: #FFF; text-align:left; overflow:hidden; position:relative; }
#logo { width: 852px; height: 199px; background:url(../images/logo.gif) 0 0 no-repeat; text-indent:-9000px; }
#logo a { display: block; width: 380px; height:199px; position: absolute; top:0; right:20px; }

#nav-wrapper { width:770px; margin: 0 auto; text-align:center; }
#home #nav-wrapper { width:100%; margin:0; }

#nav { margin-top:30px; height: 18px;  background: #97C93D; text-align:left; width: 100%; }

#content-wrapper { margin:0 auto; width:770px; overflow:hidden; padding-bottom: 30px; }
#home #content-wrapper { text-align: left; width:100%; overflow:hidden; padding-bottom: 30px; }
#content { float:left; width:770px; background:#A5D5EC url(/images/content-bg.jpg) 0 0 repeat-x; text-align:left; position:relative; }
#content .inner { padding: 10px 30px 30px 30px; }
#home #content { float:left; width:682px; background: none; }
.inner-content { padding: 10px; background:#C0D8E6; }
#sidebar { float:right; width: 164px; height: 346px; background:#A5D5EC url(/images/content-bg.jpg) 0 0 repeat-x; }

#feature {  float:left; width: 682px; height:346px; overflow:hidden; background:#FFF; }
#main-image { position:relative; float:left; overflow:hidden; width: 555px; height: 342px; margin:2px; text-align:center; background:#000; }
#main-image img { width: 555px; text-align:center; }
#main-image p { 
	position:absolute;
	background: #FFF;
	top:10px; 
	right:10px;
	width: 160px;
	text-align:center;
	font-size:12px;
	padding: 2px 0;
	text-transform:uppercase;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

#main-image a { color:#333; font-weight:bold; text-decoration:none; }
.sub-image { float:left; width: 120px; height: 84px; margin: 2px 0 0 0; background:#000; overflow:hidden; }

#submenu { width: 240px; background:#4D90CD; margin-bottom: 5px; }

#submenu ul { padding: 10px 0; }
#submenu ul li a { display:block; width: 220px; padding: 3px 10px; color:#FFF; text-transform:uppercase; font-weight:bold; }
#submenu ul li a:hover { background:#8CB3D9; text-decoration:none; }
#submenu ul li a.current { background:#8CB3D9; text-decoration:none; }

#content h1 { background: #00AEEF; font-size:12px; font-weight:bold; text-transform:uppercase; color: #FFF; display:inline; padding:1px 10px 1px 2px; }

#content ul { margin: 0 18px 18px 36px; }

#content ul li { list-style: disc; }

a.button { padding: 1px 10px 1px 2px; color:#FFF; font-weight:bold; text-transform:uppercase; background:#004482; margin-right: 18px; }

a.button:hover {text-decoration:none;}

/* [Footer] */
#footer-wrapper { width:100%; overflow:hidden; background:#FFF url(../images/footer-bg.jpg) 0 0 repeat-x; }
#footer { position:relative; margin: 20px auto ; width:852px; text-align:center; font-size:14px; }
#footer a { text-decoration:none; }
#footer a:hover { text-decoration:underline; }
#footer .left { float:left; margin-left:6px; }
#footer .right { float:right; margin-right:6px; }

.inner { padding: 5px; }

.pdf-link { display:block; height:80px; line-height:80px; padding: 0 0 0 60px; background:url(/images/pdf-icon.gif) 0 50% no-repeat; font-size: 1.4em; }

#contact-form { width:380px; overflow:hidden; margin-bottom: 5px; background:#8CB3D9; padding: 10px; color:#FFFFFF; }
#contact-form h2 { color:#FFFFFF; }
#contact-form #qs-button { text-align:center; margin:6px auto 0 auto;} 
#contact-form #qs-button input { border: 1px solid #FFFFFF; background:#F26522; width:140px; padding: 0.4em 0; text-align:center; font-weight:bold; color:#FFFFFF; font-size:1.2em;  }

#appraisal-form { width:680px; overflow:hidden; margin-bottom: 5px; background:#8CB3D9; padding: 10px; color:#FFFFFF; }
#appraisal-form h2 { color:#FFFFFF; }
#appraisal-form #qs-button { text-align:center; margin:6px auto 0 auto;} 
#appraisal-form #qs-button input { border: 1px solid #FFFFFF; background:#F26522; width:140px; padding: 0.4em 0; text-align:center; font-weight:bold; color:#FFFFFF; font-size:1.2em;  }

/*------------------------------------------------------------------
	[Results]
*/
#results-leftcol { float:left; width:518px; }
#results-rightcol { float:left; width:110px; margin-left:20px;}
.result {	width:518px; margin-bottom: 4px; padding-bottom:4px; }
.pagination { margin-bottom: 6px; background:#C0D8E6; width:518px; text-transform:uppercase; }
.pagination .current { font-weight: bold; color: #000B00; }
.pagination a { font-weight: normal; color:#333; }
.results-count { float:left; margin-bottom:0; margin-right:12px; font-weight: bold; }
.results-sort { float:right; margin-bottom:0; }
.results-bar { width: 100%; background:#00AEEF; color:#FFF; font-weight:bold; margin-bottom:8px; }
.results-text { position:relative; float:left; width: 350px; margin-left:6px; background:#C0D8E6; z-index:1;  }
#content .results-text .inner { padding: 5px; }
.results-text p { margin-bottom: 6px; }
.results-suburb { float:left; width: 170px;  padding-left:2px; text-transform:uppercase; }
.results-price { text-transform:uppercase; }
.results-address { font-weight:bold; }
.results-description { font-size: 11px; margin-bottom: 24px; }
.results-view { position: absolute; bottom: 5px; right:5px; }
.results-view a.button { margin-right:0; }
.results-photo { float:left; width: 162px; position:relative; z-index:1; }
.results-photo img { width: 160px;  border: 2px solid #FFF; }
.results-banner { position:absolute; top:0; left:0; width:160px; }
.results-banner img { width: 79px; border:0; }
#sort-wrapper { padding: 4px; background:#C0D8E6; margin-bottom: 4px; }
#sort-wrapper h3 { background: #97C93D; font-size:12px; font-weight:bold; text-transform:uppercase; color: #000B00; padding:0 0 0 2px; margin:0 0 2px 0; width: 100px; }

/*------------------------------------------------------------------
	[Full Display]
*/
#contype { display:none; }

#view-leftcol { float:left; width:392px; overflow:hidden; }
#view-rightcol { float: left; width: 260px; margin-left:20px; background:#C0D8E6; }
#view-rightcol .inner { padding:5px; }

#map-agent { width:100%; overflow:hidden; }

#map-col { float:left; width:284px; overflow:hidden; }
#agent-col { float:right; width:105px; overflow:hidden; }

#view-bar { width: 100%; background:#00AEEF; color:#FFF; font-weight:bold; margin-bottom:8px; overflow:hidden; }
#view-links { color:#FFF; font-weight:bold; text-transform:uppercase; background:#004482; width: 100%; margin-bottom: 4px; }
#view-links a { color:#FFF; font-weight:bold; text-transform:uppercase; background:#004482; padding: 1px 6px 1px 1px; }

.view-suburb { float:left; margin-left:2px; margin-right: 18px; }
.view-price { float:left; }

#view-photos { width:100%; overflow:hidden; background:#FFF; margin-bottom: 4px; }

#mainphoto { float:left; width: 280px; margin:2px;   overflow:hidden; position:relative;  }
#mainphoto img { width: 280px; text-align:center; display:inline; float:left; }
#mainphoto #banner { position:absolute; top:0; left:0; width:134px; }
#mainphoto #banner img { width:134px; }

#photos { float:right; width:105px; overflow:hidden; margin:1px 2px 1px 0; }
#photos img { width:105px; float:left; margin:1px 0; }

#agent-col .agentbox { width:105px; text-align:center; }
#agent-col .agentbox img { border: 2px solid #FFF; }

#map-wrapper { width:280px; border: 2px solid #FFF; overflow:hidden; }

#metades { display:none; }

/*------------------------------------------------------------------
	[Sidebar Quick Search]
*/

#sidebar .inner { padding: 10px; }

#sidebar h2 { margin:0; line-height:1; text-transform:uppercase; }

#sidebar #qs-search { padding:4px 4px 4px 18px; }
#sidebar .large-dropdown { width: 132px; font-size: 11px; }
#sidebar .quick-bg { padding: 4px; margin-bottom:4px; background:#C0D8E6; }
#sidebar .quick-bg h3 { background: #97C93D; font-size:12px; font-weight:bold; text-transform:uppercase; color: #000B00; padding:0 0 0 2px; margin:0 0 2px 0; }


/*------------------------------------------------------------------
	[Advanced Search]
*/
.search-col { float:left; width: 150px; }
.search-bg { padding: 4px; margin-bottom:4px; background:#C0D8E6; width:132px; }
.small { width: 130px; font-size: 11px; }
.large { width: 130px; font-size: 11px; }
#advancedsearch { width:100%; overflow:hidden; }
#advancedsearch #OID { width: 200px; }
#advancedsearch h1 { background:none; color:#333; }
#location-heading { float:left; width:300px; margin-bottom:5px; }
#property-heading { float:left; width:300px; margin-bottom:5px; }
#property-heading h2, #location-heading h2 { background: #97C93D; font-size:12px; font-weight:bold; text-transform:uppercase; color: #000B00; padding:0 0 0 2px; margin:0 0 2px 0; width: 80px; }
#advancedsearch h3 { font-size:12px; font-weight:bold; text-transform:uppercase; color: #000B00; padding:0 0 0 0; margin:0 0 2px 0; }
#advancedsearch .search-bg h3 { background: #97C93D; font-size:12px; font-weight:bold; text-transform:uppercase; color: #000B00; padding:0 0 0 2px; margin:0 0 2px 0; width: 130px; }
#search-wrapper { width:100%; overflow:hidden; margin-top:20px; }
#advancedsearch #qs-button { margin:6px 0 0 0;} 


/*------------------------------------------------------------------
	[Meet The Team]
*/
#agent-wrapper { width:100%; overflow:hidden; }

.agent { float:left; width: 140px; text-align:center; }

.agent img { border: 2px solid #fff; display:inline; height:100px; }

.agent p { font-weight:bold; }

#agent-photo { float:left; margin:0 20px 0 10px; }

#agent-photo img { border: 2px solid #FFF; height:360px; } 

#agent-content { float:left; width:420px; background:#C0D8E6; min-height: 362px; }

#agent-content .inner { padding:10px; }

/*------------------------------------------------------------------
	[Forms]
*/
form.contactform label { display:block; font-weight:bold; }
form.contactform p { margin-bottom:4px; }
form.contactform input, form.contactform select { padding:2px; font-size:11px; }
.message { background:#C8DB2B; margin: 9px 0; padding:9px; text-align:center; font-size: 14px; }
.message p { margin: 0; }

