@charset "utf-8";
/* CSS Document */
/* DNR stylesheet modifications, overrides of State core and main css -->
/* Override core.css */
/* Modify the url for your header graphic. Adjust the width accordingly */
#header a#title span{ 
	background: url('images/dag_header.png') no-repeat;/*The individual department / division header needs to be put in here*/
	width: 650px;/* The width and height will need to be set to the above image so that everything shows up appropriately*/
}
/*This styles the breadcrumbs*/
#breadcrumbs{
	background: #f2fff2;  /*For light blue use #F5FAFE;*/
}
/*This styles the department footer*/
#department_footer{
	background: #EEE; /*For light blue use #F5FAFE;*/
}
/* headers */
/* DNR standard states use of a standard h1 tag for page title. For long titles use <h1 class="h1alternate"> */
h1{
	color: #fff;
	font-size: 1.5em;
	font-variant:  normal;
	display: block;
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#637ba5', endColorstr='#17336b'); /* for IE 003366 */
	background: -webkit-gradient(linear, left top, left bottom, from(#637ba5), to(#17336b)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #637ba5,  #17336b); /* for firefox 3.6+ */
	border: 1px solid #27579f;
	padding: 2px;
	margin: 5px 0;		
	margin-top: 3px;
	margin-bottom: 10px;
	border-bottom: 4px solid #F3D673;
	border-right: none;
	border-left: none;
  	font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
	width: 100%;
}
.h1alternate{ /* Use <h1 class="h1alternate"> when your page title is more than 1 line */
	color: #17336b;
	background: #fff;/* for non-css3 browsers */
	filter: none;
	font-weight: bold;
	border-bottom: 2px solid #F3D673;
	border-right: none;
	border-left: none;
	border-top: none;
  	font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
  	text-shadow: 1px 1px 1px #aaa;
	margin-top: 10px;
	margin-bottom: 15px;
}
h4{ /* Makes title Sans-serif */
	font-family: Helvetica, Arial, sans-serif; 
}
h6{ /* Makes title Sans-serif */
	font-family: Helvetica, Arial, sans-serif; 
}
/* Optional Items */
/* Optional h2 */
h2 {
	background: none;
	border-bottom: 2px solid #F3D673;
	color: #17336b;
  	font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
  	font-size: 1.3em;
  	font-style: normal;
  	font-weight: 600;
  	text-shadow: 1px 1px 1px #aaa;
  	text-decoration: none;
  	text-transform: none;
  	letter-spacing: 0em;
  	word-spacing: 0em;
  	line-height: 1em;
	text-indent: 0px;
	padding-left: 10px;
	margin-top: 10px;
}
div.centered {
	margin-left:auto;margin-right;auto; text-align:center; width:100%;
}

.mission{
	font-family: Georgia,"Times New Roman",Times,serif;font-size: 0.8em;font-style: italic;font-weight: normal;text-shadow: none;
	color: #4fa64f;
	padding-top: 2px;padding-right: 3px;
	margin-left:auto; margin-right:auto;
	text-align:center;
}