/*--------------------------------------------------------------------------------------
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;
	background: #23598a url(../images/body.jpg) top left repeat-x;
	text-align: center;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-left {
	width: 882px;
	margin: 0 auto;
	text-align: left;
}
#outerwrap {
	float: left;
	width: 882px;
	background: url(../images/outerwrap.jpg) top left repeat-y;
}
#outer {
	float: left;
	width: 882px;
	background: url(../images/outer.jpg) top left no-repeat;
}
#headertop {
	float: left;
	width: 882px;
	padding: 0 5px;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 872px;
}
.accent {
	float: left;
	width: 872px;
	height: 176px;
}
h1#website-title, h2#website-slogan {
	display: none;
}
#innerwrap {
	float: left;
	width: 882px;
	padding: 0 35px;
	background: url(../images/innerwrap.gif) top left repeat-y;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 812px;
}
#inner {
	float: left;
	width: 812px;
}
#navwrapper {
	float: left;
	width: 187px;
	background: url(../images/navwrapper.jpg) top left repeat-y;
	z-index: 1000;
}
#navcontainer {
	float: left;
	width: 187px;
	padding-top: 10px;
	background: url(../images/navcontainer.jpg) bottom left no-repeat;
	z-index: 1000;
}
#flashcontainer {
	float: left;
	width: 187px;
	height: 135px;
	padding-left: 10px;
	padding-top: 10px;
	background: url(../images/flashcontainer.jpg) top left repeat-y;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 177px;
	height: 125px;
}
#content {
	float: right;
	width: 625px;
	padding: 0 15px;
	background: url(../images/content.jpg) top left repeat-y;	
	min-height: 424px;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 595px;
}
#content-table {
	width: 595px;
}
*html #content {
	height: 424px;
}
#footer {
	float: right;
	width: 595px;
}
#bottom {
	float: left;
	width: 812px;
	height: 70px;
	background: url(../images/bottom.jpg) top left no-repeat;
}

/*---------------------------------------------------------------------------------------
#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:187px;	
}
/*---Styling for individual links---*/
#nav-left #navcontainer div a:link, 
#nav-left #navcontainer div a:active, 
#nav-left #navcontainer div a:visited {
	float:left;
	background-color: transparent !important;
	width:187px;
	padding:10px 20px;
	text-decoration:none;
	/*--- width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
	width:147px;
}
/*---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;
	background-color: #EAEAE9;
	border: #C7C7C5 2px solid;
	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;
	padding: 10px;
	/*--- 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;
}
#navcontainer div a:hover, #navcontainer div a:hover h3 {
	background-color: transparent !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;
}
