/*--------------------------------------------------------------------------------------
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: #424723 url(../images/body.jpg) repeat center top;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
/*------------------ content styling ------------------*/	

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin: .2em 0 .1em;
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	font-weight: bold;
	color: #0E2A5F;
}
#content h1 {
	margin: 0 0 .1em;
	font-size:2.4em;
	color: #215ECD;
}	
#content h2 {
	font-size:2.0em;
}
#content h3 {
	font-size:1.8em;
}
#content h4 {
	font-size:1.5em;
}
#content h5 {
	font-size:1.25em;
}
#content h6 {
	font-size:1em;
}
#content p, #content ol, #content ul {
	margin-top: .2em;
	margin-bottom: 2em;
}
#content strong {
	font-weight: bold;
	color: #0E2A5F;
}

/* override slogan */
#website-slogan {
	display: none;
}
/* override navigation positioning */
#navcontainer div {
	position: relative;
}
/*----cell padding override fix----*/
#content-table-main table td table td {padding: 5px;}

/*--------------------------------------------------------------------------------------
Featured Image 
-------------------------------------------------------------------------------------- */
#accentcontainer {
	position: absolute;
	width: 900px;
	height: 100px;
	left: 50%;
	margin-left: -450px;
}
.accent {
	float: right;
	width: 245px;
	height: 100px;
	margin-right: 18px;
}
* html .accent {
	margin-right: 9px;
}
/*---------------------------------------------------------------------------------------
#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Layout Elements ------------------*/
#nav-left {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	padding-top: 100px;
	width: 900px;
}
#headertop {
	position: absolute;
	width: 900px;
	height: 100px;
	background: transparent url(../images/headertop.png) no-repeat center top;
}
* html #headertop {
	left: 18px;
}
#website-title {
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -235px;
	z-index: 1000;
}
* html #website-title {
	top: 70px;
}
#logo {
	position: absolute;
	left: 50%;
	margin-left: -432px;
	width: 195px;
	height: 150px;
	background: transparent url(../images/logo.jpg) no-repeat center top;
	z-index: 1000;
}
#inner {
	position: absolute;
	left: 53px;
	width: 829px;
	border-left: #fff solid 1px;
	border-bottom: #fff solid 1px;
	background: #215ecd;
}
#sidecol {
	float: left;
	width: 159px;
	padding-top: 50px;
}
#navcontainer {
	float: left;
	width: 159px;
	background: transparent url(../images/navcontainer.jpg) repeat-x left top;
	z-index: 1000;
	/* Min-height for all browsers */
	min-height: 350px;
}
/* Min-height for Internet Explorer */
* html #navcontainer {
	height: 350px;
}
#content {
	float: right;
	width: 670px;
	background: #fff;
/* Min-height for all browsers */
	min-height: 450px;
}
/* Min-height for Internet Explorer */
* html #content {
	height: 450px;
}
#content-table {
	float: left;
	width: 670px;
}

/*------------------ Navigation Elements ------------------*/
#nav-left #navcontainer div, #nav-left #navcontainer div h3 {
	float: left;
	display: block;
	cursor: pointer;
	margin: 0;
	line-height: 14px;
}
	#nav-left #navcontainer div {width: 159px;}
	#nav-left #navcontainer div a:link, 
	#nav-left #navcontainer div a:active, 
	#nav-left #navcontainer div a:visited {
		float: left;
		/*--- width for IE5 --*/
			width: 159px;
		padding: 5px 10px;
		text-decoration: none;
		/*--- width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family: inherit;
			width: 139px;
	}
	#nav-left #navcontainer div a:hover {padding-top: 5px;}
		#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;
			border: 1px solid #fff;
			background: #215ecd url(../images/navcontainer.jpg) repeat-x left top;
			width: 159px;
		}
			#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: 5px;
				border-top: 0;
			}

/*----------- Navigation Menu Overrides --------------*/
#navcontainer div a.tertiary, #navcontainer div a.tertiary h3 {
	background: transparent;
}
#navcontainer .tertiary {
	background: transparent;
}