/* Generated by colins */
/*
* STD Color: #4CBB17 Kelly green
* MED Color: #00FF00 Green
* Dark Color: #228B22 Forest green
* Light Color: #90ee90 light green
*
*/

h1,h2,h3,h4,h5,h6 { 
	padding:0px; 
	margin:0px;
	color:#228B22;
	font-family: TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;
	}
h2 { 
	font-size:2em;
	}
p {
	font-family: TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;
	}
a:link {
	text-decoration:none;
	}
a:visited {
	text-decoration:none;
	}
img {
	border:none;
	max-width:100%;
	}



body { 
 	background-color: #FFFFFF;
 	margin-top: 0px;
 	margin-right: 0px;
 	margin-bottom: 0px;
 	margin-left: 0px;
	font-family: TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;
 	font-size:100%;
	}
nav
{
margin:0px;
border:none;
padding-top:0;

}

/*Default Class properties*/

.underline {
	text-decoration: underline;
	}
.center {
	text-align:center;
	}
.right {float:right;}
.left {float:left;}
.clear {clear:both;}
.red {
	color:red;
	}

.nice-button{
        border : solid 1px #638a00;
        border-radius : 3px;
        moz-border-radius : 3px;
        -webkit-box-shadow : 0px 2px 2px rgba(0,0,0,0.4);
        -moz-box-shadow : 0px 2px 2px rgba(0,0,0,0.4);
        box-shadow : 0px 2px 2px rgba(0,0,0,0.4);
        font-size : 20px;
        color : #ffffff;
        padding : 1px 17px;
        background : #96c300;
        background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c300), color-stop(100%,#648c00));
        background : -moz-linear-gradient(top, #96c300 0%, #648c00 100%);
        background : -webkit-linear-gradient(top, #96c300 0%, #648c00 100%);
        background : -o-linear-gradient(top, #96c300 0%, #648c00 100%);
        background : -ms-linear-gradient(top, #96c300 0%, #648c00 100%);
        background : linear-gradient(top, #96c300 0%, #648c00 100%);

}
.nice-button.disabled{background:#d3d3d3;
        border : solid 1px #d3d3d3;
}
.google-map{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.google-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*Intro boxes*/
.introbox {
height:150px;
overflow:hidden;
border:1px solid #d3d3d3;
padding:10px;
margin:1%;
}
.introbox p {font-family: Georgia, Times, "Times New Roman", serif;
	font-weight:bold;
	font-size:1.1em;
	}
.introbox:hover{border:2px solid #4CBB17;padding:9px;}
.introbox img{max-width:100%;}
.introbox.small{width:20%;}
.introbox.med{width:44%;}
.introbox.large{width:68%;}
.introbox.full{width:93%;}
.introbox a:link,.introbox a:visited{color:#000000;}

/*Specific Class properties*/

div.imgcenter {
	margin: auto;
	padding-top: 10px;
	padding-bottom:10px;
	text-align:center;
	}
div.imgright {
	margin-right:5%;
	margin-left:5%;
	padding-top: 10px;
	padding-bottom:10px;
	float: right;
	text-align:center;
	}
div.imgleft {
	margin-right:5%;
	margin-left:5%;
	padding-top: 10px;
	padding-bottom:10px;
	float:left;
	text-align:center;
	}




/*ID based settings*/

#divpage {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	}
#divbanner {
	width:100%; 
	max-width:100%;
	min-height: 120px;
	padding:0px;
	margin:0px;
	border:0px;
	background-size:contain;
	position:relative;
	}

#divbanner img {
		height:120px;
		width:auto;
		max-width:100%;		
		padding:0;
		margin:0;
		display:block;
		float:left;
		
		}
#divspacer {
	width:100%; 
	height: 30px;
	}

#divcontent {
	width:70%;
	padding-right:1%;
	padding-left:1%;
	margin:auto;
	background-color:#ffffff;
	}
#addressfield {display:none;}
#divfooter {
	width:100%; 
	height: 50px; 
	clear:left;
	padding-top:50px; 
	padding-bottom: 50px;
	text-align: center;
	}

 
@media only screen and (max-width : 768px) {
#divbanner {min-height:60px}
#divbanner img {height:60px; width:auto; max-width:100%;}
div.imgright {float:none;}
div.imgleft {float:none;}
#divcontent{width:95%;}
}
@media only screen and (max-width : 640px) {
#divcontent{width:95%;}
.introbox.large, .introbox.small,.introbox.med,.introbox.full {
border:none;
border-bottom: 1px solid #d3d3d3;
width:95%;
padding:2%;
}

}

