﻿/*--------------------------------------------------------------------------------------
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: 1px 0 0 0;
	background:#B3B3B3 url(../images/bagesbg.jpg) top left repeat-x;
	text-align:center;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position: static;}
/*../*/

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top{
	width:800px;
	margin:0 auto;
}
#headertop{
	width:761px;
	height:152px;
	z-index:1000;
	
}
.accent{
	width:760px;
	height:153px;

}
#inner{
	float:left;
	width:800px;
	background:url(../images/innershadow.png) top left repeat-y;
	padding:0 20px;
	/*----proper width---*/
	 voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:760px;
	
	
}
#navcontainer{
	width:760px;
	height:35px;
	border-bottom:1px solid #000000;
	background:url(../images/navbg.jpg) top left repeat-x;
	z-index:1000;
}
#content{
	width:760px;
	background:#ffffff url(../images/contentbg.jpg) top left repeat-x;
}
#footer {
	float:left;
	width:100%;
	height:32px;
	background:url(../images/footerbgout.jpg)
}
#innerfoot {
	width:770px;
	height:32px;
	margin:0 auto;
	background:url(../images/footerbg.jpg) top left no-repeat;
}
*html #innerfoot {
	width:771px;
}
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;
	border-right:1px solid #000000;
	padding:10px;
	text-decoration:none;
}
/*---Styling for individual links, HOVER---*/
#nav-top #navcontainer div a:hover {
	padding-top:9px;
	border-top:1px solid #000000;
	background:url(../images/navbg-top.jpg);
}
/*---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;
	margin-top:-2px;
	visibility: hidden;
	border:1px solid #000000;
	width:176px;
	background-color:#595959;
	background:url(../images/navbg_sub.jpg);
}
/*---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:156px;
	border-bottom:1px solid #000000;
	border-right:0;
}
/*---Styling for individual Submenu links---*/
#nav-top #navcontainer div div.submenu a:hover {
	padding-top:10px;
	border-top:0;
	background:url(../images/navbg_sub-top.jpg);
}
/*------------ Tertiary Override ----------------*/
a.tertiary {
 background: transparent;
}


/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */
/*----tables----*/
#nav-top #content-table {
	padding:20px;
	width:740px;
}
	#nav-top #content-table-main {width:740px;}
		#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;
	font-family:arial black, verdana, sans-serif;
	font-weight:normal;
	padding-left:35px;
	line-height:35px;
	background-image:url(../images/bages-headers.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}

#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;
}
