@charset "utf-8";
/* CSS Document */

.offPage {
	position: absolute;
	left: -900px;
}

body {
	margin: 0px 0px 5px;
	padding: 0px;
	background-color: #CBC198;
	background-image: url(../images/mockup_bkgd.png);
	font-family: Arial, Helvetica, sans-serif;

}

#wrapper {
	width: 620px;
	margin: 0 auto;
	width: 1000px;
	-moz-box-shadow: 0 0 10px #888888;
	-webkit-box-shadow: 0 0 10px #888888;
	box-shadow: 0 0 10px #888888;
}

/*----------------------------------------*/
/* topNav */	



#topNav {
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
/* 	height: 170px; */	
}


#topNavRight {
	margin: 0 0 0 213px;
	background-color:#CC0000;
}
#topNavLeft {
	float: left;
	margin: 0;
	padding: 0;
	width: 223px;
}
#topNav_01 {
	background-color: #CC0000;
	height: 30px;
	margin: 0;
	padding:  0;
	background-image: url(../images/redShadow_bkgd.png);
	background-repeat: repeat-y;
}
#topNav_02 {
	height: 94px;
	margin: 0;
}
#topNav_03 {
	background-color: #CC0000;
	height: 45px;
	margin: 0;
	padding: 0;
	background-image: url(../images/redShadow_bkgd.png);
	background-repeat: repeat-y;
	clear: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#topNav_04 {
	background-color: #FFFFFF;
	clear: both;
	height: 23px;
}

/*----------------------------------------*/
/* topLinks */	

#topLinks {
	font-size: 0.78em;
	text-align: right;
	padding-right: 20px;
	padding-top: 7px;
	font-weight: bold;
	letter-spacing: .5px;
}
#topLinks a {
	color: #FFFFFF;
	padding-left: 20px;
}
#topLinks a:hover {
	text-decoration: underline;
}
#topLinks a {
	text-decoration: none;
}
/*----------------------------------------*/

/* User/Section DropDown Menu */	

#topNav2 {
	/*	border-bottom: 1px solid #666666; grey*/
	font-size: 0.86em; /* 11px */
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.6px;
	background-color: #CC0000; /*red*/
	text-decoration: none;
	list-style-type: none;
	overflow: hidden;
	white-space: nowrap;
	margin: 		0;
	padding: 		0 0 0 10px;
		}
		
#topNav2 ul { 
		float: left;
		clear: both;
		background-color: #CCCCCC; /*light grey*/
		text-decoration: none; 
		list-style-type: none;
		overflow: hidden;
		white-space: nowrap;
		margin: 		0px;
		padding: 		0px;
		}
	
#topNav2 a {
	display: block;
	background-color: #CC0000; /* red */
	color: #FFFFFF; /*grey*/
	text-decoration: none;
	margin:  0px;
	padding: 15px 0 14px 20px;
		}
		
#topNav2 a:hover, #topNav2 a:focus {
	background-color: #CCCCCC; /* lt gray */
	color: #003366; /* blue */
	text-decoration: none;
}				
		
#topNav2 li { /* all list items */
	width: 225px; /* width needed for the lovely Opera */
	float: left;
/*		margin: 0px 0 0 20px; */
	padding: 0px;
		}

/* drop-down menu */	
#topNav2 li ul { 
        width: 225px; 	
		position: absolute; 
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		}
			
#topNav2 li:hover ul, ul#topNav2 li a:focus, ul#topNav2 ul li:hover a:hover, #topNav2 li a:focus + ul { 
        left: auto; /* show drop down */
		}
		
#topNav2 li.sfhover ul{ /* works with JavaScript for IE */
		left: auto;
		}

li.middleMenu {
	padding-right: 20px !important;
	padding-left: 10px !important;
	width:265px !important;
}
		
#skip a
{
		position:absolute;
		left:-10000px;
		top:auto;
		width:1px;
		height:1px;
		overflow:hidden;
}

#skip a:focus
{
		position:static;
		width:auto;
		height:auto;
		color:#FFFFFF;
		font-weight:bold;
}

		
/* end drop-down menu */


/*----------------------------------------*/
/* search */	

#search {
	text-align: right;
	font-size: 0.8em;
	float: right;
	margin: 38px 0 0;
	padding: 16px;
	background-color:#174873;
}

#cse-search-box {
	padding: 0;
	margin: 0;
}
#cse-search-box #vaquestion {
	color: #333333;
}
#cse-search-box #btnask {
	color: #333333;
}


/*----------------------------------------*/
/* leftNav */



#leftNav {
	float: left;
	width: 205px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}


#leftNav ul {
	display: inline;
}
#leftNav li {
	list-style-type: none;
	padding: 8px 0 8px 18px;
	font-size: 0.92em;
	margin: 0px;
}

#leftNav a {
	text-decoration: none;
	color: #FFFFFF;
}
#leftNav a:hover {
	text-decoration: underline;
}

#content {
	background-color: #FFFFFF;
	margin-left: 205px;
	padding: 0 20px 10px 30px;
	font-size: 0.9em;
	min-height: 600px;
}


#mid {
	margin: 0 0 1px;
	padding: 0;
	background-image: url(../images/leftNav_bkgd_205x744.png);
	background-repeat: no-repeat;
	background-color: #174873;
	clear: both;
}
#copyright {
}
#footer {
	clear: left;
}
#footer p {
	margin: 6px 10px 6px 0px;
	padding: 6px 0px 0px;
}


/*----------------------------------------*/
/* copyright */

#copyright {
	background-color: #999999;
	padding: 0 20px 0 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: right;
	border: 1px solid #919191;
	font-weight: bold;
}

#copyright a {
	color: #E6E6E6;
}

#copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright img {
	padding: 0px;
	margin: 0;
}

/*----------------------------------------*/	
/* siteMap */	


#siteMap {
	position:relative;
	background-image: url(../images/siteMap_bkgd.png);
	border-top: 1px solid #B6B6B6;
	border-right: 1px solid #B6B6B6;
	border-left: 1px solid #B6B6B6;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 10px;
}


#siteMap img {
	margin: 0px;
	position:absolute;
	padding: 12px 6px 0 0;
	right: 0px;
	bottom: 0px;
}

#siteMap ul {
	padding: 4px 0px 6px 8px;
	margin: 0;
}

#siteMap li {
	list-style-type: none;
	font-size: 0.7em;
	padding-bottom: 2px;
}

#siteMap h2 {
	padding: 8px 0 0;
	margin: 4px 0 0;
	font-size: 0.8em;
	font-weight: bold;
}
#siteMap img {
	margin: 0px;
	position:absolute;
	padding: 12px 6px 0 0;
	right: 0px;
	bottom: 0px;
}

.bottomNav {
	float: left;
	padding: 5px 0 10px 24px;
}
#siteMap a {
	color: #666666;
	text-decoration: none;
}
#siteMap a:hover {
	text-decoration: underline;
}

#breadcrumb {
	margin-left: 205px;
	background-color: #FFFFFF;
	padding: 0 0 0 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	color: #003366;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 2.2em;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 1.4em;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

h3 {
  color: #003366;
  font-size: 1.2em;
}

a {
	color: #003366;
}
.yellowBox2 {
	background-color: #E6E6E6;
	border: 1px solid #CCCCCC;
	padding: 8px;
}

/*----------------------------------------*/
/* Right side related links boxes */

.rightLinks {
	float: right;
	margin: 26px 0 16px 10px;
	padding-right: 6px;
	width: 230px;
	background-color: #FFFFFF;
}


.rightLinksTop {
	text-align: center;
	text-transform: lowercase;
	color: #003366;
	font-size: 1.3em;
	margin-bottom: 2px;
	width: 204px;
	margin-left: 30px;
}
.rightLinksBottom {
	border: 1px solid #CCCCCC;
	font-size: 0.94em;
	padding: 6px 6px 8px 14px;
	line-height: 130%;
	width: 180px;
	margin-left: 30px;
	background-image: url(/images/bkgd_lt_gray_1x1c.png);
}
.rightLinksBottom p {
	margin: 0px;
	padding: 2px 0px;
}




/*----------------------------------------*/	
/* Tables */	
table	{
	background-color: #CCCCCC;
	font-size: .9em;
	width: 100%;
		}
			
th		{
	font-weight: bold;
	background-color: #FFF0DF;
	vertical-align: top;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:left;
		}
		
td		{		
		font-weight: normal;
		background-color: #FFFFFF;
		text-align: left;
		vertical-align: top;
		}
			
caption {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 125%;
	margin:			0px;
	padding-top:	10px;
	padding-right:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
		}
/*----------------------------------------*/
		
.number { 
		font-size: 160%; /* 11 x 160% = 176px  */
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #666666; 
		text-decoration: none; 
		font-weight: bold;
		line-height: 125%;
		margin:			0px;
		padding-top:	0px;
		padding-right:	0px; 
		padding-bottom:	0px;
		padding-left:	0px;
		}
/*----------------------------------------*/
/* Borders */

.greyBorder {border: 1px solid #999999;}

.blueBorder {border: 3px solid #CCCCFF;}

.purpleBorder { /* acknowledgment letter */
			width: 612px;
			border: 1px solid #9999CC;
			} 

.borderBottom {border-bottom: 1px solid #CCCCFF;} /* delete */

/*----------------------------------------*/
/* Boxes */

.yellowBox{
	border: 1px solid #CCCCCC;
	background-color: #FFF0DF;
	padding: 10px;
	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
	width: 80%;
		}
		
.yellowBox2 {
	border: 1px solid #CCCCCC;
	background-color: #FFF0DF;
	padding: 10px 10px 10px 16px;
	font-size: 1em;
	color: #003366;
	width: 460px;
	font-family: Arial, Helvetica, sans-serif;
}
		
/*----------------------------------------*/

.orangeFont {		
		color: #CC0000;
		}

dl dt {
	/* 	font-weight:bold; margin-top:1ex;} ? */
}

.bright {
background-color: #FFE7C1;
color:#333333;
padding: 0 10px 10px;


}

/*----------------------------------------*/

.content dt {
	font-size: 130%;
	font-weight: bold;
	padding-bottom: .2em;
}
.content dt a, .content dd a, .navList a {
	text-decoration: none;
}
.content dt a:hover, .content dd a:hover, .navList a:hover {
	text-decoration: underline;
}

.content dd {
margin-left:1em;
padding-bottom: .2em;
}

li.navList {
padding-top:.4em;
}

 ul.navList {
	font-size:1.1em;
	padding-top: .2em;
	margin-top: .2em;
}
.midType {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}

 a.midType {
	color: #663333;
	text-decoration: none;
}

 a:hover.midType {
	color: #663333;
	text-decoration: underline;
}
.smallBox {
	padding: 5px;
	float: left;
	width: 180px;
}
/*----------------------------------------*/
/* Ferpa Content */
.ferpaContent {
		height: 100%; /* for the lovely IE */
		
		background-color: #FFFFFF;   /* white */  
		font-size: 110%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #666666;
		text-decoration: none;
		line-height: 125%;
		overflow: hidden;
		
		margin-top:		0px;
		margin-right:	3%; /* space right of content- 24px in when width is 800px */
		margin-bottom:	20px;
		margin-left:	20px; 
		padding:	0px;
		}
/*----------------------------------------*/
/* Image Div */		
.rightImage {
		width: 180px;
		position: relative;
	    float: right;
		display: block;
		margin-top:	    10px; 
		margin-right:	0px; 
		margin-bottom:  10px; 
		margin-left:	10px; 
		padding:	0px; 
		}
/*----------------------------------------*/
#content p {
	line-height: 140%;
	margin-top: 10px;
}
.rightLinksBottom p {
	margin: 4px !important;
	padding: 2px !important;
}

#breadcrumb a {
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
.OARlogo {
	left: -10px;
	position: relative;
}
#content li {
	margin-bottom: 3px;
}

li.f2jnag {
  display: none !important;
}
