/* CSS Document */

/* HTML Tags */
	
html {
	height: 100%;
	}
	
body {
	behavior: url("csshover2.htc");
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-size: 70%;
	height: 100%;
}

a:link, a:hover, a:visited {
	color: #2e4093;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

h1 {
	font-size: 160%;
	color: #2e4093;
	margin-left: .5em;
	clear: left;
	}

hr {
	margin: 0 .7em 0 .5em;
	}

h2 {
	font-size: 120%;
	color: #2e4093;
	margin-left: .7em;
	margin-bottom: .2em;
	}
	
h3 {
	font-size: 110%;
	color: #2e4093;
	margin-left: .7em;
	}

h3.subhead {
	border-bottom: 1px solid #d6c896;
	font-style: italic;
	}

h4 {
	font-size: 100%;
	color: #2e4093;
	margin-left: 1em;
	}

p {
	margin: 1em .5em 1.5em 1em;
	clear: left;
	}

input#search {
	border: 1px inset black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}

select {
	border: 1px solid #2e4093;
	color: #2e4093;
	}
	
Button, input.button {
	background-color: #2e4093;
	color: white;
	}

/* Classes */

#navi li.last {
	border-bottom: none;
	}

.right {
	margin-right: 2px;
	}

.bot {
	margin-bottom: 2px;
	}

.subhead {
	font-size: 105%;
	font-weight: bold;
	color: #2e4093;
	}

.em {
	font-style: italic;
	font-weight: bold;
	color: #2e4093;
	}

.indent {
	margin-left: 2em;
	}
	
.nowrap {
	white-space: nowrap;
}

.special {
	background-color: #A3538E;
}

dl.committees {
	margin-left: 2em;
	margin-top: 1em;
	}

dl.committees dt {
	font-weight: bold;
	font-style: italic;
	color: #d0a448;
	}

ol.padded {
	margin-left: 2em;
	padding-left: 2em;
	}

ol.padded li {
	margin-bottom: 1em;
	}

.footertext {
	font-size: 85%;
	color: #999999;
	text-align: center;
	display: block;
	width: 691px;
	}

.purple {
	color: #A54499;
	}

.magenta {
	color: #D15981;
	}

.green {
	color: #679146;
	}

.orange {
	color: #E66B5B;
	}

.blue { 
	color: #304091;
	}

.tan {
	color: #2e4093;
	}

.red, a.red {
	color: #98002E;
	}

.septerator {
	clear:both;
}

.hidden {
	display: none;
	}

.error {
	font-weight: bold;
	text-align: center;
	color: red;
}

ul.headedlist li {
	list-style: none;
	font-weight: bold;
	color: #A54499;
	margin-top: 1em;
	}

ul.headedlist li li {
	list-style: circle;
	color: black;
	font-weight: normal;
	margin-top: .5em;
	}

ul.nobulsep li {
	list-style: none;
	margin-bottom: 1em;
	}

div.blueborder {
	border: 1px solid #2e4093;
	margin: .5em 0;
}

/* Sitemap List Classes */

.sitemap {
	list-style: none outside;
	}

.sitemap li {
	font-size: 105%;
	font-weight:bold;
	padding-bottom: 1.5em;
	}

.sitemap ul {
	list-style:none inside;
	padding-top: .3em;
	}

.sitemap li li {
	font-size: 100%;
	font-weight: normal;
	padding-bottom: .3em;
	}

.adminnav {
	list-style: none;
	list-style-image: url("images/arrow.png");
	font-weight:bold;
	}

.button, button {
	color: #2e4093;
	background-color: #f1e9cf;
	font-weight:bold;
	}

.sideContent {
	float: right;
	width: 210px;
	clear: right;
	}

.sideContent li {
	margin-bottom: 4px;
	}

/* Table Layout */

table {
	border: 1px solid #2e4093;
	}

td {
	text-align: left;
	vertical-align: top;
	}

td.header, th {
	font-size: 105%;
	background-color: #2e4093;
	color: white;
	font-weight: bold;
	}

th {
	text-align:center;
	}

td.subheader {
	font-size: 100%;
	color: #2e4093;
	font-style: italic;
	font-weight: bold;
	border-top: 1px solid #d6c896;
	border-bottom: 1px solid #2e4093;
	}

tr.odd {
	background-color: #f1e9cf;
	}

tr.even {
	background-color: #f0eee2;
	}

tr#times {
	color: #2e4093;
	line-height: 1.2em;
	}
	
td.greyed {
	background-color: #d6c896;
}



/* DIV ID Modifications */

#header {
	position: fixed;
	min-width: 853px;
	height: 88px;
	background-color: white;
	z-index: 1200;
	clear:both;
	}


#header #logo {
	float: left;
	width: 200px;
	}

#header #headercenter {
	float: left;
	width: 500px;
	}

#header #headerright {
	float: left;
	width: 150px;
	padding-top: 8px;
	padding-left: 0;
	text-align: right;
	}
#headerright #textsize {
	font-size: 80%;
	color: #2e4093;
	text-align: right;
	}

#a1 {
	font-size: 8pt;
	}

#a2 {
	font-size: 10pt;
	}

#a3 {
	font-size: 14pt;
	}

#headerright #members {
	padding-top: 8px;
	color: #2e4093;
	font-size: 80%;
	text-align: right;
	}

#bluebar {
	position: fixed;
	top: 88px;
	background-color: #2e4093;
	border-bottom: 5px #d6c896 solid;
	width: 853px;
	height: 20px;
	z-index: 1200;
	}

#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	}
	

#leftback {
	position: fixed;
	top: 113px;
	left: 0;
	background-color: #d6c896;
	width: 160px;
	z-index: 1;
	min-height: 100%;
	}

* html body #leftback {
	position: relative;
	height: 100%;
	width: 160px;
	text-align: left;
	z-index: 100;
	top: 0;
	}

#leftbar {
	direction: rtl;
	position: relative;
	overflow-y: auto;
	margin-right: 1px;
	margin-top: 1em;
	text-align: center;
	z-index: 50;
	width: 160px;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color: #2e4093;
	left: 0;
	}

#main {
	display: block;
	position: absolute;
	left: 160px;
	top: 113px;
	width: 691px;
	min-height: 500px;
	margin-left: 1px;
	margin-left: 2px !important;
	}

* html body #main {
	top: 121px;
	margin-left: 2px;
	z-index:20;
	}

#center {
	width: 460px;
}

#content {
	background-color: white;
	padding-bottom: 2px;
	font-size: 120%;
	min-height: 386px;
	width: 691px;
	background-color: white;
	position: relative;
	}

#side {
	width: 210px;
	float:right;
	clear: right;
	margin: 0;
	padding: 0;
	}

#side img {
	margin: 2px 0 2px 0;
}

/* The following is an IE6 Hack for content area height because min-height isn't recognized in IE6 */
* html body #content {
	height: 386px;
	}

#footer {
	border-top: 5px #2e4093 solid;
	background-color: white;
	/*height: 89px;*/
	clear: both;
	width: 691px;
	text-align: right;
	}

#footer img {
	padding: 0;
	margin: 0 auto;
	}
	
/* Navigation Layout */
#navi {
	position: relative;
	direction: ltr;
	margin-top: 0;
	background-color: #2e4093;
	list-style-type: none;
	padding: 5px 0 30px 15px;
	font: 500 110% Arial;
	width: 145px;
	z-index: 100;
	border-bottom: 2px solid white;
	min-height: 365px;
	display: block;
	}

#navi.beacon {
	min-height: 360px;
	}

* html body #navi {
	position: static;
	top: 0;
	margin-left: 0;
	padding-right: 0;
	width: 146px;
	z-index: 400;
	}

#navi li {
	display: block;
	float: left;
	color: white;
	/*border-bottom: 1px solid white;*/
	border-bottom: 1px solid #CAD9EF;
	width: 135px;
	position: relative;
	padding: 0;
	}
	
#navi li.navhead {
	color: white;
	margin: .25em 0 .5em 0;
	/*padding-left: .4em;*/
	font-weight: bold;
	font-size: 112%;
	border: none;
	}
	
#navi li.subnav, #navi li.wellspring {
	position: static;
	margin-left: .3em;
	padding-left: .2em;
	background-color: #B07BBB;
	z-index: 100;
	}

#navi li.wellspring {
	position: relative;
	}
	

#navi li.subnav a, #navi li.wellspring a {
	margin-left: .4em;
	background-color: #134F9A;
	}

#navi li.subnav:hover a, #navi li.wellspring:hover a {
	background-color: #5676CF;
	}

#navi li.subnav:hover li a, #navi li.wellspring:hover li a {
	background-color: transparent;
	}

#navi li.groups {
	background-color: #E1BD2F;
	}
	
#navi li a {
	display: block;
	color: white;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: transparent;
	}
	
#navi li:hover {
	background-color: #9AAAFA;
	}

#navi li.navhead:hover {
	background-color: #2e4093;
	}
	
#navi ul {
	margin-left: 0;
	padding-left: 0;
	background-color: #2e4093;
	border: 1px solid #fff;
	display: none;
	z-index: 500;
	position: absolute;
	left: 100%;
	top: -1px;
	color: white;
	width: 137px;
	z-index: 1000;
	}

#navi ul li {
	padding-right: 2px;
	position: relative;
	}

#navi li a {
	padding-left: 5px;
	}

#navi ul ul {
	display: none;
	}

#navi li:hover ul {
	display: block;
	}

#navi li:hover ul ul {
	display: none;
	}
	
#navi ul li:hover ul {
	display: block;
}

/* Subnav */

.subnavHolder {
	width: 460px;
	float: left;
	clear: left;
	}

.subnavWrap {
	height: 40px;
}

ul.subnav {
	list-style: none;
	float: right;
	border-bottom: 1px solid #2e4093;
	clear: both;
	width: auto;
	padding: 0;
	margin: 0 0 10px 0;
	}

ul.subnav li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
	font-size: 90%;
	line-height: 2em;
	position: relative;
	font-weight: bold;
	text-align: center;
	}

* html body ul.subnav li {
	width: auto;
	margin: 0;
	padding-right: 5px;
	}

ul.subnav li a {
	margin: 0;
	padding: 0;
	display: block;
	height: 100%;
	width: 100%;
	padding: 0 5px 0 5px;
	font-size: 105%;
	}

* html body ul.subnav li a {
	width: auto;
	float: left;
	font-size: 102%;
	position: relative;
	}
	
ul.subnav li:hover, ul.subnav li:hover a {
	background: #2e4093;
	color: white;
	}

ul.subnav li:hover li, ul.subnav li:hover li a {
	background: none;
	color: #2e4093;
	}
	
ul.subnav li.double {
	line-height: 1.2em;
	}

ul.subnav ul {
	display: none;
	border: 1px solid #2e4093;
	margin: 0;
	position: absolute;
	background-color: white;
	float: none;
	list-style: none;
	padding: 0;
	width: 200px;
	left: 0;
	}

* html body ul.subnav ul {
	top: 24px;
	}

ul.subnav li li {
	float: none;
	margin: 4px;
	padding: 0;
	font-weight: normal;
	text-align: left;
	}

* html body ul.subnav li li {
	width: 100%;
	}

ul.subnav li li a {
	display: block;
	height: 100%;
	width: 100%;
	}

* html body ul.subnav li li a {
	width: 100%;
	}

ul.subnav li:hover ul {
	display: block;
	}
	
/* Affiliates */

.affiliates {
	width: 80%;
	padding: 7px;
	margin: 0 auto;
	background-color: #f2e9cb;
	text-align: left;
	font-size: 85%;
}

.affiliates p {
	color: #b09e65;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	
}

.affiliates .row1 {
	margin: 5px auto;
	clear: both;
	height: 40px;
}

.affiliates .row2 {
	margin: 5px auto;
	padding-top: 5px;
	clear: both;
	text-align: center;
}

/* Light Box */
#outerbox {
	display: none;
	/*background: url("images/backpng.png");*/
	position: fixed;
	height: 100%;
	width: 100%;
	overflow-y: auto;
	z-index: 2000;
	top: 0;
	left: 0;
	background-color: #999999;
	}

* html body #outerbox {
	position: absolute;
	}

#innerbox {
	position: fixed;
	padding: 7px;
	width: 80%;
	background-color: white;
	top: 5%;
	z-index: 2050;
	}

* html body #innerbox {
	position: absolute;
	}
	
#weatherpolicy {
	width: 425px;
	border: 2px solid #2e4093;
	margin: 0 auto;
	margin-right: 250px;
}