body{
	font: small/140% Geneva, Arial, Helvetica, sans-serif;
	background:url(/images/bg.gif) top left repeat-x #FFFFFF;
	padding:0;
	margin:0;
	text-align:center;
	color: #222222;
}

img{
	border:none;
}

a {
	color: #5d709b;
	}
	
a:hover {
	color: #eeab1f;
	}
	
h2 {
	clear: both;
	font-size: 20px;
	color: #5d709b;
	margin: 35px 0 10px 0; 
	line-height: 1.4em;
	}
	



/* --- CONTAINER ELEMENTS --- */
#container{
	width:800px;
	padding: 40px 0 0 0;
	text-align:left;
}

#header{
	height:149px;
	background:url(/images/header2010.jpg) bottom left no-repeat;
}	

#left{
	width:212px;}	

#main{
	width:560px;
	float:right;}
	
#wrapper{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}

#footer{
	border-top:2px solid #5D709C;
	font-size: x-small;
}
	
	
	
	
/* --- QUICK SEARCH  --- */	
#quicksearch {
	color:#FFFFFF;}

.quickbg{
	background:url(/images/bg_quicksearch.jpg) repeat-y top left;
	height:330px;}
	
	
	
	
/* --- FEATURED PROPERTIES  --- */	
#featured a {
	color:#5D709C;}

.featbg{
	background:url(/images/bg_feat.jpg) repeat-y top left;}	
	



/* --- NAVIGATION --- */	
#navwrap{
	/*padding-top: 35px;*/
	width:920px;
	margin-left: auto;
	margin-right: auto;
	/*background:url(/images/logo.jpg) no-repeat;*/
}
	
#nav{
	height: 68px;
}

#nav #logo{
	width:305px;}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
	}

#nav a {
	display: block;}

#nav img{
	border:0;}

#nav li { /* all list items */
	text-align: left;
	float: left;	
	padding: 0;
	margin: 0;
	display: block;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFFFFF;
	left: -999em; 
	padding: 0;
	margin: 0 0 0 -40px;
	width: 140px;
	border:2px solid #283044;}

#nav li ul a{
	width: 140px;
	text-decoration: none;
	color: #232323;
	text-transform:none;
	text-align: center;
	font-size:14px;
	margin-bottom:5px;}

	#nav li:hover ul ul, #nav li.sfhover ul ul {
		left: -999em;
	}

	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	/* lists nested under hovered list items */
		left: auto;
	}
#nav ul li a:hover{	
	background:#E9AE14;}
	
	
/* --- CLASSES --- */
.break{
	height:20px;
}

.testimonial {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	border-bottom: 1px #999999 dashed;
	}
	
.signed {
	text-align: right;
	font-weight: bold;
	}


/* --- BLOG --- */
#sidebar{
	width:200px;
	float:right;}

#sidebar ul{
	list-style:none;}	

#content{		
	width:500px;}

#sidebar h2{
	font-size:14px;
	margin-top:5px;
	margin-bottom:-3px;}
	
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}
	
