@charset "UTF-8";


/* Start Basics - CSS */
* { margin:0; padding:0; }

body {
	background-color: #FFF;
	background-image: url(../images/ch_home_bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a:active, a:focus {
	outline: none;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

img a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.clear {
	height: 0px;
	clear: both;
}

.photo_edge {
	padding: 2px;
	border: 2px solid #036;
	margin-right: 18px;
	margin-bottom: 18px;
	float: left;
}

.photo_edge:hover {
	padding: 2px;
	border: 2px solid #69F;
}

a {
	color: #036;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #09F;
	text-decoration: underline;
	font-weight: bold;
}

.right {
	float: right;
	margin: 0px 6px 20px 20px;
	border: 3px solid #999999;
	padding: 3px;
}

.right_noline {
	float: right;
	margin: 10px 0px 20px 20px;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px;
	border: 3px solid #444;
}

.left_noline {
	float: left;
	margin: 5px;
	padding: 7px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
	color: #666;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 34px;
	font-weight: normal;
	color: #369;
	margin-bottom: 4px;
	margin-top: 16px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	color: #333;
	padding-bottom: 10px;
}

/* End Basics - CSS */

#wrapper {
	width: 100%;
	margin: 0px auto;
	background-image: url(../images/ch_home_bg_image.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#wrapper_inner {
	width: 1000px;
	margin: 0px auto;
}

/* start of home */

.main_inside_header {
	width: 1000px;
	height: 177px;
	background-image: url(../images/home_header_inside_bg.jpg);
	background-repeat: no-repeat;
}

.logo_link_box a {
	width: 216px;
	height: 168px;
	display: block;
	float: left;
	margin-left: 64px;
	text-indent: -5000px;
}

.inside_content_repeat_wrapper {
	width: 1000px;
	background-image: url(../images/main_content_bg_repeat.png);
	background-repeat: no-repeat:
}

.inside_content_edge {
	width: 1000px;
	height: 20px;
	background-image: url(../images/main_content_bg_edge.png);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

.inside_content_column_left {
	width: 285px;
	float: left;
	margin-left: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.inside_menu_wrapper {
	width: 285px;
	height: 390px;
	float: left;
	clear: both;
	margin-bottom: 20px;
}

.inside_menu_title {
	width: 41px;
	height: 390px;
	float: left;
}

.inside_menu_background {
	width: 244px;
	height: 390px;
	float: left;
	background-image: url(../images/inside_menu_bg.jpg);
	background-repeat: no-repeat;
}

.inside_map_bttn a {
	width: 285px;
	height: 340px;
	float: left;
	display: block;
	margin-bottom: 20px;
	text-indent: -5000px;
	background-image: url(../images/main_inside_map_bttn.jpg);
	background-repeat: no-repeat;
}
	
.inside_content_column_right {
	width: 630px;
	float: left;
	margin-left: 26px;
	margin-bottom: 20px;
}

.inside_content_column_results {
	width: 645px;
	float: left;
	margin-left: 12px;
	margin-bottom: 20px;
}

.inside_slideshow_box {
	width: 630px;
	height: 350px;
	float: left;
	clear: both;
}

.about_slideshow_box {
	width: 570px;
	height: 275px;
	float: left;
	clear: both;
	margin: 20px 0px 0px 20px;
	border: 3px solid #999999;
	padding: 3px;
}
	
.inside_introcopy_box {
	width: 630px;
	float: left;
	clear: both;
	margin: 16px 0px 0px 0px;
	padding-left: 4px;
	padding-right: 4px;
}

.inside_copy_box {
	width: 570px;
	float: left;
	clear: both;
	margin: 20px 0px 0px 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.inside_copy_box ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	color: #333;
	padding-bottom: 10px;
	margin-left: 12px;
}

.inside_content_divider {
	width: 630px;
	height: 10px;
	float: left;
	background-image: url(../images/inside_content_divider.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 10px 0px 10px 0px;
}

.inside_mainbutton_box {
	width: 630px;
	height: 100px;
	float: left;
	clear: both;
	background-image: url(../images/living_main_buttons.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.inside_mainbutton_box_link a {
	width: 143px;
	height: 100px;
	display: block;
	float: left;
	margin-left: 8px;
	margin-right: 6px;
	text-indent: -5000px;
}	


.connected_box {
	width: 610px;
	height: 61px;
	float: left;
	padding-top: 16px;
	background-image: url(../images/connected_box.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

.connected_box_button_box {
	width: 134px;
	height: 30px;
	float: right;
	text-indent: 0px;
	display: block;
}

.connected_box_button a {
	width: 34px;
	height: 30px;
	float: left;
	margin-right: 8px;
	display: block;
	text-indent: -5000px;
}

.news_events_wrapper {
	width: 630px;
	float: left;
	clear: both;
}

.news_events_column {
	width: 315px;
	float: left;
	margin-bottom: 20px;
}

.community_news_header {
	width: 315px;
	height: 33px;
	float: left;
	margin-bottom: 8px;
	background-image: url(../images/community_news_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -5000px;
}

.community_events_header {
	width: 315px;
	height: 33px;
	float: left;
	margin-bottom: 8px;
	background-image: url(../images/community_events_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -5000px;
}

.home_blog_box {
	width: 295px;
	float: left;
	margin-bottom: 6px;
	margin-left: 10px;
	padding-bottom: 4px;
	border-bottom: 2px dotted #5D7F81;
}

.home_blog_box a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	text-decoration: none;
}

.home_blog_box a:hover {
	text-decoration: underline;
}

.home_blog_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	color: #5D7F81;
	text-decoration: none;
}

.home_living_button a {
	width: 290px;
	height: 79px;
	float: left;
	margin-left: 12px;
	margin-bottom: 10px;
	background-image: url(../images/home_living_bttn.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -5000px;
}

.inside_page_header {
	width: 630px;
	height: 47px;
	float: left;
	clear: both;
	background-image: url(../images/inside_main_page_header.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	padding-top: 13px;
	text-indent: 28px;
	color: #FFF;
	margin-top: 20px;
}

.inside_homes_results_wrapper {
	width: 645px;
	float: left;
	clear: both;
}

.main_news_header {
	width: 314px;
	height: 33px;
	float: left;
	margin: 0px 0px 8px 0px;
	background-image: url(../images/latest_news_header.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

.main_events_header {
	width: 314px;
	height: 33px;
	float: left;
	margin: 0px 0px 8px 0px;
	background-image: url(../images/upcoming_events_header.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

.live_operator_bttn a {
	width: 285px;
	height: 150px;
	display: block;
	float: left;
	margin: 0px 0px 10px 0px;
	text-indent: -5000px;
	background-image: url(../images/live_operator_bttn.jpg);
	background-repeat: no-repeat;
}

.inside_map_content {
	width: 950px;
	float: left;
	margin: 0px 0px 20px 25px;
}

.inside_map_box {
	width: 950px;
	display: block;
	float: left;
	margin-top: 15px;
}

.map_print_bar {
	width: 950px;
	height: 39px;
	float: left;
	margin-top: 20px;
	background-image: url(../images/map_print_bar.jpg);
	background-repeat: no-repeat;
	padding-top: 17px;
	text-indent: 200px;
}

.map_print_bar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

.map_print_bar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

.map_print_bar a:hover {
	text-decoration: underline;
}

.map_print_bar span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6CF;
	margin: 0px 4px 0px 4px;
}

.inside_blog_column_left {
	width: 656px;
	float: left;
	margin-left: 10px;
	margin-bottom: 30px;
	padding-right: 15px;
	border-right: 1px #CCC solid;
}

.inside_blog_column_right {
	width: 275px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.inside_blog_copy_box {
	width: 570px;
	float: left;
	clear: both;
	margin: 10px 0px 0px 46px;
	padding-left: 0px;
	padding-right: 0px;
}

.testimonial_photo_box_left {
	height: 110px;
	float: left;
	margin-top: 16px;
	margin-right: 16px;
}

.testimonial_box {
	width: 570px;
	float: left;
	clear: both;
	margin: 0px 0px 10px 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.testimonial_copy_box {
	width: 390px;
	float: left;
	margin: 0px 0px 20px 160px;
	padding-left: 0px;
	padding-right: 0px;
}

/* lot */

#lot_wrapper {
	width: 100%;
	margin: 0px auto;
	background-color: #FFF;
	background-image: url(../images/maptacular_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#lot_wrapper_inner {
	width: 100%;
	margin: 0px auto;
}

.lot_content {
	width: 340px;
	height: 340px;
	margin: 20px;
	margin-left: 30px;
}

.lot_movie_box {
	width: 300px;
	height: 225px;
	margin: 0px 0px 0px 0px;
	background-color: #999;
}

.avail_homes_bttn a {
	width: 285px;
	height: 150px;
	display: block;
	float: left;
	margin: 0px 0px 10px 0px;
	text-indent: -5000px;
	background-image: url(../images/avail_homes_bttn.jpg);
	background-repeat: no-repeat;
}


/* home */

/* start of maptacular */

.maptacular {
    width: 240px;
    float: left;
    background-image: url(../images/maptacular_bg.jpg);
    background-repeat: repeat-x;
	border: 1px solid #999;
	padding-top: 26px;
}

.maptacular_top {
    width: 240px;
    height: 26px;
    background-image: url(../images/maptac01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.maptacular_edge {
    width: 240px;
    height: 26px;
    background-image: url(../images/maptac03.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.maptacular_inner {
    width: 210px;
    margin-left: 15px;
	margin-bottom: 15px;
    float: left;    
}

.maptacular_image {
	width: 210px;
	margin-bottom: 15px;
	float: left;
}

.maptacular_title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    color: #333;
    padding-top: 8px;
    padding-right: 3px;
    padding-bottom: 6px;
    padding-left: 0px;
}

.maptacular_data {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    color: #333333;
    padding: 3px;
}

.maptacular_span {
    font-weight: bold;
    color: #7A552C;
}

/* end of maptacular */

/* inside nav */

#inside_nav {
	width: 222px;
	height: 350px;
	float: left;
	margin-left: 11px;
	margin-top: 20px;
	display: block;
}

#inside_nav ul {
    display: block;
    float: left;
    width: 214px;
	height: 350px;
    list-style: none;
}

.inside_nav {
	width: 100%;
    display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
    float: left;
	height: 16px;
	padding-top: 0px;
	padding-bottom: 9px;
	border-bottom: 1px solid #B29973;
	letter-spacing: 1px;
	text-indent: 8px;
}

.inside_nav a {
	width: 100%;
    display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
    float: left;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 2px;
	letter-spacing: 1px;
}

.inside_nav a:hover {
	width: 100%;
    display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
    float: left;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 2px;
	letter-spacing: 1px;
	background-image: url(../images/inside_ul_li_hover_bg.jpg);
}

.inside_nav_active {
	width: 100%;
    display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
    float: left;
	height: 16px;
	padding-top: 0px;
	padding-bottom: 9px;
	border-bottom: 1px solid #B29973;
	letter-spacing: 1px;
	text-indent: 8px;
}

.inside_nav_active a {
	width: 100%;
    display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
    float: left;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 2px;
	letter-spacing: 1px;
	background-image: url(../images/inside_ul_li_active_bg.jpg);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

.inside_nav_header a {
	width: 100%;
    display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
    float: left;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #B29973;
	margin-left: -2px;
	text-indent: 2px;
}

.inside_nav_header a:hover {
	width: 100%;
    display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
    float: left;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #B29973;
	margin-left: -2px;
	text-indent: 2px;
	text-decoration: none;
	background-image: url(../images/inside_ul_li_hover_bg.jpg);
}

.inside_nav_header_active a {
	width: 100%;
    display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
    float: left;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #B29973;
	background-image: url(../images/inside_ul_li_active_bg.jpg);
	margin-left: -2px;
	text-indent: 2px;
}

.inside_nav_header_active a:hover {
	width: 100%;
    display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
    float: left;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #B29973;
	margin-left: -2px;
	text-indent: 2px;
	text-decoration: none;
}

/* inside nav */

/* global nav */

#nav {
	width: 656px;
	height: 27px;
	float: left;
	margin-left: 23px;
	display: block;
}

#nav ul {
    display: block;
    float: left;
    width: 656px;
	height: 27px;
    list-style: none;
}

#nav ul li {
    display: block;
    float: left;
	height: 27px;
    text-indent: -10000px;
}

#nav ul li a {
    display: block;
    width: 100%;
	height: 27px;
}

#nav_home {
    width: 109px;
	background-image: url(../images/nav_rollovers.png);
	background-repeat: no-repeat;
	background-position: 0px -27px;
}

#nav_about {
    width: 114px;
	background-image: url(../images/nav_rollovers.png);
	background-repeat: no-repeat;
	background-position: 0px -27px;
}

#nav_news {
    width: 90px;
	background-image: url(../images/nav_rollovers.png);
	background-repeat: no-repeat;
	background-position: 0px -27px;
}

#nav_events {
    width: 102px;
	background-image: url(../images/nav_rollovers.png);
	background-repeat: no-repeat;
	background-position: 0px -27px;
}

#nav_gallery {
    width: 108px;
	background-image: url(../images/nav_rollovers.png);
	background-repeat: no-repeat;
	background-position: 0px -27px;
}

#nav_contact {
    width: 132px;
	background-image: url(../images/nav_rollovers.png);
	background-repeat: no-repeat;
	background-position: 0px -27px;
}

#nav_home a:hover {
    width: 109px;
	background-image: url(../images/nav_rollovers.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav_about a:hover {
    width: 114px;
	background-image: url(../images/nav_rollovers.png);
	background-repeat: no-repeat;
	background-position: -109px 0px;
}

#nav_news a:hover {
    width: 90px;
	background-image: url(../images/nav_rollovers.png);
	background-repeat: no-repeat;
	background-position: -223px 0px;
}

#nav_events a:hover {
    width: 102px;
	background-image: url(../images/nav_rollovers.png);
	background-repeat: no-repeat;
	background-position: -313px 0px;
}

#nav_gallery a:hover {
    width: 108px;
	background-image: url(../images/nav_rollovers.png);
	background-repeat: no-repeat;
	background-position: -415px 0px;
}

#nav_contact a:hover {
    width: 133px;
	background-image: url(../images/nav_rollovers.png);
	background-repeat: no-repeat;
	background-position: -523px 0px;
}

#nav ul li ul {
    display: none;
    float: none;
    position: relative;
    top: 0px;
    width: 200px;
    z-index:100;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
	border-top: solid 1px #999;
}

#nav ul li:hover ul {
    display: block;
}

#nav ul li ul li {
    background-color: #FFF;
    color: #555;
    display: block;
    float: none;
    height: 22px;
    text-indent: 6px;
    padding-top: 0px;
	padding-bottom: 1px;
	border: solid 1px #B4D9DC;
	border-top: none;
}

#nav ul li ul li a {
    color: #555;
    font: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: normal;
    height: 18px;
    padding-top: 5px;
	padding-bottom: 0px;
    text-decoration: none;
}

#nav ul li ul li a:hover {
    background-color: #FBE2B8;
    text-decoration: none;
	background-image: none;
	width: 100%;
}

/* global nav */

/* news */

.news_copy_box {
	width: 570px;
	float: left;
	clear: both;
	margin: 20px 0px 12px 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.news_column_left {
	width: 160px;
	float: left;
}

.news_column_right {
	width: 380px;
	float: left;
	margin-left: 20px;
}

.news_column_right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 34px;
	font-weight: normal;
	color: #369;
	margin-bottom: 0px;
	margin-top: 0px;
}

.news_column_right h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
	margin-top: 0px;
}

.news_photo_edge {
	padding: 2px;
	border: 2px solid #036;
	float: left;
	margin-top: 6px;
}

.news_photo_edge:hover {
	padding: 2px;
	border: 2px solid #69F;
}

.events_copy_box {
	width: 570px;
	float: left;
	clear: both;
	margin: 20px 0px 12px 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.events_column_left {
	width: 160px;
	float: left;
}

.events_column_right {
	width: 380px;
	float: left;
	margin-left: 20px;
}

.events_column_right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 34px;
	font-weight: normal;
	color: #369;
	margin-bottom: 0px;
	margin-top: 0px;
}

.events_column_right h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
	margin-top: 0px;
}

.events_photo_edge {
	padding: 2px;
	border: 2px solid #036;
	float: left;
	margin-top: 6px;
}

.events_photo_edge:hover {
	padding: 2px;
	border: 2px solid #69F;
}

/* news */


/* start of inside */

.horizontal_results_wrapper {
	width: 540px;
	margin-top: 20px;
	border-top: 1px solid #696;
	padding-bottom: 10px;
	padding-top: 16px;
	clear: both;
}

.horizontal_results_photobox {
	width: 142px;
	height: 112px;
	float: left;
	padding: 2px;
	border: 2px solid #036;
}

.horizontal_results_textbox {
	width: 360px;
	float: left;
	margin-left: 20px;
}

.horizontal_results_button {
	width: 120px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F5A40;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	background-image: url(../images/sidebar_headline_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	border-top: 1px solid #999;
	margin-top: 6px;
	clear: both;
}

.horizontal_results_wrapper h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363;
	margin-bottom: 4px;
	margin-top: 0px;
}

.vertical_results_wrapper {
	width: 200px;
	float: left;
	margin-right: 15px;
	margin-bottom: 14px;
	background-image: url(../images/vert_results_repeat.jpg);
	background-repeat: repeat-y;
	background-position: 1px 0px;
}

.vertical_results_wrapper_top {
	width: 200px;
	height: 20px;
	float: left;
	background-image: url(../images/vert_result_top.jpg);
	background-position: 1px 0px;
}

.vertical_results_wrapper_edge {
	width: 200px;
	height: 20px;
	float: left;
	background-image: url(../images/vert_results_edge.jpg);
	background-position: 1px 0px;
}

.vertical_results_photobox {
	width: 160px;
	height: 112px;
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 2px;
	border: 2px solid #54483B;
}

.vertical_results_textbox {
	width: 168px;
	float: left;
	margin-left: 17px;
	margin-bottom: 4px;
}

.vertical_results_button a {
	width: 168px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #54483B;
	font-weight: bold;
	text-align: left;
	text-indent: 19px;
	padding-top: 9px;
	background-image: url(../images/vert_results_bttn_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 1px;
	display: block;
	margin-top: 10px;
	clear: both;
}

.vertical_results_wrapper h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363;
	margin-bottom: 4px;
	margin-top: 0px;
}

.vertical_results_wrapper h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin-bottom: 1px;
	margin-top: 0px;
}
	
/* end of inside */


/* form styling */

.form { 
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}

.form p {
 padding-bottom:5px !important;
}

.form label {
 display:block;
 float:left;
 margin-right:15px;
 padding-top:2px;
 text-align:right;
 width:150px;
}

.form input, .form textarea {
 width:300px;
}

.form .submit input {
 margin-left:165px;
 margin-top: 10px;
 width:auto;
}

.form .checkbox {
 width: 15px;
}

.form .captcha {
 margin-left: 165px;
 padding-bottom: 20px;
}

.form .directions {
 text-align:left;
 margin-bottom: 10px;
 
}

.success {
 color:#000000;
 font-weight:bold;
 padding-top:30px;
 text-align:center;
}

.error {
 color:#ff0000;
 font-weight:bold;
 text-align:center;
}

/* form styling */


/* start of footer */

/* start of footer CSS */

#footer_wrapper {
	width: 100%;
	text-align: center;
	min-height: 200px;
	background-color: #29100A;
	background-image: url(../images/footer_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	clear: both;
}

#footer_inner {
	width: 1000px;
	height: 350px;
	margin: 0px auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#footer_row1 {
	height: 55px;
	width: 980px;
	padding-bottom: 6px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
}

.date_box {
	height: 19px;
	margin-top: 36px;
	width: 280px;
	float: left;
	vertical-align: bottom;
}	

.bd_logo_box {
	height: 55px;
	width: 224px;
	float: right;
	background-image: url(../images/footer_logos.jpg);
	background-repeat: no-repeat;
}

.bd_logo_link a {
	width: 160px;
	height: 30px;
	margin-top: 25px;
	float: left;
	display: block;
	text-indent: -5000px;
}

#footer_row2 {
	height: 220px;
}

.footer_list_box {
	width: 188px;
	height: 220px;
	margin-right: 10px;
	float: left;
	list-style: none;
}

.footer_list_box h2{
	width: 100%;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	color: #333;
	padding-top: 4px;
	text-indent: 4px;
	margin-bottom: 3px;
	background-color: #7E9085;
	display: block;
}

.box_list {
	text-indent: 6px;
    list-style: none;
	line-height: 18px;
}

.box_list li {
	width: 100%;
	color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    list-style: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
}

.box_list a {
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    list-style: none;
}

.box_list a:hover {
    color: #06C;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 15px;
    list-style: none;
	text-decoration: none;
}		

#footer_wrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

/* end of footer */

