/* 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, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	vertical-align: top;
	background: transparent;
}
body {
	background:url(../_images/background_starhomes.jpg) top center repeat-x #E4E4E4;
	margin:0 auto;
	width:900px;
}
p {
	padding:4px 0;
}

ul, ol {
	padding:0 0 0 30px;
}
span {
	color:#FBDA5F;
}
h1 {
	color:#000;
	font:normal 150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:20px;
	margin-bottom:10px;
}
a:link, a:visited {
	color:#333;
}
a:hover {
	color:#039;
}
.hrule {
	border-bottom:1px solid #CCC;
	display:block;
	margin:10px 0;
}
/* TEMPLATE STYLES */
#header {
	background:url(../_images/logo_master.gif) left top no-repeat;
	color:#FFF;
	font:normal 75% "Trebuchet MS", 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 25px 30px;
}
#menu ul {
	padding:9px 0;
	margin:0 0 5px 0;
}
#menu li {
	list-style:none;
	display:inline;
}
#menu li a:link, #menu li a:visited {
	border-bottom:2px solid #262626;
	color:#FFF;
	font:normal 75% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:9px 20px;
	text-decoration:none;
}
#menu li a:hover {
	border-bottom:2px solid #FBDA5F;
	color:#CCC;
}
#content {
	background:#FFF;
	border-bottom:4px solid #FBDA5F;
	margin:10px 0 0 0;
	padding:10px;
	width:880px;
}
#footer {
	color:#999;
	font:normal 75% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:5px 0 25px 0;
	text-align:right;
}
/* 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 {
				float:left;
				display: block;
				width: 219px;
				height: 119px;
				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: 219px;
				height: 119px;
				background:url(../_images/home_communities.jpg) no-repeat top left;
				}
				.home_communities a:hover {
				background-position: bottom left;
				}
		.home_floor {
		float:left;
		margin:5px 0 0 0;
		width: 219px;
		height: 119px;
		}
				.home_floor a {
				float:left;
				display: block;
				width: 219px;
				height: 119px;
				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: 219px;
				height: 119px;
				background:url(../_images/home_supplies.jpg) no-repeat top left;
				}
				.home_supplies a:hover {
				background-position: bottom left;
				}
.pod {
	font:normal 75% "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	width:270px;
	margin:10px 0;
	padding:10px;
}
#pod {
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
#menu_left {
	background:#EAEAEA;
	border-right:1px solid #CCC;
	font:normal 75% "Trebuchet MS", Arial, Helvetica, sans-serif;
	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 {
	font:normal 75% "Trebuchet MS", Arial, Helvetica, sans-serif;
	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 {
	border:1px solid #999;	
	width:100%;
}
th {
	background:#FBDA5F;
	font:normal 75% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
td, th{
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	font:normal 75% "Trebuchet MS", Arial, Helvetica, sans-serif;
	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;
}