@charset "UTF-8";
/* CSS Document */

/* RESETS */

* { margin: 0; padding: 0; }

h1, h2 {
	font-weight: normal;
}

img {
	border: none;
}

/* BODY */

body {
	background-color: #FFF;
}

/* FRAMEWORK */

#frame_top {
	margin: 0 auto;
	width: auto;
	height: 100px;
	background: #CC9;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	background-position: bottom; 
}

#frame_nav {
	margin: auto;
	width: 840px;
	background: #FFF;
}

#frame_content {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 840px;
	background: #FFF;
}

#frame_footer {
	margin: 0 auto;
	width: auto;
	height: 200px;
	text-align: center;
	background: #CC9;
	background-image: url(../images/shadow_bottom.png);
	background-repeat: repeat-x;
	background-position: top; 
}


/* NAVIGATION */

.primary_nav ul {
	margin: auto;
	margin: 0px;
	padding: 0px;
	width: 240px; /* main menu items width */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
}

.primary_nav ul li {
	position: relative;
}

/* top level menu items */

.primary_nav ul li a {
	height: 25px;
	padding: 10px 0px 0px 15px;
	display: block;
	overflow: auto; /* force hasLayout in IE7 */
	margin-bottom: 0px;
	border: #333 solid 1px;
	border-bottom: none;
	list-style: none;
	text-decoration: none;
}

.primary_nav ul li a .red {
	color: #900;
}
	.nav_bottom {
		border-bottom: #333 solid 1px;
	}

.primary_nav ul li, .primary_nav ul li a:active {
	background: #CC9; /* background of menu items */
}

.primary_nav ul li a:hover {
	background: #FFC;
}

/* sub level menu items */

.primary_nav ul li ul {
	position: absolute;
	width: 245px; /* sub menu width */
	top: 0;
	visibility: hidden;
}

.primary_nav ul li ul li a:link, .primary_nav ul li ul li a:visited {
	background: #FFC;
}

.primary_nav ul li ul li .soldout a:link {
	background-image: url(../images/soldout-nav-bar.png);
	background-position:right top;
	background-repeat:no-repeat;
}

.primary_nav ul li ul li .soldout a:visited {
	background-image: url(../images/soldout-nav-bar.png);
	background-position:right top;
	background-repeat:no-repeat;
}

.primary_nav ul li ul li a:hover {
	background: #CCF;
}

.primary_nav ul li ul li .soldout a:hover {
	background: #CCF;
	background-image: url(../images/soldout-nav-bar.png);
	background-position: right;
	background-repeat:no-repeat;
}

.primary_nav ul .u_r_here {
	background: #CCF;
}

.primary_nav ul .u_r_here_bottom {
	background: #CCF;
	border-bottom: 1px solid #333;
}


/* CONTENT COLUMNS */

.nav_column_single {
	width: 240px;
	height: 410px;
	margin: 0px 20px 0px 20px;
	padding: 20px 0px 20px 0px;
	border-bottom: #333 solid 1px;
	float: left;
}

.associations_column_single {
	width: 240px;
	height: 410px;
	margin: 0px 20px 0px 20px;
	padding: 20px 0px 20px 0px;
	border-bottom: #333 solid 1px;
	float: right;
}

.left_column_single {
	width: 240px;
	margin: 0px 20px 0px 20px;
	padding: 20px 0px 20px 0px;
	float: left;
}

.right_column_single {
	width: 240px;
	margin: 20px;
	float: right;
}

.right_column_double {
	width: 520px;
	margin: 20px 0px 20px 0px;
	padding: 0px 19px 0px 19px;
	border-left: #333 solid 1px;
	float: right;
}
	/* LIST ELEMENTS */

	.right_column_double .list ul {
		margin-left: 20px;
	}

	.right_column_double .list li {
		margin-top: 2px;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
		color: #333;
		list-style: square;
	}
	
	.right_column_double .association_box {
		margin-top: 10px;
		padding-top: 10px;
		width: 520px;
		border-top: #663 solid 1px;
	}

	.right_column_double .association_logo_box {
		margin-right: 10px;
		width: 150px;
		height: 80px;
		float: left;
	}

.column_triple {
	width: 800px;
	margin: 20px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	float: right;
}

.center_header_column {
	width: 278px;
	border: #663 solid 1px;
	border-top: none;
	float: left;
}

/* HEADERS */

.g_header {
	margin: auto;
	height: 100%;
	width: 278px;
	border: #663 solid 1px;
	border-top: none;
	border-bottom: none;
	background-color: #CC9;	
}

.home_header {
	width: 278px;
	height: 450px;
	border: #663 solid 1px;
	border-top: none;
	background: url(../images/headers/woman_coffee_window.png) no-repeat bottom;
	background-color: #CC9;
	float: left;
}

.customize_header {
	width: 278px;
	height: 450px;
	border: #663 solid 1px;
	border-top: none;
	background: url(../images/headers/customize.png) no-repeat bottom;
	background-color: #CC9;
	float: left;
}

.grandview_header {
	width: 278px;
	height: 450px;
	border: #663 solid 1px;
	border-top: none;
	background: url(../images/headers/golden_home.png) no-repeat bottom;
	background-color: #CC9;
	float: left;
}

.contact_header {
	width: 278px;
	height: 450px;
	border: #663 solid 1px;
	border-top: none;
	background: url(../images/headers/contact.png) no-repeat bottom;
	background-color: #CC9;
	float: left;
}

/* CONTENT BOXES */

.association_box {
	margin-top: 10px;
	padding-top: 10px;
	width: 240px;
	border-top: #663 solid 1px;
}

.community_box {
	margin-top: 10px;
	width: 486px;
	height:100%;
	padding: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #CC9;
	border: #333 solid 2px;
	background-image: url(../images/box_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	list-style: none;
	float: left;
}
	
	.community_box .community_logo_box {
		margin: 0px 5px 0px 0px;
		width: 130px;
		float: left;
	}
	
.community_box:hover {
	background: #FFF;
	background-image: url(../images/box_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

.community_box_lg {
	margin-top: 10px;
	width: 760px;
	height:100%;
	padding: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #CC9;
	border: #333 solid 2px;
	background-image: url(../images/box_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	list-style: none;
	float: left;
}

		.community_box_lg ul {
			width: 500px;
			background: none;
			height: 25px;
			list-style: none;
		}

		.community_box_lg  li {
			margin: 0px 5px 5px 0px;
			width: 100px;
			height: 25px;
			float: left;
			display: block;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-align: center;
			background: none;
			background: #FFC;
			border: 1px solid #666;
		}
		
		.community_box_lg  li:hover {
			width: 100px;
			height: 25px;
			background-color: #CCF;
			display: block;
		}
		
		.community_box_lg li a {
			text-decoration: none;
			width: 100px;
			height: 20px;
			padding-top: 5px;
			display: block;
		}
		
	.community_box_lg .community_content_box {
		margin: 5px 0px 0px 0px;
		width: 565px;
		float: right;
	}
	
	.community_box_lg .community_content_box a {
		 text-decoration: none;
	 }
	 
	 .community_box_lg .inventory_content_box {
		margin: 5px 0px 0px 0px;
		width: 565px;
		float: right;
	}
		
		.model_content_box {
			width: 355px;
			float:left;
		}
	
	.community_box_lg .inventory_content_box a {
		 text-decoration: none;
	 }

.community_content_box {
	width: 345px;
	float: right;
	padding-bottom: 10px;
}

	.community_content_box a {
		text-decoration: none;
			}
			
		.community_content_box ul {
			width: 350px;
			background: none;
			height: 25px;
			list-style: none;
		}

		.community_content_box li {
			margin: 0px 5px 5px 0px;
			width: 100px;
			height: 25px;
			float: left;
			display: block;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-align: center;
			background: none;
			background: #FFC;
			border: 1px solid #666;
		}
		
		.community_content_box li:hover {
			width: 100px;
			height: 25px;
			background-color: #CCF;
			display: block;
		}
		
		.community_content_box li a {
			text-decoration: none;
			width: 100px;
			height: 20px;
			padding-top: 5px;
			display: block;
		}

.homes_box {
	margin-top: 10px;
	width: 486px;
	height:100%;
	padding: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #CC9;
	background-image: url(../images/box_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	border: #333 solid 1px;
	list-style: none;
	float: left;
}

.homes_box:hover {
	background: #FFF;
	background-image: url(../images/box_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

.homes_frame {
	border: 1px #4C492C solid;
	margin: 0px 0px 0px 0px;
}

.gallery_frame {
	border: 1px #4C492C solid;
	margin: 0px 0px 0px 0px;
}

	.gallery_frame .thumbnail {
		margin: 7px;
		float: left;
		border: 1px solid #663;
}


.homes_container_left {
	width: 378px;
	float: left;
}

.homes_container_right {
	width: 378px;
	float: right;
}

.home_left {
	width: 179px;
	margin: 5px;
	float: left;
}

.home_right {
	width: 179px;
	margin: 5px;
	float: right;
}

.homes_container_left_lg {
	width: 505px;
	text-decoration: none;
	float: left;
}

.homes_container_left_lg a, .homes_container_right_lg a {
	text-decoration: none;
}


.homes_container_right_lg {
	float: right;
}

.home_left_lg {
	width: 242px;
	margin: 5px;
	float: left;
}

.home_right_lg {
	width: 242px;
	margin: 5px;
	float: right;
}

.button_box {
	margin-top: 5px;
	width: 230px;
	height: 15px;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/box_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	border: #333 solid 1px;
	float: left;
}

.button_box:hover  {
	background: #CCF;
	background-position: top;
	background-repeat: repeat-x;
	text-decoration: none;
}

.button_box a:hover  {
	background: #CCF;
	background-position: top;
	background-repeat: repeat-x;
	text-decoration: none;
}

.home_name_box {
	width: 230px;
	height: 20px;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	background: #ccf;
	border: #333 solid 1px;
	float: left;
}

.header_name_box {
	width: 748px;
	height: 20px;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	background: #FFC;
	border: #333 solid 1px;
	float: left;
}

.specials_box {
	width: 230px;
	height: 15px;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#600;
	text-align: center;
	font-size: 14px;
	background: #FFC;
	border: #333 solid 1px;
	float: left;
}

.location_box {
	margin: 5px 10px 0px 0px;
	width: 105px;
	height: 15px;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background: #FFC;
	border: #333 solid 1px;
	float: left;
}

.location_box:hover  {
	background: #CCF;
	background-position: top;
	background-repeat: repeat-x;
	text-decoration: none;
}

.location_box a:hover  {
	background: #CCF;
	background-position: top;
	background-repeat: repeat-x;
	text-decoration: none;
}


/* STRUCTURE ELEMENTS */

.divider_single {
	width: 100%;
	margin: 10px 0px 10px 0px;
	height: 2px;
	border-top: #333 1px solid;
}

/* TYPE ELEMENTS */

h1 {
	margin-bottom: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #4C492C;
}

h2 {
	margin-bottom: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #996;
}

h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #663;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

.community_box p {
	margin-top: 10px;
}

.community_box p a:hover {
	color: #000;
}

.homes_box p {
	margin-top: 10px;
}

.homes_box p a:hover {
	color: #000;
}

#frame_footer p {
	margin-top: 10px;
}

#frame_footer p a:hover {
	color: #000;
}

.sold {
	color:#900;
}

.price {
	color:#690;
}

.upgrade {
	color: #900;
}


/* LINKS */

a {
	color: #4C492C;
}

/* IMAGES & MAPS */

.association_logo_box {
	margin-right: 10px;
	width: 80px;
	height: 80px;
	float: left;
}

.association_logo_box_lg {
	width: 240px;
	float: left;
}

.community_logo_box {
	margin: 5px;
	width: 179px;
	float: left;
}

.homes_logo_box {
	margin-right: 15px;
	width: 175px;
	float: left;
}

.map_lg {
	border: 1px #4C492C solid;
	margin: 5px 0px 10px 0px;
}

.home_left_lg img, .home_right_lg img {
	float:left;	
	margin: 5px 0px 5px 0px;
}

.thumbnail {
	margin: 5px;
	float: left;
	border: 1px solid #663;
}

.thumbnail_main {
	margin: 5px;
	width: 177px;
	float: left;
	border: 1px solid #663;
}
	

/*	FORM STYLES */

fieldset {
	margin: 10px 0;
	padding: 1em;
	border: 1px solid #333;
}
	.left_column_single fieldset {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		border: none;
	}

.contact_form legend {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

.contact_form label {
	float: left;
	width: 100px;
	padding: 5px;
}
	
	.left_column_single .contact_form label {
		float: left;
		width: 100px;
		padding: 0px;
	}

.contact_form input {
	width: 200px;
	height: 20px;
	border: solid 1px #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

	.left_column_single .contact_form input {
		margin: 5px 0px 0px 0px;
		width: 235px;
		height: 20px;
		border: solid 1px #333;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
	}

input:focus, textarea:focus, textarea:focus {
	background: #FFC;
}

.contact_form p {
	margin: 10px;
}
	
	.left_column_single .contact_form p {
		margin: 0px 0px 5px 0px;
	}
	
.contact_form textarea {
	width: 350px;
	height: 100px;
	border: solid 1px #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
	.left_column_single .contact_form textarea {
		margin: 5px 0px 0px 0px;
		width: 235px;
		height: 100px;
		border: solid 1px #333;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
	}

.contact_form select {
	width: 200px;
	border: solid 1px #333;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.contact_form .required {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F00;
}

.confirm_contact_box {
	width: 800px;
	height: 100%;
	padding: 20px;
}

/* TABLE STYLES */

.homes_frame td { 
	padding: 5px;
	border-top: solid 1px #333;
	vertical-align: text-top;
}

.homes_frame tr.odd {
	background-image: url(../images/backgrounds/trans_white.png);
	background-repeat: repeat-x;
}

.inventory_content_box td { 
	padding: 5px;
	border-top: solid 1px #333;
	vertical-align: text-top;
}

.inventory_content_box tr.odd {
	background-image: url(../images/backgrounds/trans_white.png);
	background-repeat: repeat-x;
}


/* CLEAR */

.clear {
	clear: both;
}