@charset "utf-8";
body {
	background: #fcfae6 url('./img/bg.gif') repeat-x top left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 10pt;
	color: #3d3c2c;
}
body.forsale {
	background: #fcfae6;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 10pt;
	color: #3d3c2c;
}
#container{
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}	
#header {
	width: 778px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#logo{
	width: 301px;
	height: 50px;
	float: left;
	
	padding: 0px;
}
#nav {
	width:460px;
	height: 50px;
	margin: 0 auto;
	float: right;
}
#nav ul{
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 100px;
	list-style: none;
	list-style-type: none;
	text-align: center;
}
#nav ul li{
	height: 50px;
	line-height: 50px;
	
	float: left;
	cursor: pointer;
}
#nav ul li a {
text-decoration:none;
	font-weight:600;
	font-size:22px;
	padding:9px

}

#home:hover{
	color:#C30;
	
}

#about:hover{
	color:#C30;
	
}

#contact:hover{
	color:#C30;
}

#faq:hover{
	color:#C30;
}
#homes{
	width: 778px;
	border-top: solid 4px #003265;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#subnav {
	width: 778px;
	height: 20px;
	background: #fcfae6 url('./img/subnav_bg.jpg') no-repeat left center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 4px;
}
.sub{
	color: #fcfae6;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
}
.sub:hover{
	color: #003265;
	text-decoration: underline;
	background: #fcfae6;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	border-top: 1px solid #cd0032;
	border-bottom: 1px solid #cd0032;
}
.homebox{
	width: 182px;
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-left: solid 2px #003265;
	border-right: solid 2px #003265;
	border-bottom: solid 2px #003265;
	padding: 3px;
	font-family: Arial, Helvetica;
	font-size: 14pt;
	float: left;
	background: url('./img/house.jpg') no-repeat center center;
}
.homebox:hover{
	border-left: solid 2px #cd0032;
	border-right: solid 2px #cd0032;
	border-bottom: solid 2px #cd0032;
}
.propertiesleft{
	width: 389px;
	float: left;
	padding: 0px;
	margin-right: 17px;
}
.propertiesright{
	width: 389px;
	float: left;
	margin: 6px;
	padding: 0px;
}
.propbox{
	width: 360px;
	height: 220px;
	margin: 0px;
	border: solid 2px #003265;
	padding: 4px;
	font-family: Arial, Helvetica;
	font-size: 14pt;
	float: left;
}
.propbox:hover{
	border: solid 2px #cd0032;
}
.propbox-forsale{
	width: 360px;
	margin: 0px;
	border: solid 2px #003265;
	padding: 4px;
	font-family: Arial, Helvetica;
	font-size: 14pt;
	float: left;
}
.propbox-forsale:hover{
	border: solid 2px #cd0032;
}
sup{
	font-size: 9pt;
	font-family: Arial, Helvetica;
	color: #cd0032;
	font-weight: bold;
	vertical-align: middle;
}
.propertybox{
	width: 360px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #003265;
	padding: 4px;
	font-family: Arial, Helvetica;
	font-size: 14pt;
}
.propertybox:hover{
	border: solid 2px #cd0032;
}
.content{
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
.footer{
	width: 778px;
	height: 10px;
	background: #003265;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 9px;
	margin-top: 0px;
}
.header{
	color: #003265;
	font-size: 14pt;
	font-weight: bold;
}
.header2{
	color: #003265;
	font-size: 12pt;
	line-height: 24pt;
}
.subheader{
	color: #003265;
	font-size: 12pt;
	font-weight: none;;
}
.hometxt {
	color: #003265;
	font-size: 12pt;
	font-weight: bold;
}
hr.home {
	height: 1px;
	background: #003265;
	width: 96%;
	margin: 8px auto;
	padding: 0px;
	border: 0px;
}
a {
	color: #003265;
	text-decoration: underline;
}
a:hover {
	color: #cd0032;
	text-decoration: none;
}
.redlink{
	color: #cd0032;
	text-decoration: none;
}
.redlink:hover{
	color: #003265;
	text-decoration: none;
}
.bluelink{
	color: #003265;
	text-decoration: none;
}
.bluelink:hover{
	color: #cd0032;
	text-decoration: none;
}
.greenlink{
	color: #018907;
	text-decoration: none;
	padding: 4px;
}
.greenlink:hover{
	color: #ffffff;
	background: #018907;
	text-decoration: none;
	padding: 4px;
}
.clear{clear: both; height: 0px; width: 100%;}
.fleft{float: left;}
.fright{float: right;}
