body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	background:url(../images/bkgd_repeat.jpg) repeat-x;
	background-color: #84683E;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.animateUnderline {
	display:inline-block;
	position:relative;
}

.animateUnderline a:hover:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
}

.animateUnderline a:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0%;
    right: 0;
    width: 100%;
    height: 2px;
	background-color: #01511c;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
    transition: transform 0.3s;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.hometext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	color: #000000;
}
.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	color: #000;
}
#state-name {
	display:inline-block;
	color:#000000;
	font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	float:left;
	position:relative;
	top:82px;
	left:40px;
}
#city-state {
	color:#000000;
}

#social-icons {
	margin-top: 65px;
	margin-right:16px;
	position:relative;
	z-index:2;
	font-size:30px;
	float:right;
}

#social-icons a {
	margin: 0 5px 0 5px;
}

#facebook-icon {color:#3b5998;}

#facebook-icon:hover {color:#000000;}

#facebook-icon:hover:before {
	content:" ";
	z-index:-1;
}

#twitter-icon {color:#1DA1F2;}

#twitter-icon:hover {color:#000000;}

#twitter-icon:hover:before {
	content:" ";
	z-index:-1;
}

a.hometext:link {color: #000;}
a.hometext:visited {color: #000;}
a.hometext:hover {color: #4B3A1E;}
a.hometext:active {color: #000;}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight: bold;	
	color: #FFFFFF;
}
.textw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.text2 {
	/*font-family: "Arial Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;		
	color: #000000;
}
.text2 a {color:#000;}

.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;		
	color: #000000;
}
.text3 a {color:#000;}

.grant_disclaimer {
	font-size:16px;
	font-family: "Arial Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;		
	color: #000000;
}
.textlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;	
	font-weight: normal;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.tbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.fbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;	
	color: #000000;
}
.ptitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #01511c;
}
.textreleases {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;		
	color: #000000;
	line-height:18px;
}
.level_4 {
font-family:Arial, Helvetica, sans-serif;
color:#FF0000;
font-size:16px;
text-decoration:none;
}
.level_3 {
font-family:Arial, Helvetica, sans-serif;
color:#FFFF00;
font-size:16px;
text-decoration:none;
}
.level_2 {
font-family:Arial, Helvetica, sans-serif;
color:#009900;
font-size:14px;
text-decoration:none;
}
.level_1 {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
text-decoration:none;
}
.side_links{
text-decoration:none;
}
.offender_disclaimer{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
.google_bubble{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:none;
}
.google_bubble a {color:#000;}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: bold;
	color: #FFFFFF;
}
.small a {color:#FFF;}

.colorbox_v{}
.colorbox{}
.roll_image{}

#slideshow {
	width:703px;
	height:180px;
	overflow:hidden;
}

.style3 {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}

.center
{
	margin-right: auto;
	margin-left: auto;
}

.siteWidth
{
	width: 1000px;
}

.uppercase
{
	text-transform: uppercase;
}

.bold
{
	font-weight: bold;
}

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

#topNav a, #topNav a:link, #topNav a:active
{
	color: #F5E7CC !important; 
	text-decoration: none !important;
	font-size: 16px;
	line-height: 1.5;
	min-width: 95px;
	border: 2px solid #01511C;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	transition: 0.5s ease;
}

#topNav a:hover
{
	color: #384139 !important; 
	text-decoration: none !important;
	background-color: #EAAD16 !important;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	transition: 0.5s ease;
}

.left_nav_page, .left_nav_page:active, .left_nav_page:link
{
	border-bottom: 1px solid #60705D;
	background: url(../images/page.png) repeat-y;
	width: 214px;
	line-height: 24px;
	text-decoration: none !important;
	display: block;
	color: #000000;
}

.left_nav_page:hover
{
	background: url(../images/page_roll.png) no-repeat;
}

.left_nav_page span
{
	padding-left: 25px;
	letter-spacing: -.5px;
	font-size: 16px;
}

.table
{
	display: table;
}

.table-cell
{
	display: table-cell;
}

.openSans
{
	font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a img
{
	border: none !important;
}

#container
{
	-webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.75);
}

.slant {
    -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-8deg, 0deg);
    -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-8deg, 0deg);
    -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-8deg, 0deg);
    -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-8deg, 0deg);
    transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-8deg, 0deg);
}

.shadow {
	text-shadow: 2px 2px 2px #000;
}

.text-glow, .text-glow, .text-glow {
   text-shadow: 0px 0px 20px #000000;
   -ms-text-shadow: 0px 0px 20px #000000;
   -moz-text-shadow: 0px 0px 20px #000000;
   -o-text-shadow: 0px 0px 20px #000000;
   -webkit-text-shadow: 0px 0px 20px #000000;
   transition: width 0.3s;
   -webkit-transition: width 0.3s; /*Safari & Chrome*/
   -ms-transition: width 0.3s; /*Safari & Chrome*/
   -moz-transition: width 0.3s; /* Firefox 4 */
   -o-transition: width 0.3s; /* Opera */
}

.footerLink {
	color: #FFFFFF !important;
	font-size: inherit;
}

.footerLink:hover {
	text-decoration: none !important;
}

#alerts:hover {
	background: url(../images/services_roll.png) no-repeat !important;
}

#mobile-icon:hover
{
	-moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);   
}