@charset "UTF-8";

/* Start Basics - CSS */

* { margin:0; padding:0; }

body {
    background: #F7F7F7;
}

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 {
    margin: 3px;
    padding: 2px;
    border: 4px solid #CCCCCC;
}

.photo_edge:hover {
    margin: 3px;
    padding: 2px;
    border: 4px solid #0D467E;
}

.right {
    float: right;
    margin: 4px;
    padding: 2px;
    border: 4px solid #DEDBCA;
}

.left {
    float: left;
    margin: 4px;
    padding: 2px;
    border: 4px solid #DEDBCA;
}

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

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

/* End Basics - CSS */


/* start of home_header */

#wrapper {
    width: 100%;
}

#header_wrapper {
    background-color: #527188;
    text-align: center;
    width: 100%;
    height: 131px;
    background-image: url(../images/home_bg01.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

#header_home {
    width: 990px;
    height: 131px;
    margin: 0px auto;
    text-align: left;
    background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;  
}

#header_home h1, #header_home h1 a {
    text-indent: -5000px;
    display: block;
    height: 85px;
    width: 990px;   
}

#header_home #header_home_row01 {
    width: 990px;
    height: 85px;
    float: left;
}

#home_nav {
    width: 852px;
    height: 46px;
    float: left;
    clear: both;
    margin-left: 68px;
}

#home_nav ul {
    display: block;
    float: left;
    width: 852px;
    height: 46px;
    list-style: none;
}

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

#home_nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#home_nav_about {
    width: 148px;
}

#home_nav_findahome {
    width: 157px;
}

#home_nav_financingoptions {
    width: 210px;
}

#home_nav_yourtoolkit {
    width: 170px;
}

#home_nav_contactus {
    width: 167px;
}

#home_nav_about a:hover {
    background-image:url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: -68px -131px;
}

#home_nav_findahome a:hover {
    background-image:url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: -216px -131px;
}

#home_nav_financingoptions a:hover {
    background-image:url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: -373px -131px;
}

#home_nav_yourtoolkit a:hover {
    background-image:url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: -583px -131px;
}

#home_nav_contactus a:hover {
    background-image:url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: -753px -131px;
}

#home_nav ul li ul {
    display: none;
    float: none;
    position: relative;
    top: 0px;
    width: auto;
    z-index:100;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

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

#home_nav ul li ul li {
    background-image: none;
    background-repeat: none;
    background-color: #618136;
    color: #ffffff;
    display: block;
    float: none;
    height: 25px;
    text-indent: 8px;
    padding-top: 6px;
}

#home_nav ul li ul li a {
    color: #ffffff;
    font: arial;
    font-size: 12px;
    height: 25px;
    text-indent: 8px;
    padding-top: 6px;
}

#home_nav ul li ul li a:hover {
    background-image: none;
    background-repeat: none;
    background-color: #0D467E;
    text-decoration: none;
}

/* end of home_header */




/* start of footer */

#footer_wrapper {
    text-align: center;
    width: 100%;
    height: 19px;
    background-image: url(../images/home_bg03.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

#footer {
    width: 990px;
    text-align: center;
    margin: 0px auto;
    text-align: left;
    background-image: url(../images/home_contentarea_bottom.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 19px;   
}

#footer #foot_left {
    float: left;
    width: 896px;
    margin-top: 33px;
    margin-left: 24px;
}

#footer #foot_right {
    float: left;
    width: 46px;
    margin-top: 33px;
}

#footer h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    padding: 3px;   
}

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

#footer a {
    font-weight: bold;
    color: #0D467E;
    text-decoration: none;      
}

#footer a:hover {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.logo_bd {
    background-image: url(../images/logo_bd.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 26px;
    width: 163px;
    margin-bottom: 20px;
}

.logo_bd a {
    background-image: url(../images/logo_bd.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 26px;
    width: 163px;
}

.logo_eho {
    background-image: url(../images/logo_eho.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 44px;
    width: 46px;
}

/* end of footer */



/* start of home_content */

#middle_wrapper {
    text-align: center;
    width: 100%;
    background-image: url(../images/home_bg02.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-color: #FFFFFF;
}

#content {
    width: 990px;
    text-align: left;
    margin: 0px auto;
    text-align: left;   
}

#content h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: normal;
    line-height: 21px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 10px;
    padding-left: 3px;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #81AA48;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: 3px;
}

#content h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-transform: none;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #999999;
    margin-bottom: 8px;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
    margin-top: 8px;
}

#content p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 8px;
    padding-left: 3px;
}


#content a {
    font-weight: bold;
    color: #0D467E;
    text-decoration: none;  
}

#content a:hover {
    font-weight: bold;
    color: #638337;
    text-decoration: none;
}

#content #content_main {
    float: left;
    width: 647px;
    margin-right: 10px;
    margin-left: 63px;
}

#content #content_sidebar {
    float: left;
    width: 207px;
}

#slideshow_holder {
    background-image: url(../images/home_slideshow_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 359px;
    width: 990px;
}

.slideshow {
    float: left;
    height: 282px;
    width: 417px;
    margin-left: 102px;
    margin-top: 47px;
    margin-right: 51px;
}

.top_btn_column {
    float: left;
    width: 372px;
    margin-top: 20px;
}

.top_btn_box {
    float: left;
    width: 372px;
    height: 163px;
}

#home_secondarynav_holder {
    background-image: url(../images/secondary_nav.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 137px;
    width: 990px;
}

#home_secondarynav {
    float: left;
    height: 103px;
    width: 942px;
    margin-left: 23px;
    margin-top: 17px;
}

#home_secondarynav ul {
    display: block;
    float: left;
    width: 942px;
    height: 103px;
    list-style: none;
}

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

#home_secondarynav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#home_secondarynav_comms {
    width: 178px;
    margin-right: 13px;
}

#home_secondarynav_homes {
    width: 178px;
    margin-right: 13px;
}

#home_secondarynav_plans {
    width: 178px;
    margin-right: 13px;
}

#home_secondarynav_energy {
    width: 178px;
    margin-right: 13px;
}

#home_secondarynav_gallery {
    width: 178px;
}

#home_secondarynav_comms a:hover {
    background-image:url(../images/secondary_nav.jpg);
	background-repeat: no-repeat;
	background-position: -23px -154px;
}

#home_secondarynav_homes a:hover {
    background-image:url(../images/secondary_nav.jpg);
	background-repeat: no-repeat;
	background-position: -214px -154px;
}

#home_secondarynav_plans a:hover {
    background-image:url(../images/secondary_nav.jpg);
	background-repeat: no-repeat;
	background-position: -405px -154px;
}

#home_secondarynav_energy a:hover {
    background-image:url(../images/secondary_nav.jpg);
	background-repeat: no-repeat;
	background-position: -596px -154px;
}

#home_secondarynav_gallery a:hover {
    background-image:url(../images/secondary_nav.jpg);
	background-repeat: no-repeat;
	background-position: -787px -154px;
}

#home_content_top {
    background-image: url(../images/home_contentarea_top.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 54px;
    width: 990px;
}

#home_left {
    float: left;
    width: 472px;
    margin-left: 62px;
    margin-right: 12px;
}

#home_right {
    float: left;
    width: 382px;
}

.welcome {
    background-image: url(../images/welcome.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    height: 93px;
    width: 472px;
}

.home_stayconnectedbox {
    background-image: url(../images/home_stayconnectedbox_02.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    width: 382px;
    float: left;
}

.home_stayconnectedbox_top {
    background-image: url(../images/home_stayconnectedbox_01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 382px;
    height: 19px;
    float: left;
}

.home_stayconnectedbox_inner {
    background-image: url(../images/home_stayconnectedbox_04.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 382px;
    float: left;
}

.home_stayconnectedbox_edge {
    background-image: url(../images/home_stayconnectedbox_03.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 382px;
    height: 19px;
    float: left;
}

.home_stayconnectedbox_leftcol {
    width: 136px;
    float: left;
    margin-left: 24px;
    margin-top: 37px;
    margin-right: 15px; 
}

.home_stayconnectedbox_rightcol {
    width: 184px;
    float: left;
    margin-top: 30px;
}

.home_stayconnectedbox_rightcol p {
    margin-bottom: 3px;
}

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

.home_stayconnectedbox_social {
    float: left;
    width: 136px;
}

.home_stayconnectedbox_socialcol01 {
    float: left;
    width: 46px;
}

.home_stayconnectedbox_socialcol02col03 {
    float: left;
    width: 38px;
}

.btn_email {
    background-image: url(../images/home_icon_email.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 34px;
    width: 46px;
}

.btn_email a {
    background-image: url(../images/home_icon_email.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 34px;
    width: 46px;
}

.btn_fb {
    background-image: url(../images/home_icon_fb.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 34px;
    width: 38px;
}

.btn_fb a {
    background-image: url(../images/home_icon_fb.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 34px;
    width: 38px;
}

.btn_twitter {
    background-image: url(../images/home_icon_twitter.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 34px;
    width: 38px;
}

.btn_twitter a {
    background-image: url(../images/home_icon_twitter.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 34px;
    width: 38px;
}

.home_socialbox_wrap {
    float: left;
    width: 382px;
}

.home_socialbox {
    float: left;
    width: 191px;
}

.home_socialbox_blog {
    width: 191px;
    height: 38px;
    background-image: url(../images/home_listbox01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
}

.home_socialbox_twitter {
    width: 191px;
    height: 38px;
    background-image: url(../images/home_listbox02.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
}

.home_socialbox_repeat {
    float: left;
    width: 191px;
    background-image: url(../images/home_listbox03.jpg);
    background-repeat: repeat-y;
    background-position: left top;
}

.home_socialbox_edge {
    float: left;
    width: 191px;
    height: 22px;
    background-image: url(../images/home_listbox04.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.home_socialbox_inner {
    float: left;
    width: 161px;
    margin-left: 15px;
}

.social_list {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 15px;
    list-style: none;
}

.social_list li {
    border-bottom:1px solid #CCCCCC;
    padding:4px 3px;
}

#twitter_update_list {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    list-style: none;

}

#twitter_update_list li {
    border-bottom:1px solid #CCCCCC;
    padding: 5px 4px;
}

#twitter_update_list a {
    font-weight: bold;
    color: #0D467E;
    text-decoration: none;
}

#twitter_update_list a:hover {
    color: #638337;
    font-weight: bold;
    text-decoration: none;
}




/* end of home_content */



/* start of inside_content */

.pagetitle_box {
    background-image: url(../images/inside_pagehead_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 80px;
    width: 647px;
    margin-bottom: 20px;
    margin-left: -8px;
}

.pagetitle_about {
    background-image: url(../images/inside_pagehead_about.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_findahome {
    background-image: url(../images/inside_pagehead_findahome.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_financing {
    background-image: url(../images/inside_pagehead_financing.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_toolkit {
    background-image: url(../images/inside_pagehead_toolkit.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_contact {
    background-image: url(../images/inside_pagehead_contact.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_communities {
    background-image: url(../images/inside_pagehead_communities.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_invres {
    background-image: url(../images/inside_pagehead_invres.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_invdetail {
    background-image: url(../images/inside_pagehead_invdetail.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_plans {
    background-image: url(../images/inside_pagehead_plans.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_plandetail {
    background-image: url(../images/inside_pagehead_plandetail.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_energy {
    background-image: url(../images/inside_pagehead_energy.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_gallery {
    background-image: url(../images/inside_pagehead_gallery.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_blog {
    background-image: url(../images/inside_pagehead_blog.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_faq {
    background-image: url(../images/inside_pagehead_faq.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_taxcredit {
    background-image: url(../images/inside_pagehead_taxcredit.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_legal {
    background-image: url(../images/inside_pagehead_legal.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_careers {
    background-image: url(../images/inside_pagehead_careers.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 321px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.pagetitle_construction {
    background-image: url(../images/inside_pagehead_construction.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    width: 358px;
    text-indent: -5000px;
    margin-left: 61px;
    margin-top: 27px;
}

.sidebar_top {
    background-image: url(../images/sidebar_01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 17px;
    width: 207px;
}

.sidebar_repeat {
    background-image: url(../images/sidebar_02.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    width: 207px;
}

.sidebar_edge {
    background-image: url(../images/sidebar_03.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 23px;
    width: 207px;
}

.sidebar_inner {
    width: 173px;
    margin-left: 17px;
}

.sidebar_inner_amenities {
	width: 173px;
	margin-bottom: 5px;
}

.sidebar_stayconnectedbox {
    background-color: #81AA48;
    width: 173px;
}

.sidebar_stayconnectedbox_inner {
    background-color: #0C4376;
    width: 157px;
    margin: 8px;
}

.sidebar_stayconnectedbox_inner_space {
    background-color: #0C4376;
    width: 130px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 7px;
}

.sidebar_blog_header {
    background-image: url(../images/sidebar_blog_header.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 27px;
    width: 173px;
    margin-top: 12px;
    margin-bottom: 10px;
    text-indent: -5000px;
}

.sidebar_stayconnectedbox_greenboxtop {
    background-color: #81AA48;
    height: 2px;
    width: 173px;
}

.bullet_list {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 15px;
    list-style: none;
}

.bullet_list li {
    border-bottom:1px solid #E5E5E5;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 26px;
    background-image: url(../images/bullet.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 20px;
    margin-bottom: 7px;
    margin-right: 20px;
}

#subnav {
    background-color: #0D457D;
}

#subnav ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-align: left;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 4px;
}

#subnav ul li {
    display: inline;
    margin-left: -4px;
}

#subnav ul li a {
    padding: 6px 9px;
    color: white;
    text-decoration: none;
    border-right: 1px solid #1162B4;
}

#subnav ul li a:hover {
    background-color: #1162B4;
    color: white;
}

#active a { border-left: 1px solid #1162B4; }

.appointment_callout_box {
    float: right;
    height: 117px;
    width: 194px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.btn_appointment, .btn_appointment a {
    background-image: url(../images/appt_btn.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 117px;
    width: 194px;
}

.contact_left {
    float: left;
    width: 175px;
    margin-right: 25px;
}

.contact_right {
    float: left;
    width: 425px;
}

/* end of page basics */


/* start of home, plan, community page_styling */

.detail_left {
    float: left;
    width: 192px;
}

.detail_right {
    float: left;
    width: 445px;
    margin-top: 3px;
}

.detail_left_sidebar_top {
    float: left;
    width: 192px;
    height: 29px;
    background-image: url(../images/detail_left01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.detail_left_sidebar_edge {
    float: left;
    width: 192px;
    height: 29px;
    background-image: url(../images/detail_left03.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.detail_left_sidebar_repeat {
    float: left;
    width: 192px;
    background-image: url(../images/detail_left02.jpg);
    background-repeat: repeat-y;
    background-position: left top;
}

.detail_left_sidebar_inner {
    float: left;
    width: 160px;
    margin-left: 6px;
}

.detail_left_navbox {
    width: 136;
    padding: 8px;
    background-color:#E6E6E6;
    margin-top: 10px;
}

.results_container {
    float: left;
    width: 647px;
}

.results_box {
    float: left;
    width: 215px;
}

.results_box_top {
    float: left;
    width: 215px;
    background-image: url(../images/results_box01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 27px;
}

.results_box_edge {
    float: left;
    width: 215px;
    background-image: url(../images/results_box03.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 27px;
}

.results_box_repeat {
    float: left;
    width: 215px;
    background-image: url(../images/results_box02.jpg);
    background-repeat: repeat-y;
    background-position: left top;
}

.results_box_inner {
    float: left;
    width: 156px;
    margin-left: 29px;
}

.results_box_inner02 {
    float: left;
    width: 156px;
    margin-right: 15px;
    margin-top: 7px;
}

.thumb_space {
    margin-bottom: 8px;
}

.results_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 17px;
    font-weight: normal;
    color: #4B6329;
    text-decoration: none;
    padding: 2px;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
}

.results_title02 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    color: #4B6329;
    text-decoration: none;
    padding: 2px;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
}

.results_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    padding: 2px;
}

.btn_viewdetail a {
    background-image: url(../images/btn_viewdetail.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 20px;
    width: 156px;
    margin-top: 7px;
}

.btn_viewdetail a:hover {
    background-image: url(../images/btn_viewdetail_f2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 20px;
    width: 156px;
    margin-top: 7px;
}

.btn_visitcommunity a {
    background-image: url(../images//btn_visitcommunity.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 20px;
    width: 156px;
    margin-top: 7px;
}

.stateselection_box {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.stateselection_box_top {
    background-image: url(../images/state_box01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 30px;
    width: 300px;
}

.stateselection_box_edge {
    background-image: url(../images/state_box03.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 30px;
    width: 300px;
}

.stateselection_box_repeat {
    background-image: url(../images/state_box02.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    float: left;
    width: 300px;
}

.stateselection_box_inner {
    float: left;
    width: 248px;
    margin-left: 21px;
}

.stateselection_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #4B6329;
    text-decoration: none;
    padding: 2px;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
}

.stateselection_title span {
    font-weight: bold;
    color: #000000;
}

.googlemap_holder {
    float: left;
    height: 400px;
    width: 647px;
    margin-bottom: 15px;
}


.commlist_box {
    float: left;
    width: 647px;
    margin-bottom: 10px;
}

.commlist_box_top {
    float: left;
    width: 647px;
    height: 27px;
    background-image: url(../images/commlist_box01.jpg);
    background-repeat: no-repeat;
    background-position: left top;  
}

.commlist_box_edge {
    float: left;
    width: 647px;
    height: 27px;
    background-image: url(../images/commlist_box03.jpg);
    background-repeat: no-repeat;
    background-position: left top;  
}

.commlist_box_repeat {
    float: left;
    width: 647px;
    background-image: url(../images/commlist_box02.jpg);
    background-repeat: repeat-y;
    background-position: left top;  
}

.commlist_box_col01 {
    float: left;
    width: 156px;
    margin-left: 29px;
    margin-right: 14px;
}

.commlist_box_col02 {
    float: left;
    width: 226px;
    margin-right: 13px;
}

.commlist_box_col03 {
    float: left;
    width: 180px;
}

.commlist_box_commnamearea {
    width: 419px;
    float: left;
}

.commlist_btn a {
    background-image: url(../images/commlist_box_btn.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 23px;
    width: 180px;
}

.commlist_btn a:hover {
    background-image: url(../images/commlist_box_btn_f2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    display: block;
    height: 23px;
    width: 180px;
}

.commlist_btn_holder {
    float: left;
    height: 23px;
    width: 180px;
}

.development_btn a {
	background-image: url(../images/visit_development.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 23px;
	width: 180px;
}


/* end of home, plan, community page_styling */


/* Form styling */

.form { }

.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: 225px;
}

.form .submit input {
 margin-left: 125px;
 width:auto;
}

.form .checkbox {
 width: 15px;
}

.form .captcha img {
 margin-left:165px;
}

.form .directions {
 text-align: left;
}

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

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