/*--------------------------------------------------------------------------------------
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 {
	margin: 0;
	padding: 0;
	background: #012649 url(../images/bkg.jpg) repeat-x center top;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
/*------------------ content styling ------------------*/	

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin: 0 7px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff300;
}
#content h1 {
	font-size:20px;
	margin: 0 0 5px;
}	
#content h2 {
	font-size:18px;
}
#content h3 {
	font-size:16px;
}
#content h4 {
	font-size:15px;
}
#content h5 {
	font-size:14px;
}
#content h6 {
	font-size:14px;
}
#content table {
	font-size:14px;
	font-weight: normal;
}
#content p, #content ol, #content ul {
	margin: 0 0 5px;
}
#content a {
	color: #00FFB4;
}
#content a:hover {
	color: #fff300;
}

/* override title/slogan */
#website-title, #website-slogan {
	display: none;
}
/* override navigation positioning */
#navcontainer div {
	position: relative;
}

/*----firefox content top margin whitespace fix----*/
#content-table-main > p:first-child {
 display: none;
}
/*----cell padding override fix----*/
#content-table-main table td table td {padding: 5px;}

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-left {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	background: #012649 url(../images/paper.jpg) repeat-y 25px 200px;
}
#headertop {
	float: left;
	width: 900px;
	height: 200px;
	background: #003500 url(../images/headertop.jpg) no-repeat left top;
}
#flash {
	position: absolute;
	left: 278px;
	top: 25px;
}
#navcontainer {
	float: left;
	z-index: 1000;
	width: 230px;
}
#navheader {
	float: left;
	width: 230px;
	height: 185px;
	background: #003500 url(../images/navheader.jpg) no-repeat left top;
}
#nav-wrapper {
	float: left;
	z-index: 1000;
	width: 210px;
	padding: 0 0 0 20px;
	background: #003500 url(../images/nav-wrapper.jpg) repeat-y left top;
}
#navfooter {
	float: left;
	width: 230px;
	height: 100px;
	background: transparent url(../images/navfooter.png) no-repeat left top;
}
#content {
	float: right;
	width: 460px;
	background: transparent url(../images/content.jpg) no-repeat left top;
	padding: 0 210px 0 0;
}
#content-table {
	float: left;
	width: 460px;
}
#footer {
	float: left;
	width: 900px;
	height: 135px;
	background: #012649 url(../images/footer.jpg) no-repeat left top;
}
/*--------------------------------------------------------------------------------------
Featured Image 
-------------------------------------------------------------------------------------- */
/*------------------ Override Featured Image ------------------*/
.accent {display: none}

/*---------------------------------------------------------------------------------------
#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Navigation Elements ------------------*/
#nav-left #navcontainer #nav-wrapper div, #nav-left #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
	margin:0;
	line-height: 18px;
}
	#nav-left #navcontainer #nav-wrapper div {width:180px;}
	#nav-left #navcontainer #nav-wrapper div a:link, 
	#nav-left #navcontainer #nav-wrapper div a:active, 
	#nav-left #navcontainer #nav-wrapper div a:visited {
		float:left;
		/*--- width for IE5 --*/
			width:180px;
		padding: 5px 15px 5px 27px;
		text-decoration:none;
		/*--- width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:140px;
	}
	#nav-left #navcontainer #nav-wrapper div a:hover {padding-top:5px;}
		#nav-left #navcontainer #nav-wrapper div div.submenu, 
		#nav-left #navcontainer #nav-wrapper div div.submenu h3 {
			float:left;
			display:block;
			line-height: 18px;
		}
		#nav-left #navcontainer #nav-wrapper div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			width:156px;
			background: #051E00;
			border: #003501 solid 4px;
			margin-left: -20px;
		}
			#nav-left #navcontainer #nav-wrapper div div.submenu div {
				display:block;
				margin:0;
			}
			#nav-left #navcontainer #nav-wrapper div div.submenu a:link, 
			#nav-left #navcontainer #nav-wrapper div div.submenu a:active, 
			#nav-left #navcontainer #nav-wrapper div div.submenu a:visited {
				float:left;
				padding: 8px;
			}
			#nav-left #navcontainer #nav-wrapper div div.submenu a:hover {
			}
/*------------------ Navigation Tertiary Color Override ------------------*/
#nav-left .tertiary {
	background: transparent;
}
/*------------------ Submenu Text Color Override ------------------*/
#nav-left #navcontainer #nav-wrapper div div.submenu h3{
	color: #fff;
	background:#051E00;
}
/*------------------ Submenu Text Hover Color Override ------------------*/
#nav-left #navcontainer #nav-wrapper div div.submenu div a:hover,
#nav-left #navcontainer #nav-wrapper div div.submenu div a:hover h3 {
	color:#00ffb4;
	background:#071201;
}
