/*--------------------------------------------------------------------------------------
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:#000000;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
.clearer {clear:both;}
#printwrap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top {
	width: 766px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}

#top-buttons {
	float: right;
}

#top-buttons, #top-buttons-table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-style: normal;
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}

#top-buttons a:visited, #top-buttons a:active, #top-buttons a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	color: #fff;   
	text-decoration:none;
	font-weight: bold;
}
#top-buttons a:hover {
	color: #c30007; 
	text-decoration:none;
	font-weight: bold; 	 
	font-style: normal;
}

#headertop {
	float: left;
	width: 766px;
}

.accent {
	float: left;
	width: 400px;
	height: 255px;
}

#flash-header {
	float: right;
	width: 366px;
	height: 255px;
}

h1#website-title, h2#website-slogan {
	display: none;
}

#content {
	float: left;
	width: 766px;
}

#content-table {
	width: 766px;
}

#footer {
	float: left;
	width: 766px;
}

/*--------------------------------------------------------------------------------------
#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;
	padding:10px 12px;
	text-decoration:none;
	background-color: transparent !important;
	background: url(../images/navcontainer.jpg) bottom left no-repeat;
}
/*---Styling for individual links, HOVER---*/
#nav-top #navcontainer div a:hover {
	padding-top:10px;
	background: url(../images/navcontainer.jpg) top left no-repeat;
}
#navcontainer div a:hover, #navcontainer div a:hover h3 {
 	background-color: transparent !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;
	border:1px solid #404040;
	border-bottom: none;
	width:180px;
	margin-top: 35px;
	background-color:#000000;
}
/*---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:156px;
	border-bottom:1px solid #404040;
	border-right:0;
}
/*---Styling for individual Submenu links---*/
#nav-top #navcontainer div div.submenu a:hover {
	padding-top:10px;
	border-top:0;
}

/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */
#content-table p {line-height:1.6em;}

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin: 4px 0;
	padding-right: 18px; 
	padding-left:18px;
}

#content p, #content ol, #content ul {
 margin-top: 4px;
 margin-bottom: 4px;
}

#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;
}
