/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	vertical-align: top;
	background: transparent;
}
html {
	overflow:auto;
	overflow-x:hidden; 
}
body {
	background:url(../_images/background_starhomes.jpg) top center repeat-x #E4E4E4;
	margin:0 auto;
	width:900px;
}
p, li {
	color:#333;
	padding:4px 0;
	font-size:13px !important;
}

ul, ol {
	padding:0 0 0 30px;
}
span {
	color:#FBDA5F;
}
h1, h2 {
	color:#000;
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	line-height:20px;
	margin-bottom:10px;
}

a:link, a:visited {
	color:#000;
}
a:hover {
	color:#039;
}
.hrule, hr {
	border:none;
	border-bottom:1px solid #CCC;
	clear:both;
	display:block;
	margin:15px 0;
}
/* TEMPLATE STYLES */
#header {
	background:url(../_images/logo_master.gif) left top no-repeat;
	color:#FFF;
	font:normal 12px Arial, Helvetica, sans-serif;
	height:95px;
	width:900px;
}
#phone {
	float:right;
	padding:20px 10px 0px 10px;
}
#hours {
	background:url(../_images/hours.gif) top left no-repeat;
	float:right;
	padding:20px 10px 0 30px;
}
#phone p, #hours p {
	color:#F3F3F3 !important;
}
#menu{
	width: 960px;
	height: 37px;
	z-index:99;
	position:relative;
	left:-10px;
}
	#menu ul{
		float: left;
		margin: 0;
		padding:0;
	}
		#menu ul li{
			font:normal 11px Arial, Helvetica, sans-serif !important;
			float: left;
			list-style: none;
			padding:0;
			position: relative;
			z-index:100;
		}
			#menu ul li a{
				height: 19px;
				display:block;
				padding:10px 12px;
				text-align: center;
				text-decoration: none;
				color: #f3f3f3;
			}
				#menu ul li:hover a,
				#menu ul li a:hover{
					background: #000;
				}
			#menu ul li:hover ul{
				display: block;
			}
			#menu ul li ul{
				background: #000 !important;
				float: left;
				top: 38px;
				position: absolute;
				display: none;   
				clear: both;
				left: 0px;
			}
				#menu ul li ul li{
					padding:0;
					margin:0;
					width: 200px;
				}
					#menu ul li ul li a{
						text-align: left;
						width: 190px;
						padding: 10px 0 5px 10px;
					}
						#menu ul li ul li a:hover{
							background-color:#262626;
						}
#content {
	background:#FFF;
	border-bottom:6px solid #FBDA5F;
	margin:10px 0 0 0;
	padding:10px;
	width:880px;
}
#footer {
	padding:5px 0 25px 0;
	text-align:right;
}
#footer p{
	color:#666 !important;
	font:normal 10px Arial, Helvetica, sans-serif;
}
/* HOME STYLES */
#home {
	margin-left:-8px;
	margin-top:10px;
}
#content_home {
	background:#FFF;
	border-bottom:4px solid #FBDA5F;
	padding:10px;
	width:880px;
}

		.home_gallery {
		float:left;
		margin:5px 0 0 0;
		width: 219px;
		height: 119px;
		}
				.home_gallery a {
				color:#000;
				float:left;
				display: block;
				width: 81px;
				height: 92px;
				padding:27px 45px 0 93px;
				text-decoration:none;
				background:url(../_images/home_gallery.jpg) no-repeat top left;
				}

				.home_gallery a:hover {
				background-position: bottom left;
				}
		.home_communities {
		float:left;
		margin:5px 0 0 0;
		width: 219px;
		height: 119px;
		}
				.home_communities a {
				float:left;
				display: block;
				width: 136px;
				height: 109px;
				padding:10px 15px 0 68px;
				text-decoration:none;
				background:url(../_images/home_communities.jpg) no-repeat top left;
				}
				.home_communities a:hover {
				background-position: bottom left;
				}
				.home_communities p {
					margin:0;
					padding:0;
				}

				.home_communities p {
					font-size:11px !important;
                    letter-spacing:-0.01em;
                    line-height:16px;
				}
		.home_floor {
		float:left;
		margin:5px 0 0 0;
		width: 219px;
		height: 119px;
		}
				.home_floor a {
				float:left;
				display: block;
				width: 219px;
				height: 34px;
				padding:85px 0 0 0;
				text-decoration:none;
				text-align:center;
				background:url(../_images/home_floor.jpg) no-repeat top left;
				}
				.home_floor a:hover {
				background-position: bottom left;
				}
		.home_supplies {
		float:left;
		margin:5px 0 0 0;
		width: 219px;
		height: 119px;
		}
				.home_supplies a {
				float:left;
				display: block;
				width: 81px;
				height: 92px;
				padding:27px 45px 0 93px;
				text-decoration:none;
				background:url(../_images/home_supplies.jpg) no-repeat top left;
				}
				.home_supplies a:hover {
				background-position: bottom left;
				}
.pod {
	float:left;
	width:250px;
	margin:10px 0;
	padding:10px 20px;
}
#pod {
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	min-height:300px;
}
#menu_left {
	background:#EAEAEA;
	border-right:1px solid #CCC;
	float:left;
	width:270px;
	margin:10px 0;
	padding:10px;
}	
	#menu_left ul {
		padding:0;
	}
	#menu_left li {
		list-style:none;
	}
	#menu_left li a:link, #menu_left li a:visited {
		display:block;
		padding:8px;
		text-decoration:none;
	}
	#menu_left li a:hover {		
		background:#333;
		color:#FFF;
	}
	#menu_left img {
		padding:10px 0;
	}
#content_right {
	float:left;
	width:560px;
	margin:10px 0;
	padding:10px;
}
/* form items */
.cat_textbox {
	padding:3px;
	width:300px;
}
.cat_listbox {
	padding:3px;
	height:125px;
	width:280px;
}
table {
	width:100%;
}
th {
	background:#FBDA5F;
}
td, th{
	padding:5px;
	vertical-align:top;
}
.even {
	background:#EAEAEA;
}
.webform table{
border:none;
}
.webform td {
border:none;
}


/*````````````````````````````````````````````*/

/*Floor Plans MENU*/
.floor_plans{

}

/*````````````````````````````````````````````*/

/*Floor Plans CONTENT*/

/*the table styles*/
.floor_plans_content table td{
font-weight:bold;
}

/*right side table td's*/
.floor_plans_content table td + *{
font-weight:normal;
}

/*entire table */
.floor_plans_content table{
margin:0 auto;
width:570px;
}

/*the right div with tables and images...*/
.floor_plans_content{
text-align:center;
}
/*````````````````````````````````````````````*/
.hrule h1{
text-align:left;
}



#home_designer img{
float:left;
margin:0px 0px 20px 0px;
}

#home_designer ul{
margin:20px 0px 0px 0px;
}

#home_designer ul li{
margin:0px 0px 0px 110px;
}

#home_designer h1{
clear:both;
}
#floorplans {
	color:#953734;}
#floorplans img {
	margin:2px;
} 
.blog-post {
	border-bottom:2px #FBDA5F solid;
	padding:10px 10px 10px 0;
}
.post-title {
	padding:0 0 5px 0;
}
.post-title a {
	text-decoration:none;
}
.button {/* Firefox 3.6+ */
   background-image: -moz-linear-gradient(#fcc547, #dfa82a);
   /* Safari 4+, Chrome 1+ */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcc547), to(#dfa82a));
   /* Safari 5.1+, Chrome 10+ */
   background-image: -webkit-linear-gradient(#fcc547, #dfa82a);
   /* Opera 11.10+ */
   background-image: -o-linear-gradient(#fcc547, #dfa82a);
   color:#000;
   float:right;
   font-weight:bold;
   margin:5px;
   padding:5px;
   text-align:center;
   width:100px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.button a {
	text-decoration:none;
}
#wide img {
	margin:8px 8px 0 0;
}
.contleft {
	width:450px;
	float:left;
	padding:20px;
}
.map {
	float:right;
	margin:0 0 10px 20px;
	padding:20px 0;
	width:345px;
}
