/* PUT CSS IN HERE THAT IS UNIVERSAL TO EVERY ONE OF THE MINI SITES */

/* IE PNG FIX */


img, div, input { behavior: url("/web_javascript/iepngfix.htc") }


/* FIX FOR DOTTED OUTLINES IN FF ON CLICKING LINKED IMAGES */

:focus 
{
  -moz-outline-style: none;
}


/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", "Lucida Grande", arial, Arial, sans-serif;
}

html { background:#0060ae url(/web_images/body_bg.jpg) top left no-repeat; }


body {
	font-size:13px;
	line-height:21px;
	text-align:left;
	background: transparent url(/web_images/body_bg_repeat.png) repeat-x;
}


/* DIVS */

#container {
	margin:0 auto;
	width:1000px;
	/* border: 1px solid #FF0000;*/
}

#header {
	margin:0 auto;
	width:1000px;
}

#header_left {
	float:left;
	width:237px;
	height:130px;
	background:url(/web_images/shadow_below_logo.png) bottom left no-repeat;
	/* border: 1px solid #FF0000; */
}

#header_right {
	float:right;
	width:763px;
	height:130px;
}

	#header_right_top {
		height:71px; width:100%; text-align:right;
	}
	
	#header_right_top p {
		margin:0;
		color:#77a1c7;
		font-size:13px;
		position:relative;
		right:6px;
		top:6px;
	}
	
	#header_right_top a {
		color:white;
		font-size:13px;
	}
	
	#nav_main {
		position:relative;
		top:68px;
		right:-30px;
	}

		#nav_main img {
			margin-right:50px;
		}

#container_top {
	background:url(/web_images/page_bg_top.png) top left; margin:0 auto; height:9px; width:1000px;
}

#container_middle {
	background:url(/web_images/body_container_bg_repeat.png) top left; margin:0 auto; width:1000px;
}

	#container_middle_inside {
		background:#F8F9F5 url(/web_images/body_top_bg.png) no-repeat; width:990px; /*position:relative;*/ left:5px;margin-left:5px;
	}
	
		#container_middle_inside_content {
			width:968px; position:relative; left:11px; top:2px; padding-top:10px;
		}
		
		#inside_content {
			width:955px; clear:both; margin-top:15px; margin-bottom:15px;
		}
		
		#inside_content_left {
			width:640px; position:relative; left:14px; float:left; color:#595b52; margin-top:15px; margin-bottom:5px; padding-bottom:15px;
		}
		
		img.page_title {
			margin-bottom:10px;
		}
		
		#inside_content_right {
			float:left; width:270px; text-align:left; position:relative; left:50px; margin-top:15px; margin-bottom:10px;
		}
		
		#inside_content_right img.ad {
			margin-bottom:35px;
		}
		
		div.products_left {
			width:379px; margin-top:20px; position:relative; left:14px; float:left; color:#595b52; margin-bottom:15px;
		}
		
		div.products_right {
			float:left; width:530px; text-align:left; position:relative; left:50px; margin-top:15px; margin-bottom:15px; color:#595b52;
		}
		
		div.model_info_window_content {
			width:490px; position:relative; left:20px;
		}
		
		#model_info_window_bottom {
			width:100%; background:url(/web_images/modelnav_bg.png) top left repeat-x; padding-top:25px; min-height:177px;
		}
		

#home_left {
	width:687px; float:left;
}


#home_right { width:270px; float:right; }
		
		#home_right img {
			margin-bottom:40px;
		}
		
		#home_right img.last {
			margin-bottom:10px;
		}
		
#home_bottom_middle {
	float:left; width:220px; margin-left:7px; margin-bottom:15px;
}

	#home_bottom_middle p {
		width:200px; margin-left:7px;
	}
	
	#home_bottom_middle h5 {
		width:200px; margin-left:6px; margin-top:5px;
	}
	
	img.button { margin-bottom:5px;	}
	
#container_bottom {
	background:url(/web_images/page_bg_bottom.png) top left; margin:0 auto; height:17px; width:1000px;
}
		

/* LISTS */


	ul {
		margin-left:35px;
	}
	
	ol {
		margin-left:35px;
		list-style-type:lower-roman;
	}
	
	li {
	}

	ul.dropdown {
		width:180px; 
		list-style-image:none;
		list-style-type:none;
		list-style-position:outside;
	}
	
	ul.dropdown li {
		color:white;
	}
	
	ul.dropdown li a {
		display:block;
		padding:3px 0px;
		text-decoration:none;
		text-indent:10px;
		width:100%;
		border-bottom:1px solid #a8bbc4;
		background-color:#426d8b;
		color:white;
	}
	
	ul.dropdown li a:hover {
		background-color:#264962;
		text-decoration:underline;
	}
	
/* PARAGRAPHS & SPANS */

	
	p {
		margin:15px 0; color:#595B52;
	}
	
	p.first {
		margin-top:25px;
	}
		
	span.small {
		font-size:11px;
	}
	
	span.red {
		color:#a20000;
	}
	
	span.orange { color:#c77000; }
	p.bodycopy {
		font-size:13px;
		line-height:21px;
		margin-top:8px;
	}
	
	p.bodycopy_small {
		font-size:12px;
		line-height:19px;
		padding-top:8px;
	}

	p.product_desc {
		width:165px; margin:0;
	}
	
	p.feature {
		width:100%; margin:0;
	}
	
	p.italics {
		font-style:italic;
		font-weight:bold;
		margin-top:0;
		color:#3980b0;
		line-height:18px;
		margin-bottom:25px;
		margin-top:-5px;
	}
	
	p.footer {
		position:relative; left:30px; margin:0; padding-top:15px; font-size:12px; line-height:18px; color:#82a1bc;
	}
	
		p.footer a { color:white; }
	
	
/* LINKS */ 

a, a:visited {
	color:#008ae7;
	text-decoration:none;
}

a:active, a:hover {
	color:#008ae7;
	text-decoration:underline;
}

a.link_active {
	font-weight:bold;
	text-decoration:underline;
	cursor:default;
}

/* IMAGES */

img { border:0; }

img.modal_selected {
	border:2px solid #b9b8b8; padding:1px;
}

img.modal_unselected {
	border:2px solid white; padding:1px;
}

img.right_bordered {
	float:right; margin-left:30px; margin-top:30px; margin-right:15px; border:7px solid #cac8c1; padding:1px;
}
/* HEADLINES */

h1 {
	margin:0; margin-top:0px; padding:0; position:relative; left:30px; margin-left:0px;
}

h2 {
	margin:0; margin-top:2px; margin-bottom:10px; padding:0; margin-left:-2px;
}

h3 {
	margin:0; margin-top:4px; padding:0; position:relative; margin-left:-1px;
}

h5 {
	font-size:15px;
	color:#005a96;
	margin-top:25px;
	margin-bottom:-10px;
	font-weight:bold;
	}
	
/* TABLES */

tr {
	vertical-align:top;
}

td.feature_list_title {
	padding-left:10px; padding-top:3px; 
}

	td.feature_list_title span {
		font-size:15px; font-weight:bold; color:#065d98; 
	}
	
td.feature_list_label {
	width:30px;
}
	
td.spacer { height:12px; }

td.bed_size { font-weight:bold; }

div.model_info_window_content table { width:100%; }

div.model_info_window_content th {
	padding-bottom:5px; color:#065d98;
}

div.model_info_window_content td {
	
}

div.border_bottom td {
	border-bottom:1px solid #d5d8cf; padding-top:7px; padding-bottom:7px;
}

table.forms td {
	padding-bottom:10px;
}

/*div.border_bottom th {
	text-align:left;
}*/


td.c { text-align:center; }

th.c { text-align:center; }


div.compare_chart td.first,th.first { text-align:left; }

body div#inside_content_left h3.grey { color: #666; }