
/*--------------------------------------------------------------------------------------
CSS document: ImageCaf� Template Styles
Created: 10/03/2006
Last Modified: 10/03/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
body {
	margin: 0;
	background: #e9d3a5;
}
#printwrap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
/*------------------ 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;
}
/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-left {
	float: left;
	width: 810px;
	background: url(../images/bgcontent.jpg) top left repeat-y;
}
#headertop {
	float: left;
	width: 810px;
	background: url(../images/header.jpg) top left no-repeat;
}
#inner {
	float: left;
	width: 810px;
	padding: 130px 140px 80px 12px;
	background: url(../images/footer.jpg) bottom left no-repeat;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 658px;
}
*html #inner {
	padding-bottom: 0;
}
#navcontainer {
	margin-top: 40px;
}
#navcontainer, #nav-wrapper {
	float: left;
	width: 140px;
	z-index: 1000;
}	
#content {
	float: right;
	width: 515px;
	padding: 0 15px;
	background:#FFFFFF;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 485px;
}
#content-table, #content-table-main {
	width: 485px;
}
#footer {
	float: right;
	width: 485px;
}
.accent {
	display: none;
}
h1#website-title, h2#website-slogan {
	display: none;
}	
/*----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;}
/*---------------------------------------------------------------------------------------
#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Navigation Elements ------------------*/
#nav-left #navcontainer #nav-wrapper div, #nav-left #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
	margin: 0;
}
#nav-left #navcontainer #nav-wrapper div {width:140px;}
#nav-left #navcontainer #nav-wrapper div a:link, 
#nav-left #navcontainer #nav-wrapper div a:active, 
#nav-left #navcontainer #nav-wrapper div a:visited {
	float:left;
	/*--- width for IE5 --*/
		width:140px;
	padding:10px;
	text-decoration:none;
	/*--- width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
		width:120px;
}
#nav-left #navcontainer #nav-wrapper div a:hover {
padding-top:10px;
}
#nav-left #navcontainer #nav-wrapper div div.submenu, 
#nav-left #navcontainer #nav-wrapper div div.submenu h3 {
	float:left;
	display:block;
}
#nav-left #navcontainer #nav-wrapper div div.submenu {
	position:absolute;
	top:0;
	left:0;
	visibility: hidden;
	border-left:3px solid #BFAD87;
	width:176px;
}
#nav-left #navcontainer #nav-wrapper div div.submenu div {
	display:block;
	margin:0;
}
#nav-left #navcontainer #nav-wrapper div div.submenu a:link, 
#nav-left #navcontainer #nav-wrapper div div.submenu a:active, 
#nav-left #navcontainer #nav-wrapper div div.submenu a:visited {
	float:left;
}
#nav-left #navcontainer #nav-wrapper div div.submenu a:hover {
	padding-top:10px;
	border-top:0;
}
