/* CSS Document */

/** FAMPLAN COLORS
dark blue: #0d2a55; (headers, etc)
med blue: #436080; (background)
light blue: #d3dce5; (submenu)
lightest blue: #e7ecf2; (tertiary menu)
dark teal: #013c52; (for top nav selected)
orange: #CB6635; (for hovered/visited text links)

*/


html, body {
	background-color: #436080;
	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;
	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: 650px; /*650px; <-- *------AMY-------* This controls the page height so that it doesn't overlap with the sidenav. 650px is minimum to avoid overlap with longest sidenav menu.*/
	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; /*#334b87 lighter blue had been used for all links*/
}

a:visited {
	color: #CB6635;
}

a:hover, a:active {
	color: #CB6635;
}

.bookmark {
text-decoration: none;
font-weight: bold; 
margin-bottom: 10px;
margin-top: 10px;
}

h1 {
	color: #013c52;
	font-family: Garamond, Palatino, Bookman, New Century Schoolbook, Times, Times New Roman, serif; 
	font-size: 200%;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 130%;
	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: #013c52;
	font-family: Garamond, Palatino, Bookman, New Century Schoolbook, Times, Times New Roman, serif; 
	font-size: 145%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 2px;
	margin-top: 10px; /*sets the baseline for the content and in relation to the Optional Region SubNav section*/
}

h4 {  
	color: #0d2a55;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 110%; /*120%*/
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 2px;
	margin-top: 10px; /*sets the baseline for the content and in relation to the Optional Region SubNav section*/
}

h5 {  
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 100%; 
	font-weight: bold;
	margin-bottom: 5px;
	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: .75em;
    list-style-image: url(../Images/bullet.gif);  
	margin-right: 10px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	
}

ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 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: #0d2a55;
	padding-left: 18px;
	padding-bottom: 1px;
}

p.ppt a {
	background-image: url(../Images/ppt.gif);
	background-repeat: no-repeat;
	color: #0d2a55;
	padding-left: 18px;
	padding-bottom: 3px;
}

p.miscdoc a {
	background-image: url(../Images/miscdoc.gif);
	background-repeat: no-repeat;
	color: #0d2a55;
	padding-left: 18px;
	padding-bottom: 2px;
}

p.offsite a {
	background-image: url(../Images/offsite.gif);
	background-repeat: no-repeat;
	color: #0d2a55;
	padding-left: 18px;
	padding-bottom: 1px;
}


p.word a {
	background-image: url(../Images/word.gif);
	background-repeat: no-repeat;
	color: #0d2a55;
	padding-bottom: 1px;
	padding-left: 18px;
}

p.xls a {
	background-image: url(../Images/xls.gif);
	background-repeat: no-repeat;
	color: #0d2a55;
	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: #0d2a55;
	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: .75em;
}

.small-body-text {
	font-size: .95em;
	height:1005;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	
}

ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 10px;
	
}

ul li.word a {
	background-image: url(../Images/word.gif);
	background-repeat: no-repeat;
	color: #0d2a55;
	padding-left: 18px;
	padding-bottom: 1px;
}

ul li.offsite a {
	background-image: url(../Images/offsite.gif);
	background-repeat: no-repeat;
	color: #0d2a55;
	padding-left: 18px;
	padding-bottom: 1px;
}
	
	
/* DIVISIONS ARE HERE FOR FLEXIBLE LAYOUT*/	

div#container {
	background:#ffffff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated 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: 1em 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*/
} 
			

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;
}

div#footer .disclaimer {
	color: #0d2a55;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: x-small; 
	font-style: normal;
	margin: 5px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-top: 4px;
	text-align: left;
}
	
/* 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;
	
}

td.banner #printbanner {  
	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;
}

#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: #CB6635;
	text-decoration: none;
}

#header a:visited {
	color: #CB6635;
	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 #013c52;
	color: #013c52;
	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: #013c52;
  	font-size: 15.49px;
	margin: 0px;
	outline: none;  
	padding: 5px 0px 0px 0px;
	text-decoration: none;
}

.topnavbar a:hover, .topnavbar a:active {
  	background-color: #ffffff;
	color: #013c52;
}

.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;
    list-style-position: outside;
}

#an-ev li /*a, #an-ev li a:link, #an-ev li a:visited*/ {
    /*background-image: url(../Images/bullet.gif); commented out to keep the bullets from doubling*/
	background-repeat: no-repeat;
	color: #0d2a55;
	padding-left: /*4px*//*20px*/; /*this is the offset for the bullet indent*/
	padding-bottom: 10px;
	margin-left: -20px;
	font-size: 100%;
}

/* 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 #ffffff;
	/*clear: left;*/
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
	
#navcontainer ul#navlist li {
	border: 1px solid #ffffff;  /* 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: #013c52; /* default background color for the unselected tabs */
	display: block;
	line-height: 2em;
	margin: 0;
	padding: 0px 47.91px 0px 47.91px;
/*		padding: 0px 47.92px 0px 47.92px;*/
/*		padding: 0px 24.5px 0px 24.75px;*/
	text-decoration: none;
	color: #ffffff; /*makes the nav text the color in it's unselected state*/
}

html* #navcontainer ul#navlist li a {
	background: #013c52; /* default background color for the unselected tabs */
	display: block;
	line-height: 2em;
	margin: 0;
	padding: 0px 47.99px 0px 48.95px;
/*		padding: 0px 24.99px 0px 25.9px;*/
	text-decoration: none;
	color: #ffffff; /*makes the nav text the color in it's unselected state*/
}


#navcontainer ul#navlist li a:visited { color: #ffffff; background:#013c52;  }

#navcontainer ul#navlist li a:active {
	background: #e7ecf2;
	color: #013c52;
}

#navcontainer ul#navlist li a:hover {
	background: #e7ecf2;
	color: #013c52;
}



/* 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 */



/****************** AGSP used in site navigation *********************/

#NavBkg {
	background-color: #e7ecf2;
	border-bottom: 2px solid #e7ecf2;
	border-right: 1px solid #e7ecf2;
	border-left: 1px solid #e7ecf2;
	border-top: 0px;
	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 {
	/*background-color: #d3dce5;*/
  	color: #000000;
	display: block;
	outline: none;  
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	background-image: url(../Images/subnav_bullet.gif);
	background-repeat:no-repeat; 
	background-color: #d3dce5;
}

#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 {
	background-color: #ffffff; /*<-- if you change these 2 for the hovers, change it in the template also, to control the selected*/
  	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 {
	padding: 2px 5px 2px 4px;
	background-color: #d3dce5;
	color: #000000;
	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 { display: none;}

div#submenu1 a:link, div#submenu1 a:visited,
div#submenu2 a:link, div#submenu2 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 {
	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/subnavb_bullet.gif);
	background-repeat:no-repeat; 
}	

/*SPECIAL FOR PRINT AND SCREEN VERSIONS */

.print {
display:none;
}

.screen {
	background-color: #ffffff;
	color: #0d2a55;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
}


