/*--------------------------------------------------------------------------------------
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: #000 url(../images/body.jpg) top left repeat-x;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position: static;}

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top {
	width: 815px;
	margin: 0 auto;
	text-align: left;
}
#mcgraw {
	position: absolute;
	width: 240px;
	height: 500px;
	background: url(../images/mcgraw.png) top left no-repeat;
	top: 40px;
	right: 0;
	z-index:2;
}
#sideshadow {
	float: left;
	width: 610px;
	padding: 0 7px 0 5px;
	background: url(../images/sideshadow.png) top left repeat-y;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 598px;
}
#headertop {
	float: left;
	width: 598px;
}
.accent {
	float: left;
	width: 598px;
	height: 91px;
}
h1#website-title, h2#website-slogan {
	display: none;
}
#navwrapper {
	float: left;
	width: 598px;
	height: 23px;
	padding: 5px 5px 0 5px;
	background: #57080b url(../images/navwrapper.jpg);
	z-index: 1000;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 588px;
	height: 18px;
}
#navcontainer {
	float: left;
	width: 588px;
	z-index: 1000;	
	border-left: 1px solid #e7e7e7;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 587px;
}
#content {
	float: left;
	width: 598px;
	padding: 0 10px;
	background: #fefefe url(../images/content.jpg) top left no-repeat;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 578px;
}
#content-table {
	width: 578px;
}
#footer {
	float: left;
	width: 578px;
}
#bottom {
	float: left;
	width: 598px;
	height: 23px;
	background: #991011;
}	
#bottomshadow {
	float: left;
	width: 610px;	
	height: 9px;
	font-size: 0px;
	background: url(../images/bottomshadow.png) top left no-repeat;
}	
/*--------------------------------------------------------------------------------------
#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: 0 7px;
	text-decoration:none;
	border-right: 1px solid #e7e7e7;
	background-color: transparent !important;
}
/*---Styling for individual links, HOVER---*/
#nav-top #navcontainer div a:hover {

}
/*---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 #302931;
	width:176px;
	background-color: #981010 !important;
	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:176px;
	border-right:0;
	padding: 5px 7px;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 162px;
	
}
/*---Styling for individual Submenu links---*/
#nav-top #navcontainer div div.submenu a:hover {
	border-top:0;
}
#navcontainer div a:hover, #navcontainer div a:hover h3 {
	background-color: transparent !important;
}	
/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */

/*----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;}


#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;
}
