@charset "utf-8";
/* CSS Document */
/*Style things that are going to be consistent throughout the page*/
body{
	/*font-family: Helvetica, Arial, sans-serif;*/
	/*DNR change*/
	font-family: Arial, Helvetica, sans-serif;
}

/*Creates even spacing between all the potential content elements*/
h1, h2, h3, h4, h5, h6, p, ul, ol, dl{
	margin: 0;
	padding: 5px 0;
	font-weight: normal;
}
/*Indents the headers so they all line up*/
h1, h2, h3, h4, h5, h6{
	text-indent: 10px;	
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3e3e3e;	
	font-size: 1.5em;
	font-variant: small-caps;
	display: block;
	background: #e8e8ef;
	border: 1px solid #27579f;
	padding: 2px;
	margin-bottom: 10px;
}

span#tagline{
	color: 	#4fa64f;
/*	color: 	#a64f4f;	*/
	font: italic bold 1.1em Georgia, "Times New Roman", Times, serif;
	text-align:center;
	display: block;
	width: 100%;
	padding: 3px 0;
}


h2{
	color: 	#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	background: #15365b url('images/HeaderBar.gif') repeat-x;
	display: block;
	width: 100%;
	padding: 3px 0;
	/*font-variant: small-caps;*/
}
h3{
	
	color: #1f4680;
	font-size: 1.1em;
	font-weight: bold;
}

h4{
	color: #000;	
	font-size: 1em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5{
	font-size: 1em;
	color: #1f4680;
	font-weight: bold;
}

h6{
	font-size: .9em;
	color: #000000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a{
	color: #0a306a;	
}

a:visited{
	color: #3e3e3e;	
}

a:hover, a:focus{
	color: #104aa2;
	text-decoration: none;
}
/*Positions the lists to line up with the rest of the page*/
ul, ol, dl{
	/*padding: 0 0 0 25px;*/
	/* DNR Changes*/
	padding: 10px 0 0 10px;
	list-style-type:none;
}
/*Positions paragraphs to line up with the rest of elements on the page*/
p{
	padding-left: 10px;	
}

p, ul, ol, dl{
	font-size: .9em;
	line-height: 1.3em;
}
/*Styles a link that is inside either a paragraph or a list*/
p a, ul a, ol a, dl a{
	/*color: #7B2217;
	font-weight: bold;*/
	/* DNR changes */
	color: #000;
	text-shadow:#999;
}

p a:visited, ul a:visited, ol a:visited, dl a:visited{
	color: #732217;
	font-weight: normal;
}

p a:hover, p a:focus, ul a:hover, ul a:focus, ol a:hover, ol a:focus, dl a:hover, dl a:focus{
	color: #496691;
	text-decoration: none;
}
/*These div.box create a way to make certain sections stand out*/
.box{
	background: #D9E1EE;
	border: 1px solid #a6a7a7;
	color: #171C34;
	margin: 5px 0;
	
}

.box ul{
	padding: 0;
	margin: 0;
}

.box li{
	border-bottom: 1px solid #bdc0cd;
	padding: 5px 0 5px 10px;
	list-style-position: inside;
	list-style-image: url('images/Star.gif');
	color: #171C34;
	font-size: .8em;
}

.box p{
	padding-right: 10px;	
}

/*This is for the header image */
#photo_banner{
	padding: 0;
	margin: 0;
	height: 172px;/*Set the height to the height of the photo or you get gaps on the bottom of the div*/
	border-bottom: 4px solid #637ba5;
	position: relative;
	clear: both;
}

#photo_banner img{
	padding: 0;
	margin: 0;
}

/*This styles the breadcrumbs*/
#breadcrumbs{
	width: 960px;
	background: url('images/department_footerBG.gif') repeat #f2fff2;
	border-bottom: solid 1px #d1d3d6;
	color: #293042;
	font-size: .7em;
	font-weight: bold;
	margin: 0;
}

#breadcrumbs a{
	color: #293042;
	text-decoration: none;
	padding: 2px 5px 2px 15px;
	
}

#breadcrumbs a:hover, #breadcrumbs a:focus{
	text-decoration: underline;	
}

/*This controls the main content area*/
#content{
	padding: 15px;
	width: 930px;
	background-color: #fff;
}
/*This styles the department footer*/
#department_footer{
	width: 930px;
	padding: 10px 15px;
	text-align: left;
	margin: auto;
	background: url('images/department_footerBG.gif') repeat #f2fff2;
	font-family: Arial, Helvetica, sans-serif;
}

#department_footer .right{
	text-align: right;
	font-size: .75em;
	color: #2A3858;
}

#department_footer ul{
	list-style: none;
	display: inline;
}

#department_footer ul li{
	float: left;
	padding: 0 10px 10px 0;
	font-size: .8em;
	
}

#department_footer ul li a, #department_footer a{
	color: #2A3858;
	text-decoration: underline;
}

#department_footer ul li a:hover, #department_footer ul li a:focus, #department_footer a:hover, #department_footer a:focus{
	text-decoration: none;
}

#department_footer .right .center_item{
	border-left:  #999 solid 1px;
	border-right: #999 solid 1px;
	padding: 0 4px;
}

#department_footer .right .right_item{
	border-left: #999 solid 1px;
	padding: 0 0 0 4px;
}

#department_footer .right .left_item{
	border-right: #999 solid 1px;
	padding: 0 4px 0 0;
}

/*These div.box create a way to make certain sections stand out*/
div#head-img{
	background: #f2fff2;
	border: 1px solid #a6a7a7;
	color: #171C34;
	margin: 10px;
	padding:5px;
	float:right;
	
}
div#head-content{
	width:480px;
	margin: 10px;
	padding:5px;
	float:left;
text-align:justify;
}

div#sidebar p {
text-align:justify;
}
