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



body {
	background:#737245;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	line-height:21px; 
	text-align: left;
	margin: 0 0 30px 0;
	padding: 0;
}

a:link, a:visited {
	color: #003399;
}
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 {
	font-family: Arial, sans-serif;
	color: #737245; 
	font-size: 26px; 
	line-height: 29px;
	font-weight: bold; 
	margin-bottom: 5px;
}

h2, .subHead {
	font-family: arial, sans-serif;
	color: #003399;
	font-size: 17px; 
	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 { font-weight: bold;}

.color {color: #003399; 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 {
	text-align: left;
	position: absolute;
	cursor: pointer;
	display:block;
	height:82px;
	width:520px;
}
#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:20px auto 0 auto;
	text-align:left;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
}

#headContainer {
	height: 100px;
	background: url(../images/hdr_logo.gif) no-repeat 0px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #004990;
/* 	width: 993px; */
	width: 935px;
	text-align: right;
}

#designArea {
	
	
/* 	width: 993px; */
	width: 935px;
	color: #9d1032;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 38px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#designImage {
	height: 129px;
/* 	width: 993px; */
	width: 935px;
	background-color: #fff;
}

#pageTitle {
	position: relative;
	left: 100px;
	top: 40px;
	display: inline;
	width: auto;
}

#designImage_small {
	position: relative;
	width: 252px;
	height: 88px;
	left: 600px;
/* 	display: ; */
	top: -24px;
}

#bodyContent {
}

#siteCredit {
	font-size: 12px;
	margin:6px auto 20px auto;
	background: #737245;
}

#siteCredit a {
	color: #000;
	font-size: 11px;
	padding-bottom: 20px;
}
 
/* ----------------------------- */
/* NAVIGATION STYLES             */	
/* ----------------------------- */
	

/* Major Nav */

#majorNav {
	padding:0;
	margin:0 0 10px 0;
	border-bottom: 4px solid #004990;
	
}

.majorNavLink {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	height: 40px;
	float: right;	
}

.majorNavLink li {
	border-right: 3px solid #990033;
	float:left;
	height:16px;
	list-style:none;
	margin:12px 0 0 0;
	padding:0;
}

.majorNavLink a:visited, .majorNavLink a:link {
	color: #990033;
	display:block;
	float:left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	line-height:16px; 
	padding:0 13px;
	margin: 0 0 0 0;
	text-decoration: none;
	text-transform:uppercase;
}
	
.majorNavLink a:hover {
	text-decoration: underline;
}

.majorNavLink li.last, .majorNavLink a.last { border: none; padding-right: 0; }

.majorNavLink a.selected { text-decoration: underline !important; }

/* Minor Nav */

#minorNav {
}

.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 {
	display:inline;
	list-style:none;
	margin:0;
	padding:0 10px;
}

.minorNavLink .first {
	background:none;
}
	
.minorNavLink a:visited, .minorNavLink a:link {
	color: #000; 
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight:bold;
	line-height: 100%; 
	padding-left:12px;
	text-decoration: none;
	text-transform:uppercase;
}
	
.minorNavLink a:hover {
	text-decoration: underline;
}
	
/* Sub Nav */
	
div.subNav {margin: 5px 30px 10px 0;}

.subNav_hdr {
	color: #9d1032;
	font-size: 18px; 
	font-weight: bold;
	margin:0px 0 0 0;
	padding:5px 10px 0 0px;
	text-transform: uppercase;
}

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

.subNavList_1 li {
	background:url(../images/subNav_divider.jpg) no-repeat 0 0;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
	border-top: 1px solid #c8ddeb;
	display: list-item;
	_display: inline-block;
}

.subNavList_1 a:visited, .subNavLink_1 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 15px;
	color: #000;
	display:block; 
	font-family: verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height:120%;
	padding:7px 0 7px 1px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_1 li.last {
	border-bottom: 1px solid #c8ddeb;
}

.subNavList_1 a:hover {
	text-decoration: underline;
}

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

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

.subNavList_2 li.last { padding-bottom: 3px; }

.subNavList_2 a:visited, .subNavLink_2 a:link {
	color: #000; 
	font-family: verdana, Helvetica, sans-serif;
	display:block;
	font-size: 12px;
	line-height:120%;
	margin-left:15px;
	padding:2px 0 6px 10px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_2 a:hover {
	text-decoration: underline; 
}


.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;
	color: #9a8944; 
	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:#737245 !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: #000; font-size: 13px; line-height: 17px;}

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

.rightCol {
	margin: 0 18px;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
}

.rightCol .mod_copy { border-bottom: 2px solid #fff; padding: 9px 0; }

.rightCol p { margin: 0 0 10px 0;}

.rightCol h1 { 
	color: #9d1032; 
	font-size: 18px; 
	font-family: arial, sans-serif; 
	margin: 0; 
	padding: 0; 
	line-height: 23px;
}

.rightCol.first h1 { color: #004990 !important; }

.rightCol.first .mod_copy { border-top: none !important;}



/* Body Column */

.bodyWrapper {
	margin: 20px; 
	voice-family: "\"}\""; 
	voice-family: inherit;
}



#footerContainer {
	background: #fff;
	height: 35px;
	font-size: 13px; 
	color: #111111; 
	margin: 9px 0px 0px 0px;
	font-family: tahoma, arial, sans-serif;
}

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

#footerContainer ul li {
	border-right: 2px solid #111111;
	line-height:14px; 
	list-style:none; 
	float:left; 
	padding:0 10px;
	margin: 0;
}

#footerContainer li.last { border-right: none !important; }

#footerContainer a:visited, #footerContainer a:link {
	font-size: 12px; 
	color: #111111; 
	text-decoration: none;
	margin: 0;
	padding: 0;
}

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


ol { padding-left: 10px; }

        
	
