/*--------------Main Blue COLOR: #A7893B------------- */

BODY{
	margin: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, Palatino, Times New Roman;	
}

#wrapper{
	margin: 20px auto;
	width: 838px;
	height: auto;
	min-height: 600px;
	background-image: url(../images/bg_wrapper.png);
	background-repeat: no-repeat;	
	}

#nav{
	height: 42px;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	*height: 30px;
	line-height: 40px;
	font-size: 18px;
	letter-spacing: 2px;
	width: 800px;
}

#nav a{
	text-decoration: none;
	color:#555555;
	padding:12px 0;
	
}

#nav a:hover{
	color: #A7893B;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

#nav li{
	display: inline;
	margin: 10px 20px; 
	padding:12px 0;
	}


#header{
	border-top: solid 10px #A7893B;
	border-bottom: solid 10px #A7893B;
	background-image: url(../images/kennedy.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 148px;
	width: 800px;
	color: #666666;
	background-color: #F5F6F7;
	position: relative;
	margin: 0 0 0 18px;
}

#header h2{
	font-size: 35px;
	position: absolute;
	top: 25px;
	left: 300px;
}


#headerfeature{
	position: absolute;
	right: 204px;
}

#header a.headerfeature{
	height: 148px;
	width: 204px;
}

#logo{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 117px;
	width: 114px;
	float:left;
	display: inline;
	margin: 15px 0 0 30px;
}

#header h1{
	display: none;
}

 a#logo:hover{
	background-image: url(../images/logo_hover.jpg);
}

#main{
	width: 762px;
	margin-left: 19px;
	padding: 20px;
	position: relative;
}

#marketanalysis{
	background-color: #F5F6F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #A7893B;
	padding: 10px;
	width: 370px;
	margin-bottom: 10px;
}

#marketanalysis dd{
	margin: 0;
	padding:0;
	color: #A7893B;
}

#marketanalysis label{
	color: #333333;
	letter-spacing: 4px;
}

#marketanalysis input{
	color: #F5F6F7;
}

#marketanalysis textarea{
	width: 340px;
	color: #F5F6F7;
}



#sold{
	background-color: #F5F6F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #A7893B;
	padding: 10px;
	width: 323px;
	margin-bottom: 10px;
}

#sold span{
	
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	letter-spacing: 2px;
}

#sold p{
	color:#333333;
	font-size: 14px;
	line-height: 20px;
}

#slide{
	position: absolute;
	top: 0;
	left: -1px;
}


/*---------------------thecape-------------------------*/

#thecape{

	background-color: #F5F6F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #A7893B;
	padding: 10px;
	width: 320px;
	margin-bottom: 10px;
	color:#333333;
	font-size: 14px;
	line-height: 20px;
}

#map{
	background-color: #F5F6F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #A7893B;
	padding: 10px;
	width: 370px;
	height: 400px;
	margin-bottom: 10px;
}

#directions{
	background-color: #F5F6F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #A7893B;
	padding: 10px;
	width: 370px;
	margin-bottom: 10px;
}

#directions h2{
	margin: 0;
}

#sidebar{
	margin: 15px 0 0 0;
}

#sidebar a{
	text-decoration: none;
	color: #333333;
	font-size: 16px;
	margin: 0;
	padding: 0;	
}

#sidebar a:hover{
	color: #A7893B;
}

#contactinfo{
	background-color: #F5F6F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #A7893B;
	padding: 10px;
	width: 200px;
	margin-bottom: 10px;
	color: #A7893B;
}

#contactinfo ul{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	color: #A7893B;
	
}

div.modulewide{
	background-color: #F5F6F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #A7893B;
	padding: 10px;
}

div.modulewide h2{
	color: #A7893B;
	margin: 0 0 10px 0;
}


#contactinfo ul li{
	margin-bottom: 15px;
}

#contactinfo ul li a{
	color: #A7893B;
	text-decoration: none;
}


#contactinfo ul li a:hover{
	color: #d2d3dc;
}

	#contactFormArea fieldset{
		 border:0;
		 margin:0;
		 padding:0;
		  }
	#contactFormArea label { 
		display:block;
		color: #333333;
		letter-spacing: 4px;
		 }
	#contactFormArea input.text,textarea { 
		width:300px;
		padding:3px;
		margin:1px 0;
		border:1px solid #ccc; 
		}
		
	#contactFormArea input.submit {
	 padding:2px 5px;
	 font:bold 12px/12px verdana,arial,sans-serif;
	  }
	


#contactinfo h2{
	margin: 0 0 10px 0;
}

#contactinfo b{
	color: #333333;
	font-weight: normal;
}

/*---------------------listings-------------------------*/


ul.listing_item{
	background-color: #F5F6F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #A7893B;
	padding: 10px;
	width: 600px;
	margin-bottom: 10px;
	list-style: none;
	color:#A7893B;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	display: block;
}

ul.listing_item li{
	display: block;
	width: 600px;
}

.listing_item img{
	border: 3px solid #A7893B;
}

.listing_item span{
	float:left;
	text-align: center;
	margin-right: 10px;
}

.listing_item span{
	float:left;
	text-align: center;
	margin-right: 10px;
}

ul.listing_item b{
	font-weight: normal;
	color: #A7893B;
	line-height: 30px;
}



#listing a{
	color: #A7893B;
	text-decoration: none;
}

#listing a:hover{
	text-decoration: underline;
}

.prevnext a:hover{
	color: #F5F6F7 !important;
}


.property_description{
	text-align: left;
}

div#listing{
	width: 650px;
	margin: 0 auto;
}


/*----------------CLASSES----------------- */
.cover {
	zoom: 1;
}
.cover:after {
	content: '.';
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

.left{
	float:left;
	display:inline;
}

ul#nav li.right{
	float:right !important;
	display:inline;
}

.right{
	float:right;
	display: inline;
}

.inline{
	display: inline;
}

.alignright{
	text-align: right;
}

.clear{
	clear: both;
}

/*------------------------------------------------*/
