/*--------------------------------------------------------------------------------------
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:#000000;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position: static;}
#content-table {width:800px;}
h1#website-title, h2#website-slogan  {display:none;}
.tertiary {background-color:transparent !important;}
#content-table #content-table-main, #content-table #content-table-main tr td {padding:0px; margin:0px;}
/*----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;}div {position:relative;}

/* IE 5.5 Font-Color Fix */
#content, #content-table, #content table {
	font-family:"Trebuchet MS", Arial;
  font-size:11px;
  font-style: normal;
	color:#a1a1a1;
	text-decoration: none;
	font-weight:normal;
}
#content, #content-table {
		background-color:transparent !important;
}

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */

#nav-top {
	margin:0 auto;
	text-align:center;
	width:800px;
}
#homeclick a {
	float:left;
	width:230px;
	height:147px;
	background:transparent;
}
#nav-wrapper {
	float:left;
	width:570px;
	height:26px;
	margin-top:121px;
	padding:0px 0px 0px 53px;
	z-index:1000;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:517px;
}
#navcontainer {
	float:left;
	width:517px;
	height:26px;
	z-index:1000;
}
.accent {
	float:left;
	width:800px;
	height:147px;
	z-index:1000;
}
#content {
	float:left;
	width:800px;
	background:#303030 url(../images/footer.jpg) bottom no-repeat !important;
}
#inner {
	float:left;
	width:800px;
	background:url(../images/inner.jpg) top no-repeat;
}
#footer {
	float:left;
	width:800px;
	height:50px;
}

/*--------------------------------------------------------------------------------------
#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Navigation Elements ------------------*/
/*---Top level Link container, NOT USUALLY MODIFIED---*/
#nav-top #navcontainer div, 
#nav-top #navcontainer div h3 {
	float:left;
	display:block;
	cursor:pointer;
	margin: 0;
}
/*---Styling for individual links---*/
#nav-top #navcontainer div a:link, 
#nav-top #navcontainer div a:active, 
#nav-top #navcontainer div a:visited {
	float:left;
	/*border-right:1px dashed #939393;*/
	padding:4px 12px;
	text-decoration:none;
}
/*---Styling for individual links, HOVER---*/
#nav-top #navcontainer div a:hover {
	padding-top:4px;
	background:#ff9a2f !important;
}
/*---Submenu link container, NOT USUALLY MODIFIED---*/
#nav-top #navcontainer div div.submenu, 
#nav-top #navcontainer div div.submenu h3 {
	float:left;
	display:block;
	margin-top:-3px;
}
/*---Submenu link container---*/
#nav-top #navcontainer div div.submenu {
	position:absolute;
	top:0;
	left:0;
	border:1px solid #ff9a2f;
	visibility: hidden;
	width:180px;	
	
}
/*---NOT USUALLY MODIFIED---*/
#nav-top #navcontainer div div.submenu div {
	display:block;
	margin:0;
}
/*---Styling for individual Submenu links---*/
#nav-top #navcontainer div div.submenu a:link, 
#nav-top #navcontainer div div.submenu a:active, 
#nav-top #navcontainer div div.submenu a:visited {
	float:left;
	width:180px;
	border-right:0;
	background:#6e6e68 !important;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:156px;
}
/*---Styling for individual Submenu links---*/
#nav-top #navcontainer div div.submenu a:hover {
	padding-top:4px;
	border-top:0;
	background:#ff9a2f !important;
}

/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */
.footer {
	font-family:"Trebuchet MS", Arial;
	font-size: 11px; 
	font-style: normal;
	color: #ffffff;   
	font-weight: normal;
	padding-bottom:3px;
}
.footer a {
	text-decoration:none !important;
}

#content td td p {
	text-align:justify;
	margin:0px;
	padding:0px 20px 10px 20px;
}
#content ol, #content ul {margin-left:40px;	padding-left:40px; color:#ffffff;}
#content ul {list-style-type:circle;}
#content li {	list-style-type:circle;}
#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	font-family:"Trebuchet MS", Arial;	
	margin-top: 0px;
	margin-bottom:0px;
}
#content h1 {
	font-size:30px;
	color:#ff9a2f;
	padding-left:50px;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:15px !important;
}	
#content h2 {
	color:#000000;
	font-size:24px;
	padding-left:10px;
	padding-bottom:5px;
	font-weight:bold;
}
#content h3 {
	color:#ffffff;
	font-size:20px;
	padding-left:15px;
	padding-bottom:10px;
	padding-bottom:3px;
}
#content h4 {
	color:#000000;
	font-size:18px;
	padding-left:20px;
}
#content h5 {
	color:#ff9a2f;
	font-size:16px;
	padding-left:20px;
}
#content h6 {
	color:#a1a1a1;
	font-size:14px;
	padding-left:20px;
}