@charset "utf-8";
/* CSS Document */

html *{
	margin: 0;
	padding: 0;
	outline: none;
}

body{
	background: #d6dadb url(../images/shared/background.gif) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	color: #233F5A;
	font-size: 13px;
}

a img{ border: 0 }

#container{
	width: 927px;
	position: relative;
	margin: 0px auto;
	min-height: 600px;
}

#menu{
	position: relative;
	top: 0;
	left: 0;
	background: url(../images/shared/menu-bg.png) no-repeat top left;
	width: 927px;
	height: 110px;
	z-index: 99;
}

* html #menu{
	background: url(../images/shared/menu-bg.gif) no-repeat top left;
}

#menu img{
	display: block;
	float: left;
	height: 92px;
	margin-left: 33px;
	_margin-left: 20px; /* for IE 6 */
	margin-right: 80px;
	position: relative;
	width: 90px;
	z-index: 99;
}

#menu ul{
	float: right;
	height: 40px;
	list-style-type: none;
	padding-top: 26px;
	right: 30px;
	position: relative;
	z-index: 98;
}

#menu li{
	display: inline;
}

#menu li a{
	color: #FFF;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	line-height: 15px;
	padding: 0px 22px;
	border-right: 1px solid #FFF;
	text-decoration: none;
}

#menu li a.last{
	border-right: none;
}

#menu li a:hover, #menu li.on a{
	color: #ddd200;
}

#footer{
	font-size: 11px;
	padding: 20px 44px 50px;
	position: relative;
}

#footer a{
	color: #00538a;
}

#footer p{
	padding: 8px 0px;
}

#footer p#foot-links{
	padding-top: 0;
	padding-bottom: 24px;
	font-weight: bold;
}

#footer p#foot-links a{
	color: #00538a;
	padding-right: 8px;
}
#footer p.normSize{
	font-size: 12px !important;
}
/* added this style and changed html page style declarations to call out Black Box Warning */
#footer p#blackBoxCopy {
	border: solid 1px #000000;
	font-size: 12px !important;
	font-weight: 800;
	padding-left: 10px;
	padding-right: 10px;
}
#footer p img {
	display:block;
	float:left;
	height:42px;
	margin-right:5px;
	position:relative;
	width:97px;
}


#msg{
	background: url(../images/shared/msg-btn.png) no-repeat top left;
	bottom: 8px;
	color: #005491;
	display: block;
	font-size: 12px;
	height: 19px;
	left: 78px;
	line-height: 19px;
	position: absolute;
	padding-left: 23px;
	text-decoration: none;
	width: 202px;
	z-index: 99;
}
#msg:hover{
	color: #3490c3;
}
* html #msg{
	background: url(../images/shared/msg-btn.gif) no-repeat top left;
}

/* new declarations for subpage and homepage - button at bottom */
#main #intro p#msgreadmore, #main #content p#msgreadmore {
	background:transparent url(../images/shared/msg-read-more.png) no-repeat scroll left top;
	font-size:12px;
	height:34px;
	line-height:31px;
	margin-left:0;
	margin-top:8px;
	padding:0 0 0 0;
	width:309px;
}
/* new declarations for subpage and homepage - button at bottom*/
#main #intro p#msgreadmore a, #main #content p#msgreadmore a {
	color:#3490C3;
	display:block;
	float:left;
	font-weight:bold;
	height:34px;
	padding-left:45px;
	text-decoration:none;
	width:260px;
}
/* alternate for IE6 for homepage */
* html #main #content p#msgreadmore{
	background: url(../images/shared/msg-read-more.gif) no-repeat top left;
}
/* alternate for IE6 for subpages - different indent*/
* html #main #intro p#msgreadmore{
	background: url(../images/shared/msg-read-more-subpage.gif) no-repeat top left;
}
/* new declaration - button at top of subpages */
#main #intro #msgreadmoretop{
	background: url(../images/shared/msg-read-more.png) no-repeat top left;
	color: #3490c3;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 34px;
	left: 78px;
	line-height: 31px;
	margin-top: 8px;
	padding: 0;
	padding-left: 45px;
	position: absolute;
	width: 270px;
	z-index: 99;
	text-decoration: none;
	top: 10px;
}
* html #main #intro #msgreadmoretop{
	/* no alternate image needed for IE6 at top of page on grey background */
}

sup {
	vertical-align: baseline;
	position: relative;
	bottom: .5em;
	font-size: .75em;

}

sub {
vertical-align: baseline;
position: relative;
bottom: -.5em;
font-size: .75em;
}

.nowrap{white-space: nowrap;}