/*--------------------------------------------------------------------------------------
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: 15px;
	text-align:center;
	background: url(../images/body.gif) top center repeat-x #a78e2b;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position: static;}


/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-left {
	width:728px;
	margin: 0 auto;
	text-align: left;
}

#accentwrapper {
	float:left;
	width:706px;
	height:217px;
	padding:11px;
	background:url(../images/accentwrapper.png) top center no-repeat;
}

.accent {
	float: left;
	width: 706px;
	height: 217px;
}

h1#website-title, h2#website-slogan {
	display: none;
}

#inner {
	float:left;
	width:704px;
	background:url(../images/inner.png) top center repeat-y;
	padding:0px 12px;
}

#navbdrtop {
	float:left;
	width:184px;
	height:19px;
	background:url(../images/navbdrtop.jpg) top center no-repeat;
}

#nav2wrapper {
	float:left;
	width:184px;
	background:url(../images/nav2wrapper.jpg) top center no-repeat #a78e2b;
	z-index:1000;
}

#navwrapper {
	float:left;
	width:184px;
	z-index:1000;
}

#navcontainer {
	float:left;
	width:165px;
	z-index:1000;
}

#content {
	float:right;
	width:510px;
}
#content-table {
	width:510px;
}
#footer {
	float:left;
	width:510px;
}
#contentbtm {
	float:left;
	width:728px;
	height:122px;
	background:url(../images/contentbtm.png) center no-repeat;
	font-size:0;
}
/*--------------------------------------------------------------------------------------
#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:184px;	
}
/*---Styling for individual links---*/
#nav-left #navcontainer div a:link, 
#nav-left #navcontainer div a:active, 
#nav-left #navcontainer div a:visited {
	float:left;
	border-bottom:1px solid #261005;
	width:169px;
	padding:10px 0px 10px 15px;
	text-decoration:none;
	background:url(../images/navcontainer.gif) center left no-repeat;
}
/*---Styling for individual links, HOVER---*/
#nav-left #navcontainer div a:hover {
	background:url(../images/navcontainer.gif) center left no-repeat;
	background-color:#570b0a;
}

/*---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;
	background-color:#9a7619;
	width:192px;
}
/*---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;
	padding:9px 0px 10px 15px;
	/*--- Proper width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;

	border: 1px solid #764d0b;
	border-bottom: 1px solid #261005;
}
/*---Styling for individual Submenu links-, HOVER---*/
#nav-left #navcontainer div div.submenu a:hover {

	background-color:#570b0a;

}

/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */
#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;
}
