@charset "UTF-8";


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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
	background-color: #292929;
	background-image: url(assets/bg_fade.jpg);
	background-repeat: repeat-x;
	background-position: center 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;
}

p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

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

.photo_edge {
	margin: 0px 0px 8px;
	padding: 2px;
	border: 4px solid #E5E5E5;
}

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

.photo_edge02 {
	margin: 8px;
	padding: 2px;
	border: 3px solid #999999;
}

.photo_edge02:hover {
	margin: 8px;
	padding: 2px;
	border: 3px solid #671013;
}

a {
	color: #671013;
	text-decoration: none;
}

a:hover {
	color: #671013;
	text-decoration: underline;
}

.right {
	float: right;
	margin: 5px;
	border: 4px solid #999999;
	padding: 3px;
}

.left {
	float: left;
	margin: 5px;
	border: 4px solid #999999;
	padding: 3px;
}


.detail_specs {
	width: 165px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.spec_hrule {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #54462B;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/* End Basics - CSS */




/* start header - CSS */

#wrapper {
	margin: 0px auto;
	width: 966px;
}

#header {
	width: 966px;
	height: 220px;
}


.logo {
	width: 966px;
	height: 175px;
	background-image: url(assets/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
	display: block;
}
.logo a {
	width: 966px;
	height: 175px;
	background-image: url(assets/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
	display: block;
}

#nav {
	height: 45px;
	width: 966px;
	background-image: url(assets/nav_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

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

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

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

#home {
    width: 126px;
}
#about {
    width: 101px;
}
#communities {
    width: 127px;
}
#availhomes {
    width: 160px;
}
#plans {
    width: 149px;
}
#gallery {
    width: 148px;
}
#contact {
    width: 155px;
}

#home a:hover {
    background: url(assets/nav01_f2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#about a:hover {
    background: url(assets/nav02_f2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#communities a:hover {
    background: url(assets/nav03_f2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#availhomes a:hover {
    background: url(assets/nav04_f2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#plans a:hover {
    background: url(assets/nav05_f2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#gallery a:hover {
    background: url(assets/nav06_f2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contact a:hover {
    background: url(assets/nav07_f2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.home_top_edge {
	background-image: url(assets/home01.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
	width: 966px;
	clear: both;
	float: left;	
}

/* end of header - CSS */


/* start of home - CSS */

.home_lower_edge {
	background-image: url(assets/home03.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 966px;
	clear: both;
	float: left;
}

#home_content {
	background-image: url(assets/home02.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 966px;
	clear: both;
	float: left;
}

#home_content #left {
	width: 255px;
	float: left;
	margin-left: 35px;
}

#home_content #right {
	width: 597px;
	float: left;
	margin-left: 33px;
}

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

#home_content a:hover {
	text-decoration: underline;
}

#home_content p {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#home_content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C19D46;
}

#home_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}



#slideshow_box {
	background-image: url(assets/slideshow_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 597px;
}

.slideshow_img {
	margin-left: 32px;	
}

.slideshow_edge {
	background-image: url(assets/slideshow_edge.jpg);
	height: 31px;
	width: 597px;
	clear: both;
	float: left;
}

#home_btn_box {
	width: 597px;
}

#home_btn_box #c1 {
	width: 329px;
	float: left;
}

#home_btn_box #c2 {
	float: left;
	width: 135px;
}

#home_btn_box #c3 {
	float: left;
	width: 133px;
}

.home_btn_gallery {
	background-image: url(assets/btn_home_gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 135px;
	height: 159px;
	text-indent: -5000px;
}

.home_btn_gallery a {
	background-image: url(assets/btn_home_gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 135px;
	height: 159px;
	text-indent: -5000px;
	display: block;
}

.home_btn_plans {
	background-image: url(assets/btn_home_plans.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 133px;
	height: 159px;
	text-indent: -5000px;
}

.home_btn_plans a {
	background-image: url(assets/btn_home_plans.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 133px;
	height: 159px;
	text-indent: -5000px;
	display: block;
}

#home_fp_top {
	background-image: url(assets/home_fp01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 329px;
	height: 38px;
	text-indent: -5000px;
}

#home_fp_content {
	background-image: url(assets/home_fp02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 329px;
	clear: both;
	float: left;
}

#home_fp_content p {
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 2px;
}

.home_fp_btn {
	background-image: url(assets/home_fp03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 329px;
	clear: both;
	text-indent: -5000px;
	height: 38px;
}

.home_fp_btn a {
	background-image: url(assets/home_fp03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 329px;
	clear: both;
	text-indent: -5000px;
	height: 38px;
	display: block;
}

.home_fp_left {
	width: 111px;
	float: left;
	margin-left: 18px;
}

.home_fp_right {
	width: 169px;
	float: left;
	margin-left: 12px;
}

.home_callout_box {
	background-color: #DDC487;
	padding: 12px;
}

/* end home css */




/* start inside css */

.inside_top_edge {
	background-image: url(assets/inside01.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
	width: 966px;
	float: left;
}

.inside_lower_edge {
	background-image: url(assets/inside03.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 966px;
	clear: both;
	float: left;
}

#content {
	background-image: url(assets/inside02.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 966px;
	clear: both;
	float: left;
}

#content ul {
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	width: 100%;
}

#content ul li {
	display: block;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C09E46;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 3px;
}

#content ul li a {
	display: block;
}

#content #left {
	width: 660px;
	float: left;
	margin-left: 63px;
}

#content #right {
	width: 174px;
	float: left;
	margin-left: 26px;
}

#content #inner {
	width: 640px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

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

#content a:hover {
	text-decoration: underline;
}

#content p {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.page_subnav {
	background-color: #D2BB81;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C19D46;
	margin-top: 8px;
	margin-bottom: 8px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #C09E46;
	padding: 3px 3px 3px 8px;
	color: #FFFFFF;
	margin-bottom: 8px;
	margin-top: 8px;
}

#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 13px;
	font-weight: normal;
}
/* Form styling */
#content h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 18px;
	font-weight: normal;
	padding-top: 10px;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	margin-left: 8px;
}

.photo_space_below {
	margin-bottom: 10px;
}

.pagehead_about {
	background-image: url(assets/pagehead_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 64px;
	width: 660px;
}

.pagehead_communities {
	background-image: url(assets/pagehead_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 64px;
	width: 660px;
}

.pagehead_invres {
	background-image: url(assets/pagehead_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 64px;
	width: 660px;
}

.pagehead_indevtail {
	background-image: url(assets/pagehead_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 64px;
	width: 660px;
}

.pagehead_plans {
	background-image: url(assets/pagehead_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 64px;
	width: 660px;
}

.pagehead_plandetail {
	background-image: url(assets/pagehead_06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 64px;
	width: 660px;
}

.pagehead_gallery {
	background-image: url(assets/pagehead_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 64px;
	width: 660px;
}

.pagehead_contact {
	background-image: url(assets/pagehead_08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 64px;
	width: 660px;
}

.pagehead_sitemap {
	background-image: url(assets/pagehead_09.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 64px;
	width: 660px;
}

.testimonial_box {
	clear: both;
	float: left;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 35px;
	margin-left: 10px;
	position: relative;
}

.testimonial_box p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-style: italic;
	font-weight: normal;
}

.testimonial_box_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
/*		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C19D46;*/
	padding-bottom: 8px;
}


#content #leftcolumn {
	background-image: url(assets/columnleft02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 227px;
	float: left;
}

#content #rightcolumn {
	width: 413px;
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}

.leftcolumn_top {
	background-image: url(assets/columnleft01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 227px;
	height: 17px;
	float: left;
}

.leftcolumn_content {
	width: 163px;
	float: left;
	margin-left: 45px;
}

.leftcolumn_edge {
	background-image: url(assets/columnleft03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 227px;
	height: 17px;
	float: left;
}


.results_area {
	width: 660px;
}

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

.results_top {
	float: left;
	width: 220px;
	background-image: url(assets/results01.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
}

.results_content_bg {
	width: 220px;
	background-image: url(assets/results02.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}

.results_content {
	width: 162px;
	float: left;
	margin-top: 0px;
	margin-right: 29px;
	margin-bottom: 0px;
	margin-left: 29px;
}

.results_viewdetail {
	background-image: url(assets/results03.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	float: left;
	height: 43px;
	width: 220px;	
}

.results_viewdetail a {
	background-image: url(assets/results03.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	float: left;
	height: 43px;
	width: 220px;	
}

.plan_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}













.vendor_box {
	clear: both;
	float: left;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 35px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C19D46;
}

.vendor_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 16px;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 5px;
}
.vendor_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
	font-weight: normal;
}


.comm_box {
	float: left;
	width: 660px;
	margin-bottom: 25px;	
}

.comm_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}

.comm_box_top {
	float: left;
	width: 660px;
	background-image: url(assets/comm01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}

.comm_box_content {
	float: left;
	width: 660px;
	background-image: url(assets/comm02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.comm_box_edge {
	float: left;
	width: 660px;
	background-image: url(assets/comm03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

.comm_box_content_c1 {
	float: left;
	width: 186px;
	margin-left: 21px;	
}

.comm_box_content_c2 {
	float: left;
	width: 186px;
	margin-left: 20px;	
}

.comm_box_content_c3 {
	float: left;
	width: 203px;
	margin-left: 20px;	
}

/* end inside css */


/* start sidebar css */

.sidebar_module {
	width: 174px;
	margin-bottom: 15px;
	background-image: url(assets/sidebar_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
	float: left;
}

.sidebar_module_fp_header {
	width: 174px;
	height: 42px;
	background-image: url(assets/sidebar_top_fp.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-indent: -5000px;
}

.sidebar_module_plans_header {
	width: 174px;
	height: 42px;
	background-image: url(assets/sidebar_top_plans.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-indent: -5000px;
}

.sidebar_module_contact_header {
	width: 174px;
	height: 42px;
	background-image: url(assets/sidebar_top_contact.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-indent: -5000px;
}

.sidebar_edge {
	width: 174px;
	height: 15px;
	background-image: url(assets/sidebar_edge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
}

.sidebar_module_fp_btn {
	width: 174px;
	height: 38px;
	background-image: url(assets/sidebar_fp_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	float: left;
}

.sidebar_module_fp_btn a {
	width: 174px;
	height: 38px;
	background-image: url(assets/sidebar_fp_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	float: left;
	display: block;
}

.sidebar_module_content {
	width: 144px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 12px;
}

.sidebar_module p {
	font-size: 11px;
	line-height: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.sidebar_module ul {
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	width: 100%;
}

.sidebar_module li {
	display:block;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C19D46;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 3px;
}

/* end of sidebar css */


/* start of footer css */

#footer {
	background-image: url(assets/foot01.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 966px;
	clear: both;
	float: left;
}

#footer #left {
	float: left;
	width: 640px;
	margin-left: 35px;
}

#footer #right {
	float: right;
	width: 250px;
	margin-right: 20px;
}

#footer #edge {
	width: 966px;
	height: 26px;
	clear: both;
	float: left;
	background-image: url(assets/foot02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

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

#footer a:hover {
	text-decoration: underline;
}

/* end of footer css */



/* 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:185px;
}
.form .submit input {
 margin-left:185px;
 width:auto;
}
.form .checkbox {
 width: 15px;
}
.form .captcha img {
 margin-left:165px;
}
.form .directions {
 text-align:center;
}
.success {
 color:#000000;
 font-weight:bold;
 padding-top:30px;
 text-align:center;
}
.error {
 color:#ff0000;
 font-weight:bold;
 text-align:center;
}
