/*
-----------------------------------------------------------------------------------------
CSS document: ImageCaf� Template Styles
Created: 04/11/2006
Last Modified: 12/08/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */

/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
body { margin: 0;}
div {position:relative;}
#printwrap{position:static;}
/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#bkg {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 400px;
}
#bkg-gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 200px;
	width: 100%;
	background: url(../images/Gradient.png) top left no-repeat;
}
#nav-top {
	width: 702px;
	top: 5px;
	left: 50%;
	margin-left: -351px;
}
#inner {
	float: left;
	width: 702px;
	padding: 1px;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 700px;
}
#headertop {
	float: left;
	height: 200px;
	width: 700px;
}
.accent {
	float: left;
	width: 700px;
	height: 200px;
}
#titlecontainer {
	position: absolute;
	bottom: .7em;
	right: .7em;
}
h1#website-title {
	text-align: right;
}
h2#website-slogan {
	text-align: right;
}
#content {
	float: right;
	width: 700px;
}
#nav-top #content-table {
	width: 700px;
}		
#footer {
	float: left;
	width: 700px;
}
/*
-----------------------------------------------------------------------------------------
=#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Navigation Elements ------------------*/
#nav-top #navcontainer {
	float: left;
	width: 700px;
	z-index: 1000;
}
#nav-top #navwrapper {
	float: left;
	z-index: 1000;
}	
/*-----IE6 fix for float------*/
* html #nav-top #navcontainer {
	float: none;
}
#nav-top #navcontainer #nav-wrapper div, 
#nav-top #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
	margin: 0;
}
#nav-top #navcontainer #nav-wrapper div a:link, 
#nav-top #navcontainer #nav-wrapper div a:active, 
#nav-top #navcontainer #nav-wrapper div a:visited {
	float:left;
	padding:10px;
	text-decoration:none;
}
#nav-top #navcontainer #nav-wrapper div a:hover {padding-top:10px;}
#nav-top #navcontainer #nav-wrapper div div.submenu, 
#nav-top #navcontainer #nav-wrapper div div.submenu h3 {
	float:left;
	display:block;
}
#nav-top #navcontainer #nav-wrapper div div.submenu {
	position:absolute;
	margin-top:-2px;
	left:0;
	visibility: hidden;
	width:176px;
}
#nav-top #navcontainer #nav-wrapper div div.submenu div {
	display:block;
	margin:0;
}
#nav-top #navcontainer #nav-wrapper div div.submenu a:link, 
#nav-top #navcontainer #nav-wrapper div div.submenu a:active, 
#nav-top #navcontainer #nav-wrapper div div.submenu a:visited {
	float:left;
	width:176px;
	border-right:0;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 156px;
}
#nav-top #navcontainer #nav-wrapper div div.submenu a:hover {
	padding-top:10px;
	border-top:0;
}

/*
-----------------------------------------------------------------------------------------
=TABLES AND CONTENT
-------------------------------------------------------------------------------------- */

/*------------------ Table Structures ------------------*/	

#content p {
	margin: 0;
	padding: 0;
}
#content-table-main table td table td {
	padding: 0px 10px; 
	margin: 0;
}	
#content-table-main table td table td p {
	padding: 0; 
	margin: 10px 0px; 
}

/*------------------ content styling ------------------*/	
#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin-top: 0;
	margin: 5px 0 15px 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;
}
