/*--------------------------------------------------------------------------------------
CSS document: ImageCaf� Template Styles
Created: 10/04/2006
Last Modified: 10/25/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
body {
	margin: 0;
	text-align: center;
	background: url(../images/background.jpg);
}

/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top {
	width: 794px;
	margin: 0 auto;
}
#pngcontainer {
	float: left;
	width: 794px;
	padding: 0 12px;
	background: url(../images/sideshadow.png);
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 770px;
}
#inner {
	float: left;
	width: 754px;
	padding: 8px;
	background: #fcfbe7;
}
#headertop, .accent {
	float: left;
	width: 188px;
	height: 368px;
}
h1#website-title, h2#website-slogan {
	display: none;
}
#contentwrapper {
	float: right;
	width: 558px
}
#navcontainer {
	float: left;
	width: 538px;
	padding: 0 10px;
	z-index: 1000;
}
#nav-wrapper {
	float: left;
	width: 538px;
	z-index: 1000;
}
#content {
	float: left;
	width: 558px;
	margin-top: 5px;
	padding: 10px;
	background: url(../images/content.jpg) top center no-repeat;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 538px;
}
#content-table {
	width: 538px;
}
#footer {
	float:left;
	width: 794px;
	height: 30px;
	background: url(../images/bottomshadow.png) top left no-repeat;
}

/*--------------------------------------------------------------------------------------
#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Navigation Elements ------------------*/
#nav-top #navcontainer #nav-wrapper div, #nav-top #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
	margin: 0;
}
#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: 6px 8px;
	text-decoration:none;
}
#nav-top #navcontainer #nav-wrapper div a:hover {

}
#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;
	top:0;
	left:0;
	visibility: hidden;
	border:1px solid #CFC0A3;
	width:176px;
		background-color: #ede4d4 !important;
}
#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;
}
#nav-top #navcontainer #nav-wrapper div div.submenu a:hover {
	border-top:0;
}
#navcontainer div a, #navcontainer div a h3 {
	background-color: transparent !important;
}	
/*------------------ content styling ------------------*/	

/*----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;}

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin-top: 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;
}
