/* ----------------------------- */
/* SITE STYLES                   */	
/* ----------------------------- */
body {
	background:#fff;
	color:#6d7177;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%; 
	line-height:1.5; 
	text-align:center;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #203C91;
}
a:hover { text-decoration:none; }


blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}

		
li { line-height: 165%; list-style-type: disc; margin:5px 0; }

h1, .head {
	color: #174583; 
	font-size: 18px; 
	font-weight: bold; 
	margin-bottom: 5px;
}

h2, .subHead {
	color: #000;
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 4px;
}

h3 {
	color: #000;
	font-size: 13px; 
	font-weight: bold; 
	margin-bottom: 4px;
}

h4 {font-size: 12px; font-weight: normal; color: #203C91; display: inline}

strong {color: #203C91; font-weight: bold;}

.color {color: #203C91; display: inline; font-weight: normal;}

.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

.highlight {color: #3333CC;}
.errorMsg {color: #FF3333; font-size: 10px; margin-left: 10px;}
.smallLight {font-size: 10px; color: #999;}
	
	
/* ----------------------------- */
/* GLOBAL STYLES                 */	
/* ----------------------------- */

#logo {
  background: url(../images/logo.gif);
	display:block;
	margin-top: 20px;
	float: left;
	height:55px;
	width:331px;
	margin-left: 10px;
	cursor: pointer;
}
#logo span {display:none;}

li.siteMap_1 { margin-top: 6px;}	
li.siteMap_2 { line-height: 125%;}
li.siteMap_3 { line-height: 125%; margin-top: 9px;}

.imgCaption {color: #777; font-size: 9px; margin: 3px 0px 4px 0px;}
	
.imgTable {margin:0 0 8px 0;}

.mod_copy {margin: 10px 0 15px; width:100%; voice-family: "\"}\""; voice-family: inherit;}  
html>body .mod_copy {width: auto;}


/* ----------------------------- */
/* SITE FORMAT STYLES             */	
/* ----------------------------- */

#wrapper {
	background:#fff;
	margin:0 auto;
	text-align:left;
}

#headContainer {
  border-bottom: 1px solid #ddd;
  height: 322px;
}

#bodyContent {
  font-size: 14px;
  font-family: arial, sans-serif;
}
 
/* ----------------------------- */
/* NAVIGATION STYLES             */	
/* ----------------------------- */
	

/* Major Nav */

#majorNav {
  position: absolute;
  top: 277px;
	padding:0;
}

.majorNavLink {
	font-family: arial, sans-serif;
	margin: 0;
	padding:0;
}

.majorNavLink li {
	background:url(../images/nav_separator.gif) no-repeat right;
	float:left;
	height:42px;
	list-style:none;
	margin:0 5px 0 0;
	padding:0;
}

.majorNavLink li.last {
  background: none; }

.majorNavLink a:visited, .majorNavLink a:link {
	color: #6b727d;
	display:block;
	float:left;
	font-size: 16px; 
	height:42px;
	line-height:42px; 
	padding:0 15px;
	text-decoration: none;
	text-transform:capitalize;
}
	
.majorNavLink a:hover {
  text-decoration: underline;
}

/* Minor Nav */ 

#minorNav ul {
  float: right;
  margin-top: 45px;
}

.navMinor_cap {
	background:url(../images/navMinor_endcap.png) no-repeat right bottom;
	float:right;
	height:31px;
	width:3px;
}
	
.minorNavLink {
	display:block;
	height:25px;
	margin:0;
	padding:0;
}

.minorNavLink li {
  background: url(../images/minor_nav_separator.gif) no-repeat right center;
	list-style:none;
	padding:0 10px;
	float: left;
}

.minorNavLink .last {
	background:none;
}
	
.minorNavLink a:visited, .minorNavLink a:link {
	color: #062b6a; 
	font-size: 14px; 
	line-height: 100%;
	text-decoration: none;
}
	
.minorNavLink a:hover {
	color:#666;
}
	
/* Sub Nav */
	
div.subNav {margin: 4px 0 0;}

.subNav_hdr {
  background: #e7e7e7;
  color: #062b6a;
  display: block;
  font-size: 14px;
  margin: 27px 0 0 18px;
  padding: 8px;
	width: 261px;   }

.subNavList_1 {
	margin:0 0 0 23px;
	padding:0; 
}

.subNavList_1 li {
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_1 a:visited, .subNavLink_1 a:link {
	background:url(../images/sub_nav_bullet.gif) no-repeat 4px center;
	color: #7d838b;
	display:block; 
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding:10px 0 10px 19px;
	text-decoration: none;
	text-transform:capitalize;
	width: 261px;
}

.subNavList_1 a:hover {
  color: #022656;
}

.subNavList_1 .selected a:link,
.subNavList_1 .selected a:visited {
  color: #022656;
}

.subNavList_2 {
	margin:0;
	padding:0; 
}

.subNavList_2 li {
	background:none;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_2 a:visited, .subNavLink_2 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 11px;
	display:block;
	font-size: 12px;
	line-height:120%;
	margin-left:15px;
	padding:7px 0 7px 12px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_2 a:hover {
	color: #000; 
}


.subNavList_3 {
	margin:0;
	padding:0; 
}

.subNavList_3 li {
	background:none;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_3 a:visited, .subNavLink_3 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 11px;
	display:block;
	font-size: 11px;
	line-height:120%;
	margin-left:30px;
	padding:7px 0 7px 12px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_3 a:hover {
	color: #000; 
}


.subNavList_1 .selected, .subNavList_2 .selected, .subNavList_3 .selected {
	color: #022656 !important;
}
	

/* ----------------------------- */
/* CONTENT STYLES                */	
/* ----------------------------- */


/* Left Column */

.leftCol {
	margin: 0px; 
	width:100%; 
	voice-family: "\"}\""; 
	voice-family: inherit;
}
html>body .leftCol {width:auto;}

.leftCol td, .leftCol div, .leftCol {color: #555; font-size: 12px; line-height: 140%;}

.leftCol h1, .leftCol .head, .leftCol h2, .leftCol .subHead {color: #444; font-size: 12px; padding-bottom: 2px; border-bottom: 1px #ddd dashed;}

/* Body Column */

.bodyWrapper {
  margin: 0;
	padding: 10px 20px 15px 0;
	width:100%; 
	voice-family: "\"}\""; 
	voice-family: inherit;
}

html>body .bodyWrapper {
	width: auto;
}

.bodyWrapper.full { padding: 10px 0 15px 0; }

#footerContainer {
  border-top: 1px solid #ddd;
	height: 85px;
	font-size: 12px; 
	color: #a0a4a9; 
	margin: 0;
}

#footerContainer ul {margin:0; padding:0;}

#footerContainer ul li {
  line-height:140%; 
  list-style:none; 
  float:left; 
  padding:0 20px 0 0;
  margin: 10px 20px 0 0;
  background: url(../images/footer_separator.gif) no-repeat right center; }
  
#footerContainer ul li.last{
  background: none; }


#footerContainer a:visited, #footerContainer a:link {
	color: #a0a4a9; 
	text-decoration: none;
}

#footerContainer a:hover {
	text-decoration: underline;
}

.memberNav { padding: 8px 0 8px 44px; }
.memberNav a { line-height: 20px; color: #7D838B; font-size: 13px; }


        
	