/*--------------------------------------------------------------------------------------
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:#313187 url(../images/mainbg.jpg) top left repeat-x;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/*../*/
/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top{
	width:758px;
	margin:0 auto;
}
#headertop{
	float:left;
	width:758px;
	height:92px;
	background:#010066 url(../images/headertop.jpg) top right no-repeat;
}
.accent{
	float:left;
	width:234px;
	height:86px;
}
#inner{
	float:left;
	width:758px;
	background:url(../images/contenttile.gif) top left repeat-y;
}
#navcontainer{
	float:left;
	left:5px;
	width:753px;
	z-index:1000;
}
#content{
	float:left;
	width:758px;
	background:url(../images/contentfade.jpg) top left no-repeat;
}
#footer {
	float:left;
	width:758px;
	height:25px;
}
h1#website-title {display: none;}
h2#website-slogan {display: none;}

/*---------------------------------------------------------------------------------------
#NAV-top
-------------------------------------------------------------------------------------- */
/*------------------ Navigation Elements ------------------*/
/*---Top level Link container, NOT USUALLY MODIFIED---*/
#nav-top #navcontainer div, 
#nav-top #navcontainer div h3 {
	float:left;
	display:block;
	cursor:pointer;
	margin: 0;
}
/*---Styling for individual links---*/
#nav-top #navcontainer div a:link, 
#nav-top #navcontainer div a:active, 
#nav-top #navcontainer div a:visited {
	float:left;
	padding:5px;
	text-decoration:none;
}
/*---Styling for individual links, HOVER---*/
#nav-top #navcontainer div a:hover {
	padding-top:5px;
}
/*---Submenu link container, NOT USUALLY MODIFIED---*/
#nav-top #navcontainer div div.submenu, 
#nav-top #navcontainer div div.submenu h3 {
	float:left;
	display:block;
}
/*---Submenu link container---*/
#nav-top #navcontainer div div.submenu {
	position:absolute;
	top:0;
	left:0;
	visibility: hidden;
	background-color:#010066;
	border:1px solid #939393;
	width:156px;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width:176px;
}
/*---NOT USUALLY MODIFIED---*/
#nav-top #navcontainer div div.submenu div {
	display:block;
	margin:0;
}
/*---Styling for individual Submenu links---*/
#nav-top #navcontainer div div.submenu a:link, 
#nav-top #navcontainer div div.submenu a:active, 
#nav-top #navcontainer div div.submenu a:visited {
	float:left;
	width:166px;
	border-bottom:1px solid #939393;
	border-right:0;
}
/*---Styling for individual Submenu links---*/
#nav-top #navcontainer div div.submenu a:hover {
	padding-top:5px;
	border-top:0;
}
/*------------ Tertiary Override ----------------*/
a.tertiary {
 background: transparent;
}


/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */
/*----tables----*/
#nav-top #content-table {
	float:left;
	width:751px;
	background:url(../images/footer.gif) bottom left no-repeat;
}
	#nav-top #content-table-main {float:left;width:751px;}
	#nav-top #content-table-main table{color:  #cccccc;}
		#nav-top #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;
}

