/*--------------------------------------------------------------------------------------
CSS document: ImageCaf� Template Styles
Created: 12/11/2006
Last Modified: 12/11/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
body {
	margin: 0;
	text-align: center;
	background: #432070 url(../images/body.jpg) top left repeat-x;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-left {
	width: 770px;
	margin: 0 auto;
}
#headertop {
	float: left;
	width: 770px;
	margin-top: 15px;
}
.accent {
	float: left;
	width: 770px;
	height: 205px;
}
h1#website-title, h2#website-slogan {
	display: none;
}
#inner{
	float: left;
	width: 770px;
	padding: 8px 1px 10px 1px;
	background: url(../images/inner.jpg) top left repeat-y;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 768px;
}
#navcontainer {
	float: left;
	width: 138px;
	margin-top: 1px;
	z-index: 1000;	
}
#contenttop {
	float: left;
	width: 630px;
	padding-top: 8px;
	background: url(../images/contenttop.jpg);
}
#content {
	float: left;
	width: 630px;
	padding: 0 23px 0 2px;
	background: url(../images/content.jpg) top left repeat-y;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 605px;
}
#content-table {
	width: 605px;
}
#footer {
	float: left;
	width: 605px;
}
#contentbottom {
	float: left;
	width: 630px;
	height: 8px;
	font-size: 0px;
	background: url(../images/footer.jpg);
}
#bottom {
	float: left;
	width: 770px;
	height: 14px;
	margin-bottom: 10px;
	background: url(../images/bottom.jpg) top left no-repeat;
}

/*---------------------------------------------------------------------------------------
#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Navigation Elements, NAV-LEFT------------------*/
/*---Top level Link container, NOT USUALLY MODIFIED---*/
#nav-left #navcontainer div, 
#nav-left #navcontainer div h3 {
	float:left;
	display:block;
	cursor:pointer;
	margin: 0;
}
#nav-left #navcontainer div {
	width:138px;	
}
/*---Styling for individual links---*/
#nav-left #navcontainer div a:link, 
#nav-left #navcontainer div a:active, 
#nav-left #navcontainer div a:visited {
	float:left;
	width:138px;
	height: 34px;
	padding: 8px 10px 0 10px;
	text-decoration:none;
	background: url(../images/navrollover.jpg) top left no-repeat;
	/*--- width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
	width:118px;
	height: 26px;
}
/*---Styling for individual links, HOVER---*/
#nav-left #navcontainer div a:hover {
	background-position: bottom left;
}
/*---Submenu link container, NOT USUALLY MODIFIED---*/
#nav-left #navcontainer div div.submenu, 
#nav-left #navcontainer div div.submenu h3 {
	float:left;
	display:block;
}
/*---Submenu link container---*/
#nav-left #navcontainer div div.submenu {
	position:absolute;
	top:0;
	left:0;
	visibility: hidden;
	border:1px solid #000;
	background-color: #f08b1f !important;
	width:176px;
}
/*---NOT USUALLY MODIFIED---*/
#nav-left #navcontainer div div.submenu div {
	display:block;
	margin:0;
}
/*---Styling for individual Submenu links---*/
#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;
	width:176px;
	background-image: none !important;
	/*--- Proper width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
	width: 156px;
}
/*---Styling for individual Submenu links-, HOVER---*/
#nav-left #navcontainer div div.submenu a:hover {
	border-top:0;
	background-color: #96518f !important;
}
#navcontainer div a:hover, #navcontainer div a:hover h3 {
	background-color: transparent !important;
}
/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */
/*----firefox content top margin whitespace fix----*/
#content-table-main > p:first-child {
 display: none;
}
#content-table-main table td table td {
	padding: 10px 5px; 
	margin: 0;
}	
#content-table-main table td table td p {
	padding: 0; 
	margin: 10px 0px; 
}

#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;
}
