/* 
	Edward Carriere
	Main CSS
	
COLORS:
	Burgundy:		#761713
	Menu:			#f4f4f4

*/

@import "/styles/reset.css"; /* reset script to turn various properties off */
@import "/styles/content.css"; /* script for general content items */
@import "/styles/table.css"; /* script for general layout of tables */

* {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
}
body {
	margin:16px 0;
	/*background:url(/images/template/page_bg.jpg) top center repeat #330000 ;*/
	/*background-color:#330000;*/
	background-color:#761713;
	
}
/* Site Wrapper ********************/
#wrapper_header{
	margin:0px auto;
	padding:0px;
	background:url(/images/wrapper_bg_header.gif) top center no-repeat #761713;
	width:824px;
	height:9px;
	clear:both;
}

#wrapper_sides{
	margin:0px auto;
	padding:0px;
	background:url(/images/template/wrapper_bg_page.png) top center repeat-y #761713;
	width:824px;
	height:auto !important;
	clear:both;
}

#wrapper_footer{
	margin:0px auto;
	padding:0px;
	background:url(/images/template/wrapper_bg_footer.jpg) bottom center no-repeat #761713;
	width:824px;
	height:20px;
	clear:both;	
/*	float:left;*/
}

div.link_area  a{
	z-index:100;
	margin:14px 0px 0px 30px;
	width:235px;
	height:46px;
	position:absolute;
	display:block;
}

/* centered website */
#site_container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

a {
	outline: none;
}

/* HEADER STYLES ******************/
#site_header {
	background:url(/images/template/header.png) top left no-repeat #fff;
	height:80px;
	width:800px;
}

#site_header p#moto {
	color:#aaa;
	font-size:1.1em;
	float:right;
	padding:30px 34px 0 0;
}

#site_subheader {
	background:url(/images/template/default_header.jpg) top left no-repeat #fff;
	height:188px;
	width:800px;
}

/* MENU STYLES ******************/
#site_menus {
	/*background:#DCDDDE;*/
	background:#f4f4f4;
	height:58px;
	text-align: right;	
	z-index: 7;
	/*border-top:solid 2px #DCDDDE;*/
	
}
#site_menus  * {
	font-size:12px;
	font-weight:bold;
	
}
/******** MENU LINK STYLES ************/
#site_menus a {
	text-decoration:none;
	padding: 7px 26px;
	margin: 0px 0;
	display:block;
}

#site_menus a:link, #site_menus a:visited {
	color:#909090;
}
#site_menus a:hover {
	color:#4C1812;
}
#site_menus a:active {
	color:#4C1812;	
}

#site_menus ul {
	float:left;
	list-style: none;
	padding:0;
	margin:0;
	background:#e4e4e4;
}

#site_menus ul li {
	float:left;
	margin:0;
	padding:0px;
	background: #e4e4e4;
	position:relative;
	
}
/****** MENU LEVEL 1 ********/
#site_menus ul#level_one {
	width:800px;
}

#site_menus ul#level_one li.first_item a {
	padding-left:30px;
}
#site_menus ul#level_one li.last_item {
	border:none;
	float:left;
	/*padding-right:14px;*/
}
/****** MENU LEVEL 1 SPACER ********/
#site_menus ul li.spacer {
	width:2px;
	padding:4px 0 4px 0;
	border:none;
	margin:0;
}
#site_menus ul li.spacer div.bar {
	background-color: #ccc;
	width:2px;
	height:14px;
	margin:4px 0 4px 0;
	border:none;
}


/****** MENU LEVEL 2 (SUBMENU STYLES) ********/
#site_menus div.submenu {

}

#site_menus div.submenu ul.level_two{
	/*width:752px;*/
}

#site_menus div.submenu ul { 
	text-align:left;
	padding:0px 0px 0px 16px;
	margin:0 0 0 0;
	float:left;
	background:#f4f4f4;
	/*height:30px;*/
}

#site_menus div.submenu ul li {
	padding:0px 0px 0px 0px;
	margin:0 0 0px 0;
	float:left;
	line-height: 1.6em !important;
	/*border:1px solid #fff;*/
	background:#f4f4f4;	
}
#site_menus div.submenu a {
	padding: 4px 12px;
	margin:0;
	color:#909090;
	background:#f4f4f4;
	white-space:nowrap;
}
#site_menus div.submenu a:link, #site_menus div.submenu a:visited {
	color:#909090;
}
#site_menus div.submenu a:hover {
	color:#761713;
	background:#f4f4f4;
}
#site_menus div.submenu a:active {
	color:#4C1812;
	background:#f4f4f4;
}

ul#level_two li { /* all list items */
	float: left;
	position: relative !important;
	width: 6em;
	background:#f4f4f4;
}


/***** MENU LEVEL 3(DROP_DOWN) *********/
div.drop_down {
	float: left;
	display: none;
	position: absolute;
	top: 1.2em;
	left: 0;
	margin-top:10px;
	background:#f4f4f4 !important;	
}

#site_menus div.drop_down ul.level_three {
	width:150px;
	background:#f4f4f4;
	margin:0;
	padding:0;
}
#site_menus div.drop_down ul.level_three li {
	float:none;
	clear:left;
	background:#f4f4f4;
	width:150px;
	border:none;
	margin:0;
	padding:0;
}
#site_menus div.drop_down ul.level_three li a {
	background:#f4f4f4;
	line-height:1.2em;
	margin:0;
	padding:4px 0 3px 12px;
}
div.drop_down ul.level_three li a:link {
	background:#f4f4f4;
}
div.drop_down_bottom {
	/*padding-top:10px;*/
	height:10px;
	width:168px;
	float:left;
	background:#f4f4f4;
}
/* Fix IE. Hide from IE Mac \*/
ul#level_two li { float: left; }
ul#level_two li a { height: 1%; }
/* End */
/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
li ul.level_three>div.drop_down { 
	top: auto;
	left: auto;
	background:#f4f4f4;
}

li:hover div.drop_down, li.over div.drop_down { /* lists nested under hovered list items */
	display: block;/* show when hovered */
}



/*CURRENT PAGE MENU STYLE *****************/
#site_menus a.current { 
	color:#761713 !important;
}

#site_menus div.submenu a.current {
	/*background:#e8e8ea;*/
}

/* CONTENT HOLDER STYLES ******************/
#content {
	padding:40px 0 40px 0;
	margin:0px;
	float:left;
	width:800px;
	border-bottom: 16px solid #ccc;
	background:url(/images/template/content_top.jpg) top left no-repeat #ffffff;
}

/* FOOTER HOLDER STYLES ******************/
#footer {
	height:32px;
	width:800px;
	padding:0;
	margin:0 auto;
	clear:both !important;

}
#footer_text {
	text-align: center;
	padding-top: 5px;
	
}
#footer_text, #footer_text * {
	color: #eb8c3c;
	font-size: x-small;
}

#footer_text a:hover {
	color:#f8b407;
}