@charset "utf-8";
/* CSS Document */
/* DNR Division of Agriculture 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('/ag/layoutimages/ag_header_test.png') no-repeat;/*The  division header needs to be put in here*/
	width: 510px;/* 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; /* light green*/
	letter-spacing: 0em; 
	word-spacing: 0em;  
	padding-top:3px;  
	line-height:1.6em;
}
/*This styles the department footer*/
#department_footer{
	background:	#F2FFF2; /* light green matching breadcrumb trail*/
}
/* 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;
	border-left: none;
	border-right: none;
	padding: 2px;
	margin: 5px 0;		
	margin-bottom: 15px;
	margin-top: 20px;
	border-bottom: 4px solid #F3D673;
	border-right: none;
	border-left: none;
  	/*font-family:'PT Sans Caption', Helvetica, Arial, sans-serif;*/
  	font-family: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;*/
  	font-family: Helvetica, Arial, sans-serif;
  	text-shadow: 1px 1px 1px #aaa;
}
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 #8EBA78; /* Green color */
  	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;
	margin-top: 10px;
	color: #000;
}
/* Modifications to the two_column.css */
#sidebar {
	border:solid; 
	background-color:#F2FFF2; 
	border-color:#060;
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar h2{
	/*border-bottom:none;*/
	color: #000;
	text-indent: 0px;
	width: 95%; 
	border-bottom: 2px solid #8EBA78;
	margin-bottom: 5px;
	margin-top: 10px;
}
#sidebar ul li{
  	line-height: 2em;
	font-weight:bold;
	padding-left: 1em;
	text-indent: -1em;
}
#sidebar ul li a{
	font-size: /*1.1em;*/ 1em;
	text-decoration:none;
	color: #1f4680;
}
#sidebar ul li a:hover{
	text-decoration:underline;
}
#sidebar ul li a:visited{
	color: #1f4680;
	font-weight:bold;
}
#sidebar p{
	font-size: 1em;
}
#sidebar h3{
	color: #000;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 1em;
}
#main ul li a {
	font-size: 1em;
	text-decoration: none;
	color: #1f4680;
	border-bottom: 1px dotted #ccc;
}
#main ul li a:hover{
	text-decoration:underline;
	border-bottom: none;
}
#main h3 a{
	text-decoration: none;
	color: #1f4680;
}
#main h3 a:hover{
	text-decoration:underline;
}
#main a:hover{
	text-decoration:underline;
}

/* Agriculture website general use */
#mgmt_person_info {
	background-color: #fff;
}#mgmt_person h3{
	color: #000;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 1em;
	text-indent: 0px;
}
#mgmt_person_info {
	padding-top: 5px;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #666666;
	-webkit-box-shadow: 3px 3px 4px #666666;
	box-shadow: 3px 3px 4px #666666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}
#content  ul {
	list-style-type:disc;
	list-style-position:inside;
}
	
	
