/* CSS Document - FOR PRINT VERSION */

/** 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)
**/

/* USE "HTML* " PREFIX TO A DUPLICATE DEFINITION JUST FOLLOWING THE ORIG, IN ORDER TO DIRECT IE-ONLY  -- FF IGNORES IT */


html, body {
	height:100%; /* needed for container min-height */
	margin:0;
	padding:0;
	width: 7in;
    color: #000;
    font: 12pt "Times New Roman", Times, serif;
	line-height: 14pt;
	background-color: #ffffff;
	
}

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: 6.2in;
}

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


a:link {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #666;
}

a:active {
	color: #000000;
	font-weight: bold;
}

.bookmark {
font-weight: bold; 
margin-bottom: 10px;
margin-top: 10px;
padding-bottom: 10px;
padding-top: 10px;
}

.banner {
width: 7in;
/*display: none;*/
}

h1 {
	color: #666;
	font-family: Verdana, Times, serif; 
	font-size: 14pt;
	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: #666;
	font-family: Verdana, Times, serif;  
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 5px; /*sets the baseline for the content and in relation to the Optional Region SubNav section*/
}

h3 {  
	color: #666;
	font-family: Verdana, Times, serif;  
	font-size: 13pt;
	font-style: italic;
	/*font-weight: bold;*/
	margin-bottom: 5px;
	padding-top: 2px;
	margin-top: 5px; /*sets the baseline for the content and in relation to the Optional Region SubNav section*/
}

h4 {  
	color: #000000;
	font-family: Verdana, Times, serif; 
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 2px;
	margin-top: 5px; /*sets the baseline for the content and in relation to the Optional Region SubNav section*/
}

img {
	border: none;
}

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

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

p.homepage {
	font: 12pt "Times New Roman", Times, 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: #666;
	padding-left: 18px;
	padding-bottom: 1px;
}

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

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

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

p.word a {
	background-image: url(../Images/word.gif);
	background-repeat: no-repeat;
	color: #666;
	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: #666;
	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;
}

ul {
	font-family: "Times New Roman", Times, 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: 7in;
}

div#content {
	background: #ffffff;
	padding: 0em 1em 5em 1em; /* bottom padding for footer */
	margin-top: 0px;
    color: #000;
    font: 12pt "Times New Roman", Times, serif; 
	width: 7in;
}

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

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

div#footer {
	background: #ffffff;
	border-top: 1px solid #000000;
	width: 100%;
	padding-top: 10px;
	margin-top: 10px;
	width: 7in;
	display: none;
		
}

div#footer p {
	color: #666;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal;
	margin: 0;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-top: 4px;
	text-align: center;
	display: none;
	}
	
/* 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.banner {  
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	display: none;
}

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

#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;
	display: none;
}

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

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

/*  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: 14px;
	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: 14px;
	margin: 0px;
	outline: none;  
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	display: none;
}

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

.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: #3C3A3A;
	font-family: Verdana, Times, serif; 
	font-size: 12pt;
	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: 12pt;
	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: #000000;
	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: #666;
	font-family: Verdana, Times, serif; 
	font-size: 14pt;
	text-align: left;
}

.index-feature-content {  
	padding: 0px 0px 10px 10px;
	background: #ffffff;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
	clear: right;
	}
	
#welcome {
	padding: 10px;
	width: 4in;
}

#feature {
	border-top: solid 1px #666;
	padding: 10px;
	width: 4in;
}

.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: 14px Verdana, Times, 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 4px 0px 3px;
	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;
	font-weight: bold;
}

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



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

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

*html div#subnav {
	float: left;
	margin: 0 0 0 -1px;
	padding: 0;
	width: .8in;
}


#subnavlist li{
    display: none;
	/*display: inline;*/
/* for IE5 and IE6 */
}

#subnavlist {
font-family: Verdana, Times, serif;
font-size: 9pt;
line-height: 16px;
margin: 0px;
padding: 0px;
border-top: 1px #4e4962 solid;
border-left: 1px #4e4962 solid;
border-right: 1px #4e4962 solid;
background-color: #4e4962;
text-align: left;
display: none;
}

#subnavlist a
{
display: block;
/*background-color: #ffffff;*/
border-bottom: 1px #4e4962 solid;
text-align: left;
text-decoration: none;
color: #000000;
padding: 5px 2px 5px 2px; /*this is the left indent*/
font-size: 9pt;
display: none;
}


#subnavlist a:hover { background-color: #e0f9cd; } /*COLORS SET HERE FOR HOVER SUBNAV*/
#subnavlist a:visited { color: #000000; }

#subnavlist li#subnavlist-head a {
	background-color: #4e4962;
	color: #ffffff;
	font-size: 10pt;
	line-height: 24px; /*this for the row to uniformly widen */
	display: none;
}

/* INTERNAL PAGE SUBNAV ENDS */

/*SPECIAL FOR PRINT AND SCREEN VERSIONS */

.print {
	display: none/*inherit*/;
}


.screen {
	background-color: #ffffff;
	color: #0d2a55;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	width: 7in;
	/*display: none;*/
}
