* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #ccddb9 url(../images/bg.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
}

a:link, a:visited{
	font-size: 14px;
	color: #454545;
	text-decoration: underline;
}
a:hover, a:active{
	font-size: 14px;
	color: #8ead70;
}
h3 {
	margin: 5px 0px;
}
.blog {
	margin-bottom: 25px;
}
#container {
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -375px;
	padding: 437px 0px 0px 0px;
	width: 750px;
	height: auto;
	top: 0px;
	background-color: #FFFFFF;
	border-left: #242424 solid 1px;
	border-right: #242424 solid 1px;
}
/* Header */
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	padding-top: 20px;
	background: url(../images/logo.gif) 15px 3px no-repeat;
}
#header p{
	float: right;
	margin-right: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	clear: right;
}

#header a{
	display: block;
	font-size: 16px;
	color: #243d0e;
	line-height: 20px;
	background-color: #DCEDBF;
	padding: 5px 8px;
	margin-top: 0px;
}

#header a:link, #header a:visited {
	font-size: 16px;
	color: #243d0e;
	text-decoration: none;
}

#header a:hover, #header a:active {
	font-size: 16px;
	color: #ffffff;
	text-decoration: underline;
	background-color: #454545;
}

/* Mast */
#mast {
	position: absolute;
	top: 88px;
	left: 0px;
	width: 750px;
	height: 400px;
	background: url(../images/mast.gif) top left no-repeat;
	
}
#tagLine {
	position: absolute;
	top: 75px;
	left: 15px;
	width: 720px;
	height: 75px;
	padding: 0px;
}

#tagLine p {
	font-size: 34px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0a1302;
	padding: 0px;
}

#tagLine p.first {
	font-size: 46px;
	line-height: 36px;
}

/* Top Nav */
#topNav {
	position: absolute;
	top: 0px;
	right: 0px;
}
#topNav ul{
	list-style: none;
	padding: 5px 10px 0px 0px;
}
#topNav li{
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 3px;
	float: left;
	width: 75px;
	text-align: center;	
}
#topNav a:link,#topNav a:visited{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:hover,#topNav a:active{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: #FFFFFF solid 3px;
}

#topNav li ul.subNav {
	position: absolute;
	width: 175px;
	top: 20px;
	left: -999em;
	background-color: #454545;
	padding: 10px 0px;
	z-index: 300;
}

#topNav li ul.subNav li {
	display: block;
	font-size: 10px;
	line-height: 12px;
	width: auto;
	text-align: left;
	z-index: 300;
	float: none;
}

#topNav li ul.subNav li a:link,#topNav li ul.subNav li a:visited{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	border: none;
}

#topNav li ul.subNav li a:hover,#topNav li ul.subNav li a:active{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px;
	border: none;
}

#topNav li:hover ul.subNav {
	left: auto;
}

#topNav li:hover ul.subNav, #topNav li.sfhover ul.subNav {
	left: auto;
}

.bucket {
	position: relative;
	top: 160px;
	float: left;
	width: 230px;
	height: 180px;
	margin-left: 15px;
	z-index: 1;
	margin-bottom: 25px;
}


.bucket p.title {
	position:absolute;
	left: 10px;
	top: 5px;
	color:#FFFFFF;
	text-transform: uppercase;
}
.bucket ul{
	position: absolute;
	top: 15px;
	left: 10px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 18px 0px 0px 20px; 
}
.bucket li{
	line-height: 16px;
}

.bucket a:link, .bucket a:visited{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.bucket a:hover, .bucket a:active{
	font-size: 12px;
	text-decoration: underline;	
}

.bucket p.learn {
	position: absolute;
	bottom: -3px;
	left: 10px;
	text-transform:lowercase;
	font-size: 12px;
}

/* Content */
#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 5px;
	border-bottom: #0d2906 solid 1px;
}
/* Column Container */
#columnContainer {
	width: 100%;
	height: auto;

	
}
#columnContainer p.headline {
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #0d2906;
	margin: 15px 0px;
}
/* Left Column */
#leftColumn {
	float: left;
	padding: 10px 10px 0px 20px;
	width: 62%;
	height: auto;	
}

.home-video {
margin-bottom: 20px;
margin-top: 20px;
height: 470;
width: 353;
	
}

#leftColumn h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1c3716;
}

#leftColumn h2 {
	font-size: 12px;
	line-height: 22px;
	font-style: italic;
	color: #375516;
}
#leftColumn a:link, #leftColumn a:visited{
	font-size: 14px;
	color: #454545;
	text-decoration: underline;
}
#leftColumn a:hover, #leftColumn a:active{
	font-size: 14px;
	color: #8ead70;
}
#leftColumn p{
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0px 0px 0px;
}
#leftColumn ul{
	padding: 5px 15px;
}
#leftColumn li{
	line-height: 20px;
}
#leftColumn #photoAssc {
	float: right;
	display: block;
	width: 135px;
	height: auto;
	margin: 0px 0px 10px 10px;
}
#leftColumn img{
	border: #454545 solid 4px;
	margin: 0px auto 10px auto;
	float: right;
}
#leftColumn img.logos {
	border: none;
}
#leftColumn img.sm {
	border: none;
	margin-right: 27px;
}
.callOut {
	width: 90%;
	padding: 10px;
	margin: 10px 2%;
    background-color:#dcedbf;
}
.callOut a:link, .callOut a:visited{
	font-size: 14px;
	color: #454545;
	text-decoration: underline;
}
.callOut a:hover, .callOut a:active{
	font-size: 14px;
	color: #000000;
}

/* Right Column */
#rightColumn {
	float: right;
	width: 30%;
	height: auto;
	padding: 0px 20px 0px 10px;
}

#rightColumn p{
	font-size: 10px;
	text-align: center;
	color: #2e302d;
	margin: 5px 0px;
}
#rightColumn img.cta {
	margin: 20px 0px;
}
#rightColumn a:link, #rightColumn a:visited {
	font-size: 10px;
	color: #454545;
	text-decoration: underline;
}
#rightColumn a:hover, #rightColumn a:active{
	font-size: 10px;
	color: #8ead70;
}
#blogger-navigation {
	margin-top: 15px;
}
#blogger-navigation ul {
	padding: 10px 25px;
}
#qc {
    display: block; 
    height: 334px;
    width: 204px;
    margin: 0px;
    padding: 11px;
	background-color:#dcedbf;
	border: #0d2906 solid 2px;
}

#qc p {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #0d2906;
	margin: 0px;
}

#qc p strong {
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
}

#qc form {
    margin: 0px;
    padding: 0px;
}
#qc textarea {
    margin: 5px 0px 0px 0px;
    padding: 2px 5px;
    width: 190px;
    height: 76px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0d2906;
	border: #b2c4a4 solid 1px;
}
#qc input {
    margin: 5px 0px 0px 0px;
    padding: 2px 5px;
    width: 190px;
    height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0d2906;
	border: #b2c4a4 solid 1px;
}
#qc input.button {
    margin: 0px 15px 0px 0px;
    padding: 0px;
    float: right;
    width: 80px;
    height: 40px;
    background-color: #8ead70;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
	font-weight: bold;
    color: #0d2906;
    border: none;
}
#qc p.required{
	font-size: 11px;
	text-align: left;
	color: #2e302d;
	margin: 10px 0px;
}
#qc p.required a:link, #qc p.required a:visited {
	font-size: 11px;
	color: #454545;
	text-decoration: underline;
}
#qc p.required a:hover, #qc p.required a:active{
	font-size: 11px;
	color: #8ead70;
}
#contact {
    margin: 10px 0px;
    height: auto;
    background-color:#dcedbf;
    width: 320px;
	padding: 0px 10px 20px 10px;
}
#contact form {
    height: auto;
    width: 304px;
	margin: 8px;
}
#contact ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#contact li {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    clear: both;
    float: left;
}
#contact label {
    display: block;
    font-size: 14px;
    color:#000;
    float: left;
	width: 300px;
    padding: 5px 0px 5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#contact input {
    border: 1px solid #cccccc;
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    width: 300px;
    clear: both;
    height: 20px;
}
#contact select {
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
    height: 25px!important;
    width: 306px;
    border: 1px solid #cccccc;
}
#contact textarea {
    width: 300px;
    height: 125px;
    border: 1px solid #cccccc;
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
}
#contact input.button {
    width: 200px;
    border: 1px solid #000;
    font: Arial, Helvetica, sans-serif 12px;
	color: #FFFFFF; 
	font-weight: bold;
    background-color: #454545;
    float: left;
	margin: 10px 45px 0px 45px;
    clear: both;
}

#contact p {
	width: 300px;
}
.address2 {
  display: none;
}
.valid {
    background-color: #007940!important;
}
.invalid {
    background-color: #F00000!important;
}

/* Map of counties */

#map {
	position: relative;
 	clear: both;
	display: block;
	width: 470px;
	padding-left: 0px;
	margin: 20px 0 0 0;
}

#map ul{
	text-align: left;
	list-style: none;
	font-size: 12px;
	line-height: 17px;
}

#map img{
	float: left;
	border: none !important;
}

#map a {
	color: #002f5c;
	font-size: 12px;
}

#map a:link, a:visited, a:active {
	color: #002f5c;
	font-size: 12px;
}

#map a:hover {
	color: #5c002f;
	font-size: 12px;
}

.citiesTitle{
	position: absolute;
	top: 80px;
	left: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #002f5c;
}

.cities1 {
	position: absolute;
	top: 100px;
	left: 20px;
}

.cities2 {
	position: absolute;
	top: 100px;
	left: 120px;
}


/* Footer */
#footer {
	width: 96%;
	height: auto;
	padding: 15px;
	background-color: #454545;
}

#footer p {
	color: #b9b9b9;
	font-size: 14px;
	line-height: 18px;
	margin: 2px 0px;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
	color: #b9b9b9;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 5px;
	border-right: #b9b9b9 solid 1px;
}

#footer li.noBorder {
	border: none!important;
}


#footer a:link, #footer a:visited {
	font-size: 12px;
	color: #b9b9b9;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	font-size: 12px;
	color: #b9b9b9;
	text-decoration: underline;
}

/* Disclaimer */
#disclaimer {
	font-size: 10px;
	line-height: 16px;
	color: #CCCCCC;
	margin-top: 10px;
}

/* Captcha CSS */

#pnlCaptcha {
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

#pnlCaptcha label {
    float: left;
}

.captcha {
    width: 400px;
}

#leftColumn .captcha img {
    float: left;
    clear:both;
    margin: 15px 0px;
	border: #454545 solid 1px;
}

.captcha span {
    float: left;
    clear:both;
}

.captcha span input {
    float: right;
}

#errors {
    text-align:center;
    padding: 0px 0px 15px 0px;
}

/* wraps around text and input alone */
.captcha div {
}

/* the submit button */
#pnlCaptcha #btnSubmitForm {
	margin-top: 15px;
    border: 1px solid #000;
    font: Arial, Helvetica, sans-serif 12px;
	color: #FFFFFF; 
	font-weight: bold;
    background-color: #454545;
}
/* Clearfix */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.brclear {clear:both;height:0;margin:0;font-size: 1px;line-height: 0;}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {visibility: visible !important;margin: 0;}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {position: absolute;left: 0;top: 0;width: 0;height: 0;display: block;overflow: hidden;}
.sIFR-flash + div[adblocktab=true] {display: none !important;}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}

