@charset "ISO-8859-1";

/* General tags */

html, body {
	text-align: center;
	background-color: #909fb6;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #09357B;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #09357B;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #333333;
}


/* Specific page elements */

#container {
	width: 900px;
	margin: 0 auto;
	border: 0;
	padding: 0;
	background-color: white;
}

#topbanner {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#topbanner img {
	margin: 0;
	padding: 0;
	border: 0;
}

#topnav {
	margin: 0;
	padding: 0;
}

#topmenuContainer {
	width: 100%;
	height: 63px;
	margin: 0;
	padding: 0;
}

#searchPanel {
	margin: 0;
	padding: 5px 35px 4px 0;
	background: #8fa332;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}
#searchPanel form {
	margin: 0; padding: 0;
}
#searchPanel form input {
	width: 130px;
	padding-top: 5px; padding-bottom: 2px;
	font-size: 9px;
}

#pageContent {
	margin: 0;
	padding: 30px 10px 5px 25px;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

#pageContent, #pageContent div {
	text-align: left;
}

#footer {
	clear: both;
	margin: 0;
	padding: 70px 0 0 0;
	background: #909fb6 url(../images/Bot_nav_border.jpg) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 0.01cm;
	color: black;
}
#footer, #footer div {
	background-color: #909fb6;
}

#footerContent {
	height: 60px;
	clear: both;
}

#footerAddress {
	float: left;
	padding-left: 30px;
	background-color: #909fb6;
	text-align: left;
}

#footerLinks, #footerNotes {
	float: right; clear: right;
	padding-right: 20px;
	text-align: right;
}

#footerLinks {
	margin-bottom: 10px;
	font-weight: bold;
}

/* Top nav pulldown menu */

.menu {
	width: 900px; height: 50px;
	position: relative; z-index: 100;
	margin: 0; padding: 0; border: 0;
	font-size: 11px;
	color: #09357B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Hack to adjust for IE z-index bug. */
.menuBottom {
	width: 900px; height: 13px;
	margin: 0; padding: 0; border: 0;
	background: #8fa332;
	text-align: left;
	vertical-align: top;
}
.menuBottom img {
	margin: 0; padding: 0; border: 0;
	height: 13px;
}

/* Remove all the bullets, borders and padding from the default list styling. */
.menu ul {
	z-index: 100;
	padding:0;
	margin:0;
	list-style-type:none;
}

/* Float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon. */
.menu li {
	float: left;
	height: 50px;
	position: relative;
	background: #8fa332;
	vertical-align: top;
	padding: 0;
}

/* Style the links for the top level. */
.menu a, .menu a:visited {
	height: 50px;
	display: block;
	border: 0;
	line-height: 50px;
	font-size: 10px;
	text-decoration:none;
	color: #334144;
}

.menu a img, .menu a:visited img {
	border: 0;
}

/*  Hide the sub levels and give them a positon absolute so that they take up no room. */
.menu ul ul {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 50px;
	height: 0;
	border-top: 1px solid #ccccc0;
}

/* Position the third level flyout menu. */
.menu ul ul ul {
	top:-1px;
}

/* Style the table so that it takes no part in the layout (required for IE to work) */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/*  Style the lower level list items. */
.menu ul ul li {
	z-index: 200;
	height: 26px; width: 250px;
	padding: 0;
	border: 1px solid #ccccc0; border-width: 0 1px 1px 1px;
	background-color: #ebeecf;
	text-align: left;
	vertical-align: middle;
}

/* Style the second level links. */
.menu ul ul a, .menu ul ul a:visited {
	width: 94%; height: 18px;
	border: 0px;
	padding: 8px 0 0 14px;
	background-color: #ebeecf;
	color: #09357B;
	line-height: 1.2em;
}

/* Make the second level visible when hover on first level list OR link. */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
}

/* Keep the third level hidden when you hover on first level list OR link. */
.menu ul :hover ul ul {
	visibility: hidden;
}

/* Make the third level visible when you hover over second level list OR link. */
.menu ul :hover ul :hover ul {
	visibility: visible;
}

/* Highlight current dropdown list item. */
.menu ul ul li:hover, .menu ul ul a:hover {
	background-color: #a8b951;
}

/* Stylized arrow for nested dropdowns. */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #ebeecf url(../images/dropmenuArrow.jpg) no-repeat 98% center;
}
.menu ul ul a.drop:hover, .menu ul ul li:hover a.drop {
	background: #a8b951 url(../images/dropmenuArrow_selected.jpg) no-repeat 98% center;
}

.menu ul ul a.dropleft, .menu ul ul a.dropleft:visited {
	background-image: url(../images/dropmenuArrow_left.jpg);
	background-position: 2% center;
}

.menu ul ul a.dropleft:hover, .menu ul ul li:hover a.dropleft {
	background-image: url(../images/dropmenuArrow_left_selected.jpg);
	background-position: 2% center;
}

/*  The blue half-dot at the top of the drop menu. */
.menu ul li .navFlair {
	z-index: 190;
	visibility: hidden;
	position: absolute;
	top: 41px;
	width: 18px; height: 9px;
	margin: 0;
	border: none;
	background: #a8b94f url(../images/dropmenuDot.gif) no-repeat;
}
.menu ul li.selected .navFlair {
	background-color: #8fa332;
}
.menu ul li:hover .navFlair {
	visibility: visible;
}

/* Selected text highlighting in menu. */
.menu ul ul li.selected > a, .menu ul ul li.selected > a:visited {
	font-weight: bold;
	color: #600;
}

/* NEWSROOM NAV */

#Newsroom {
	width: 197px;
	float: left;
	border-left: 1px solid #600;
	margin: 0;
}

#Newsroom h2 {
	margin: 0;
	padding: 3px 0 5px 20px;
	background-color: #600;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#Newsroom h2 a {
	color: white;
	text-decoration: none;
}

#Newsroom h2 a:hover {
	text-decoration: underline;
}

#Newsroom h3 {
	width: 90%;
	margin: 0 10px 0 12px;
	border-bottom: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}

#Newsroom h3 a {
	color: #333333;
	text-decoration: none;
}

#Newsroom h2 a:hover {
	text-decoration: underline;
}

#Newsroom ul {
	padding: 6px; padding-top: 10px; padding-right: 0px;
	margin: 6px; margin-bottom: 0;
	list-style-type: none;
}

#Newsroom li {
	margin-bottom: 20px;
}

#Newsroom li p {
	margin-bottom: 2px; margin-top: 2px;
}

#Newsroom .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #093479;
	line-height: 18px;
}

#Newsroom .details {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
	line-height: 18px;
}

/* MAIN CONTENT AREA */

#mainContent {
	float: left;
	width: 645px;
	margin: 0;
	padding: 0;
}

#pageTypeHeader {
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #093479;
}

.brochureContent #mainContentTitleArea {
	float: left;
	width: 200px;
	padding: 0;
}

#mainContentTitleArea h1 {
	margin-top: 0; margin-bottom: 20px; margin-right: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	color: #660000;
	line-height: 32px;
	font-variant: normal;
}

#mainContentTitleArea h2, #mainContentBodyArea h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.brochureContent #mainContentTitleArea h2.subtitle {
	margin-top: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #333;
	font-style: italic;
	font-weight: normal;
}

#mainContentNavArea {
	margin-top: 40px;
}

#mainContentNavArea h2 {
	color: #333;
}

#mainContentNavArea ul {
	margin-top: 17px;
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}

#mainContentNavArea li {
	margin: 10px 0 10px 0;
}

#mainContentNavArea li a {
	padding-right: 15px;
	background: white url(../images/dropmenuArrow.jpg) no-repeat 98% center;
}

#mainContentBodyArea {
	padding: 0 45px 40px 0;
}

.brochureContent #mainContentBodyArea {
	float: left;
	width: 400px;
	padding: 0 10px 40px 20px;
}

#mainContentBodyArea h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #660000;
}

#mainContentBodyArea h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#mainContentBodyArea h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#mainContentBodyArea table {
	margin-bottom: 20px;
}

.brochureContent #mainContentBodyArea p {
	margin-top: 0;
}

#articleBody, #mainContentBodyArea table td{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	line-height: 20px;
}

#articleBody .lead-in {
	font-variant: small-caps;
}

/* Miscellaneous styles for general use */

.IntroText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 26px;
	font-weight: lighter;
	color: #000000;
}

.PictureCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}


