@charset "utf-8";
/* --------- Excel Main Layout CSS Styles --------- */

/*	
	1. Defaults: Html Tags
	2. Header
	3. Navigation: Header Navigation / Main Navigation / Drop Down Menus
	4. Content: Page / Links
	5. Footer
*/

/* --------- 1. Defaults  --------- */

body {
	background:#94A0A0 url(../images/shadow_bg.jpg) repeat-y center fixed;
	margin: 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
}

form{
	margin:0px;
	padding:0px;
	}
	
/* --------- 2. Header  --------- */	

#wrapper {
	width:850px;
	margin: 0px auto;
	}
	
#header {
	width:850px;
	height:122px;
	background:url(../images/h_header.jpg) no-repeat;
	float:left;
	}
	
#h-phoneNumbers{
	width:146px;
	margin:35px 7px 0px 25px;
	float:right;
	}
	
div#h-phoneNumbers p {margin:0px; padding:0px 0px 10px 0px;}
	
div#h-phoneNumbers strong {color:#AC0325;}

div#h-phoneNumbers span {font-weight:bold;}
		
/*----------3 Navigation -----------*/	
		
/*Main Navigation */
		
#navBar{
	width:850px;
	height:48px;
	background: url(../images/nav_bg.gif) repeat-x;
	float:left;
	}
	
#navBar ul {
	list-style:none;
	margin:0px;
	padding:0px;
	position:relative;
	top:15px;
	left:3px;	
	}
	
#navBar li {
	display:inline;
	margin:0px;
	padding:6px;
	}

#navBar .active, #navBar a:hover {
	color:#333;
	}
	
#navBar a, #navBar .inactive{
	color:#fff;
	text-decoration:none;
	padding:4px;
	}
	
/* --------- 4. Content --------- */	
	
/* Content Container*/	
.clear{
	clear:both;
	}
	
#contentContainer {
	width:850px;
	background:#FFF url(../images/c_content_bg.jpg) no-repeat center top;
	float:left;
	}
	
/* Page Container*/

#page {
	width:800px;
	position:relative;
	margin: 30px auto 0px auto;
	min-height:475px;
	height:475px;
	height:auto !important;
	}
	
#page a {
	color:#F60;
	}
	
#page a:hover {
	color: #FC0;
	}
	
#page p{
	line-height:140%;
	margin:7px 0px;
	padding:0px;
	}
		
/* --------- 5. Footer --------- */		
#footer {
	width:850px;
	background:url(../images/footer.gif) no-repeat center 30px;
	height:150px;
	clear:both;
	}

#footer ul {
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:0px;
	position:relative;
	left:615px;
	top:105px;
	width:230px;
	}
	
#footer li {
	display:inline;
	margin:0px;
	padding:4px;
	}
			
#footer p {
	color:#333;
	position:relative;
	top:118px;
	left:20px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	width:115px;
	}
	
#footer a {
	color:#666;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#F60;
	}