/*--------------------------------------------------------------------------------------
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: #000;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
/*------------------ content styling ------------------*/	

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin: 0 0 5px;
	font-family: Arial, sans-serif;
	color: #0D4B88;
}
#content h1 {
	font-size: 12px;
	font-weight: bold;
}	
#content h2 {
	font-size: 12px;
}
#content h3 {
	font-size: 11px;
	color: #000;
}
#content h4 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
#content h5 {
	font-size: 10px;
	color: #000;
}
#content h6 {
	font-size: 10px;
	color: #000;
}

/* 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;}

/*---------------------------------------------------------------------------------------
#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Layout Elements ------------------*/
#nav-left {
	position: absolute;
	left: 50%;
	margin-left: -300px;
	width: 600px;
}
#headertop {
	float: left;
	width: 600px;
	height: 40px;
	background: #0080c0 url(../images/headertop.jpg) no-repeat center top;
}
.accent {
	float: left;
	width: 600px;
	background-color: #0080c0 !important;
	background-position: bottom left !important;
}
#column {
	float: left;
	width: 170px;
	background: transparent;
	padding-bottom: 300px;
}
#logo {
	float: left;
	width: 170px;
	height: 60px;
	background: #002644 url(../images/logo.jpg) no-repeat center top;
}
#navcontainer {
	float: left;
	width: 170px;
	z-index: 1000;
	background: #0080c0 url(../images/navcontainer.jpg) no-repeat center top;
/* Min-height for all browsers */
	min-height: 350px;
}
/* Min-height for Internet Explorer */
* html #navcontainer {
	height: 350px;
}
#content {
	float: right;
	width: 430px;
	padding-top: 30px;
	background: #fff url(../images/content.jpg) no-repeat center top;
/* Min-height for all browsers */
	min-height: 700px;
}
/* Min-height for Internet Explorer */
* html #content {
	height: 700px;
}
#content-table {
	float: left;
	width: 430px;
}

/*------------------ Navigation Elements ------------------*/
#nav-left #navcontainer div, #nav-left #navcontainer div h3 {
	float:left;
	display:block;
	cursor:pointer;
	margin:0;
	line-height: 14px;
	background: transparent;
}
	#nav-left #navcontainer div {width:170px;}
	#nav-left #navcontainer div a:link, 
	#nav-left #navcontainer div a:active, 
	#nav-left #navcontainer div a:visited {
		float:left;
		border-bottom: 1px solid #fff;
		/*--- width for IE5 --*/
			width:170px;
		padding:10px;
		text-decoration:none;
		/*--- width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:150px;
			background: transparent;
	}
	#nav-left #navcontainer div a:hover {
		padding-top:10px;
		background: #fff;
	}
		#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:170px;
			background: #0080c0 url(../images/navcontainer.jpg) no-repeat center top;
			border-left: #fff solid 1px;
		}
			#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;
				border-top:0;
			}
