/*--------------------------------------------------------------------------------------
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;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
/*------------------ content styling ------------------*/	

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin: 5px 0;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #5b7ba5;
}
#content h1 {
	font-size:18px;
}	
#content h2 {
	font-size:16px;
}
#content h3 {
	font-size:14px;
}
#content h4 {
	font-size:14px;
	margin: 5px;
	color: #999;
}
#content h5 {
	font-size:14px;
	margin: 5px 10px;
	color: #999;
}
#content h6 {
	font-size:14px;
	margin: 5px 15px;
	color: #999;
}
#content p, #content ol, #content ul {
	margin-top: 5px;
	margin-bottom: 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;}

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#headertop {
	float: left;
	width: 700px;
	height: 126px;
	background: #fff url(../images/headertop.jpg) no-repeat center top;
}
#toplinks {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
}
#toplinks a {
	color: #1e36aa;
	text-decoration: none;
}
#toplinks a:hover {
	color: #002cff;
}
#footer {
	float: left;
	width: 700px;
	height: 11px;
	padding: 10px 0;
	margin-bottom: 20px;
	text-align: center;
	background: #999999;
}
/*--------------------------------------------------------------------------------------
Featured Image 
-------------------------------------------------------------------------------------- */
.accent {
	float: left;
	width: 700px;
	height: 120px;
}
/*--------------------------------------------------------------------------------------
#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Layout Elements ------------------*/
#nav-top {
	position: absolute;
	left: 50%;
	margin-left: -350px;
	width: 700px;
}
#navcontainer {
	float: left;
	width: 699px;
	z-index: 1000;
	background: #999999;
	border-bottom: #999 solid 1px;
	border-left: #999 solid 1px;
}
#inner {
	float: left;
	width: 700px;
}
#content {
	float: left;
	width: 700px;
}
#content-table {
	float: left;
	width: 700px;
}
.copy {
	font-family: arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#fff;
}
/*------------------ 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;
		border-right:1px solid #999;
		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;
			margin-left: -1px;
			visibility: hidden;
			border-top: #999 solid 1px;
			border-left: #999 solid 1px;
			border-right: #999 solid 1px;
			width:150px;
		}
			#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:140px;
				border-bottom:1px solid #999;
				border-right:0;
			}
			#nav-top #navcontainer div div.submenu a:hover {
				padding-top:5px;
				border-top:0;
			}
