@charset "UTF-8";
.background {
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat;
}



.container {
	width: 800px;
	max-width: 90%;
}


.header {
	background-image: url(../images/header-bkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


p {
	line-height: 18px;
	margin: 0 0 14px 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; /* 300, 400, 700 */
	font-weight: 300;
	font-size: 14px;
	}
	
h1 {
	font-family: 'Fredoka One', cursive;
	font-weight: 700;
	font-size: 1.2em;
	text-transform: none;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #090;
}
	
h2 {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 19px 0;
	color: #090;
	line-height: 20px;
	font-family: 'Fredoka One', cursive;
	}
	
h3 {
	color: #CA2332;
	font-weight: 700;
	margin: 0 0 5px 0;
	line-height: 22px;
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
	}
	
h4 {
	color: #343434;
	font-size: 11px;
	font-weight: 300;
	margin-left: 10px;
	line-height: 13px;
	}
	
h5 {
	font-size: 0.75em;
	color: #666;
	margin: 0 0  8px 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	}
	
h6 {
	line-height: 16px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; /* 300, 400, 700 */
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 9px 0;
	}










@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}



img {
	max-width: 100%;
	height: auto;
}


.footer {
	width:100%;
	height:180px;
	background-color:#E9E9E9;
	opacity:0.6;
	filter:alpha(opacity=60);
 
}
.services-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-indent: 5px;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.content-14-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
.mobi-h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9A7934;
	text-indent: 0px;
}
.mobi-h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #014929;
}
a.headercopy:link {
 color:#2d5629;
 text-decoration:none;
}
.mobi-h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.dotted-line{
	background-color: transparent;
	background-image: url(../../images/dashed-line.png);
	background-repeat: repeat-x;
	background-position: left;
	padding-bottom: 2px;
}






/*button css*/

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	display:inline-block;
	color:#777777;
	font-family:'Open Sans Condensed', sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	padding-top: 10px;
	padding-right: 75px;
	padding-bottom: 10px;
	padding-left: 75px;
}.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.btn:active {
	position:relative;
	top:1px;
}




.buttons, .action {
	background-image: url(../images/label.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	font-family: 'Oswald', sans-serif; /* 300, 400, 700 */
	font-size: 1.125em;
	font-weight:400;
	text-align: center;
	color: #333;
	margin: 0em;
	padding-top: 0.625em;
	padding-right: 0.625em;
	padding-bottom: 0.625em;
	padding-left: 0.625em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.buttons a:link, .buttons a:visited, .buttons, .action, .byte-pageactions a {
	color: #666 !important; /* buttonFontColor */
	text-decoration: none;
	font-size: 1em;
	text-align: left;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 10px;
}

.map {
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
