/*--------------------------------------------------------------------------------------
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: #002842 url(../images/body.jpg) repeat-x left top;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
/*------------------ content styling ------------------*/	

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin: 5px 15px 0 0;
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	font-weight:bold;
	color:#002746;
}
#content h1 {
	font-size:18px;
}	
#content h2 {
	font-size:16px;
}
#content h3 {
	font-size:14px;
}
#content h4 {
	font-size:12px;
}
#content h5 {
	font-size:12px;
}
#content h6 {
	font-size:12px;
}
#content p, #content ul, #content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content table {
	font-size:12px;
	font-weight: normal;
}
.copy {
	font-family: verdana, arial, sans-serif;
	font-weight:normal;
	color:#009;
	font-size:12px;
	font-variant: small-caps;
}

/* 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: -350px;
	width: 700px;
}
#headertop {
	float: left;
	width: 700px;
	height: 75px;
	background: #fff url(../images/headertop.jpg) no-repeat left top;
}
#flash {
	float: left;
	width: 700px;
	height: 175px;
	background: #000;
}
#navcontainer {
	float: left;
	width: 180px;
	z-index: 1000;
	background: #00111B url(../images/navcontainer.jpg) repeat-x left top;
}
#inner {
	float: right;
	width: 700px;
	background: #00111B;
}
#content {
	float: left;
	width: 510px;
	padding: 0 5px;
	background: #377E94 url(../images/content.jpg) repeat-x left top;
/* Min-height for all browsers */
	min-height: 400px;
}
/* Min-height for Internet Explorer */
* html #content {
	height: 400px;
}
#content-table {
	float: left;
	width: 510px;
}

/*--------------------------------------------------------------------------------------
Featured Image 
-------------------------------------------------------------------------------------- */
#accentcontainer {display: none}
.accent {display: none}

/*---------------------------------------------------------------------------------------
#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Navigation Elements ------------------*/
#nav-left #navcontainer div, #nav-left #navcontainer div h3 {
	float:left;
	display:block;
	cursor:pointer;
	margin:0;
	background: transparent;
}
	#nav-left #navcontainer div {width:180px;}
	#nav-left #navcontainer div a:link, 
	#nav-left #navcontainer div a:active, 
	#nav-left #navcontainer div a:visited {
		float:left;
		/*--- width for IE5 --*/
			width:170px;
		padding:10px 10px;
		text-decoration:none;
		/*--- width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:160px;
		background: transparent;
	}
	#nav-left #navcontainer div a:hover {
			padding-top:10px;
			background:#367D93;
	}
		#nav-left #navcontainer div div.submenu, 
		#nav-left #navcontainer div div.submenu h3 {
			float:left;
			display:block;
		}
		#nav-left #navcontainer div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			width:180px;
			background: #00111B url(../images/navcontainer.jpg) repeat-x left top;
		}
			#nav-left #navcontainer div div.submenu div {
				display:block;
				margin:0;
			}
			#nav-left #navcontainer div div.submenu a:link, 
			#nav-left #navcontainer div div.submenu a:active, 
			#nav-left #navcontainer div div.submenu a:visited {
				float:left;
			}
			#nav-left #navcontainer div div.submenu a:hover {
				padding-top:10px;
			}