/*--------------------------------------------------------------------------------------
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;
	background:#ccd8e6 url(../images/mss3rev1bg.jpg) top left repeat-x;
	text-align:center;
}
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top{
	width:810px;
	margin:0 auto;
}
*html #nav-top{
	width:810px;
	margin:0 auto;
	
}
#headertop{
	width:810px;
	padding-left:30px;
	padding-right:30px;
	background:url(../images/headertopbg_01.jpg) top left no-repeat;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width:750px;
	
}
.accent{
	width:750px;
	height:130px;
}
#inner{
	float:left;
	width:810px;
	padding-left:30px;
	padding-right:30px;
	background:url(../images/innerbg.jpg) top left repeat-y;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width:750px;
}
#navcontainer{
	float:left;
	width:750px;
	height:43px;
	padding-top:10px;
	background:url(../images/navbg.jpg) top left no-repeat;
	z-index:1000;
}
#content{
	float:left;
	clear:left;
	top:-10px;
	width:748px;
	background:url(../images/contentbg.jpg) top left no-repeat;
}
*html #content{
	width:746px;
}
#footer {
	float:left;
	width:810px;
	height:82px;
	background:url(../images/footerbg.jpg) top left no-repeat;
}
#footer #left{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ccc;
	top:28px;
	padding-left:40px;
}
#footer #right{
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ccc;
	top:28px;
	padding-right:40px;
}
#nav-top #footer #right a:link,
#nav-top #footer #right a:active,
#nav-top #footer #right a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ccc;
	text-decoration:none;
}
#nav-top #footer #right a:hover {
text-decoration:underline;
}
h1#website-title {display: none;}
h2#website-slogan {display: none;}

/*--------------------------------------------------------------------------------------
#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 #ffffff;
	padding:5px;
	text-decoration:none;
}
/*---Styling for individual links, HOVER---*/
#nav-top #navcontainer div a:hover {
	padding-top:5px;
	background: transparent;
}
/*---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;
	margin-top:-23px;
	top:0;
	left:0;
	visibility: hidden;
	border-top:1px solid #939393;
	background-color:#2e4f90;
	width:166px;
}
/*---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 #939393;
	border-right:0;
}
/*---Styling for individual Submenu links---*/
#nav-top #navcontainer div div.submenu a:hover {
	padding-top:5px;
	border-top:0;
}

/*------------ Tertiary Override ----------------*/
a.tertiary {
 background: transparent;
}
#nav-top #navcontainer div a:hover h3 {
 background: transparent;
}

/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */
/*----tables----*/
#nav-top #content-table {
	padding:20px;
	width:730px;
}
	#nav-top #content-table-main {width:730px;}
		#nav-top #content-table-main p {margin:25px 10px 15px 10px;}

/*------------------ no-accent adjustments ------------------*/

.accent-none {display:none;}
/*------------------ content styling ------------------*/	

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin: 10px 15px;
	font-family:arial black, verdana, sans-serif;
	font-weight:normal;
	padding-left:35px;
	line-height:35px;
	background-image:url(../images/pilet1_06.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content h1 {
	font-size:22px;
	margin: 6px 15px 15px 15px;

}	
#content-table h2 {
	font-size:20px;
}
#content-table h3 {
	font-size:18px;
}
#content-table h4 {
	font-size:16px;
}
#content-table h5 {
	font-size:14px;
}
#content-table h6 {
	font-size:12px;
}
