/*--------------------------------------------------------------------------------------
CSS document: ImageCaf� Template Styles
Created: 12/14/2006
Last Modified: 12/14/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
body {
	margin: 0;
	text-align: center;
	margin-top: 2px;
}
/*--------------------------------------------------------------------------------------
Global (../)
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position: static;}

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-left {
	width: 698px;
	margin: 0 auto;
	text-align: left;
}
#headertop {
	float: left;
	width: 698px;
}
.accent {
	float: left;
	width: 698px;
	height: 360px;
}
h1#website-title, h2#website-slogan {
	display: none;
}
#staticnav {
	position: absolute;
	left: 0;
	top: 101px;
	text-align: center;
	font: bold 12px Verdana, sans-serif;
	color: #fff !important;
	white-space:nowrap;
}

#staticnav_c {
	position: absolute;
	right: -6px;
	top: 101px;
	text-align: center;
	font: bold 12px Verdana, sans-serif;
	color: #fff !important;
	white-space:nowrap;
}

#staticnav a {
	display: block;
	float: left;
	width: 120px;
	height: 29px;
	padding-top: 3px;
	border: 3px solid #fff;
	border-left: none;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 117px;
	height: 20px;
}

#staticnav_c a {
	display: block;
	float: left;
	width: 153px;
	height: 29px;
	padding-top: 3px;
	border: 3px solid #fff;
	border-left: none;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 150px;
	height: 20px;
} 

#staticnav a:hover {
	background: #888;
}	
#inner {
	float: left;
	width: 698px;
	margin-top: 2px;
}
#navcontainer {
	float: left;
	width: 154px;
	z-index: 1000;
}
#content {
	float: left;
	width: 544px;
	padding: 0 10px;
	background: #fff;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 524px;
}
#content-table {
	width: 524px;
}
#footer {
	float: left;
	width: 524px;
}
#bottom {
	float: left;
	width: 698px;
	padding: 10px;
	background: #0c2a60;
	margin-bottom: 2px;
	margin-top: 2px;
	font: normal 11px arial, Verdana, sans-serif;
	color: #fff;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 678px;
}
#bottom a {
	color: #fff;
}	
#bottom a:hover {
	color: #ccc;
}
/*--------------------------------------------------------------------------------------
#NAV-LET
-------------------------------------------------------------------------------------- */
/*------------------ 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:154px;	
}
/*---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:154px;
	padding:7px 10px;
	text-decoration:none;
	/*--- width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
	width:134px;
}
/*---Styling for individual links, HOVER---*/
#nav-left #navcontainer div a:hover {

}
/*---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:2px solid #fff;
	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;
	background-color: #1966b4;
	/*--- Proper width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
	width: 156px;
}
/*---Styling for individual Submenu links-, HOVER---*/
#nav-left #navcontainer div div.submenu a:hover {
	border-top:0;
}
#navcontainer div a:hover, #navcontainer div a:hover h3 {
	background-color: #eb7c20 !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;
}