@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:#717780 url(../images/bkgd.gif) repeat-y center;
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	padding-left:1px;
}
img{
	border:none;
}
p{
	margin-top:0px;
}
a, a:link{color:#50849f;}
a:visited{color:#717780;}
a:hover, a:active, a:focus{color:#000;}
#container{
	width:833px;
	border-right:4px #FFF solid;
	border-left:4px #FFF solid;
	margin:0px auto;
	padding:0px;
}
#header{
	border-bottom:4px #FFF solid;
	background-color:#FFF;
	width:833px;
}
#navs{
	background-color:#50849f;
	border-top:4px solid #FFF;
	height:34px;
	width:833px;
}
#navs a{
	display:block;
	float:left;
}
#content{
	border-top:30px #717780 solid;
	position:relative;
	background-color:#FFF;
}
#highTitle{
	position:absolute;
	top:-30px;
	color:white;
	left: 20px;
	height:20px;
	padding:7px 22px 6px 0px;
	border-right:4px #FFF solid;
}
#highTitle a, #highTitle a:link, #highTitle a:visited{
	color:#ccc;
	text-decoration:none;
}
#highTitle a:hover, #highTitle a:active, #highTitle a:focus{
	color:#fff;
}
#content h1{
	background-color:#0c1e3c;
	border-top:4px #FFF solid;
	border-bottom:4px #FFF solid;
	margin:0px;
	font-size:11pt;
	font-weight:normal;
	color:#FFF;
	padding:6px 0px 6px 22px;
	text-transform:uppercase;
}
#contentBox{
	background-color:#FFF;
	color:#0c1e3c;
	padding:18px;
	border:4px solid #0c1e3c;
}

span.start{
	color:#717780;
	text-transform:uppercase;
}
#footer{
	padding:12px 18px 52px 18px;
	color:#717780;
	font-size:12px;
	background:#0c1e3c;
	border-top:4px solid #FFF;
	position:relative;
	z-index:10;
}
#footer a:link, #footer a:visited{
	color:#717780;
	text-decoration:none;
}
#footer a:hover, #footer a:active, #footer a:focus{
	text-decoration:underline;
}
#footerContact{
	color:#AAAAAA;
	font-size:12px;
	background:#0c1e3c;
}
#footerContact a:link, #footerContact a:visited{
	color:#AAAAAA;
	text-decoration:none;
}
#footerContact a:hover, #footerContact a:active, #footerContact a:focus{
	text-decoration:underline;
}
.cleanAndClear, .cleanAndClearHidden{
	 clear:both;
	 font-size:1px;
	 height:1px;
	 background:none;
	 margin-top:-1px;
}
.cleanAndClearHidden{
	 margin-top:-4px;
}
.statusForSale, .statusInContract, .statusSold{
	margin:-6px 0px;
	padding:6px 18px;
	border-left:4px #FFF solid;
	float:right;
	text-align:center;
	width:150px;
}
.statusInContract{
	background:#77a370;
}
.statusSold{
	background:#9d2929;
}