/*Header and footer control.*/
/*Also control for the backdrop around the main body of the page.*/

/* ---------- GENERIC CLASSES ---------- */

div#header{
	width: 950px;
}

div#header{
}

div#footer{
	margin-top:1px;
}

div#header_banner{
	background: #000;
	height:66px;
	width:850px;
}

div#header_banner_resize {
	background: #000;
	width: 100%;
}

div#header_banner_resize h1 {
	text-indent: -10000px;
	background: url(backgrounds/header_footer/logo.jpg) 440px 0px no-repeat;
	height: 66px;
	width: 100%;
}

div#header_banner, div#footer_banner{
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

div#header_menu_resize {
	background: #000;
	height: 26px;
}

div#footer_banner_resize{
	background-color:#000000;
}

div#header_menu_resize ul#header_menu{
	width:450px;
	height:24px;
	margin: 0 0 0 435px;
	padding: 2px 0 0 0;
	position: relative;
	top: 1px;
	z-index: auto;
}

div#header_menu_resize ul#header_menu li{
	font-family: Arial, Tahoma, sans-serif, sans;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	height: 26px;
}

div#header_menu_resize ul#header_menu li a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #fff;
	border-right: 1px solid #999;
	padding: 4px 14px;
	color: #757575;
	background: url(backgrounds/nav/bg_loop_off.jpg) left top repeat-x;
	line-height: 25px;
}

div#header_menu_resize ul#header_menu li.active a {
	background: url(backgrounds/nav/bg_loop.jpg) left top repeat-x;
	color: #484848;
}

div#footer {
	background: #000;
}

div#footer_resize {
	width: 714px;
	margin: 0 auto;
	padding: 3px 0;
}

div#footer_resize p {
	font-size: 13px;
	color: #fefefe;
	float: left;
	font-weight: bold;
	display: inline;
	margin: 0 10px;
}

div#footer_resize p a {
	color: #fefefe;
}

div#footer_resize p.tel_num {
	width: 92px;
}

div#footer_resize p.email {
	width: 182px;
}

div#footer_resize p.address{
	width: 380px;
}


/* ---------- HOME PAGE CLASSES ---------- */

body#home_page div#header_banner_resize {
	background: #000;
}

body#home_page div#header_menu_resize {
	background: url(backgrounds/nav/nav_bg.jpg) left top no-repeat #000;
}

