/* 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%;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}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

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

body {
	background:#073058 url(../images/body-bg-repeat.gif) repeat;
	color:#bad4ee;
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	margin: 0;
	padding: 0;
}

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


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

ul { margin: 0 0 0 30px; padding: 0; }		
li { line-height: 140%; list-style-type: disc; margin:5px 0 15px 0; }
p { margin: 0 0 15px 0; }

h1, .head {
  font-family: trebuchet ms, arial, sans-serif;
/* 	border-bottom: 1px solid #ccc; */
	color: #fff;
	font-size: 35px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 12px;
	padding-bottom: 0;
}

h2, .subHead {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}

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: #fff; font-weight: bold;}

.color { 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: #84b0da;}
.errorMsg {color: #FF3333; font-size: 10px; margin-left: 10px;}
.smallLight {font-size: 10px; color: #999;}
	
	
/* ----------------------------- */
/* GLOBAL STYLES                 */	
/* ----------------------------- */

#logo {
	display:block;
	height:185px;
	width:250px;
}
#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: 0px 0 20px;  voice-family: "\"}\""; voice-family: inherit;}



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

#outerWrapper {
  background: url(../images/body-bg.jpg) repeat-x top center;
}

#wrapper {
  background: url(../images/content-bg-repeat.gif) repeat top center;
	padding:100px auto 0 auto;
	text-align:left;
}

#headContainer {
  background: url(../images/hdr-logo.jpg) repeat-x top center;
  width: 960px;
  height: 203px;
  height: 390px;
  margin: 0 auto;
  position: relative;
}


#bodyContent {
  width: 960px;
  margin: 0 auto;
  position: relative;
  top: -187px;

}


#searchForm { 
  background: url(../images/search.gif) no-repeat;
  width: 244px;
  height: 25px;
  position: absolute;
  top: 92px;
  left: 703px;
}

#searchForm .input_textInput { 
  border: none;
  width: 175px;
  margin: 1px 0 0 3px;
  font-size: 13px;
}

#searchForm .form_submit {
  padding: 0px 0 0 5px;
  margin: 0;
}

/* ----------------------------- */
/* NAVIGATION STYLES             */	
/* ----------------------------- */
	

/* Major Nav */

#majorNavWrapper {
margin: 0 auto;
text-align: center;
width: 960px;
}

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

.majorNavLink {
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0 0 0 29px;
	padding:0;
}

.majorNavLink li {
	float:left;
	height:45px;
	list-style:none;
	margin:1px 5px 0 0;
	padding:0;
}

.majorNavLink a:visited, .majorNavLink a:link {
	color: #fff;
	display:block;
	float:left;
	font-family: Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	height:45px;
	line-height:45px;
	padding:0 20px;
	text-decoration: none;
	text-transform:capitalize;
}
	
.majorNavLink a:hover {
	text-decoration: underline;
}

.majorNavLink li.selected { background: url(../images/navMajor_selected.gif) repeat-x; }

/* Minor Nav */

#minorNav {
  float: right;
  padding: 7px 10px 0 0;
}


.minorNavLink {
	display:block;
	margin:0;
	padding:0;
}

.minorNavLink li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 5px 0 11px;
  background: url(../images/navMinor_divider.gif) no-repeat 0 5px;
}

.minorNavLink .first {
	background:none;
}
	
.minorNavLink a:visited, .minorNavLink a:link {
	color: #655e4f;
	font-size: 11px;
  margin: 0;
  padding: 0;
	text-decoration: none;
	line-height: 13px !important;
}
	
.minorNavLink a:hover {
	text-decoration: underline;
}
	
.minorNavLink a.selected { text-decoration: underline; }

/* Sub Nav */
	
div.subNav {display: none; margin: 0px 0; background: url(../images/navSub_bg_top.gif) no-repeat; }

.subNav_hdr {
	color: #fff;
	font-size: 16px;
	margin:35px 0 0 0;
	padding: 11px 0 0 17px;
}

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

.subNavList_1 li {
  background: url(../images/navSub_bullet.gif) no-repeat 0 10px;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_1 a:visited, .subNavLink_1 a:link {
	color: #72aadc;
	display:block;
	font-family: Lucida Grande, Helvetica, sans-serif;
	font-size: 15px;
	line-height:120%;
	padding:4px 0 4px 12px;
	text-decoration: none;
	text-transform:capitalize;
}

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

.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: none !important;
	color: #72aadc;
	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: #fff;
}


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

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

.subNavList_3 a:visited, .subNavLink_3 a:link {
	background: none;
	color: #72aadc;
	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: #fff;
}


.subNavList_1 .selected, .subNavList_2 .selected, .subNavList_3 .selected {
	color:#fff !important;
	background: none;
}

.subNavList_1 li.selected {
  background: url(../images/navSub_bullet_selected.gif) no-repeat 0 10px;
}
	
.subNavList_2 li.selected, .subNavList_3 li.selected { 
  background: none !important;
}

div.rightCol.first { background: url(../images/navSub_bg_repeat.gif) repeat-y; }
div.subNavDiv_1 { background: url(../images/navSub_bg_bottom.gif) no-repeat bottom left; padding: 24px 10px 30px 0; }

.rightCol h1 { font-size: 18px; }

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


/* Left Column */

.leftCol {
	margin: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
}


.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: 27px 0px 15px 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 643px;
}

.bodyWrapper.full { width: 960px; }

#footerContainer {
  background: url(../images/footer-bg.gif) repeat-x;
	height: 85px;
	font-size: 11px;
	color: #3b6b9b;
/* 	margin: 0px 0px 40px 0px; */
	padding-top: 50px;
	position: relative;
	top: -130px;
}

#footerInnerContainer { 
   width: 960px;
   margin: 0 auto;
}

#footerContainer ul {margin:0 auto; padding:0;}
#footerContainer ul li {line-height:140%; list-style:none; float:left; padding:0 0px;}

#footerContainer li.left {
  background: url(../images/footer-header-gnt.gif) no-repeat;
  padding-top: 30px; 
}

#footerContainer li.right {
  background: url(../images/footer-header-follow.gif) no-repeat;
  padding-top: 30px; 
  float: right;
}

#footerContainer  .follow {
  line-height: 30px;
  height: 40px;
  padding-left: 40px;
}

#footerContainer li.right .follow a {
  font-size: 13px;
	color: #3b6b9b;
}

#footerContainer li.right .follow_twitter {
  background: url(../images/footer-twitter.gif) no-repeat;
  padding-right: 20px;
}

#footerContainer li.right .follow_facebook {
  background: url(../images/footer-facebook.gif) no-repeat;
  padding-right: 20px;
}

#footerContainer li.right .follow_itunes {
  background: url(../images/footer-itunes.gif) no-repeat;
	padding-left: 45px;
}


#footerContainer a:visited, #footerContainer a:link {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

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


/*** CRUMBTRAIL STYLES START ***/

 DIV.crumbTrail
  {color: #fff; line-height: 18px; font-family: lucida grande,verdana, arial, sans-serif; font-size: 12px; padding: 0px 0px 2px 0px; margin:0px; width: 100%;}

 A:Visited.crumbLink, A:Link.crumbLink
  {font-size: 12px; line-height: 12px; color: #fff; text-decoration: none;}

 A:Hover.crumbLink
  {color: #fff; text-decoration: underline;}

.rightCol .mod_containers { margin: 15px; }

