/*--------------------------------------------------------------------------------------
CSS document: ImageCaf� Template Styles
Created: 03/30/2007
Last Modified: 03/30/2007
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
body {
	margin: 0;
	text-align: center;
	background: #ece3d8 url(../images/background.jpg) top left repeat-x;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position: static;}

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top{
	width: 774px;
	margin: 0 auto;
	text-align: left;
}
.accent {
	float: left;
	width: 774px;
	height: 261px;
}
#navcontainer {
	float: left;
	width: 774px;
	padding: 0 17px;
	z-index:1000;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 740px;
}
#content, #content-table {
	float: left;
	width: 774px;
}
#content {
	background: url(../images/watermark.jpg) top center no-repeat;
	min-height: 350px;
}
*html #content {
	height: 350px;
}
#footer {
	float: left;
	width: 774px;
}

/*--------------------------------------------------------------------------------------
#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: 5px 17px 5px 10px;
	line-height: 16px;
	text-decoration:none;
	background-color: transparent;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#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;
	background: #CFD1CE;
}
/*---Submenu link container---*/
#nav-top #navcontainer div div.submenu {
	position:absolute;
	top:0;
	left:0;
	visibility: hidden;
	border-top:1px solid #939393;
	margin-top: -2px;
	width:176px;
}
/*---NOT USUALLY MODIFIED---*/
#nav-top #navcontainer div div.submenu div {
	display:block;

}
/*---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;
	padding: 7px 10px;
	border-bottom:1px solid #939393;
	border-right:0;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 156px;
}
#nav-top #navcontainer div div.submenu a:hover {

}
#navcontainer div a:hover, #navcontainer div a:hover h3 {
	background-color: transparent !important;
}
/*--------------------------------------------------------------------------------------
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;
}
