/*--------------------------------------------------------------------------------------
CSS document: ImageCaf� Template Styles
Created: 03/02/2007
Last Modified: 03/02/2007
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
body {
	margin: 12px 0;
	text-align:center;
	background: #000;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position: static;}


/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#inner {
	float: left;
	width: 760px;
	border: #ffcc00 solid 2px;
	margin-bottom: 20px;
/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 756px;
}

#headertop {
	float: left;
	width: 756px;
}

.accent {
	float: left;
	width: 756px;
	height: 130px;
}

h1#website-title, h2#website-slogan {
	display: none;
}

#navcontainer {
	float: left;
	width: 756px;
	height: 20px;
	background: url(../images/navcontainer.jpg) left top repeat-x;
	padding-top: 1px;
	z-index:1000;
}

#contentwrapper {
	float: left;
	width: 756px;
	min-height: 353px;
	background:url(../images/contentwrapper.jpg) top center no-repeat #323232;
	padding-top: 16px;
	display:inline;
}

*html #contentwrapper {
	height: 353px;
}

#contentwrapper-text {
	float: left;
	width: 190px;
	margin-left: 10px;
	display:inline;
}

#content {
	float: right;
	width: 556px;
	padding: 10px;
	margin-top:6px;
/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 536px;
}

#content-table {
	width: 536px;
}

#footer {
	float: right;
	width: 536px;
}

/*--------------------------------------------------------------------------------------
#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 solid #eaeaea;
	border-left: 1px solid #5d5d5d;
	padding:2px 6px;
	text-decoration:none;
	background-color: transparent !important;
}

/*---Styling for individual links, HOVER---*/
#nav-top #navcontainer div a:hover {
	padding:2px 6px;
	background:#fd3535 !important;
}
/*---Submenu link container, NOT USUALLY MODIFIED---*/
#nav-top #navcontainer div div.submenu, 
#nav-top #navcontainer div div.submenu h3 {
	float:left;
	display:block;
}
/*---Submenu link container---*/
#nav-top #navcontainer div div.submenu {
	position:absolute;
	top:0;
	left:0;
	visibility: hidden;
	background-color:#7e7e7e;
	border-top:1px solid #939393;
	width:180px;
	margin-top: -4px;
}
/*---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:166px;
	border-bottom:1px solid #939393;
	border-right:0;
}
/*---Styling for individual Submenu links---*/
#nav-top #navcontainer div div.submenu a:hover {
	padding:2px 6px;
	border-top:0;
}

/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */
#contentwrapper-text {
  font-family:Times New Roman, Times, serif;
  font-size:14px;
  font-style: normal;
	color:#fff;
	text-decoration: none;
	font-weight:normal;
}
#contentwrapper-text  a:visited, #contentwrapper-text a:active, #contentwrapper-text a:link {
  font-family:Times New Roman, Times, serif;
	font-size: 14px; 
	font-style: normal;
	color: #ffcc00;   
	text-decoration:underline;
	font-weight: normal;
}
#contentwrapper-text a:hover {
	color: #fff; 
	text-decoration:underline;
	font-weight: normal; 	 
	font-style: normal;
}

/*----firefox content top margin whitespace fix----*/
#content-table-main p:first-child {
 margin: 0;
}

/*----cell padding override fix----*/
#content-table-main table td table td {padding: 2px; margin: 0;}
#content-table-main table td table td img {padding: 0; margin: 0;}
#content-table-main table td table td p {line-height:1.6em; padding-right: 12px; padding-left:12px;}

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin-top: 0;
	padding-right: 12px; padding-left:12px;
}

#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;
}