/*
Title:     Hunter Estates base styles
Author:     Neil Mills, neil@neilmills.com
Copyright:	Junc Design
Updated:    May 18 2008
*/

@import url("reset.css");

/* overiding styles */

body{
	font: 0.70em/1.5em  Arial, Helvetica, sans-serif;
	color: #999;
	background:#F5F6F6;
	text-align:center;}
	


	
a,a:visited{
	color:#c1d72e;
	text-decoration:none;}
	
a:hover,a:focus,a:active{
	color:#666;
	text-decoration:underline;}
	
	
h1,h2,h3{
	/*
	color:#c1d72e;
	*/
	color:#666;
	font-weight:normal;
	letter-spacing:-0.15px;
	font-size:2em;
	line-height:2.4em;
	}
	
h4{
	background:#FFF;
	font-size:1.2em;
	line-height:1.4em;
	padding-bottom:10px;}
	
.status{
	color:#FF0000;
	font-weight:bold;
	text-transform:uppercase;}
	
h3,div.pod.search h3{
	font-size:1.4em;
	background:#FFF;
	margin:0px;}
	

p {
	padding-bottom:15px;}
	
p.divide{
	border-bottom:1px solid #e8e9ea;
	margin-bottom:5px;}
	
.intro {
	color:#666;}
	
span.big {
	font-size:1.6em;
	color:#333;}
	
ul{
	list-style:none;}
	
/* container styles */
	
#header-top,#header,#content,#content-2Col,#footer{
	position:relative;
	text-align:left;
	width:980px;
	padding:0px 30px 0px 26px;
	margin:0px auto;
	background:#FFF url(../images/bg_content.png) left top repeat-y;}
	
#header-top{
	background:#FFF url(../images/bg_content_top.png) left top no-repeat;
	height:25px;
	margin-top:20px;}
	
#header #inner{
	width:980px;
	height:112px;
	background:#FFF url(../images/bg_header.png) left top no-repeat;
	padding-bottom:25px;}
	
#header h1,#header h2, #header p{
	display:none;}
	
a#homeLink{
	width:340px;
	height:100px;
	position:absolute;
	left:50px;
	top:0px;}
	
#footer{
	background:url(../images/bg_content_base.png) left top no-repeat;
	padding-top:26px;
	font-size:0.9em;
	padding:26px 10px 10px 6px;
	width:1020px;
	margin-bottom:10px;}
	
#footer ul li{
	display:inline;
	float:left;
	padding-left:15px;}
	
#footer a,#footer a:visited{
	color:#999;}
	
#footer a:hover, #footer a:focus, #footer a:active{
	color:#666;}
	
	
.colL,.colM,.colM2,.colR{
	position:relative;
	width:195px;
	float:left;
	margin-right:30px;}
	
.colM{
	width:530px;}
	
.colM .colL, .colM .colR{
	width:250px;
	float:left;
	margin-right:30px;}
	
.colM .colR{
	margin:0px;}
	
.colM2{
	width:755px;}
	
.colR,.colM2{
	margin-right:0px;}
	
	
.colM p, .colM2 p{
	font-size:1.1em;
	line-height:1.4em;}
	
#content{
	padding-bottom:20px;
	background:url(../images/bg_content_inner_3col.png) left top repeat-y;}
	
#content-2Col{
	padding-bottom:20px;
	background:url(../images/bg_content_inner_2col.png) left top repeat-y;}
	
	




	
	
/* General sitewide styles */

.left { float:left;}
.right {float:right;}

/* floatfix */
.floatfix:after {
	content:"."; 
	display:block; 
	height:0px; 
	clear:both; 
	visibility:hidden}
.floatfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .floatfix {height:1%}
.floatfix {display:block}
/* End hide from IE-mac */



/* navigation */

ul#nav{
	padding:10px 0px 0px 20px;
	font: 1.1em "Lucida Sans","Tahoma",Helvetica,Arial,sans-serif;
	width:175px;
	background:url(../images/bg_menu.png) left top repeat-x;
	min-height:280px;}
	
ul#nav li{
	padding-bottom:8px;}
	
ul#nav a,ul#nav a:visited{
	display:block;
	text-transform:uppercase;
	color:#999;}
	
ul#nav a:hover, ul#nav a:focus, ul#nav a:active, ul#nav a.current{
	color:#333;
	text-decoration:none;}
	
	
/* pods */

div.pod {
	margin-bottom:15px;
	border:1px solid #e8e9ea;}
	

	
div.pod p {
padding:0px 5px 5px 5px;}

div.pod h3,h2.band{
	text-transform:uppercase;
	font: 1.1em/1.8em "Lucida Sans","Tahoma",Helvetica,Arial,sans-serif;
	padding-left:5px;
	height:1.8em;
	letter-spacing:1.05px;
	background: #e8e9ea;
	color:#666;}
	
h2.band {
	background:#c1d72e;
	color:#FFF;
	font-size:1.3em;
	border-bottom:10px solid #FFF;
	/*
	margin-bottom:10px;
	*/
	padding-left:10px;
	}
	
div#vertscrollbox h3{
	margin-bottom:4px;}
	
div.pod.green{
	background:#c1d72e;
	color:#FFF;
	border:none;}
	
div.pod.green h3{
	background:none;
	color:#FFF;
	margin:0px;}
	
div.pod.green p{
	padding:7px 10px;
	font-size:1.1em;}
	
div.pod.search{
	padding-left:20px;
	border:none;}
	
div.pod.search h3{
	font: 1.4em/1.5em  Arial, Helvetica, sans-serif;
	color:#c1d72e;
	letter-spacing:0px;
	background:none;
	padding:0px;
	text-transform:none;}
	
	
	

	
/* form styles */



form input,form select, form a{
	float:left;
	height:19px;}
	
form a#submit{
	padding-top:1px;
	margin-left:4px;}
	
form li{
display:block;}

input,select,textarea{
	width:130px;
	border:1px solid #e4e5e6;
	padding:0px;
	margin:0px;}
	
	
/*=======================
Vertical scroller window styles
=======================*/


div#vertscrollbox{
	position:relative;}
	
div#scrollmask{
	position:relative;
	background:#FFF;
	width:185px;
	height:220px;
	left: 0px;
	top: 0px;
	overflow:hidden;
	clip:rect(0px, 185px, 220px, 0px);
	z-index:6;}
	
div#vertscrollbox div#scrollbar{
	width:6px;
	position:absolute;
	top:26px;
	right:0px;
	height:198px;
	background:#e8e9ea;
	z-index:20;}
	

	
div#drag, div#trackvert{
	position:absolute;
	top:0px;
	right:0px;}
	
div#trackvert{
	width:6px;
	height:220px;
	background:#e8e9ea;
	z-index:26;}
	
div#drag{
	height:60px;
	width:6px;
	background:#999;
	cursor:pointer;
	display:block;
	z-index:27;}
	
	
div#up,div#down{
	position:absolute;
	background:#00FF00;
	height:6px;
	width:6px;
	top::0px;
	right:0px;}
	
div#down{
	top:214px;}	



	
/* saved properties pod */

ul#saved div.saved_tn{
	width:58px;
	height:53px;
	display:block;
	overflow:hidden;
	}
	
ul#saved td{
	float:none;
	vertical-align:middle;}
	
ul#saved li{
	padding-bottom:8px;
	margin-left:5px;
	border-bottom:1px solid #e4e5e6;
	margin-bottom:8px;}
	
ul#saved table {
	cursor:pointer;}
	
	
/*===========================================================
Property listing styles
===========================================================*/


div.listing{
	width:530px;
	position:relative;
	padding-bottom:10px;
	border-bottom:1px solid #e4e5e6;
	margin-bottom:20px;}
	
div.listing .colL, div.listing .colRL{
	float:left;
	width:150px;
	margin-right:20px;}
	
div.listing .colRL{
	width:350px;
	margin-right:0px;}
	
div.listing h4,div.listing h5{
	font-size:1.3em;
	padding-bottom:4px;
	color:#666;
	margin:0px;}
	
div.listing h5{
	margin:0px;
	font-size:1.1em;}
	
div.listing p{
	padding-bottom:8px;}
	
div.listing p.links{
	text-align:right;
	padding-bottom:0px;}
	
p.links a{
	padding-right:15px;
	background:url(../images/btn_arrow.png) right center no-repeat;}
	

	
/*===========================================================
Property detail styles
===========================================================*/	
	
div.gallery {
	padding:10px;
	background:#F5F5F5;}
	
div.gallery .colL, div.gallery .colR{
	
	width:520px;
	float:left;
	margin-right:30px;}
	
div.gallery .colL {
	border:2px solid #FFF;
	background:#FFF;
	width:516px;
	height:340px;
	overflow:hidden;
	position:relative;}
	
div.gallery .colL img#loader{
	position:absolute;
	left:244px;
	top:154px;}
	
div.gallery .colR{
	width:185px;
	margin:0px;}
	
div.row{
	background: #FFF url(../images/bg_row_2Col.png) right top repeat-y;}
	
div.divide{
	border:10px solid #FFF;
	height:1px;
	background:#CCC;
	display:block;
	border-left:none;
	border-right:none;}
	
a.tn{
	width:86px;
	border:2px solid #FFF;
	height:60px;
	float:left;
	display:block;
	margin: 0 5px 5px 0;
	overflow:hidden;}
	
a.tn.right{
	margin-right:0px;}
	
	
div#propDetail ul{
	list-style:circle;
	margin-left:15px;
	font-size:1.1em;
	margin-bottom:20px;}
	
	
/*===========================================================
Form styles
===========================================================*/		
	
fieldset {
	background:#F5F5F5;
	padding:8px;
	margin-bottom:10px;}
	
fieldset p{
	padding-bottom:5px;}
	
fieldset li{
	margin-bottom:4px;}

fieldset li span {
	color:#000;}
	
fieldset li input, fieldset li select, fieldset li textarea{
	font: 1em/1.5em  Arial, Helvetica, sans-serif;
	float:left;
	width:240px;
	margin-right:4px;}
	

	
li textarea{
	height:150px;}
	
li input.cbox{
	width:auto;
	height:auto;
	border:none;}
	
fieldset li label,fieldset li h2 {
	color:#999;
	font-size:1em;
	width:170px;
	display:block;
	text-align:right;
	padding-right:5px;
	float:left;
	line-height:20px;}
	
fieldset li.checks label{
	width:60px;
	text-align:left;}

fieldset#subject li label{
	width:300px;
	text-align:left;}
	
.errormsg {
	font-weight:bold;
	color:#FF0000;
	display:none;
	}
	
p.errormsg {
	font-size:1em;}
	
.errormsg.show{
	display:block;}
	
li#submit{
	position:relative;
	padding-left:360px;}
	
	
li#submit #formloader{
	position:absolute;
	right:0px;
	top:0px;}
	
	
p.overview {
	width:700px;
	background:#000;}

	




