/* CSS Document */

/** COLORS 
light blue: #caddfb;   (the 60% screen for globules)
light blue: #edf8fe; (from logo)
dark blue: #0d2a55; (headers, etc)
purple grey from figure: #726d84; (from logo)
purple grey from figure: #4e4962; (darkened from logo)
dark green: #3f832d; (subnav selected, links hover - for visited links)
light green: #e0f9cd; (subnav hover)
med blue: #045f83; (nav selected)



*/


html, body {
	background-color: #0d2a55;
	color:#3C3A3A;
	font-family: Arial, Verdana, Helvetica, Lucida, sans-serif;
	font-size: .75em; /*added this on 01-15-09*/
	height:100%; /* needed for container min-height */
	margin:0;
	padding:0;
}

html { min-height: 100%; margin-bottom: 1px; } /* this fix forces a vert scrollbar in Firefox (so the short pages in a centered layout don't appear to shift because they have no required scrollbar)*/

/*these next three keep the footer from overlapping the subnav or content*/
div#centercontent1, div#centercontent2, div#centercontent3, div#centercontent4, div#centercontent5, div#centercontent6 {
	float: left;
	margin-bottom: 60px; 
	margin-top: 0px;
	min-height: 350px;
	position: relative;
	width: 730px;
}

html* div#centercontent1, html* div#centercontent2, html* div#centercontent3, 
html* div#centercontent4, html* div#centercontent5, html* div#centercontent6 {
	margin-bottom: 20px;
}


a:link {
	color: #0d2a55;
}

a:visited {
	color: #3f832d;
}

a:hover, a:active {
	color: #3f832d;
}

.bookmark {
text-decoration: none;
font-weight: bold; 
margin-bottom: 10px;
margin-top: 10px;
}

h1 {
	color: #0d2a55;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px; /*sets the baseline for the content and in relation to the Optional Region SubNav section*/
}

h2 {
	color: #0d2a55;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-top: 5px; /*sets the baseline for the content and in relation to the Optional Region SubNav section*/
}

h3 {  
	color: #0d2a55;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 2px;
	margin-top: 10px; /*sets the baseline for the content and in relation to the Optional Region SubNav section*/
}

h4 {  
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 115%; /*120%*/
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 2px;
	margin-top: 10px; /*sets the baseline for the content and in relation to the Optional Region SubNav section*/
}

h5 {  
	color: #0d2a55;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 110%; 
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 2px;
	margin-top: 10px; /*sets the baseline for the content and in relation to the Optional Region SubNav section*/
}

img {
	border: none;
}

li { 
	font-size: 12px;
    list-style-image: url(../Images/bullet.gif);  
	margin-right: 10px;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
	text-align:left; /*added 03-30-09*/
}

p.homepage {
	font: .75em Arial, Verdana, Helvetica, sans-serif; 
}

p.pubTitle {
	border-top: 1px solid #083576;
	color: #444;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 20px !important;
	padding-top: 10px;
}

p.more {
	border-top: 1px solid #083576;
	font-style: italic;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 20px !important;
	padding-top: 10px;
}

p.pdf a {
	background-image: url(../Images/pdf.gif);
	background-repeat: no-repeat;
	color: #334b87;
	padding-left: 18px;
	padding-bottom: 1px;
}

p.ppt a {
	background-image: url(../Images/ppt.gif);
	background-repeat: no-repeat;
	color: #334b87;
	padding-left: 18px;
	padding-bottom: 3px;
}

p.miscdoc a {
	background-image: url(../Images/miscdoc.gif);
	background-repeat: no-repeat;
	color: #334b87;
	padding-left: 18px;
	padding-bottom: 2px;
}

p.offsite a {
	background-image: url(../Images/offsite.gif);
	background-repeat: no-repeat;
	color: #334b87;
	padding-left: 18px;
	padding-bottom: 1px;
}

p.word a {
	background-image: url(../Images/word.gif);
	background-repeat: no-repeat;
	color: #334b87;
	padding-bottom: 1px;
	padding-left: 18px;
}

#content p.backtotop {
	text-align: right;
} /* TRIED 01/21/09*/

p.backtotop a {
	background-image:  url("../Images/backtotop.gif");
	background-repeat: no-repeat;
	color: #334b87;
	font-size: 90%;
	padding-bottom: 1px;
	padding-left: 18px;
}


/*PHOTO STYLING BEGINS HERE*/

.photo-left {
    background: #edf8fe;
	border: 1px solid #0d2a55;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 10px;
	padding: 3px;
}

.photo-right {
    background: #edf8fe;
	border: 1px solid #0d2a55;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 1px;
	margin-top: 5px;
	padding: 3px;
}

.photo-text {
	font-size: .65em;
	margin: 1px;	
}

.photo-left-nocaptions {
    background: #edf8fe;
	border: 1px solid #0d2a55;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding: 3px;
}

.photo-left-nocaptions-index {
    background: #edf8fe;
	border: 1px solid #0d2a55;
	float: left;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding: 3px;
}

.photo-right-nocaptions {
    background: #edf8fe;
	border: 1px solid #0d2a55;
	float: right;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 3px;
}
/*PHOTO styling ENDS HERE */

.search {
	margin: 10px 0px 0px 0px;
	padding: 0;
	position: absolute;
	text-align:center;
	width: 159px;
}

.small {
	font-size: .7em;
}

.small-body-text {
	font-size: .95em;
	height:1005;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	
}
	
	
/* DIVISIONS ARE HERE FOR FLEXIBLE LAYOUT*/	

div#container {
	background:#ffffff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	margin:0 auto; /* center, not in IE5 */
	min-height:100%; /* real browsers */
	position:relative; /* needed for footer positioning*/
	width: 955px;
}

div#content {
	background: #ffffff;
	padding: 0em 1em 5em 1em; /* bottom padding for footer */
	width:930px; 
	margin-top: 0px;
	font-size: 130%; 
}

div#content p {
	text-align:left; /*added on 03-30-09*/
} 

/*NOTE: This is just for adjusting the bullets on the About section which is center content 7, */
/*div#centercontent1, div#centercontent2, div#centercontent3, div#centercontent4, div#centercontent5, div#centercontent6, div#centercontent0,*/ div#centercontent7, div#centercontent10 ul li {
margin-left: 15em;
}
			

div#centercontent1, div#centercontent2, div#centercontent3, div#centercontent4, div#centercontent5, div#centercontent6 {
	float: left;
	margin-top: 0px;
	position: relative;
	width: 730px;
}

div#footer {
	background: #ffffff;
	border-top: 1px solid #0d2a55;
	bottom: 0; /* stick to bottom */
	position: absolute;
	width: 100%;	
}

div#footer p {
	color: #0d2a55;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: small; 
	font-style: normal;
	margin: 0;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-top: 4px;
	text-align: center;
}
	
/* DIVISIONS END HERE FOR FLEXIBLE LAYOUT*/	


/*used in HEADER*/

td.header  {  
	background-color: #ffffff;
	color: #0d2a55;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	
}

td.header-right {  
	background-color: #ffffff;
	color: #0d2a55;
	font-size: 12px;
	margin: 0 auto;
	padding: 0; 
	text-align: right;
}

#header {
    background-color: #ffffff;
	color: #0d2a55;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	width: 100%; 
}

#header img {
	float: left;
	padding: 3px 0 3px 10px;
}

#header a {
	color: #0d2a55;
	text-decoration: none;
}

#header a:hover {
	color: #3f832d;
	text-decoration: none;
}

#header a:visited {
	color: #3f832d;
	text-decoration: none;
}

#header form {
	margin: 0;
	padding: 5px;
}

/*  SITE NAVIGATION THE TABLES VERSION OF THE PAGE BEGINS HERE, the TOPNAVBAR IS USED IN THE LIST VERSION THOUGH */	

/*Top Horiz Nav Bar*/

.topnavbar {
	background-color: #fff;
    border: 0px solid #045f83;
	color: #0d2a55;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15.49px;
	line-height: 18px;
	margin-bottom: 0px;
	padding: 5px 0px 0px 0px;
}

.topnavbar a, .topnavbar a:link, .topnavbar a:visited {
	background-color: #ffffff;
	color: #0d2a55;
  	font-size: 15.49px;
	margin: 0px;
	outline: none;  
	padding: 5px 0px 0px 0px;
	text-decoration: none;
}

.topnavbar a:hover, .topnavbar a:active {
  	background-color: #045f83;
	color: #ffffff;
}

.topnavbar-left {
	margin-left: 25px;
}



/* INDEX PAGE  ELEMENTS */

/* For the Annoucnements and Events*/

.index-an-ev-header  {
	border-bottom: 1px solid #000000;
    clear: right;
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 24px; 
	margin-bottom: 2px;
	margin-left: 3px;
	margin-right: 1px;
	margin-top: 9px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: left;
}

#an-ev ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 140%;
	list-style-position: outside;
}

#an-ev li {
    /*background-image: url(../Images/bullet.gif); commented out to keep the bullets from doubling*/
	background-repeat: no-repeat;
	color: #0d2a55;
	padding-left: 4px; /*this is the offset for the bullet indent*/
	padding-bottom: 10px;
	margin-left: -20px;
}

/* For the Index page Feature text*/

.index-feature-header  {
    clear: right;
	margin-bottom: 0px;
	margin-left: 3px;
	margin-right: 1px;
	margin-top: -25px;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	text-align: left;
}

.index-feature-content {  
	padding: 0px 0px 10px 10px;
	background: #ffffff;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 18px;
	clear: right;
	}

#feature {
	border-top: solid 1px #0d2a55;
	padding: 10px;
}

.thumb-drop {
    clear: both;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: 8px;
}

/* INDEX PAGE ELEMENTS END */


/* MAIN HORIZ NAV BEGINS */

#navcontainer {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#navcontainer ul#navlist {
	border: 0px solid #045F83;
	/*clear: left;*/
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
	
#navcontainer ul#navlist li {
	border: 1px solid #045F83;  /* outline border for each item */
	float: left;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif; /*controls the display of the main nav items*/
	margin: 0;
	padding: 0;
	list-style-image: none; /* this turns off the bullets from showing up in the top navigation*/
} 


#navcontainer ul#navlist li a {
	background: #fff; /* default background color for the unselected tabs */
	display: block;
	line-height: 2em;
	margin: 0;
	padding: 0px 24.5px 0px 24.75px;
	text-decoration: none;
}

html* #navcontainer ul#navlist li a {
	background: #fff; /* default background color for the unselected tabs */
	display: block;
	line-height: 2em;
	margin: 0;
	padding: 0px 24.99px 0px 25.9px;
	text-decoration: none;
}


/*#navcontainer ul#navlist li a:link { color: #045F83; }*/
#navcontainer ul#navlist li a:visited { color: #0d2a55; background:#ffffff;  }

#navcontainer ul#navlist li a:active {
	background: #045F83;
	color: #ffffff;
}

#navcontainer ul#navlist li a:hover {
	background: #0d2a55;
	color: #ffffff;
}

/* INTERNAL PAGE SUBNAV BEGINS - for the optional regions*/

div#subnav {
	float: left;
	width: 200px;
	margin: 0 0 0 -2px;
	padding: 0;
}

*html div#subnav {
	margin: 0 0 0 -1px;
}

/* INTERNAL PAGE SUBNAV ENDS */

/****************** EXPANDING TERTIARY site navigation *********************/

#NavBkg {
	background-color: #e0f9cd; /*<-- this is the color that shows through as the background to the subnav sections*/
	border-bottom: 2px solid #4e4962;
	border-right: 1px solid #4e4962;
	border-left: 1px solid #4e4962;
	border-top: 1px solid #4e4962;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 16px;
	width: 185px; /*<-- this width controls overall nav container*/
	margin-bottom: 100%; /*<-- keeps the body text from wrapping underneath the sidenav*/
}


#men0 a:link, #men0 a:visited,
#men1 a:link, #men1 a:visited,
#men2 a:link, #men2 a:visited,
#men3 a:link, #men3 a:visited,
#men4 a:link, #men4 a:visited,
#men5 a:link, #men5 a:visited,
#men6 a:link, #men6 a:visited,
#men7 a:link, #men7 a:visited,
#men8 a:link, #men8 a:visited,
#men9 a:link, #men9 a:visited,
#men10 a:link, #men10 a:visited
#men11 a:link, #men11 a:visited {
	/*background-color: #d3dce5;*/
  	color: #0d2a55;
	display: block;
	outline: none;  
	padding: 5px 5px 5px 5px/*15px*/;
	text-decoration: none;
	background-repeat:no-repeat; 
	background-color: #ffffff;
	border-bottom: solid 1px #4e4962;
}

#men0 a:hover, #men0 a:active,
#men1 a:hover, #men1 a:active,
#men2 a:hover, #men2 a:active, 
#men3 a:hover, #men3 a:active,
#men4 a:hover, #men4 a:active,
#men5 a:hover, #men5 a:active,
#men6 a:hover, #men6 a:active,
#men7 a:hover, #men7 a:active,
#men8 a:hover, #men8 a:active,
#men9 a:hover, #men9 a:active,
#men10 a:hover, #men10 a:active
#men11 a:hover, #men11 a:active {
	background-color: #e0f9cd; /*<-- if you change these 2 for the hovers, change it in the template also, to control the selected*/
  	/*background-image: url(../Images/subnav_bullet1.gif);*/
	color: #000000;
	display: block;
	/*text-decoration: underline;*/
}

.menutitle{
	/*border-bottom: solid 1px #97A9E0;
	border-left: 5px solid #001B54;
	border-top: solid #9999CC 1px;*/
  	line-height: 16px;
}

.menuhead {
	display: none; /*<-- to hide the header b/c it is not linked*/
	padding: 2px 5px 2px 4px;
	background-color: #ffffff;
	color: #0d2a55;
	font-size: 1.25em;
	line-height: 24px; /*this for the row to uniformly widen */
}


.submenu {
	border: 0;
	color: #000000;
	margin-left:0px;
	padding: 0px;
}

div#submenu1 , 
div#submenu2,
div#submenu3 { display: none;}

div#submenu1 a:link, div#submenu1 a:visited,
div#submenu2 a:link, div#submenu2 a:visited,
div#submenu3 a:link, div#submenu3 a:visited {
	display: block;
	color: #000000;
    /*margin-right: 10px; <-- not necessary? */
	margin-left: 20px;
	text-decoration: none;
}

div#submenu1 a:hover, div#submenu1 a:active,
div#submenu2 a:hover, div#submenu2 a:active,
div#submenu3 a:hover, div#submenu3 a:active {
	display: block;
	color: #000000;
    /*margin-right: 10px; <-- not necessary? */
	margin-left: 20px;
	text-decoration: underline;
}

p.sub { 
	background-color: transparent;
	/*margin: 0px;*/
	padding: 0px;
	background-image: url(../Images/subnav_bullet.gif);
	background-repeat:no-repeat; 
	/*text-decoration: none;*/
	/*border-bottom: solid 1px #4e4962;*/
}	

/* INTERNAL PAGE SUBNAV ENDS */

/*SPECIAL FOR PRINT AND SCREEN VERSIONS */

.print {
display:none;
}

.screen {
	background-color: #ffffff;
	color: #0d2a55;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
}

/*COLORS FOR TEXT ALTERATION*/

.red {
	color: #910000;
}

.brown {
	color: #3A2D21;
}

.magenta {
	color: #881B55;
}

.green {
	color: #3F612E;
}

.blue {
	color: #0D2A55;
}

.purple {
	color: #330D85;
}

.lightblue {
	color: #315A7B;
}

.gray {
	color: #474F5A;
}

.red a {
	color: #910000;
}

.brown a {
	color: #3A2D21;
}

.magenta a {
	color: #881B55;
}

.green a {
	color: #3F612E;
}

.blue a {
	color: #0D2A55;
}

.purple a {
	color: #330D85;
}

.lightblue a {
	color: #315A7B;
}

.gray a {
	color: #474F5A;
}
