/*--------------------------------------------------------------------------------------
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: #1814B3 url(../images/body.jpg) repeat center top;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
/*------------------ content styling ------------------*/	

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin: 0 0 5px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-weight: bold;
	color: #1814B3;
}
#content h1 {
	font-size: 18px;
}	
#content h2 {
	font-size: 16px;
}
#content h3 {
	font-size: 14px;
	color: #000;
}
#content h4 {
	font-size: 14px;
	color: #000;
	margin: 0 5px 5px;
}
#content h5 {
	font-size: 14px;
	color: #000;
	margin: 0 10px 5px;
}
#content h6 {
	font-size: 14px;
	color: #000;
	margin: 0 15px 5px;
}

/* 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;}

/*--------------------------------------------------------------------------------------
Featured Image 
-------------------------------------------------------------------------------------- */
.accent {display: none}

/*--------------------------------------------------------------------------------------
#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Layout Elements ------------------*/
#nav-top {
	position: absolute;
	left: 50%;
	margin-left: -320px;
	width: 640px;
	background: transparent url(../images/nav-top.jpg) repeat center top;
}
#headertop {
	float: left;
	width: 640px;
	height: 120px;
	background: #444;
	background: transparent url(../images/headertop.jpg) repeat center top;
}
#inner {
	float: left;
	width: 640px;
	background: transparent url(../images/inner.jpg) no-repeat center top;
}
#navwrapper {
	float: left;
	width: 600px;
	padding: 0 20px;
	z-index: 1000;
}
#navcontainer {
	float: left;
	width: 600px;
	z-index: 1000;
	background: #0d0447 url(../images/navcontainer.jpg) repeat-x left top;
}
#content {
	float: left;
	width: 570px;
	padding: 0 35px;
	background: transparent url(../images/content.jpg) no-repeat center bottom;
/* Min-height for all browsers */
	min-height: 350px;
}
/* Min-height for Internet Explorer */
* html #content {
	height: 350px;
}
#content-table {
	float: left;
	width: 570px;
}
/*------------------ Navigation Elements ------------------*/
#nav-top #navcontainer div, #nav-top #navcontainer div h3 {
	float: left;
	display: block;
	cursor: pointer;
	margin: 0;
	background: transparent;
}
	#nav-top #navcontainer div a:link, 
	#nav-top #navcontainer div a:active, 
	#nav-top #navcontainer div a:visited {
		float: left;
		padding: 8px 6px;
		text-decoration: none;
		background: transparent;
	}
	#nav-top #navcontainer div a:hover {
		padding-top: 8px;
		background: #14127f url(../images/hover.jpg) repeat-x left top;
	}
		#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;
			background: #0d0447;
		}
			#nav-top #navcontainer div div.submenu div {
				display: block;
				margin: 0;
			}
			#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: 138px;
			}
			#nav-top #navcontainer div div.submenu a:hover {
				padding-top: 8px;
				background: #0d0447 url(../images/navcontainer.jpg) repeat-x left top;
			}
