/*--------------------------------------------------------------------------------------
CSS document: ImageCaf� Template Styles
Created: 02/26/2006
Last Modified: 02/26/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
body {
	margin: 0;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-left {
	float: left;
	width: 761px;
	border-right: #ccc 1px solid;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 760px;
}
#headertop {
	float: left;
	width: 760px;
	height: 160px;
}
.accent, h1#website-title, h2#website-slogan {
	display: none;
}
#inner	{
	float: left;
	width: 760px;
	background: #d3e6ed;
}
#navcontainer {
	float: left;
	width: 172px;
	z-index: 1000;
}
#content {
	float: left;
	width: 588px;
	padding: 0 10px;
	border-left: #ccc 1px solid;
	background: #fff url(../images/content.jpg) top right no-repeat;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 567px;
}
#content-table {
	width: 567px;
}
#footer {
	float: left;
	width: 567px;
}
#bottom {
	float: left;
	width: 760px;
	padding: 0 5px;
	background: #146b85;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 750px;
}

/*---------------------------------------------------------------------------------------
#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:172px;	
}
/*---Styling for individual links---*/
#nav-left #navcontainer div a:link, 
#nav-left #navcontainer div a:active, 
#nav-left #navcontainer div a:visited {
	float:left;
	border-bottom:1px solid #d3e6ed;
	width:172px;
	padding: 1px 10px;
	text-decoration:none;
	/*--- width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
	width:152px;
}
/*---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:1px solid #d3e6ed;
	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;
	/*--- 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;
}

/*--------------------------------------------------------------------------------------
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;
}
