@charset "utf-8";
@import url("../webfonts/Century_Gothic/stylesheet.css");

/* 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:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	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/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
	background-color: #009345;
}
.search {
	clear: none;
	/* [disabled]float: left; */
	/* [disabled]margin-left: 4.1666%; */
	/* [disabled]width: 100%; */
	display: none;
}
#Nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #005528;
	color: #FFF;
}
#Banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/* [disabled]height: 100px; */
}
.LeftBox {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#MainBody {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/bamboo.jpg);
}
#MainContent {
	clear: none;
	float: none;
	margin-left: auto;
	width: 80%;
	display: block;
	margin-right: auto;
	-webkit-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	-moz-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #FFF;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #009345;
	color: #FFF;
	font-family: "Century Gothic";
}
#Holder {
	clear: none;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#Footer1 {
	clear: none;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}
#Footer2 {
	clear: none;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#Footer3 {
	clear: none;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
}
#SocialMedia {
	clear: none;
	float: none;
	margin-left: auto;
	width: 180px;
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}
#Copyright {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#LeftContent {
	clear: none;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	-webkit-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	-moz-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	background-color: #fff;
	/* [disabled]padding: 20px; */
	margin-top: 30px;
	overflow: auto;
}
.Content {
	padding: 20px;
}
#RightContent {
	clear: none;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	text-align: center;
}
#eventImg {
	width: 50px;
	padding-right: 20px;
}
.BlueButton {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #FFF;
	background-color: #1F9B9B;
	float: none;
	height: 45px;
	width: 265px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 45px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	-moz-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.HomeButton {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #FFF;
	background-color: #1F9B9B;
	float: none;
	height: 45px;
	width: 265px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 45px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	-moz-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
#RightBox1 {
	font-family: "Century Gothic";
	font-weight: normal;
	color: #FFF;
	background-color: #1F9B9B;
	float: none;
	width: 225px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	-moz-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	text-align: left;
	font-size: 16px;
	padding: 15px;
}
#RightBox2 {
	font-family: "Century Gothic";
	font-weight: normal;
	color: #FFF;
	background-color: #1F9B9B;
	float: none;
	width: 265px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	-moz-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	text-align: left;
	font-size: 16px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 144px;
	text-align: center;
}
.search {
	clear: none;
	float: right;
	width: 200px;
	display: block;
	position: absolute;
	right: 50px;
	top: 20px;
}
#Nav {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
}
#menuHolder {
	width: 100%;
	text-align: center;
	background-color: #005528;
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
}
#cssmenu {
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
	display: block;
}
#Banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/* [disabled]height: 400px; */
}
#MainBody {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#MainContent {
	clear: none;
	width: 850px;
	display: block;
	background-color: #FFF;
}
.LeftBox {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Holder {
	clear: none;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
}

#Copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 20px;
	text-align: center;
}
#LeftContent {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
}
#RightContent {
	clear: none;
	float: none;
	margin-left: auto;
	width: 275px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	/* [disabled]padding: 20px; */
	margin-right: auto;
}
#eventImg {
	width: 100px;
	padding-right: 20px;
}
.BlueButton {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #FFF;
	background-color: #1F9B9B;
	float: left;
	height: 45px;
	width: 100%;
	margin-right: 25px;
	line-height: 45px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	-moz-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	text-align: center;
	font-size: 16px;
}
.HomeButton {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #FFF;
	background-color: #1F9B9B;
	float: left;
	height: 45px;
	width: 265px;
	margin-right: 25px;
	line-height: 45px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	-moz-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	text-align: center;
	font-size: 16px;
}
#RightBox1 {
	font-family: "Century Gothic";
	font-weight: normal;
	color: #FFF;
	background-color: #1F9B9B;
	float: left;
	width: 235px;
	margin-right: 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	-moz-box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	box-shadow: 2px 2px 6px 1px rgba(158,158,158,1);
	text-align: left;
	font-size: 16px;
}
}

/* 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: 1200px;
	padding-left: 0px;
	padding-right: 0px;
	margin: auto;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Nav {
	clear: both;
	display: block;
}
.search {
	clear: none;
	display: block;
}
#Banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#MainBody {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#MainContent {
	clear: none;
	width: 1100px;
	display: block;
	background-color: #FFF;
}
#menuHolder {
	width: 850px;
	text-align: center;
	background-color: #005528;
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Holder {
	clear: none;
	width: 1000px;
	display: block;
}
#Footer1 {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 200px;
	display: block;
	margin-right: 50px;
	margin-bottom: 0px;
}
#Footer2 {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 220px;
	display: block;
	margin-left: 0px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Footer3 {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 220px;
	display: block;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#SocialMedia {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 200px;
	display: block;
	margin-right: 0px;
	text-align: left;
}
#Copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LeftContent {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 800px;
	display: block;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
#RightContent {
	clear: none;
	float: right;
	margin-left: 25px;
	width: 275px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	/* [disabled]padding: 20px; */
	margin-right: 40px;
}
}
