@charset "utf-8";


* {
	margin:0px;
	padding:0px;
}

body  {
	/*phone 	-webkit-text-size-adjust: 100%;  */   
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;   /*phone 	font-size:13px */
	background-image:url(graphics/background-hi-lite.png);   /*phone 	delete */
	background-repeat:repeat-x;   /*phone 	delete */
	background-position: 0px 0px;   /*phone 	delete */
	/*background-color: #1e4b23;*/
	background-color: #182019;
}

#pagecontainer {
	text-align: left;
	margin: 10px auto 0px auto;   /*phone 	margin: 5px auto 0px auto; */ /*space above the page and centers the pages*/
	padding: 0px;
	border:0px;
	width: 955px;  /*tablet 	width:730px;  */  /*phone 	min-width:320px;  */
	background-image:url(graphics/state-seal-13perc.png);   /*phone 	max-width:420px; */
	background-repeat:no-repeat;   /*phone 	delete */
	background-position: 4px 1px;   /*phone 	delete */
	background-color:#ffffff;
}

h1 {
	color: #384746;
	font-family: Cambria, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;  /*phone 	font-size: 18px;  */
	line-height:28px;  /*phone 	delete  */
	margin:0px 0px 10px 0px;  /*phone 	margin:5px 0px 5px 0px;  */
	padding:0px;
}

h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height:22px;  /*phone 	delete  */
	margin:5px 0px 5px 0px;
}


a  {
	color: #3e682d;
	text-decoration:underline;
}

a:hover {
	color:#97ac8f;
}

a img {
	border-collapse:collapse;
	border-style:none;
	border-width:0px;
}

p {
	margin:0px 0px 10px 0px;
}

form {
	margin:0px;
}

div {
	margin:0px;
}

ul {
	padding:0px 0px 6px 20px;
}

li {
	margin:0px 0px 6px 10px;  /*phone 	margin:0px 0px 6px 5px;  */
}

ol  {
	list-style:outside decimal;
	padding-left:27px;
}

ol ol {
	list-style:outside lower-alpha;
	padding-left:37px;
}

ol ol ol {
	list-style:outside decimal;
	padding-left: 47px;
}

table {
	border-collapse:collapse;
	border: 1px solid #537f42;
	padding: 5px;
	margin: 10px 0px 0px 0px;  /*phone 	margin: 10px auto 0px auto;  */
	background-color:#e3eae0;
	/*border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	-moz-box-shadow: 3px 3px 8px #537f42;
	-webkit-box-shadow: 3px 3px 8px #537f42;
	box-shadow: 3px 3px 8px #537f42;*/
}

caption {
	text-align: center;
	padding:3px 5px 3px 5px;
	border: 1px;
	color: #000000;
	font-weight: bold;
	background-color: #ffffff;
	/*border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px; 
	-moz-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
	-moz-box-shadow: 3px 3px 8px #cecea0;
	-webkit-box-shadow: 3px 3px 8px #cecea0;
	box-shadow: 3px 3px 8px #cecea0;*/
}

table td {
	text-align: left;
	background-color:transparent;
	border: 1px solid #c3d8ba;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
}


table th {
	text-align: center;
	padding:3px 5px 3px 5px;
	border: 1px none #babacb;
	color: #ffffff;
	font-weight: bold;
	background-color: #537f42;
}

table th a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

table.default {
	border-collapse:collapse;
	border: 1px none #537f42;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	background-color:transparent;
}


.table-no-backg {
	border: 1px none #537f42;
	background-color:transparent;
}

.table-no-backg td {
	background-color:transparent;
	border: 1px none #c3d8ba;
}

.table-no-backg th {
	text-align: center;
	border: 1px none #babacb;
	color: #000000;
	background-color:transparent;
}

.div-table {
  display: table;  /* phone  delete*/
  table-layout:auto;  /* phone  delete*/
  margin:15px 0px 15px 0px;
  width:470px;
}

.div-table-wide {
  display: table;  /* phone  delete*/
  table-layout:auto;  /* phone  delete*/
  margin:15px 0px 15px 0px;
  width:605px;
}


/*.div-table */.div-cell {
  display: table-cell; /* phone  display:inline-block;*/ 
  margin: 0px 15px 10px 0px;
  width:220px;
  padding-right: 10px;
  vertical-align: top;
}

.div-table > div p {
	margin:5px 10px 5px 10px;
}

.div-photo-border {
	border:1px solid #87ACC1;
	padding: 4px 4px 4px 4px;
}

img {
	border-collapse:collapse;
	border-style:none;
	border-width:0px;
}
	  
img.iconSpacer {
	vertical-align:-3px;
	margin: 3px 3px 0px 3px;
}

.float-right {
	float:right;
}

.float-left {
	float:left;
}

.photo-center-alt { /* used only if there is an alternate sized photo used on tablet version */
	display:none;/*tablet 	display:block;  */
}

.noWrap {
	white-space:nowrap;
}

.noWrapLeft {
	white-space:nowrap;
	text-align: left;
}

/* Begin all banner related items */
#agencyheader {
	position:relative;
	background-color:#384148;
	height: 175px;  /*phone 	height: 110px;  */
	background-image:url(graphics/nhdamf-955-banner.jpg);  /*tablet  background-image:url(graphics/nhdamf-730-banner.jpg);  */  /*phone 	background-image:url(graphics/nhdamf-420-banner.jpg);  */
	background-position:0px 0px;  /*phone 	delete  */
	background-repeat: no-repeat;  /*phone 	delete  */
}

.screen-only {
	display:inline-block;  /*tablet  display:none;  */  /*phone  display:none;  */
}

.tablet-only {
	display:none;  /*tablet  display:inline-block;  */
}

.phone-only {
	display:none;  /*phone  display:block;  */
}

.print-only {
	display:none;
}

.screen-tablet-only {
	display:block;  /*phone  display:none;  */
}

.printheader {
	display:none;
}

.phoneheader {
	display:none;  /*phone	height:80px;  */
}

.phone-only {
	display:none;  /*phone	display:block;  */
}

.g-translate3 {
	position:absolute;
	top:1px;
	left:90px;
	width: 110px;
	height: 25px;
	background-image:url(graphics/flags-translate.png);
	background-position:0px 1px;
	background-repeat:no-repeat;
}

.translation-table {
	margin:10px;
	width:80%;
}

.translation-table td {
	width:50%;
	background-color:#D0D0D0;
	border:#ffffff 1px solid;
}

.fontsizer {
	float:left;  /*phone	display:none;  */
	width: 80px;  /*phone 	delete  */
	height: 25px;  /*phone 	delete  */
	padding-left: 10px;  /*phone 	delete  */
	padding-top: 0px;  /*phone 	delete  */
	text-align: left;  /*phone 	delete  */
}
   
.fontsizer img {
	border-width: 0;
}


.fontsizer-new {  /*phone 	delete all  */
	float:left;
	width: 61px;
	height: 25px;
	padding-left: 10px;
	padding-top: 0px;
	text-align: left;
}
   
.fontsizer-new a:hover:after {  /*phone 	delete all  */
	position:relative;
	content:url(graphics/abc-plus.gif);
	top:-22px;
	left:0px;
}

.fontsizer-new a:focus:after {  /*phone 	delete all  */
	position:relative;
	content:url(graphics/abc-plus.gif);
	top:-22px;
	left:0px;
}


.fontsizer-new a:focus:hover:after {  /*phone 	delete all  */
	position:relative;
	content:url(graphics/abc-plus-plus.gif);
	top:-22px;
	left:0px;
}


#websiteid {
	float:right;  /*phone 	display:none;  */
	width: 500px;  /*phone 	delete  */
	height: 25px;  /*phone 	delete  */
}

/*---------------Social Media ----------------*/


.social-btns {
	position:absolute;  /*phone  position:relative;  */	
	bottom:25px;  /*phone  bottom:86px;  */	
	left:12px;  /*phone  left:0px;  */	
	text-align:left;  /*phone  text-align:center;  */	
	width:141px;  /*phone  width:100%;  */	
	height:114px;  /*phone  height:21px;  */	
}

.social-btn1 {
	position:absolute;  /*phone  margin:2px 10px 2px 10px;  */
	bottom:10px;  /*phone  delete  */
	left:0px;  /*phone  margin:2px 10px 2px 10px;  */
	background-image:url(graphics/facebook-btn-transp.png);    /*  phone  background-image:url(graphics/facebook-btn-sm.png);  */
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:42px;  /*phone  width:21px;  */
	height:42px;  /*phone  height:21px;  */
}
	
.social-btn1:hover {
	background-image: url(graphics/facebook-btn.png);    /*  phone  background-image:url(graphics/facebook-btn-transp-sm.png);  */
}

.social-btn2 {
	position:absolute;  /*phone  margin:2px 10px 2px 10px;  */
	top:10px;  /*phone  delete  */
	left:0px;  /*phone  margin:2px 10px 2px 10px;  */
	background-image:url(graphics/twitter-btn-transp.png);    /*  phone  background-image:url(graphics/twitter-btn-sm.png);  */
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:42px;  /*phone  width:21px;  */
	height:42px;  /*phone  height:21px;  */
}
	
.social-btn2:hover {
	background-image: url(graphics/twitter-btn.png);    /*  phone  background-image:url(graphics/twitter-btn-transp-sm.png);  */
}

.social-btn3 {
	position:absolute;  /*phone  margin:2px 10px 2px 10px;  */
	bottom:10px;  /*phone  delete  */
	left:42px;  /*phone  margin:2px 10px 2px 10px;  */
	background-image:url(graphics/you-tube-btn-50.png);    /*  phone  background-image:url(graphics/facebook-btn-sm.png);  */
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:42px;  /*phone  width:21px;  */
	height:42px;  /*phone  height:21px;  */
}
	
.social-btn3:hover {
	background-image: url(graphics/you-tube-btn.png);    /*  phone  background-image:url(graphics/facebook-btn-transp-sm.png);  */
}

.social-btn4 {
	position:absolute;  /*phone  margin:2px 10px 2px 10px;  */
	top:10px;  /*phone  delete  */
	left:42px;  /*phone  margin:2px 10px 2px 10px;  */
	background-image:url(graphics/pinterest-btn-50.png);    /*  phone  background-image:url(graphics/twitter-btn-sm.png);  */
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:42px;  /*phone  width:21px;  */
	height:42px;  /*phone  height:21px;  */
}
	
.social-btn4:hover {
	background-image: url(graphics/pinterest-btn.png);    /*  phone  background-image:url(graphics/twitter-btn-transp-sm.png);  */
}

.social-btn5 {
	position:absolute;  /*phone  margin:2px 10px 2px 10px;  */
	bottom:10px;  /*phone  delete  */
	left:84px;  /*phone  margin:2px 10px 2px 10px;  */
	background-image:url(graphics/instagram-btn-50.png);    /*  phone  background-image:url(graphics/facebook-btn-sm.png);  */
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:42px;  /*phone  width:21px;  */
	height:42px;  /*phone  height:21px;  */
}
	
.social-btn5:hover {
	background-image: url(graphics/instagram-btn.png);    /*  phone  background-image:url(graphics/facebook-btn-transp-sm.png);  */
}

.social-btn6 {
	position:absolute;  /*phone  margin:2px 10px 2px 10px;  */
	top:10px;  /*phone  delete  */
	left:84px;  /*phone  margin:2px 10px 2px 10px;  */
	background-image:url(graphics/twitter-btn-transp.png);    /*  phone  background-image:url(graphics/twitter-btn-sm.png);  */
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:42px;  /*phone  width:21px;  */
	height:42px;  /*phone  height:21px;  */
}
	
.social-btn6:hover {
	background-image: url(graphics/twitter-btn.png);    /*  phone  background-image:url(graphics/twitter-btn-transp-sm.png);  */
}
/*---------------Social Media ----------------*/

.skip-link {
	position:absolute;
	width:200px;
	top:5px;
	left:40%;
	text-align:center;
}

.skip-link a {
	display:inline-block;
	*zoom: 1;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	opacity:0;
	color:#ffffff;
}

 .skip-link a:focus, .skip-link a:active {
	opacity:1.0;
	*zoom: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#headerdate {
	position: absolute;  /*phone 	display:none;  */
	top:150px;  /*phone 	delete  */
	left:0px;  /*phone 	delete  */
	width:300px;  /*phone 	delete  */
	text-align: left;  /*phone 	delete  */
	color: #ffffff;  /*phone 	delete  */
	padding: 5px 0px 5px 15px;  /*phone 	delete  */
}

.headerNav  {
	position:absolute;  /*phone 	delete  */
	padding: 5px 0px 5px 0px;  /*phone 	padding:3px 0px 3px 0px;  */
	top: 150px;  /*phone 	font-size:10px;  */
	left: 0px;  /*phone 	background-color:#537f42; */
	color: #FFFFFF;  /*phone 	text-align:center;  */
	width:100%;  /*phone 	delete  */
	text-align:right;  /*phone 	delete  */
	height:15px;  /*phone 	delete  */
}

.headerNav a {
	color: #d7e4d0;
	font-weight:bold;  /*phone 	padding: 1px 0px 2px 0px;  */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;  /*phone 	line-height:18px;  */
}

.headerNav a:hover{
	color:#ffffff;
	background-image:url(graphics/hdr-nav-backg.png);  /*phone 	delete  */
	background-repeat:repeat-x;  /*phone 	delete  */
	background-position:0px 0px;  /*phone 	delete  */
}

.headerNav-w-border {
	border-left: 1px solid #999999;  /*phone 	delete  */
	padding: 5px 20px 5px 20px;  /*phone 	delete  */
}

.headerNav-w-2border {
	border-left: 1px solid #999999;  /*phone 	delete  */
	border-right: 1px solid #999999;  /*phone 	delete  */
	padding: 5px 20px 5px 20px;  /*phone 	delete  */
}

/* End all banner related items */


/* Begin all content area items */
.breadcrumb, .breadcrumb a, .breadcrumb a:hover {
	font-size:10px;  /*phone 	display:none;  */
}

#contentarea {
	position:relative;  /*phone 	delete  */
	float: left;  /*phone 	delete  */
	width:710px;   /* tablet    width:525px; */  /*phone 	delete  */
	padding: 20px 10px 25px 15px;  /*phone 	padding: 0px 10px 0px 10px;  */
	vertical-align:top;  /*phone 	delete  */
	line-height: 1.5em;  /*phone 	delete  */
}

.contentnarrow  {  /*phone 	delete all  */
	width:500px;   /* tablet    width:353px; */
	float:left;
}

.contentwide  {  /*phone 	delete all  */
	width:710px;   /* tablet    width:525px; */
	float:left;
}

/* Begin all left sidebar items */
#leftsidebar {  /*phone 	delete all  */
position:relative;
	float: left;
	width: 210px;   /* tablet    width:170px; */
	padding: 0px 0px 0px 0px;
	text-align:center;
}

#leftsidebar p {
	margin:0px;
}

#leftsidebar-top {  /*phone 	delete all  */
	position:relative;
	padding: 25px 0px 0px 10px;
	text-align:center;
	background-image:url(graphics/nav-area-background.png);
	background-position:0px 0px;
	background-repeat:repeat-y;
	border: 1px none #6d6d43;
	margin-bottom:0px;
}


#leftsidebar-bottom {  /*phone 	delete all  */
	position:relative;
	padding: 0px 0px 15px 10px;
	background-image:url(graphics/nav-area-backg-bot.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:15px;
}



#leftNav {
	width: 200px;   /* tablet    width:160px; */  /*phone 	delete  */
	margin: 0px;  /*phone 	margin: 10px 0px 0px 0px;  */
	text-align: left;  /*phone 	text-align:center;  */
}

#leftNav ul {
	padding: 0px;
	margin: 0px;
	list-style:outside none;  /*phone 	font-size:12px;  */
	/*phone	text-align:center;  */
}

#leftNav li {
	margin: 0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}

.navIndent, .navIndent-no-border {
	width: 190px;   /* tablet    width:160px; */  /*phone 	display:inline;  */
	border-top: 1px solid #96ba96;  /*phone 	border-right: 1px solid #84a976;  */
	margin:0px;  /*phone 	delete  */
	/*phone 	white-space:nowrap;  */
	/*phone 	padding: 0px 5px 0px 3px;  */
}

.navIndent-2-border {
	width: 190px;   /* tablet    width:160px; */  /*phone 	display:inline;  */
	border-top: 1px solid #96ba96;  /*phone 	border-right: 1px solid #84a976;  */
	border-bottom: 1px solid #96ba96;  /*phone 	white-space:nowrap;  */
	margin:0px;  /*phone 	delete  */
	/*phone 	padding: 0px 5px 0px 3px;  */
	
}

.navIndent a, .navIndent-no-border a, .navIndent-2-border a {
	display: block;  /*phone 	delete  */
	color: #000000;
	padding: 5px 0px 5px 20px;  /*phone 	delete  */
	text-decoration: none;
	background-image: url(graphics/navbullet.gif);  /*phone 	delete  */
	background-repeat: no-repeat;  /*phone 	delete  */
	background-position: 3px 7px;  /*phone 	delete  */
}

.navIndent a:hover, .navIndent-no-border a:hover, .navIndent-2-border a:hover {
	color:#97ac8f;
	background-image: url(graphics/navbullet-over.gif);  /*phone 	delete  */
}

.nav-menu  {
	margin:0px;	/*phone  line-height:24px;  */
	padding:0px;	/*phone  padding: 0px 6px 0px 4px;  */
}

.submenu {
	/*phone  padding:5px 0px 10px 0px;  */
}

.subnavIndent	 {
	width: 190px;/* tablet    width:160px; */  /*phone 	delete  */
	
	/*phone  border-collapse:collapse;  */
	/*phone  padding:3px 0px 1px 0px;  */
	/*phone  background-image:url(graphics/submenu-darker.png);  */
	/*phone  background-repeat:repeat;  */
	/*phone  background-position:left;  */
	/*phone  border-bottom:1px solid #d4dfd0;  */
}

.subnavIndent a {
	display: block;  /*phone 	delete  */
	padding: 5px 0px 5px 40px;  /*phone 	delete  */
	color: #000000;
	text-decoration: none;
	background-image: url(graphics/navbullet-over.gif);  /*phone 	delete  */
	background-repeat: no-repeat;  /*phone 	delete  */
	background-position: 23px 7px;  /*phone 	delete  */
	border-top: 1px solid #bdd2b5;  /*phone 	delete  */
	border-left:1px none #ffffff;  /*phone 	delete  */
	border-right:1px none #ffffff;  /*phone 	delete  */
	margin:0px;  /*phone 	delete  */
}

.subnavIndent a:hover {
	color:#97ac8f;
	background-image: url(graphics/navbullet.gif);  /*phone 	delete  */
}

/* End all left sidebar items */

/* Begin all right sidebar items */
#rightsidebar {
	position:relative;  /*phone  delete  */
	float:right;  /*phone  delete  */
	text-align:right;  /*phone  text-align:center;  */
	top:0px;  /*phone  delete  */
	width: 190px;   /* tablet  width:155px; */  /*phone  delete  */
	padding: 0px 0px 0px 0px;  /*phone  padding: 5px 10px 5px 10px;  */
}




/*Needed for Search */


.mno-search-div {
	position:relative;  /*phone  display:none  */
	margin:0px 0px 25px 0px;  /*phone  delete  */
	padding:0px 0px 0px 0px;  /*phone  delete  */
}

.mno-search-div form {  /*phone  delete all  */
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
	height:16px;
}

.mno-search-div label {
	display:none;
}

.mno-search-div #q {  /*phone  delete all  */
	background-color:transparent;
	margin:0px 0px 0px 0px;
	padding:0px 28px 0px 1px;
	background-image:url(graphics/search-shape-955.png);   /* tablet background-image:url(graphics/search-shape-730.png);*/
	background-position:0px 0px;
	background-repeat:no-repeat;
	border:1px none #beb997;
	/*border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;*/
	border-collapse:collapse;
	text-align:center;
	width:160px;   /* tablet  width:127px; */
	color: #48432b;
	height:19px;
}

/* This combines with attributes listed in the mno.css stylesheet */
.mno-textfield {
	width:160px;   /* tablet  width:250px; */  /*phone  width:200px;  */
}

.mno-search-div .mno-button {
	position:absolute;
	right:3px; /* tablet right:1px; */
	top:0px;
	width:35px; /* tablet width:27px; */
	height:19px;
	/*  Needed for IE fix   */
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	/* -------------------  */
	cursor:pointer; /* Hand cursor for the normal state */
	border: #2e2e2e none 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.mno-search-div .mno-button:hover {
	/*background-image:url(graphics/search-button-over.png);*/
}

.mno-search-div .mno-button:focus {
	/*background-image:url(graphics/mno-search-icon-over.png);*/
}

/*Needed for Search */

.agencylinks, .rightlinks {
	position:relative;   /* phone  delete */
	
}

.agencylinks-links, .rightlinks-links {
	position:relative;   /* phone  delete */
	border-top: 4px solid #4a7650;
	border-bottom: 1px solid #4a7650;
	border-right: 1px solid #4a7650;
	border-left: 1px solid #4a7650;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px; 
	padding:8px 5px 8px 5px;
	width: 177px;   /* tablet  width:155px; */   /* phone  delete */
	background-color:#ffffff;
	background-image:url(graphics/rightlinks-backg.gif);
	background-repeat:repeat-x;
	background-position:0px 0px;
	/*-moz-box-shadow: 3px 3px 8px #325d37;
	-webkit-box-shadow: 3px 3px 8px #325d37;
	box-shadow: 3px 3px 8px #325d37;*/
}

.agencylinks {
	float: right;   /* phone  delete */
	margin:0px 0px 20px 15px;
	width: 187px;   /* tablet  width:155px; */   /* phone  delete */
}
	
.rightlinks {
	margin:0px 0px 30px 0px;
}		
		
.agencylinks-header, .rightlinks-header {
	background-image:url(graphics/quick-backg3.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#3f6b44;
	border: 1px none #6d6d43;
	border-radius: 10px 10px 0px 0px / 30px 30px 0px 0px; 
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	padding:0px 5px 1px 5px;
	/*height:19px;*/
	margin:10px 22px 0px 15px;
	/*-moz-box-shadow: 3px 3px 8px #cecea0;
	-webkit-box-shadow: 3px 3px 8px #cecea0;
	box-shadow: 3px 3px 8px #cecea0;*/
} 

.agencylinks-header a {
	color:#ffffff;
	text-decoration:none;
}

.agencylinks-header a:hover {
	color:#2b501c;
	text-decoration:underline;
}

.agencylinks-links p, .rightlinks-links p {
	text-align:left;
	padding: 2px 0px 2px 15px;
	background-image:url(graphics/quicklinksarrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	margin:0px;
}


.agencylinks-links a, .agencylinks-links a:visited, .rightlinks-links a, .rightlinks-links a:visited {
	color:#384746;
	text-decoration:none;
}

.agencylinks-links a:hover, .rightlinks-links a:hover {
	color:#000000;
	text-decoration:underline;
}

.date {
	color:#770000;
}

/* End all right sidebar items */
/* End all content area items */

#footnote {
	clear: both;   /* phone  delete */
	padding:0px 20px 10px 235px;   /* tablet  padding:0px 20px 10px 180px; */   /* phone  delete */	
	font-size:9px;
}

/* Begin Address area items */


.address {
	clear: both;
	text-align:center;
	padding: 0px 0px 0px 0px;
	color: #999999;
	font-size:10px;
}

/* Begin all footer area items */
#footer {
	clear: both;   /* phone  delete */
	background-image:url(graphics/generic-955-footer.png);   /* tablet  background-image:url(graphics/generic-730-footer.png); */   /* phone  background-image:url(graphics/generic-320-footer.png); */
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:35px;   /* phone  height:50px; */
	background-color:#1e4b23;
}

.footerleft {
	float:left;   /* phone  delete */
	background-image:url(graphics/footer_seal.gif);   /* phone  delete */
	background-position:15px 4px;   /* phone  delete */
	background-repeat:no-repeat;   /* phone  delete */
	height:25px;   /* phone  delete */
	padding-left:50px;   /* phone  padding:5px 0px 4px 0px; */
	padding-top:10px;   /* phone  delete */
	width:300px;   /* phone  delete */
	text-align:left;   /* phone  text-align:center; */
	color:#666666;
}
	
	
.footerleft a {
	color: #ffffff;
	text-decoration: none;
}

.footerleft a:hover {
	color:#384746;
}

.footerleft a:visited {
	color:#ffffff;
}

.footerright {
	float:right;   /* phone  delete */
	padding-top:10px;   /* phone  padding:4px 0px 10px 0px; */
	padding-right:20px;   /* phone  font-size:11px; */
	height:25px;   /* phone  delete */
	width:300px;   /* phone  delete */
	text-align:right;   /* phone  text-align:center; */
	color:#ffffff;
}
	
/* End all footer area items */
/* Press Release related styles */
.pressRight {
	position:relative;   /* phone  delete */
	float:right;   /* phone  delete */
	top:0px;   /* phone  delete */
	text-align:right;   /* phone  text-align:center; */
	padding:10px 10px 0px 0px;   /* phone  padding:10px 0px 0px 0px; */
}

.pressLeft {
	position:relative;   /* phone  delete */
	float:left;   /* phone  delete */
	top:0px;   /* phone  delete */
	text-align:left;   /* phone  text-align:center; */
	padding:10px 0px 0px 10px;   /* phone  padding:10px 0px 0px 0px; */
}

.press-title  {
	clear:both;   /* phone  delete */
	color: #3e682d;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight: bold;
	font-size: 13px;
	padding:5px 0px 0px 0px;
	text-align:left;   /* phone  text-align:center; */
}

.press-subtitle  {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 12px;
	padding:4px 0px 8px 0px;
	text-align:left;   /* phone  text-align:center; */
	font-style:italic;
}
/* End Press Release styles */

#google_translate_element {
padding:0px 0px 3px 0px;
}

.news-box  {
	border: 1px solid #4a7650;
	border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px; 
	background-image:url(graphics/news-story-backg.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
}

.news-box-title {
	position:relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color:#ffffff;
	height:16px;
	background-color:#4a7650;
	/*background-image:url(graphics/news-backg.png);
	background-position:0px 0px;
	background-repeat:repeat-x;*/
	padding: 3px 3px 2px 20px;
	vertical-align:middle;
	border-top: 1px none #484620;
	border-right: 1px none #484620;
	border-bottom: 1px none #484620;
	border-left: 1px none #484620;
	border-radius: 10px 10px 0px 0px / 20px 20px 0px 0px; 
	margin:0px 0px 0px 0px;
}

.news-box p {
	margin:0px;
	padding:0px;
}


.news-title {
	padding: 3px 10px 0px 20px;
	background-image:url(graphics/quicklinksarrow.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
}

.news-title a {
	color:#5f001f;
	text-decoration:none;
}

.news-date  {
	font-size:9px;
	color:#666666;
	font-weight:normal;
	padding:0px 10px 0px 20px;
	margin:0px;
}

.news-desc  {
	padding:2px 10px 15px 20px;
}

.more-news {
	position:absolute;
	top:3px;
	right:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10px;
	color:#ffffff;
	font-style:normal;
}

.more-news a {
	color:#ffffff;
	text-decoration:underline;
}

.more-news a:hover {
	color:#9A9A9A;
	text-decoration:none;
}

.main-photo {
	border:1px solid #000000;
	padding:3px;
}

/*----------------------------------- needed for Slideshow  */

#slideshowWrapper {     /* tablet    display:none; */   /* phone  delete all */
	position:relative;  /* tablet    delete everything else */
	width:500px;
	height:264px;
	margin:0px 0px 20px 0px;
	border-top: 4px solid #19311b;
	border-right: 1px solid #19311b;
	border-left: 1px solid #19311b;
	border-bottom: 1px solid #19311b;
	border-radius: 15px 15px 15px 15px / 15px 15px 15px 15px; 
	background-color:#19311b;
	box-shadow: 3px 3px 8px #688ca1;
	}

#slideshow {       /* tablet    delete all remaining styles for slideshow */
	position:relative;
	padding:0px 0px 0px 0px;
	width:500px;
	height:250px;
	vertical-align:top;
	overflow:hidden;
	background-color:#ffffff;
	border: 1px none #4a7650;
	border-radius: 15px 15px 0px 0px / 15px 15px 0px 0px; 
	}

.slide img {
	border-radius: 15px 15px 0px 0px / 15px 15px 0px 0px; 
}
	

#fssPlayStop {
	position:absolute;
	bottom:1px;
	margin:0px 0px 0px 324px;
	width:176px;
	padding:0px 0px 0px 0px;
	text-align:center;
	line-height:0px;
	}
	
#fssPlayStop img {
	border:#000000 none 1px;
	}
	
#fssList,  #iefix7 #fssList, #iefix6 #fssList {
	position:absolute;
	width:324px;
	list-style:none;
	list-style-type:none;
	padding:0px 176px 0px 0px;
	text-align:center;
	}
	
	
#fssList {
	bottom: -4px;
	}
	
#iefix7 #fssList {
	bottom: -4px;
	}
	
#iefix6 #fssList {
	bottom: -5px;
	}
	
#fssList li{
	display:inline;
	margin:0px;
	padding:0px 1px 0px 1px;
	border:0px #ffffff none;
	}
	
#fssList li a{
	border:0px #ffffff none;
	background-image:url(graphics/slideshow-dots.gif);
	background-repeat:no-repeat;
	background-position:4px 3px;
	padding:0px 1px 0px 1px;
	}
	
#fssList li a img{
	border:0px #ffffff none;
	}
	
#fssList li.fssActive a{
	border:0px #ffffff none;
	background-image:url(graphics/slideshow-dots-wt.gif);
	background-repeat:no-repeat;
	background-position:4px 3px;
	padding:0px 1px 0px 1px;
	}
	
#fssList li.fssActive a img{
	border:0px #ffffff none;
	}
	
.ss-button {
	position:absolute;
	bottom:39px;
	border:#000000 none 1px;
	width:190px;
	margin:0px 0px 0px 310px;
	text-align:center;
	z-index:5;
}
	
.black-area {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(../graphics/slideshow-black.png);
	background-repeat:no-repeat;
	width:178px;
	height:210px;
	padding:20px 0px 20px 10px;
}

.black-area h1 {
	color:#8fa2e5;
	font-weight:bold;
	width:168px;
}

.black-area p {
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	width:168px;
	font-size:14px;
	line-height:20px;
}


/*----------------------------------- needed for Slideshow  */

/*----------------------------------- needed for Google Map  */
#location-map {
	width:500px;
	height:400px;
}

.maps {
	padding:10px 10px 10px 10px;
	border:1px solid #537f42;
	margin:15px 30px 0px 0px;
	background-color:#1e4b23;
	float:left;
}

.map-list {
	padding:15px 0px 0px 0px;
	float:left;
}

.floatleft-clear {
	clear:left;
}

.float-clear {
	clear:both;
}

.hide {
	display:none;
}

.small-type {
	font-size:10px;
}

p.faq-question-short {
	width:69%;
}

.alert {
	text-align: center;
	background-color: #c49d16;
}
