/*
-----------------------------------------------------------------------------------------
CSS document: ImageCaf� Template Styles
Created: 04/11/2006
Last Modified: 10/16/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
* {margin:0;padding:0;}  /* zero out everything */
body {background-color: #fff;}
/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
ul, ol {
	margin:15px;
	padding:0 0 0 25px;
}
ol {
	padding:0 0 0 30px;
}
#printwrap {position: static;}
/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#bkg {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 400px;
}
#bkg-gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 200px;
	width: 100%;
	background: url(../images/Gradient.png) top left no-repeat;
}
#nav-top {
	width: 700px;
	top: 5px;
	left: 50%;
	margin-left: -350px;
}
#inner {
	float: left;
	width: 700px;
}
#headertop {
	float: left;
	height: 200px;
	width: 700px;
}
#pngcontainer {
	float: left;
	background: url(../images/Clouds.png) no-repeat top left;
	width: 700px;
	height: 200px;
}
#titlecontainer {
	position: absolute;
	bottom: .5em;
	right: .5em;
}
#website-title {
	text-align: right;
	padding-right: .5em;
}
#website-slogan {
	text-align: right;
}
#nav-top #navcontainer {
	float: left;
	width: 700px;
	z-index: 1000;
}
#nav-top #navwrapper {
	float: left;
	z-index: 1000;
}	
/*----------- Featured Image ------------------ */
.accent {
	float: left;
	width: 250px;
	height: 370px;
	margin: 0;
}
.accent-none {
	display: none;
}
#content {
	float: right;
	width: 450px;
	padding: 10px;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 430px;
}
#nav-top #content-table {
	width: 430px;
}
#nav-top #content-table-main p {
	margin: 15px 0;
}

/*----firefox content top margin whitespace fix----*/
#content-table-main > p:first-child {
 display: none;
}
/*
-----------------------------------------------------------------------------------------
Navigation Elements
-------------------------------------------------------------------------------------- */
/*
/*-----IE6 fix for float------*/
* html #nav-top #navcontainer {
	float: none;
}
#nav-top #navcontainer #nav-wrapper div, #nav-top #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
}
#nav-top #navcontainer #nav-wrapper div a:link, 
#nav-top #navcontainer #nav-wrapper div a:active, 
#nav-top #navcontainer #nav-wrapper div a:visited {
	float:left;
	padding:10px;
	text-decoration:none;
	white-space: nowrap;
}
#nav-top #navcontainer #nav-wrapper div a:hover {padding-top:10px;}
#nav-top #navcontainer #nav-wrapper div div.submenu, 
#nav-top #navcontainer #nav-wrapper div div.submenu h3 {
	float:left;
	display:block;
}
#nav-top #navcontainer #nav-wrapper div div.submenu {
	position:absolute;
	margin-top:-2px;
	left:0;
	visibility: hidden;
	width:176px;
}
#nav-top #navcontainer #nav-wrapper div div.submenu div {
	display:block;
	margin:0;
}
#nav-top #navcontainer #nav-wrapper div div.submenu a:link, 
#nav-top #navcontainer #nav-wrapper div div.submenu a:active, 
#nav-top #navcontainer #nav-wrapper div div.submenu a:visited {
	float:left;
	width:156px;
	border-right:0;
	word-wrap: break-word;
	white-space: normal;
}
#nav-top #navcontainer #nav-wrapper div div.submenu a:hover {
	padding-top:10px;
	border-top:0;
}
/*------------------ content styling ------------------*/	

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin: 0 0 10px 0;
}
#content h1 {
	font-size:28px;
}	
#content h2 {
	font-size:24px;
}
#content h3 {
	font-size:22px;
}
#content h4 {
	font-size:18px;
}
#content h5 {
	font-size:16px;
}
#content h6 {
	font-size:14px;
}
