/* HTML Elements */

*{margin:0; padding:0;}

a img{border:none; text-decoration:none; font:0;}

body{
	text-align:center;
	font:11px/1.4em normal 'Lucida Grande', Lucida Grande, Verdana, Arial, sans-serif;
	background:url(images/body_bg.jpg) top center no-repeat;
	}

h1{
	font-size:20px;
	font-weight:bold;
	color:#071440;
	padding:15px 20px 10px;
	}
	
h5{
	font-size:14px;
	font-weight:bold;
	color:#071440;
	padding:10px 20px;
	}
	
form{
	padding:10px 20px;
	}

div.hr {
	clear:both;
  	height: 5px;
  	background: #fff url(images/hr_bg.gif) repeat-x;
	margin:10px 17px 5px;
	}

div.hr hr {
  	display: none;
	}
	
/* Main Structure */

#banner{
	background:url(images/banner_bg.jpg) no-repeat;
	height:137px;
	text-align:right;
	}
	
	#banner img{margin-left:-3px;}
	
#feature{
	background:url(images/feature_bg.jpg) top left repeat-x;
	height:295px;
	}
	
	#feature img{
	float:right;
	}
	
	#feature ul{	/* This is the main navigation area */
	width:287px;
	list-style:none;
	padding:5px 0;
	}
	
	#feature li a{
	text-decoration:none;
	display:block;
	color:white;
	background-color:transparent;
	font-size:14px;
	padding:7px 20px;
	}
	
	#feature li a:hover{
	color:#071440;
	background-color:#E5D9C8;
	}
	
	#feature ul p{
	padding:0 20px;
	color:#EFEFEF;
	font-size:10px;
	}
	
.featuredHomes{
	width:225px;
	float:left;
	border:1px solid #071440;
	margin:5px 0 10px 20px;
	min-height:100px;
	}
	
	.featuredHomes img{
	float:right;
	padding:7px;
	}
	
	#right .featuredHomes p{
	color:#071440;
	padding:5px 7px;
	}
	
#footer{
	clear:both;
	text-align:center;
	background-color:#071440;
	border-top:5px solid #2E487E;
	}
	
	#footer p{
	color:#FFF;
	padding:10px 20px;
	}
	
#left{
	float:left;
	width:287px;
	text-align:left;
	}
	
	#left h1{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:10px 20px;
	}
	
	#left ul{	/* This is the main navigation area */
	width:287px;
	list-style:none;
	padding:5px 0;
	}
	
	#left li a{
	text-decoration:none;
	display:block;
	color:white;
	background-color:transparent;
	font-size:14px;
	padding:7px 20px;
	}
	
	#left li a:hover{
	color:#071440;
	background-color:#E5D9C8;
	}
	
	#left select{
	width:175px;
	}
	
	#left h5, #left p{
	color:#fff;
	}

#main{
	width:802px;
	background:url(images/main_bg.gif) top center repeat-y;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	border-right:1px solid #071440;
	border-left:1px solid #071440;
	}
	
html>body #main{
	width:800px;
	}
	
#property{
	height:234px;
	background:url(images/find_property_bg.jpg) top left no-repeat;
	}
	
	#property ul{
	font-size:14px;
	list-style-image:url(images/bullet.gif);
	margin:0 20px;
	padding:0 15px;
	}
	
	#property li{
	width:200px;
	float:left;
	padding:5px 0;
	/*padding:5px 20px;*/
	}
	
	#property li a{
	text-decoration:none;
	color:#071440;
	padding:0 5px;
	}
	
#right{
	float:right;
	width:513px;
	min-height:525px;
	padding:0 0 35px 0;
	}
	
	#right p{
	padding:5px 20px;
	}
	



/* Text and Photo Controls */
#banner p {
	padding:25px 50px;
	font-size:14px;
	}
	
#banner p a{
	text-decoration:none;
	color:#071440;
	font-weight:bold;
	padding:0 5px;
	}
	

/* Innerpage templates */

#innerpage #banner{
	background:url(images/banner_bg_inner.jpg) no-repeat;
	height:114px;
	text-align:right;
	}
	
#innerpage #main{
	background:url(images/main_bg_inner.gif) top center repeat-y;
	}
	
#innerpage #main #left{
	float:left;
	width:222px;
	}
	
#innerpage #main #left ul{
	float:left;
	width:222px;
	}
	
#innerpage #main #left .mainmenu{
	background:url(images/feature_bg.jpg) top left repeat-x;
	width:222px;
	height:275px;
	}
	
#innerpage #main #right{
	float:right;
	width:573px;
	padding:0 0 35px 0;
	}

	