body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #333333;
	padding: 0px;
	line-height: 150%;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
p {
	padding: 15px 0px 0px 0px;
	margin: 0px;
}
br {
	padding: 0px;
	margin: 0px;
}
textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-size: 200%;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 100%;
	border-bottom: 2px solid #36434B;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 125%;
	font-weight: bold;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
h4 {
	font-size: 125%;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}
h5 {
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #838383;
}
h6 {
	font-size: 11px;
	font-weight: normal;
}
hr {
	height: 1px;
	clear: both;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #D4D4D4;
}
img {
	border: none;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 16px;
}
ul li {
	margin: 0px;
	padding: 0px;
}
ol {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
}
ol li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.textfield {
	background-color: #ffffff;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.textfield2 {
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.form_button {
	color: #ffffff;
	background-color: #666666;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
#header {
	width: 100%;
	height: 67px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}
.home_border{
	border-bottom: 3px solid #E1E309;
}
.single_border{
	border-bottom: 3px solid #3399FF;
}
.multiple_border{
	border-bottom: 3px solid #FF6600;
}
.commercial_border{
	border-bottom: 3px solid #C00000;
}
.land_border{
	border-bottom: 3px solid #C0C0C0;
}
.seasonal_border{
	border-bottom: 3px solid #C0C0C0;
}
.rental_border{
	border-bottom: 3px solid #800080;
}

#header .logo {
	float:left;
}
#nav {
	margin: 0px;
	padding: 47px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
#nav ul {
	text-transform: uppercase;
	list-style: none;
	margin: 0px;
	float:right;
}
#nav li {
	float:right;
	text-transform: uppercase;
	list-style: none;
	margin-left: 10px;
	padding-top: 1px;
}
#nav a{
	color: #252E34;
	text-decoration: none;
}
#nav .home a:hover{
	color: #000000;
	text-decoration: none;
	border-top: 2px solid #000000;
}
#nav .home_active a{
	color: #000000;
	text-decoration: none;
	border-top: 2px solid #000000;
}
#nav .single a:hover{
	color: #3399FF;
	text-decoration: none;
	border-top: 2px solid #3399FF;
}
#nav .single_active a{
	color: #3399FF;
	text-decoration: none;
	border-top: 2px solid #3399FF;
}
#nav .multiple a:hover{
	color: #FF6600;
	border-top: 2px solid #FF6600;
}
#nav .multiple_active a{
	color: #FF6600;
	border-top: 2px solid #FF6600;
}
#nav .commercial a:hover{
	color: #C00000;
	border-top: 2px solid #C00000;
}
#nav .commercial_active a{
	color: #C00000;
	border-top: 2px solid #C00000;
}
#nav .land a:hover{
	color: #808080;
	border-top: 2px solid #808080;
}
#nav .land_active a{
	color: #808080;
	border-top: 2px solid #808080;
}
#nav .seasonal a:hover{
	color: #008000;
	border-top: 2px solid #008000;
}
#nav .seasonal_active a{
	color: #008000;
	border-top: 2px solid #008000;
}
#nav .rental a:hover{
	color: #800080;
	border-top: 2px solid #800080;
}
#nav .rental_active a{
	color: #800080;
	border-top: 2px solid #800080;
}
#content_wrap {
	background-color: #ffffff;
	background-image: url(images/content-bottom-bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
#footer {
	width: 100%;
	height: 25px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	font-size: 83%;
	padding-top: 2px;
}
#footer .copyright{
	float: left;
	padding-left: 7px;
}
#footer .footer_nav{
	float: right;
	padding-right: 7px;
}
#footer .footer_nav a{
	color: #000000;
}
#footer .footer_nav a:visited{
	color: #000000;
}
.clear {
	clear: both;
	height: 1px;
}
.intro {
	border-bottom: 2px solid #000000;
}
.feat_links {
	color: #000000;
	background-image: url(images/section-bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	background-color: #252E34;
	height: 60px;
	border-top: 2px solid #000000;
}
.feat_links ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.feat_links li{
	list-style: none;
	width: 178px;
	float:left;
	border-right: 1px solid #000000;
	height: 55px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
}
.feat_links .end_col {
	width: 176px;
	border: none;
}
.feat_links h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.feat_links h2 a {
	color: #E1E309;
	background-image: url(images/section-mini-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-decoration: none;
}
.feat_links h2 a:active {
	color: #E1E309;
	text-decoration: none;
}
.feat_links h2 a:visited {
	color: #E1E309;
	background-image: url(images/section-mini-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-decoration: none;
}
.feat_links h2 a:hover{
	color: #C00000;
	background-image: url(images/section-mini-icon_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.home3-1 {
	width: 154px;
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
.home3-2 {
	width: 382px;
	padding-top: 10px;
	padding-right: 20px;
	float: left;
}
.home3-3 {
	width: 172px;
	padding-top: 10px;
	padding-right: 10px;
	float:right;
}
.left_col {
	width: 160px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
.right_col {
	width: 565px;
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}
.img_white_border {
	border: 2px solid #ffffff;
}
.img_border {
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #D2D2D2;
}
.img_border_left_float {
	padding: 4px;
	float: left;
	background-color: #ffffff;
	border: 1px solid #D2D2D2;
	margin-bottom: 5px;
	margin-right: 10px;
}
.img_grey_border {
	background-color: #ffffff;
	border: 1px solid #D2D2D2;
}
.banner_ad {
	background-color: #ffffff;
	margin-top: 7px;
}
.ad {
	margin-top: 12px;
}
.news_wrap {
	width: 378px;
	clear: both;
	padding-top: 15px;
	background-image: url(images/news-divider.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.date_container {
	width: 30px;
	float: left;
}
.date_container strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: #999999;
	display: block;
}
.date_container em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
	color: #666666;
	display: block;
	padding-top: 3px;
	font-style: normal;
}
.news_content {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 334px;
	float:right;
	padding-left: 10px;
	padding-bottom: 5px;
}
.view_news_archive {
	clear: both;
	text-align: center;
	background-image: url(images/news-divider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
}
.text_ad {
	font-size: 90%;
}
.text_ad ul{
	list-style: none;
	margin: 0px;
	padding: 1px 0px 5px 0px;
}
.text_ad li{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(images/text-link-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.text_ad li a{
	color: #666666;
	text-decoration: none;
}
.text_ad li a:visited{
	color: #666666;
	text-decoration: none;
}
.text_ad li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ad_header{
	font-size: 110%;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(images/header-bottom-line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #666666;
}
.sidenav {
	padding-bottom: 10px;
}
.sidenav ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sidenav li{
	padding: 2px 0px 2px 0px;
	margin: 0px;
	background-image: url(images/header-bottom-line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sidenav li a{
	background-image: url(images/sidenav-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #0c253c;
	text-decoration:none;
	width: 145px;
	display: block;	
}
.sidenav li a:visited{
	color: #0c253c;
	text-decoration:none;
}
.sidenav li a:hover{
	color: #FF3300;
	text-decoration:none;
}
#breadcrumbs {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#breadcrumbs a{
	color:#FF3300;
	text-decoration: none;
}
#breadcrumbs a:visited{
	color:#FF3300;
	text-decoration: none;
}
#breadcrumbs a:hover{
	color:#000000;
	text-decoration: none;
}
.top_banner {
	padding-bottom: 15px;
}
.news_archive_right_col {
	width: 160px;
	float:right;
}
.news_archive_left_col {
	width: 382px;
	float:left;
}

.Request Information_heading {
	font-size: 110%;
	font-weight: bold;
	color: #797979;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
	background-image: url(images/heading_divider.gif);
	background-repeat: no-repeat;
	background-position: center center;
	clear:both;
}
.Request Information_heading .text{
	background-color: #ffffff;
	padding: 4px;
}
.list_item {
	width: 152px;
	float:left;
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 15px;
	margin-top: 2px;
	text-align: center;
}
.txt_sm {
	font-size: 85%;
}
.txt_sm_grey {
	font-size: 85%;
	color: #999999;
}
.landing_list {
	width: 255px;
	float: left;
	padding: 10px;
}
.col_half {
	width: 255px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.landing_img_float {
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #D2D2D2;
	float: left;
	margin-right: 10px;
}
.landing_img_float2 {
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #D2D2D2;
	float: left;
	margin-right: 8px;
	margin-top: 10px;
	margin-left: 10px;
}
.col2a-1 {
	float: left;
	width: 235px;
	margin-right: 15px;
	padding-bottom: 5px;
	padding-top: 15px;
}
.col2a-2 {
	float: right;
	width: 300px;
	padding-bottom: 5px;
	padding-top: 15px;
}
.pagenav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin-top: 10px;
	clear: both;
	text-align: right;
	font-size: 110%;
	color: #666666;
}
.pagenav a{
	font-weight: bold;
}
.tutorial_feat {
	margin-top: 15px;
	margin-bottom: 5px;
}
.tutorial_feat a{
	font-weight: bold;
	margin-left: 15px;
}
.col2-1 {
	float: left;
	width: 382px;
	margin-right: 20px;
	padding-top: 10px;
}
.col2-2 {
	float: right;
	width: 160px;
	padding-top: 10px;
}
ul.ul_arrow {
	list-style-image: url(images/ul-arrow.gif);
	list-style-type: none;
}
ul.ul_arrow li{
	margin-bottom: 3px;
	padding: 0px;
}
ul.ul_triangle {
	list-style-image: url(images/ul-triangle.gif);
	list-style-type: none;
}
ul.ul_triangle li{
	margin-bottom: 10px;
}
ul.ul_ai li{
	margin: 0px;
}
ul.ul_ai {
	list-style-image: url(images/ul-ai.gif);
	list-style-type: none;
}
ul.ul_blank {
	list-style-image: none;
	list-style-type: none;
}
.sitemap_col {
	width: 230px;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
}
.code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFE1;
	border: 1px dashed #CCCCCC;
	padding: 5px;
	margin: 10px;
	color: #003399;
}
.code_indent {
	padding-left: 15px;
}
.code_blue {
	color: #0066FF;
}
.code_pink {
	color: #FF3399;
}
.code_green {
	color: #339933;
}
.code_black {
	color: #000000;
}
.px_icon_table td{
	padding: 2px;
	color: #666666;
	font-size: 90%;
}
.px_icon_table img{
	margin-right: 7px;
	padding: 3px;
	border: 1px solid #EBEBEB;
	vertical-align: middle;
}
