/*--------------------------------------------------------------------------------------
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: #ebebeb url(../images/body.jpg) repeat-x center top;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
.clearer {clear:both}
div {position:relative}
#printwrap {position: static;}

/*------------------ content styling ------------------*/	

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin: .2em 0 .1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
#content h1 {
	margin: 0 0 .1em;
	font-size:2em;
	color: #01d51e;
}	
#content h2 {
	font-size:1.45em;
	color: #019916;
}
#content h3 {
	font-size:1.15em;
	color: #00640e;
}
#content h4 {
	font-size:1.1em;
}
#content h5 {
	font-size:1.05em;
}
#content h6 {
	font-size:1em;
}
#content p, #content ol, #content ul {
	margin-top: .2em;
	margin-bottom: 2em;
}
#content b, #content strong {
	font-weight: bold;
	color: #00640e;
}
#content i, #content em {
	color: #008F13;
}
#navcontainer p {
  font-family: arial, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding: 0 10px 10px;
  margin: 0;
  float: left;
}
#navcontainer p span{
  color:#ff88b8;
}
#navcontainer p a{
  color:#fff;
  text-decoration: none;
}
#navcontainer p a:hover{
  color:#ff88b8;
}

/* override title/slogan */
#website-title, #website-slogan {
	display: none;
}

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */

/*--------------------------------------------------------------------------------------
Featured Image 
-------------------------------------------------------------------------------------- */
.accent {display: none}

/*---------------------------------------------------------------------------------------
#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Layout Elements ------------------*/
#nav-left {
	position: absolute;
	left: 50%;
	margin-left: -420px;
	width: 840px;
	background: transparent url(../images/nav-left.jpg) repeat-y center top;
}
#headertop {
	float: left;
	width: 840px;
	height: 160px;
	background: transparent url(../images/headertop.jpg) no-repeat center top;
}
#inner {
	float: right;
	width: 800px;
	padding: 0 20px;
	background: transparent url(../images/inner.jpg) no-repeat center top;
}
#navcontainer {
	float: left;
	width: 160px;
	z-index: 1000;
}
#content {
	float: left;
	width: 640px;
}
#content-table {
	float: left;
	width: 640px;
}
#footer {
	float: left;
	width: 840px;
	padding-top: 9px;
	height: 43px;
	text-align: center;
	background: transparent url(../images/footer.jpg) no-repeat center top;
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	font-weight: bold;
	font-size: .75em;
	color: #fff;
}

/*------------------ Navigation Elements ------------------*/
#nav-left #navcontainer div, #nav-left #navcontainer div h3 {
	float: left;
	display: block;
	cursor: pointer;
	margin: 0;
	line-height: 12px;
}
	#nav-left #navcontainer div {width: 160px;}
	#nav-left #navcontainer div a:link, 
	#nav-left #navcontainer div a:active, 
	#nav-left #navcontainer div a:visited {
		float: left;
		/*--- width for IE5 --*/
			width: 160px;
		padding: 5px 10px;
		text-decoration: none;
		/*--- width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family: inherit;
			width: 140px;
	}
	#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;
			width: 160px;
			background: #850041 url(../images/submenu.jpg) repeat-x left top;
		}
			#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;
			}

/*----------- Navigation Menu Overrides ----------*/

#nav-left .tertiary {
  background: transparent;
}