@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: 90%;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	left: 70px;
}

/* 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 {
	margin-left: 0;
	width: 100%;
	display: block;
	position: absolute;
}

.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%;
	height: 100%;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: absolute;
	background-image: url(Images/woodstock.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
#div1 {
	left: auto;
	height: 0%;
	display: inherit;
	margin-top: 2px;
	top: auto;
	position: absolute;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.Logo {
	top: 2%;
	left: 0%;
	display: block;
	position: relative;
	min-width: 100px;
	min-height: 95px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.Content {
	position: relative;
	display: block;
	color: #F70000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: large;
	letter-spacing: normal;
	top: 5%;
	text-shadow: 5px 5px 11px #000000;
	margin-top: 10%;
}
.indexpage {
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	min-height: 20px;
}
.spacer {
	width: auto;
	height: auto;
	display: block;
	position: relative;
}
.Contact {
	position: relative;
	width: 200px;
	height: 75px;
	float: right;
	left: auto;
	top: -95px;
	max-width: 31%;
	z-index: 1000;
	right: 24%;
}
.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-left: auto;
}
#div1 {
}
.Logo {
	max-width: 10%;
}
.Content {
}
.indexpage {
}
.spacer {
}
.Contact {
	top: 5pt;
	left: auto;
	position: relative;
	z-index: 1000;
}
.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: 100;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.Logo {
	max-width: 21%;
}
.Content {
	margin-top: 10px;
	position: relative;
	top: 5%;
	padding-top: 10px;
	font-size: x-large;
}
.indexpage {
}
.spacer {
	position: relative;
	margin-top: 10px;
}
.Contact {
	position: absolute;
	top: 5%;
	z-index: 1000;
	left: auto;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
