/*--------------------------------------------------------------------------------------
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: #5f5d27 url(../images/body.jpg) top left repeat-y;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top {
	float: left;
	width: 884px;
	background: url(../images/nav-left.jpg) top left repeat-y;
}
#inner {
	float: left;
	width: 884px;
	background: url(../images/inner.jpg) bottom left no-repeat;
}
#leftcol {
	float: left;
	width: 150px;
	height: 443px;
	background: url(../images/leftcol.jpg);
}
#rightcol {
	float: right;
	width: 734px;
}
#headertop {
	float: left;
	width: 734px;
	padding-bottom: 18px;
	background: url(../images/headertop.jpg) bottom left no-repeat;
}
.accent {
	float: left;
	width: 734px;
	height: 150px;
}
h1#website-title, h2#website-slogan {
	display: none;
}
#navcontainer {
	float: left;
	width: 734px;
	padding: 0 10px;
	z-index: 1000;+/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 714px;
}
#content {
	float: left;
	width: 734px;
	padding: 0 15px;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 704px;
}
#content-table {
	width: 704px;
}
#footer {
	float: left;
	width: 734px;
	height: 72px;
	background: url(../images/footer.jpg) top left no-repeat;
}

/*--------------------------------------------------------------------------------------
#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 #5f5d27;
	padding: 3px 10px;
	text-decoration:none;
}
/*---Styling for individual links, HOVER---*/
#nav-top #navcontainer div a:hover {

}
/*---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;
	visibility: hidden;
	border:1px solid #5f5d27;
	border-bottom: none;
	width:176px;
}
/*---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:176px;
	border-bottom:1px solid #5f5d27;
	border-right:0;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 156px;
}
/*---Styling for individual Submenu links---*/
#nav-top #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;
}
