/*--------------------------------------------------------------------------------------
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 {

	background: url(../images/bg.jpg) top left repeat;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position: static;}

/*../*/
/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-left {
	top:5px;
	width:800px;
	margin:0 auto;
}
#cap {
	float:left;
	width:800px;
	height:13px;
/*	border-bottom:1px solid #000000;*/
	background:url(../images/layoutcap.jpg) bottom left no-repeat;
}
#headertop{
	float:left;
	width:569px;
	height:187px;
}
.accent{
	width:569px;
	height:187px;
}
#inner{
	float:left;
	width:800px;
	padding:0 19px;
	background:url(../images/innerbr2.jpg) top left repeat-y;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width:752px
}
#navcap {
	float:left;
	width:183px;
	height:94px;
	background:url(../images/navcap.jpg) top left no-repeat;
}
#navcontainer{
	float:left;
	clear:left;
	width:183px;
	z-index:1000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#eeeeee;
	font-size:9px;
	text-align:center;
}
#innerchild {
	float:left;
	width:752px;
	background:url(../images/navbot.jpg) bottom left no-repeat;
}
#content{
	float:left;
	width:569px;
	border-bottom:1px solid #00000;
}
#footer {
	float:left;
	width:800px;
	height:18px;
	/*border-top:1px solid #000000;*/
	background:url(../images/layoutbottom.jpg) top left no-repeat;
}
h1#website-title {display: none;}
h2#website-slogan {display: none;}

/*---------------------------------------------------------------------------------------
#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Navigation Elements, NAV-LEFT------------------*/
/*---Top level Link container, NOT USUALLY MODIFIED---*/
#nav-left #navcontainer div, 
#nav-left #navcontainer div h3 {
	float:left;
	display:block;
	cursor:pointer;
	margin: 0;
}
#nav-left #navcontainer div {
	width:183px;	
}
/*---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:183px;
	padding:10px;
	text-decoration:none;
	/*--- width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
	width:163px;
}
/*---Styling for individual links, HOVER---*/
#nav-left #navcontainer div a:hover {
	padding-top:10px;
	background:url(../images/menuover.jpg) top left repeat-y;
}
/*---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:0;
	visibility: hidden;
	border-left:1px solid #000000;
	width:182px;
	background-color:#014326;
}
/*---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:182px;
	border-bottom:2px solid #000000;
	/*--- Proper width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
	width: 162px;
}
/*---Styling for individual Submenu links-, HOVER---*/
#nav-left #navcontainer div div.submenu a:hover {
	padding-top:10px;
	border-top:0;
	border-bottom:2px solid #000000;
	background:url(../images/menuover.jpg) top left repeat-y;
}
/*------------ Tertiary Override ----------------*/
a.tertiary {
 background: transparent;
}
/*---class override---*/
#inner #navcontainer div a h3 {
background:none;
}
/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */
/*----tables----*/
#nav-left #content-table {
	width:569px;
	background:url(../images/contentbgbottom.jpg) bottom left no-repeat;
}
	#nav-left #content-table-main {width:569px;}
		#nav-left #content-table-main p {margin:25px 10px 15px 10px;}
#content-table-main > p:first-child {
	display: none;
}
/*------------------ no-accent adjustments ------------------*/

.accent-none {display:none;}
/*------------------ content styling ------------------*/	

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin: 10px 15px;
}

#content h1 {
	font-size:22px;
	margin: 6px 15px 15px 15px;

}	
#content-table h2 {
	font-size:20px;
}
#content-table h3 {
	font-size:18px;
}
#content-table h4 {
	font-size:16px;
}
#content-table h5 {
	font-size:14px;
}
#content-table h6 {
	font-size:12px;
}

