/*--------------------------------------------------------------------------------------
CSS document: ImageCaf� Template Styles
Created: 04/11/2006
Last Modified: 04/11/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
body {
	margin: 0;
	background: #430303 url(../images/body.jpg) top right repeat-x;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-left {
	position: absolute;
	width: 870px;
	left: 50%;
	margin-left: -387px;
}
#headertop {
	float: left;
	width: 870px;
	height: 280px;
	background:url(../images/headertop.jpg);
}
h1#website-title, h2#website-slogan, .accent {
	display: none;
}	
#inner {
	float: left;
	width: 784px;
	padding: 0 8px;
	background: url(../images/inner.jpg) top left repeat-y;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 768px;
}	
#navcontainer {
	float: left;
	width: 139px;
	z-index: 1000;
}
#content {
	float: right;
	width: 615px;
	padding-right: 15px;
	background: #E5B052;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 600px;
}
#content-table {
	width: 600px;
}
#footer {
	float: left;
	width: 784px;
	height: 50px;
	background: url(../images/footer.png);
}	
/*---------------------------------------------------------------------------------------
#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Navigation Elements, NAV-LEFT------------------*/
/*---Top level Link container, NOT USUALLY MODIFIED---*/
#nav-left #navcontainer div, 
#nav-left #navcontainer div h3 {
	float:right;
	display:block;
	cursor:pointer;
	margin: 0;
	text-align: right;
}
#nav-left #navcontainer div {
	width:139px;	
}
/*---Styling for individual links---*/
#nav-left #navcontainer div a:link, 
#nav-left #navcontainer div a:active, 
#nav-left #navcontainer div a:visited {
	float:left;
	width:139px;
	padding:9px 10px 0 30px;
	height: 36px;
	background: url(../images/nav-rollover.jpg) bottom left no-repeat;
	text-decoration:none;
	text-align: right;
	/*--- width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
	width:99px;
	height: 27px;
}

/*---Styling for individual links, HOVER---*/
#nav-left #navcontainer div a:hover {
	background-position: top left;
}
/*---Submenu link container, NOT USUALLY MODIFIED---*/
#nav-left #navcontainer div div.submenu, 
#nav-left #navcontainer div div.submenu h3 {
	float:left;
	display:block;
}
/*---Submenu link container---*/
#nav-left #navcontainer div div.submenu {
	position:absolute;
	top:0;
	visibility: hidden;
	border:1px solid #4f0c03;
	width:176px;
}
/*---NOT USUALLY MODIFIED---*/
#nav-left #navcontainer div div.submenu div {
	display:block;
	margin:0;
}
/*---Styling for individual Submenu links---*/
#nav-left #navcontainer div div.submenu a:link, 
#nav-left #navcontainer div div.submenu a:active, 
#nav-left #navcontainer div div.submenu a:visited {
	float:left;
	width:176px;
	padding: 3px 10px 0 10px;
	background: #cd2203 !important;	
	margin-left: -37px;
	/*--- Proper width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
	width: 156px;

}
*html #nav-left #navcontainer div div.submenu a:link, 
*html #nav-left #navcontainer div div.submenu a:active, 
*html #nav-left #navcontainer div div.submenu a:visited {
	margin-left: 0;
}
/*---Styling for individual Submenu links-, HOVER---*/
#nav-left #navcontainer div div.submenu a:hover {

}
#navcontainer div a:hover, #navcontainer div a:hover h3 {
	background-color: transparent !important;
}	
/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */

/*----firefox content top margin whitespace fix----*/
#content-table-main > p:first-child {
 display: none;
}
/*----cell padding override fix----*/
#content-table-main table td table td {padding: 5px;}

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin-top: 0;
}
#content h1 {
	font-size:28px;
}	
#content h2 {
	font-size:24px;
}
#content h3 {
	font-size:22px;
}
#content h4 {
	font-size:18px;
}
#content h5 {
	font-size:16px;
}
#content h6 {
	font-size:14px;
}
