@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
#header .logo {
	float: left;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}
#footer {
	text-align: center;
}
#nav {
	margin: 0 auto;
	width: 760px;
}
img {
	border: medium solid #176E4B;
	border-radius: 13px;
	-webkit-box-shadow: 1px 2px 3px 3px #232523;
	box-shadow: 1px 2px 3px 3px #232523;
}
h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: 400;
}
#nav .nav ul {
	width: 90%;
	text-align: center;
}
.clearflt {
	clear: both;
}
.gridContainer.clearfix #menu-outer .table #horizontal-list li a {
	font-size: large;
	text-decoration: none;
}
.gridContainer.clearfix #menu-outer .table #horizontal-list li a:hover {
	color: #939395;
}
.phone {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	text-align: right;
	font-size: x-large;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}
.gridContainer.clearfix #header .logo {
}
body {
	background-image: url(../_images/grass.jpg);
	background-repeat: repeat;
}
.lefthome {
	margin-top: 20px;
	
}
.lefthomeinner {
	text-align: center;
	font-size: large;
	border: medium solid #216F50;
	border-radius: 14px;
	margin-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(243,243,243,1.00) 0%,rgba(221,221,221,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(243,243,243,1.00) 0%,rgba(221,221,221,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(243,243,243,1.00) 0%,rgba(221,221,221,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(243,243,243,1.00) 0%,rgba(221,221,221,1.00) 100%);
	padding-top: 5px;
	padding-bottom: 5px;
}
.righthome {
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	border-radius: 14px;
	border: medium solid #216F50;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(215,215,215,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(215,215,215,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(215,215,215,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(215,215,215,1.00) 100%);
	-webkit-box-shadow: 2px 3px 3px 2px #000000;
	box-shadow: 2px 3px 3px 2px #000000;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	width: 46%;
}
#content {

}
p {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: large;
}
.center {
	text-align: center;
}
textarea {
	width: 95%;	
}
h2 {
	font-variant: small-caps;
}
.floatright {
	float: right;
	margin-right: 1%;
	margin-left: 1%;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
.logo {
	width: 48%;
}
.phone {
	width: 48%;
}
.tdsize {
	width: 90%;
}



}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width:768px){

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.lefthome {
	width: 23%;
	float: left;
	font-size: x-large;
	text-align: center;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.righthome {
	width: 73%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}


}

#menu-outer {
		
}

.table {
	display: inline;
	margin: 0 auto;
	text-align:center;
}

ul#horizontal-list {
	
	list-style: none;
	margin-top: 40px;
	
	}
	ul#horizontal-list li {
	display: inline;
	padding: 5px 3%;
	background-color: #176e4b;
	margin: 0 2%;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px 2px #333232;
	box-shadow: 1px 1px 2px 2px #333232;
	}
	
.dwuserEasyRotator {
	border: thick solid #216F50;
	border-radius: 10px;
	-webkit-box-shadow: 3px 2px 3px 3px #000000;
	box-shadow: 3px 2px 3px 3px #000000;
}

@media screen and (min-width:540px) and (max-width:879px){
ul#horizontal-list li {
	margin: 0 1%;
	padding: 3px 2%;
}
}

@media screen and (min-width:1px) and (max-width:639px){
	ul#horizontal-list {
	margin:10px 0;
	padding: 0;	
	}
	
	ul#horizontal-list li {
		display:block;
		width: 95%;	
		margin-top: 1%
	}
	.righthome {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	margin: 0;
	margin-bottom: 10px;
	padding: 0 1%;}
}
input:valid, textarea:valid {
	width: 90%;	
}
form {
	font-size: smaller;	
}

@media screen and (min-width:640px) and (max-width:767px){
	.righthome {
		width: 100%;
		margin: 0;	
	}
}
