/* http://meyerweb.com/eric/tools/css/reset/ */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }  /* remember to define focus styles! */ :focus { 	outline: 0; }  /* remember to highlight inserts somehow! */ ins { 	text-decoration: none; } del { 	text-decoration: line-through; }  /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: collapse; 	border-spacing: 0; } 

html, body {
	height: 100%;
	margin: 0 0 0px;
}	

body {
	color: #333;
	font-size: 11px;
	padding: 0px 0 20px 0;
	font: 13px/1.2 Helvetica, Arial, sans-serif;
}


/*
	960 Grid System ~ Core CSS.
	Licensed under GPL and MIT.
*/

.container_11 {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
	display: inline;
	float: left;
	margin-right: 10px;
}



.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}


.grid_1 {
	width: 60px;
}

.grid_2 {
	width: 140px;
}

.grid_3 {
	width: 220px;
}

.grid_4 {
	width: 300px;
}

.grid_5 {
	width: 380px;
}

.grid_6 {
	width: 460px;
}

.grid_7 {
	width: 540px;
}

.grid_8 {
	width: 620px;
}

.grid_9 {
	width: 700px;
}

.grid_10 {
	width: 780px;
}

.grid_11 {
	width: 860px;
}

.grid_12 {
	width: 940px;
}

.greenLight {
	color:#0c0;
}


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}




/*  //960 - - - - - - - - - - - - - - - - - - - - - -   */

#contentBody {
	margin-top:20px;
}

.container_11 {
	// background: #fff url('./images/12_col.gif') repeat-y;
	margin-bottom: 20px;
	z-index:10;
}

#hdr {
	margin:0;
	padding:0;
	height:95px;
	background-image:url('../images/hdr.png');
	background-repeat:no-repeat;
	background-color:#fff;
}

#hdrsgs {
	padding-top:5px;
}

.subNav  {
	width:900px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url('../images/2ndryBck.gif');
	height:90px;
}

.subNav a, #widePage a, .subNavOn {
	line-height:18px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#005387;
}

.subNav a:hover, #indexNav a:hover, .subNavOn {
	color:#ffd351;
}

ul li.subNav, ul li#subNav a  {
	display:block;
	float:left;
	width:240px;
	margin-bottom:10px;
}


.blu {
	color:#005387;
}


.hiYello {
	color:#ffd351;
}

#header {
	height:90px;
}

#menu {
	height:45px;
}

.footer {
	height:100px;
	padding-left:20px;
	margin: 40px 0 20px 0;
	font-size:10px;
	line-height:1.3em;
}




/*   Main Nav - - - - - - - - - - - - - - - - - - - - - -   */


ul li.navigation {
	display:inline;
}
	
ul li.navigation a  {
	display:block;
	float:left;
	width:110px;
	height:30px;
	background:transparent url('../images/nav.png') no-repeat 0 0;
	text-indent:-9009px;
}

ul li#nav2 a {
	width:110px;
	background-position: -110px 0;
}

ul li#nav3 a {
	width:255px;
	background-position: -210px 0;
}

ul li#nav4 a {
	width:135px;
	background-position: -465px 0;
}

ul li#nav1 a:hover, #menu .navOn1 a {
	background-position: 0 -30px;
}

ul li#nav2 a:hover, #menu .navOn2 a {
	background-position: -110px -30px;
}

ul li#nav3 a:hover, #menu .navOn3 a {
	background-position: -210px -30px;
}

ul li#nav4 a:hover, #menu .navOn4 a {
	background-position: -465px -30px;
} 


#pageContainer {
	overflow:hidden;
	line-height:18px;
	font-size:16px;	
	width:860px;
	margin:25px 0 0 20px;
}
/*   - - - - - - - - - - - - - - - - - - - - - -   */



.introSlide {
	width:900px;
	height:200px;
}


.indexNav a:hover {
	color:#ffd351;
}

.leaderHide{
	color:#fff;
}


/*   TEXT - - - - - - - - - - - - - - - - - - - - - -   */  /


a:focus {
	outline: 1px dotted invert;
}


h1 {
	font-size: 25px;
	margin: 0 0 10px 10px;
}

h2 {
	font-size: 21px;
	line-height:1.2em;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}


.introP {
	font-size:14px;	
	font-weight:bold;
}

HR {
	color:#000;
	height:2px;
	border:0;
	background-color:#000;
	margin-left:0;
}
.wi380 {
	width:380px;
}

.wi620 {
	width:620px;
}

.wi860 {
	width:860px;
}


/*   Stuff to clean ..  - - - - - - - - - - - - - - - - - - - - - -   */   


#message { width:360px;margin:0 0 0 10px; }
#message h2	{ font-size:150%;color:white; }
#message p	{ color:white;font-weight:bold;margin:6px 0px; }
#checkmark	{ position:relative;top:-46px;left:-60px; }



