@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;
	font-family:Arial, sans-serif;
	font-size:62.5%;
	
	}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* 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: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

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

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

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}
span, h1, h2, h3, h4, h5, h6, a, p, img, body{
	margin:0;
	padding:0;
	border:0;
}
#top{
	width: 90%;
	float:left;
	text-align:right;
	margin:auto;
}
#nav{
	background-color:#685A4E;
	width: 80%;
	padding:1% 5%;
	font-size:1.4em;
	margin:auto;
	float:left;
}
#nav a:link, #nav a:visited{
	color:#FFF;
	display:block;
	float:left;
	padding:0px 3%;
	text-decoration:none;
}
#nav a:hover{
	color:#FFED7D;
}
#boxes{
	width: 80%;
	padding:1% 5%;
	font-size:1.2em;
	margin:auto;
	float:left;
}
#footer{
	width:85%;
	float:left;
	font-size:1.1em;
	margin:auto;
	padding: 1% 2%;
	text-align:center;
	border-top:#767676 thin solid;
}
#FL{
	width:88%;
	float:left;
	border-right:#767676 thin solid;
}
#FR{
	width:8%;
	float:left;
	padding: 0 1%;
}
#box1{
	width: 26%;
	padding:1% 1%;
	margin:1% 2%;
	float:left;
	text-align:center;
	background-color:hsla(54,100%,94%,1);
	box-shadow: hsla(0,0%,0%,0.20) 3px 3px;
}
p a:link, p a:visited{
	color:#6CBA20;
	text-decoration:none;
	font-weight:bold;
}
p a:hover{
	color: #538B30;
}
#contentL{
	width:46%;
	float:left;
	padding:1% 1%;
	margin: 0 1%;
	font-size:1.2em;
	text-align:justify;
}
#contentALL{
	width:40%;
	float:left;
	padding:1% 1%;
	margin: 0 2%;
	font-size:1.2em;
	text-align:left;	border-right:#B4B4B4 thin solid;
}
#content{
	width:90%;
	float:left;
	padding:2% 1%;
	margin: 0 1% 5% 1%;
	font-size:1.2em;
	text-align:left;
	border-bottom:#B4B4B4 thin solid;
}
#col1{
	width:30%;
	float:left;
	padding:0 1%;
	font-size:1em;
}
#contentR{
	width:44%;
	height:300px;
	float:left;
	padding:1% 1%;
	margin: 5% 2%;
	font-size:1.2em;
	text-align:justify;
}
h1{
	font-size:1.4em;
	color:#685a4e;
	font-weight:lighter;
	text-transform:uppercase;
}
h2{
	font-size:1.3em;
	font-style:italic;
	color:#685a4e;
	font-weight:lighter;
}
h3{
	font-size:1.1em;
	color:#6CBA20;
	font-weight:bold;
	text-transform:uppercase;
}
#sliderp{
	width:100%;
	position:relative;
}
#img{
	position:absolute;
}
#lefth{
	width:25px;
	height:100%;
	position:absolute;
	left:0px;
	padding-top:30%;
}
#righth{
	width:25px;
	height:100%;
	position:absolute;
	right:0px;
	padding-top:30%;
}
.left{
	height:25px;
	width:25px;
	position:absolute;
}
.right{
	height:25px;
	width:25px;
	position:absolute;
}