/*--------------------------------------------------------------------------------------
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: #2D308F;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
/*------------------ content styling ------------------*/	

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin: 10px 15px 5px;
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	font-weight:normal;
	color:#900;
}
#content h1 {
	font-size:24px;
	margin: 6px 15px 15px 15px;
}	
#content h2 {
	font-size:22px;
}
#content h3 {
	font-size:20px;
}
#content h4 {
	font-size:18px;
}
#content h5 {
	font-size:17px;
}
#content h6 {
	font-size:16px;
}
#content table {
	font-size:14px;
	font-weight: normal;
}
.copy {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#fff;
}

/* 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
-------------------------------------------------------------------------------------- */
#headertop {
	float: left;
	width: 750px;
	height: 168px;
	background: #444;
	background: #FFF6B1 url(../images/header.jpg) no-repeat left top;
}
#footer {
	float: left;
	width: 750px;
	height: 85px;
	background: #0BB14B url(../images/footer.jpg) no-repeat left top;
	padding-top: 30px;
	text-align: center;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size:14px;
	color: #fff;
}
/*--------------------------------------------------------------------------------------
Featured Image 
-------------------------------------------------------------------------------------- */
.accent {display: none}

/*--------------------------------------------------------------------------------------
#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Layout Elements ------------------*/
#nav-top {
	position: absolute;
	left: 50%;
	margin-left: -375px;
	width: 750px;
}
#navcontainer {
	float: left;
	width: 678px;
	z-index: 1000;
	background: #EE2327 url(../images/nav.jpg) repeat-y left top;
	padding: 0 36px;
}
#nav-wrapper {
	float: left;
	width: 678px;
}
#inner {
	float: left;
	width: 750px;
}
#content {
	float: left;
	width: 650px;
	background: #fff url(../images/content.jpg) repeat-y left top;
	padding: 0 50px;
}
#content-table {
	float: left;
	width: 650px;
}
/*------------------ Navigation Elements ------------------*/
#nav-top #navcontainer div, #nav-top #navcontainer div h3 {
	float:left;
	display:block;
	cursor:pointer;
	margin:0;
	line-height: 14px;
}
	#nav-top #navcontainer div a:link, 
	#nav-top #navcontainer div a:active, 
	#nav-top #navcontainer div a:visited {
		float: left;
		padding: 5px;
		text-decoration:none;
	}
	#nav-top #navcontainer div a:hover {padding-top:5px;}
		#nav-top #navcontainer div div.submenu, 
		#nav-top #navcontainer div div.submenu h3 {
			float:left;
			display:block;
		}
		#nav-top #navcontainer div div.submenu {
			position:absolute;
			top:0;
			left:0;
			margin-top: -2px;
			visibility: hidden;
			width:150px;
		}
			#nav-top #navcontainer div div.submenu div {
				display:block;
				margin:0;
				background: #EE2327;
			}
			#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:140px;
			}
			#nav-top #navcontainer div div.submenu a:hover {
				padding-top:5px;
			}
/*------------------ Tertiary Override ------------------*/
#nav-top .tertiary,
#nav-top #navcontainer div a h3 {
	background: transparent;
}
#nav-top #navcontainer div a:hover, #navcontainer div a:hover h3 {
	background: #343794;
}