/* CSS Styles */

body {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size:12px;
	background-color: #FFFFFF;
}
table, td, tr, div {
	padding: 0;
	margin: 0;
	vertical-align:top;
}
/* Fixed Width Centered  */

#wrapper {
	position:absolute;
	left:50%;
	width:760px;
	margin-left: -380px;
	border:1px solid #305885;
}
/* Layout Styles */

#header img{ 
	border: none; float:left;
}
#header {
	height: 176px;
	background-color: #305885;
}
#navBar table td{
	width:auto;
	padding: 0 5px;
	background: #005685 url(../images/layout/gradient-bg.gif) repeat-x top left;
	height: 35px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid white;
}
#content {
	background-color: #FFFFFF;
	padding: 10px;
}
#contentLeft {
	width: 200px;
	white-space:normal;
}
#contentRight {
	width: 560px;
	line-height: 14px;
}
#contentRight p {
	line-height: 20px;
}
#contentLeft p {
	padding: 0; margin: 0;
}
#footer {
	height:97px;
	background: #005280 url(../images/layout/footer.gif) no-repeat top left;
}
#footer div {
	padding: 55px 0 0 170px;
	width: 580px;
	color:#FFFFFF;
	font-weight:bold;
}
#searchForm form{
	background-image:url(../images/layout/gradient-bg.gif); 
	height:20px; 
	color: #FFFFFF;
	font-weight:bold;
	padding: 2px;
	margin:0;
	vertical-align:middle;
	white-space:nowrap;
	width: 165px;
}
#searchForm input {
	color:#000000;
	width: 114px;
	vertical-align:middle;
	height: 10px;
}
#openHouse {
	width: 163px;
	margin-top: 10px;
}
#openHouse p {
	padding-top:10px;
}
#openHouse table{
	width: 100%;
	border: 1px solid #305885;
}
#openHouse table td{
	border: 1px solid #305885;
	background-image:url(../images/layout/open-house-td-bg.gif);
	padding: 5px;
}
#openHouse #openHouseImg {
	/*height:57px;*/
	height:39px;
}
#openHouse #openHouseImg img{
	float:left;

}
#disclaimer {
	width: 75%;
	text-align:center;
	padding-left:60px;
}
#disclaimer p {
	font-size:9px;
}
#oneLineHeader {
	width: 100%;
}
#oneLineHeader td { 
	 border:none;  
	 font-size: 14px; 
	 font-weight:bold;
}
.oneLineRows td {	
	font-weight: bold;
}
#table7, #Table7 {width: 740px;}
#Table1 {width: 660px;}
/* Misc */ 
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.floatClear {
	clear:both;
}
/* Navigation styles*/
#openHouse a, #footer a {
	color: #6bbfe1;
	font-weight: bold;
}
#navBar a {
	color: #FFFFFF;
	text-decoration:none;
}
#navBar a:hover {
	color: #6bbfe1;
}
a:link	{
	color: #305885;
}
a:visited	{
	color: #305885;
}
a:hover	{
	color: #6bbfe1;
	text-decoration:none;
}

/* Font Styles */

h1, h2, h3, h4, h5, h6 {
	padding: 5px 0;
	margin: 5px 0;
	color: #305885;
	font-family:"Times New Roman", Times, serif;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4, h5, h6 {
	font-size: 16px;
}