/*--------------------------------------------------------------------------------------
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: #f4f4f4;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
/*------------------ content styling ------------------*/	

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin: 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #005AAD;
}
#content h1 {
	font-size: 20px;
	color: #002537;
}	
#content h2 {
	font-size: 18px;
}
#content h3 {
	font-size: 16px;
}
#content h4 {
	font-size: 14px;
}
#content h5 {
	font-size: 12px;
}
#content h6 {
	font-size: 12px;
	font-weight: normal;
}
#content p, #content ol, #content ul {
	margin-top: 0;
	margin-bottom: 25px;
}

/* 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-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Layout Elements ------------------*/
#nav-left {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	background: transparent url(../images/nav-left.jpg) repeat-y center top;
}
#inner {
	float: right;
	width: 750px;
	padding: 0 25px 30px;
	background: transparent url(../images/inner.jpg) no-repeat center bottom;
}
#headertop {
	float: left;
	width: 750px;
	height: 230px;
	background: transparent url(../images/headertop.jpg) no-repeat center top;
}
#navcontainer {
	float: left;
	width: 175px;
	z-index: 1000;
}
#content {
	float: right;
	width: 575px;
	background: transparent url(../images/content.jpg) no-repeat center top;
	padding-top: 100px;
}
#content-table {
	float: left;
	width: 575px;
	background: #fff;
}

/*------------------ Navigation Elements ------------------*/
#nav-left #navcontainer div, #nav-left #navcontainer div h3 {
	float: left;
	display: block;
	cursor: pointer;
	margin: 0;
	line-height: 15px;
}
	#nav-left #navcontainer div {width: 175px;}
	#nav-left #navcontainer div a:link, 
	#nav-left #navcontainer div a:active, 
	#nav-left #navcontainer div a:visited {
		float: left;
		/*--- width for IE5 --*/
			width: 175px;
		padding: 10px;
		text-decoration: none;
		/*--- width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family: inherit;
			width: 155px;
	}
	#nav-left #navcontainer div a:hover {padding-top: 10px;}
		#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: 175px;
		}
			#nav-left #navcontainer div div.submenu div {
				display: block;
				margin-left: -25px;
			}
			#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;
			}
