/*--------------------------------------------------------------------------------------
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;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position: static;}

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-left {
	width: 670px;
	margin: 0 auto;
	text-align: left;
}
#headertop, .accent {
	float: left;
	width: 670px;
	height: 96px;
}
h1#website-title, h2#website-slogan {
	display: none;
}
#inner {
	float: left;
	width: 670px;
	border: #747365 1px solid;
	background: url(../images/inner.jpg);
	margin-bottom: 15px;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 668px;
}
#navwrapper {
	float: left;
	width: 148px;
	padding: 8px;
	z-index: 1000;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 132px;
}
#navcontainer {
	float: left;
	width: 132px;
	z-index: 1000;
}
#logo {
	float: left;
	margin-top: 10px;
	width: 132px;
	height: 106px;
	background: url(../images/logo.png);
}
#content, #content-table, #footer {
	float: right;
	width: 520px;
	background: #e7e5cc;
}
#content {
	min-height: 400px;
}
*html #content {
	height: 400px;
}

/*---------------------------------------------------------------------------------------
#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Navigation Elements, NAV-LEFT------------------*/
/*---Top level Link container, NOT USUALLY MODIFIED---*/
#nav-left #navcontainer div, 
#nav-left #navcontainer div h3 {
	float:right;
	display:block;
	cursor:pointer;
	margin: 0;
	text-align: right;
}
#nav-left #navcontainer div {
	width:132px;	
}
/*---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 #838a64;
	width:132px;
	padding: 8px 0px 4px 0px;
	text-decoration:none;
	background-color: transparent;
}
/*---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;
	text-align: left;
}
/*---Submenu link container---*/
#nav-left #navcontainer div div.submenu {
	position:absolute;
	top:0;
	left:0;
	visibility: hidden;
	border:1px solid #838a64;
	border-bottom: none;
	background: #E7E5cc;
	margin-left: 8px;
	width:132px;
}
/*---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:132px;
	padding: 6px 10px;
	text-align: left;
	/*--- Proper width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
	width: 112px;
}
/*---Styling for individual Submenu links-, HOVER---*/
#nav-left #navcontainer div div.submenu a:hover {
	border-top:0;
}
#navcontainer div a:hover, #navcontainer div a:hover h3 {
	background-color: transparent !important;
}
/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */
#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;
}