/*--------------------------------------------------------------------------------------
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;
	text-align:center;
	background-color:#414141;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position: static;}


/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-left {
	width:630px;
	margin: 0 auto;
	text-align: left;
}

#inner {
	float:left;
	width:600px;
	padding:0px 15px;
	background:url(../images/inner.png) top center repeat-y;
}

#inner2 {
	float:left;
	width:600px;
	background:url(../images/inner2.gif) top center no-repeat #1c396a;
}

.accent {
	float: left;
	width:600px;
	height:119px;
}

h1#website-title, h2#website-slogan {
	display: none;
}

#header2 {
	float:left;
	width:600px;
	height:17px;
	background:url(../images/header2.gif) top center repeat-x;
	font-size:0px;
}

#navwrapper {
	float:left;
	width:171px;
	background-color:#2e88cf;
	z-index:1000;
}

#navcontainer {
	float:left;
	width:171px;
	z-index:1000;
}

#navbtm {
	float:left;
	width:173px;
	height:103px;
	background:url(../images/navbtm.gif) top center repeat-x;
	font-size:0px;
}

#content {
	float:right;
	width:427px;
}

#content-table {
	width:427px;
	padding:0px;
}

#footer {
	float:left;
	width:0px;
	height:0px;
	font-size:0;
}

#contentbtm {
	float:left;
	width:630px;
	height:42px;
	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:173px;	
}
/*---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:1px solid #000000;
	width:171px;
	padding:5px;
	text-decoration:none;
	background-color:#217bc2;
	/*--- width for all other browsers --*/
		voice-family: "\"}\"";
		voice-family:inherit;
	width:161px;
}
/*---Styling for individual links, HOVER---*/
#nav-left #navcontainer div a:hover {
	padding-top:5px;
	background-color:#fc7500;
}
/*---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;
	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;
	/*--- 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 {
	padding-top:5px;
}


/*--------------------------------------------------------------------------------------
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;
}
