/*--------------------------------------------------------------------------------------
CSS document: ImageCaf� Template Styles
Created: 03/05/2006
Last Modified: 03/05/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
body {
	margin: 4px 0;
	text-align:center;
	background: #372717;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position: static;}


/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#headertop {
	float: left;
	width: 800px;
	height: 114px;
}

.accent {
	float: left;
	width: 800px;
	height: 114px;
}

h1#website-title, h2#website-slogan {
	display: none;
}

#navwrapper {
	float: left;
	width: 800px;
	height: 32px;
	background:url(../images/navcontainer.jpg) top center no-repeat;	
	z-index: 1000;
	margin: 0;
}

#navcontainer {
	float: left;
	width: 800px;
	height: 32px;
	padding-left: 30px;
	z-index: 1000;
/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 770px;
}

#inner {
	float: left;
	width: 800px;
	background: url(../images/inner.jpg) repeat-y top center;
}

#content {
	float: left;
	width: 800px;
	min-height: 250px;
	padding: 10px 20px;
/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 760px;
}

*html #content {
	height: 250px;
}

#content-table {
	width: 760px;
}

#footer {
	float: left;
	width: 760px;
}

#contentbottom {
	float: left;
	width: 800px;
	height: 82px;
	background: url(../images/contentbottom.jpg) 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;
	padding:8px;
	text-decoration:none;
	background-color: transparent !important;
}
/*---Styling for individual links, HOVER---*/
#nav-top #navcontainer div a:hover {
	padding:8px;
	background-color: transparent !important;
}

/*---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;
	background-color: #f7f5f1;
	border: #000000 1px solid;	
	border-bottom: none;
	width:176px;
	margin-top: -3px;
}
/*---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:156px;
	border-bottom:1px solid #000;
	border-right:0;
	padding-top:5px;
}
/*---Styling for individual Submenu links---*/
#nav-top #navcontainer div div.submenu a:hover {
	padding-top:5px;
	border-top:0;
}

/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */
/*----firefox content top margin whitespace fix----*/
#content-table-main p:first-child {
 margin: 0;
}

/*----cell padding override fix----*/
#content-table-main table td table td {padding: 2px; margin: 0;}
#content-table-main table td table td img {padding: 0; margin: 0;}
#content-table-main table td table td p {line-height:1.6em; padding-right: 18px; padding-left:18px;}

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin-top: 0;
	padding-right: 18px; 
	padding-left:18px;
}

#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;
}
