/*--------------------------------------------------------------------------------------
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;
	text-align:center;
	background-color:#4d4183;	
}
*html body {
	background-color:#413678;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position: static;}


/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-left{
	margin:0 auto;
	width:800px;
}
#headertop{
	float:left;
	width:779px;
}
#headleft{
	float:left;
	width:325px;
	height:146px;
	background:url(../images/logo.png) left top no-repeat;
}
#placeholder{
	float:left;
	width:454px;
	height:146px;
	background:url(../images/placeholderframe.png) left top no-repeat;
}
.accent{
	float:left;
	width:454px;
	height:146px;
}
#swoosh{
	float:left;
	width:779px;
	height:31px;
	background:url(../images/swooshspacer.png) left top no-repeat;
}
#inner{
	width:779px;
	float:left;
	background:url(../images/innerbg.png) top left repeat-y;
}
#innerchild {
	width:779px;
	float:left;
	background:url(../images/inchildbg.jpg) top right no-repeat;
}
#innerchild #navcontainer #menucap{
	left:0;
	float:left;
	width:191px;
	height:66px;
	background:url(../images/menucap.png) left top no-repeat;
	z-index:1000;
}
#navcontainer{
	float:left;
	width:191px;
	background:url(../images/menu.png) left top repeat-y;
	z-index:1000;
}
#innerchild #navcontainer #menufoot{
	float:left;
	left:0;
	width:191px;
	height:66px;
	background:url(../images/menufoot.png) left top no-repeat;
	z-index:1000;
}
#content{
	float:left;
	width:588px;
}
#footer {
	float:left;
	width:779px;
	height:145px;
	background:url(../images/footer.png) 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;
		text-align:left;
	display:block;
	cursor:pointer;
	margin: 0;
}
#nav-left #navcontainer div {
	width:136px;
	left:30px;	
}
/*---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:136px;
	padding:10px;
	text-decoration:none;
	/*--- width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
	width:116px;
}
/*---Styling for individual links, HOVER---*/
#nav-left #navcontainer div a:hover {
	padding-top:10px;
}
/*---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:5px solid #8fbdb0;
	width:195px;
	background-color:#cccccc;
}
/*---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;
	/*--- 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 {
	padding-top:10px;
	border-top:0;
}
	/*------------ Tertiary Override ----------------*/
a.tertiary {
 background: transparent;
}
#inner #navcontainer div a h3 {
background:none;

}
#inner #navcontainer div a:hover {
	background:none;
}
/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */
/*----tables----*/
#nav-left #content-table {
	padding:20px;
	width:588px;
}
	#nav-left #content-table-main {width:578px;}
		#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;
	font-family:arial black, verdana, sans-serif;
	font-weight:normal;
}

#content h1 {
	font-size:22px;
		line-height:50px;
	margin: 6px 15px 15px 15px;

}	
#content-table h2 {
	font-size:20px;
	line-height:48px;
}
#content-table h3 {
	font-size:18px;
	line-height:46px;
}
#content-table h4 {
	font-size:16px;
	line-height:44px;
}
#content-table h5 {
	font-size:14px;
	line-height:42px;
}
#content-table h6 {
	font-size:12px;
	line-height:40px;
}

