/* Start of CMSMS style sheet 'CSL default' */
@charset "UTF-8";
/* CSS Document */

/* Layout
---------------------------*/
html {
	text-align:center;
	margin: 0 auto;
	padding:0 ;
	height:100%;
	}
body {
	text-align:center;
	margin: 0 auto;
	padding:0 ;
	background:#fff ;
	height:100%;
	}
.wrapper {
	width:999px;
	margin: 0 auto;
	padding:0 ;
	text-align:left;
	}
	
/* header
---------------------------*/
.header-img-bg {
	padding-bottom:20px;
	background: #0061aa;
	text-align:left;
	}
	
.header-text {
	padding: 0 0 5px 60px;
	font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.header-strip-light-blue {
 	background-color: #6fcaf2;
	height:20px;
	margin-bottom:2px;
 }
 
 /* footer
---------------------------*/
.footer {
	background: #13999a;
	color:#fff;
	padding-left:20px;
	}
.footer a {
	color:#fff;
	text-decoration:none;
	}
.footer a:hover {
	color:#fff;
	text-decoration:underline;
	}
	
/* Main Navigation
---------------------------*/
.nav-item {
	height:20px;
	line-height:20px;
	color: #fff;
	margin-bottom:2px;
	background-color:#c7c8ca;
	text-align:center;
	font-size:11px;
	text-transform:uppercase
	}
.nav-item a {
	color: #fff;
	display:block;
	background-color:#c7c8ca;
	text-decoration:none;
	text-transform:uppercase
	}
.nav-item a:hover, #nav-item-on {
	color: #fff;
	background-color:#0061aa;
	text-decoration:none;
	text-transform:uppercase
}

/* Splash Navigation
---------------------------*/
.splash-nav-item {
	width:167px;
	height:23px;
	line-height:23px;
	color: #fff;
	background-color:#c7c8ca;
	text-align:center;
	font-size:13px;
	}
.splash-nav-item a {
	color: #fff;
	display:block;
	background-color:#c7c8ca;
	text-decoration:none;
	}
.splash-nav-item a:hover {
	color: #fff;
	background-color:#0061aa;
	text-decoration:none;
}
	
/* content layout
---------------------------*/
.container {
	margin:15px 0 30px 60px;
	width:590px;
	text-align:left;
	min-height: 390px;
	height: auto !important;
	height: 390px;
	}
	
/* Hidden layers
-------------------------*/
#img-1, #img-2, #img-3, #img-4 {
	position:absolute;
	z-index:100;
	width:410px;
	height:394px;
	margin:0;
	overflow: visible;
	visibility: hidden;
	background-color: #fff;
	}


/* text  formatting
---------------------------*/
body, td, th {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
	}
.bolded{
	font-weight:bold;
	}
br {
	line-height:80%;
	}
.medtext {
 	font-size:10px;
	}
.smalltext {
	font-size:9px;
	}	
.light-blue {
	color:#6fcaf2;
	}		
.dark-blue {
	color:#0061aa;
	}	
h1, h2, h3, h4, h5, h6 { 
	padding:0;
	margin:0;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 0 0 10px;
}
		
/* Links
---------------------------*/
a {
	color: #0061aa;
	text-decoration: none;
	outline:none;
	}
	
a:hover {
	color: #0061aa;
	text-decoration: underline;
	}
/*  Modification form
-----------------------------*/
.form_head {
	height:30px;
	padding:5px 8px 0px 8px;
	line-height:20px;
	color: #fff;
	margin-bottom:2px;
	background-color:#0061aa;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	}
.form_subhead {
	height:20px;
	padding:2px 5px 2px 8px;
	line-height:20px;
	color: #fff;
	background-color: #6fcaf2;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	}
.black_head {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
/* End of 'CSL default' */

