@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%;
	border: thin solid #D3D3D3;
}

/* 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%;
	clear: none;
	float: none;
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 13px 17px 7px 2px rgba(203,211,204,1.00);
	box-shadow: 13px 17px 7px 2px rgba(203,211,204,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-width: 320px;
	border-left: thin solid #B9C9BB;
}
#menuContainer {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	position: relative;
	background-image: -webkit-linear-gradient(270deg,rgba(63,111,73,1.00) 0%,rgba(0,45,10,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(63,111,73,1.00) 0%,rgba(0,45,10,1.00) 100%);
	border-top: thin solid #FFFFFF;
	width: 100%;	
}

.menuItem {
	margin-left: 0;
	float: left;
	clear: right;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
	font-size: small;
	cursor: pointer;
	text-align: left;	
}
#sliderContainerTop {
	width: 97.2%;
	margin-bottom: 7px;
	padding-bottom: 33px;
	position: static;
	float: left;
	clear: right;
	background-image: -webkit-linear-gradient(270deg,rgba(100,168,114,0.43) 0%,rgba(238,245,240,0.94) 39.38%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(100,168,114,0.43) 0%,rgba(238,245,240,0.94) 39.38%,rgba(255,255,255,1.00) 100%);
	border-top: thin solid rgba(63,111,73,1.00);
	padding-left: 1.5%;
	padding-right: 1.5%;
}
#infoContainer {
	width: 100%;
	border-bottom: thin solid #002300;
	margin-bottom: 50px;
	border-top: medium solid #002300;
}

#infoVideoContainer {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	padding-left: 0px;
}
#infoContainer2 {
	width: 97.2%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	padding-left: 1.5%;
	padding-right: 1.5%;
	background-image: -webkit-linear-gradient(270deg,rgba(100,168,114,0.43) 0%,rgba(255,255,255,1.00) 46.12%);
	background-image: linear-gradient(180deg,rgba(100,168,114,0.43) 0%,rgba(255,255,255,1.00) 46.12%);
	border-top: thin solid rgba(63,111,73,1.00);
}
.infoItem {
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	float: left;
	clear: right;
	text-shadow: 0px 0px;
	margin-bottom: 33px;
	margin-right: 2%;
	color: rgba(3,73,18,1.00);
}

.infoHeaders {
	width: 100%;
	margin-left: 1px;
}

.infoItemLarge {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	min-width: 180px;
	float: left;
	clear: right;
	margin-bottom: 13px;
	text-shadow: 0px 0px;
	margin-right: 1%;
	max-width: 180px;
}
.dottedLine {
	height: 1px;
	width: 100%;
	border-top: thin dotted #969696;
	margin-top: 13px;
	margin-bottom: 33px;
	float: left;
	clear: right;
}
.dottedLine2 {
	height: 1px;
	width: 100%;
	border-top: thin dotted #969696;
	margin-bottom: 33px;
}

#copyrightMenuContainer {
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	color: #FFFFFF;
	position: static;
	float: left;
	width: 100%;
	padding-top: 33px;
	padding-bottom: 33px;
	border-top: thin double #003305;
	background-image: -webkit-linear-gradient(270deg,rgba(63,111,73,1.00) 0%,rgba(0,45,10,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(63,111,73,1.00) 0%,rgba(0,45,10,1.00) 100%);
}
.sliderSizerContainer {
	width: 47%;
	float: left;
	margin-left: 1.5%;
	clear: right;
	position: relative;
	margin-bottom: 7px;
	min-width: 300px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	color: rgba(3,73,18,1.00);
}
.underConstruction {
	color: #00730D;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFFBC4;
}
#bottomText {
	float: left;
	clear: right;
	width: 49%;
}
.picAccordian {
	width: 100px;
	height: 100px;
	margin-right: 13px;
	margin-bottom: 7px;
	-webkit-box-shadow: 4px 4px 4px 2px rgba(154,154,154,1.00);
	box-shadow: 4px 4px 4px 2px rgba(154,154,154,1.00);
}
.majorHeadingContainer {
	padding-left: 1.5%;
	position: static;
	float: left;
	clear: both;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	margin-bottom: 13px;
	color: rgba(0,86,17,1.00);
	width: 98.5%;
}
#videoEquipment {
	width: 100%;
	font-size: small;
	float: left;
	clear: right;
}
.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%;
	clear: none;
	float: none;
	margin-left: auto;
}
#menuContainer {
}

.menuItem {
}
#sliderContainerTop {



}
#infoContainer {
}
#infoVideoContainer {
}
#infoContainer2 {
}
.infoItem {
	width: 31%;
	min-width: 200px;
}
.infoHeaders {
}
.infoItemLarge {
}
.dottedLine {
}
.dottedLine2 {
}
#copyrightMenuContainer {

}
.sliderSizerContainer {
	width: 47%;
	min-width: 300px;

}
.underConstruction {
}
#bottomText {
}
.picAccordian {
}
.majorHeadingContainer {
}
#videoEquipment {
	min-width: 400px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* 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: 850px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#menuContainer {
}

.menuItem {

}
#sliderContainerTop {
}
#infoContainer {
}
#infoVideoContainer {
}
#infoContainer2 {
}
.infoItem {
	width: 31%;
	min-width: 200px;
}
.infoHeaders {
}
.infoItemLarge {
}
.dottedLine {
}
.dottedLine2 {
}
#copyrightMenuContainer {
}
.sliderSizerContainer {
	min-width: 300px;
}
.underConstruction {
}
#bottomText {
}
.picAccordian {
}
.majorHeadingContainer {
}
#videoEquipment {
	float: left;
	clear: right;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
