/*--------------------------------------------------------------------------------------
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:url(../images/bg.jpg) top repeat-x;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#content-table {width:800px;}
h1#website-title, h2#website-slogan  {display:none;}
.tertiary {background-color:transparent !important;}

/*----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;}
/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */

#nav-left {
	margin:0 auto;
	text-align:center;
	width:800px;
}
#headertop {
	float:left;
	width:800px;
	height:128px;
	background:url(../images/headertop.jpg) no-repeat;
}
#subheader {
	float:left;
	width:800px;
	z-index:1000;
	background:url(../images/subheader.jpg) repeat-y;
}
.accent {
	position:absolute;
	top:0px;
	right:0px;
	width:588px;
	height:104px;
	z-index:999 ;	
}
#subsubheader {
	float:left;
	width:800px;
	height:20px;
	background:url(../images/subsubheader.jpg) no-repeat;
}
#content {
	float:left;
	width:800px;
	background:url(../images/content.jpg) repeat-y;
}
#footer {
	min-width:800px;
	float:left;
	width:100%;
	height:90px;
	background:url(../images/footer.jpg) bottom center no-repeat;
}
#navcontainer {
	float:left;
	width:200px;
	padding-left:5px;
	background:transparent !important;
	z-index:1000;
}
/*--------------------------------------------------------------------------------------
#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Navigation Elements, NAV-LEFT------------------*/

/*---CUSTOM.CSS OVERRIDES---*/
/*--- MENU ---*/
#navcontainer div a,
#navcontainer div a h3,
#navcontainer div a:hover,
#navcontainer div a:hover h3 {background:transparent !important;}
/*--- SUB-MENU ---*/
#nav-left #navcontainer div div.submenu a,
#nav-left #navcontainer div div.submenu a h3 {background:#646464 !important;}
/*--- SUB-MENU [hover] ---*/
#nav-left #navcontainer div div.submenu a:hover h3,
#nav-left #navcontainer div div.submenu a:hover {background:#aaaaaa !important;}
/*---******************---*/



/*---Top level Link container, NOT USUALLY MODIFIED---*/
#nav-left #navcontainer div, 
#nav-left #navcontainer div h3 {
	float:right;
	display:block;
	cursor:pointer;
	margin: 0;	
}
#nav-left #navcontainer div {
	width:200px;	
}
/*---Styling for individual links---*/
#nav-left #navcontainer div a:link, 
#nav-left #navcontainer div a:active, 
#nav-left #navcontainer div a:visited {
	float:left;
	border-bottom:1px dashed #cecece;
	width:200px;
	padding:1px 5px;
	text-decoration:none;
	
	/*--- width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
	width:190px;
}
/*---Styling for individual links, HOVER---*/
#nav-left #navcontainer div a:hover {
	padding:1px 5px;
}
/*---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;
	left:25px;
	visibility: hidden;
	background:#646464;
	border-left:1px solid #aaaaaa;
}
/*---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:200px;
	padding:1px 5px;
	/*--- Proper width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 190px;
}

/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */
#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;
}