/*--------------------------------------------------------------------------------------
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 {
	background: #000000 url(../images/background.jpg) repeat-x;
	margin: 1px;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
.clearer {clear:both;}
#printwrap {position: static;}

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */

#nav-top {
	width: 802px;
	margin: 1px auto;
	text-align: left;

}

#headertop {
	float: left;
	width: 802px;
}

.accent {
	float: left;
	width: 802px;
	height: 153px;
	background: url(../images/placeholder.jpg) top no-repeat;
}

h1#website-title, h2#website-slogan {
	display: none;
	
}

#navwrapper {
	float: left;
	width: 802px;
	min-height: 34px;
	background: #056a46;
	z-index: 1000;
	margin: 1px 0;
	border: 1px solid #ababab;
/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 800px;

}

*html #navwrapper {
	height: 34px;
}

#navcontainer {
	float: left;
	width: 800px;
	margin-top: 1px;
	z-index: 1000;
}

#content {
	float: left;
	width: 802px;
	min-height: 400px;
	background:#FFFFFF;
	min-height: 400px;
	border: 1px solid #ababab;
/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 800px;

}


*html #content {
	height: 400px;
}





/*--------------------------------------------------------------------------------------
#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;
	font:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff;
}

/*---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 #fff;
	padding:10px;
	text-decoration:none;
	background-color: transparent !important;
}
/*---Styling for individual links, HOVER---*/
#nav-top #navcontainer div a:hover {
	padding-top:10px;
	background-color: #123563 !important;

}

#navcontainer div a:hover, #navcontainer div a:hover h3 {
 	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;
	border-top:1px solid #939393;
	width:176px;
	background-color: #056a46;
}
/*---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 #939393;
	border-right:0;
}
/*---Styling for individual Submenu links---*/
#nav-top #navcontainer div div.submenu a:hover {
	padding-top:10px;
	border-top:0;
}


/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */
#content-table p {	padding-right: 6px; padding-left:6px;line-height:1.6em;}

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin: 4px 0;
	padding-right: 6px; 
	padding-left:6px;
}

#content p, #content ol, #content ul {
 margin-top: 4px;
 margin-bottom: 4px;
}

#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;
}
