@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	background-image:url(images/site_bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #FFF;
	}
	
a {
	color:#FFCC33;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color:#FFCC33;
	text-decoration:underline;
	}
	
.footer {
	background-color:#000000;
	/* for IE */
  	filter:alpha(opacity=15);
  	/* CSS3 standard */
  	opacity:0.6;
  }
  
 .headline {
 	font-size: 18px;
 	font-weight: bold;
 }
 
 .subhead {
 	font-size: 16px;
 	font-weight: bold;
 }
 
 .p {
 	font-size: 14px;
	 text-align:justify;
	 line-height: 24px;
 }
 
 .form {
 	border: 1px solid;
	border-color: #FFF;
	background-color:#000000;
 	/* for IE */
  	filter:alpha(opacity=75);
  	/* CSS3 standard */
  	opacity:0.75;
	}
	
.phonehl {
font-size: 24px;
font-weight: bold;
}

.countyhl {
font-size: 18px;
font-weight: bold;
color: #FFF;
}

.contactinfo {
font-size: 12px;
text-align: center;
}

.contactinfoleft {
font-size: 12px;
text-align: left;
}