/* CSS Document */
html {
	height: 100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 18px;
}
body {
	margin: 0px;
	height: 100%;
	background-color: #336699;
}
#wrapper {
	width: 100%;
	background-color: #C5DAEB;
	background-image:  url(/images/page/develop_back.gif);
	background-repeat: repeat-x;
	float: left;
}

#container {
	float: left;
	width: 750px;
	background-color: #C5DAEB;
	background-image:  url(/images/page/develop_back.gif);
	background-repeat: repeat-x;
}
/* To get rid of IE vertical line between elements */
img {
	vertical-align: bottom;
}
#header_logo {
	width: 250px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 80px;
	vertical-align: bottom;
}
#header_address {
	width: 500px;
	float: left;
	height: 80px;
	vertical-align: bottom;
}
#header_nav {
	clear: both;
	width: 750px;
	float: left;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#header_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#header_nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#header_image {
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.feature {
	background-color: #CCCCCC;
	text-align: center;
	height: 70px;
	width: 250px;
	float: left;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#page {
	width: 750px;
	float: left;
	background-image:  url("/images/page/develop_pageback.gif");
	background-repeat: repeat-y;
	clear: both;
}
#footer {
	text-align: right;
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	clear: both;
	width: 750px;
	background-color: #336699;
	margin-right: 10px;
	display: block;
	float: left;
}
#feature_panel {
	width: 750px;
	clear: both;
}
#main_col_right {
	width: 470px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
	margin: 0px;
	padding-bottom: 0px;
}
#blue_col_left {
	width: 220px;
	float: left;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#footer_wrapper {
	background-color: #336699;
	width: 100%;
	clear: both;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.page_title {
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	display: block;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#main_col_right p {
	padding-left: 65px;
	padding-top: 0px;
	margin: 0px 0px 15px;
}
#blue_col_left p {
	margin: 0px 0px 15px;
	padding: 0px;
}
strong {
	color: #336699;
	font-weight: bold;
}
a:link {
	color: #3366CC;
	text-decoration: underline;
}
a:visited {
	color: #3366CC;
	text-decoration: underline;
}
a:hover {
	color: #ACACAC;
	text-decoration: none;
}
a:active {
	color: #ACACAC;
	text-decoration: none;
}
.double_feature {
	background-color: #FFFFFF;
	text-align: right;
	height: 70px;
	width: 500px;
	float: left;
	display: block;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#side_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#side_nav li {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#blue_col_left a:link {
	color: #336699;
	text-decoration: none;
}
#blue_col_left a:visited {
	color: #336699;
	text-decoration: none;
}
#blue_col_left a:hover {
	color: #FFFFFF;
}
#blue_col_left a:active {
	color: #FFFFFF;
}
.dropdown {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #336699;
	background-color: #FFFFFF;
	border: 1px solid #79AAD0;
}
#main_col_right ul {
	margin: 0px;
	padding: 0px 0px 0px 65px;
}
#main_col_right li {
	margin: 0px;
	padding: 0px 0px 15px;
}
.property_image {
	border: 1px solid #CCCCCC;
}
.double_feature p {
	padding-right: 5px;
	padding-top: 15px;
}

