/*--------------------------------------------------------------------------------------
CSS document: ImageCaf� Template Styles
Created: 04/11/2006
Last Modified: 04/04/2007
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
body {
	margin: 0;
	background: #fff;
}

/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position: static;}

/*------------------ 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-top {
	width: 764px;
}
#wrapper {
	float: left;
	width: 748px;
	padding-right: 16px;
	background: url(../images/shadow.jpg) top right repeat-y;
}
#headertop {
	float: left;
	width: 748px;
}
#flash {
	width: 748px;
	height: 152px;
}
.accent {
	width: 748px;
	height: 80px;
}
h1#website-title, h2#website-slogan {
	display: none;
}
#navcontainer, #nav-wrapper {
	float: left;
	width: 748px;
	background: #18171D;
	z-index:1000;
}
#content {
	float: left;
	width: 728px;
	padding: 0 10px;
	background: #FFFFFF;
}
#content-table {
	width: 728px;
}

/*--------------------------------------------------------------------------------------
#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Navigation Elements ------------------*/
#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: 7px 10px;
	text-decoration:none;
	background: #18171D;
}	
#nav-top #navcontainer #nav-wrapper div a:hover {
	padding-top:7px;
	background-position: 0 -50px;
}
#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;
	top:0;
	left:0;
	visibility: hidden;
	border-top:1px solid #939393;
	width:176px;
	margin-top: -2px;
}
#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-bottom:1px solid #939393;
	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:7px;
	border-top:0;
}
#navcontainer div a:hover,
#navcontainer div a:hover h3 {
	background-color: #FFFFFF;
}
