
/*BODY {background: #ffffff url(spacer.gif) no-repeat}*/

BODY {
	background: #ffffff url(background.jpg) no-repeat center center fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	}

A:link {color:#0033FF; text-decoration:underline;}
A:visited {color:#0033FF; text-decoration:underline;}
A:hover {color:#000000; text-decoration:underline;}
A:active {color:#000000; text-decoration:underline;}

A.nav:link { color:#516C15; text-decoration:none; font-size: 15px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase;}
A.nav:visited { color:#516C15; text-decoration:none; font-size: 15px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase;}
A.nav:hover { color:#000000; text-decoration:underline; font-size: 18px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase;}
A.nav:active { color:#000000; text-decoration:none; font-size: 18px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase;}

.rounded-corners {
    border-radius: 20px;
}

.mainText {
	font-family: 'Century Gothic',Futura,'URW Gothic L', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
	}
	
.frontText {
	font-family: 'Century Gothic',Futura,'URW Gothic L', Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
	}
	
h1 {
	font-family: 'Century Gothic',Futura,'URW Gothic L', Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #40671D;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.headerText2 {
	font-family: 'Century Gothic',Futura,'URW Gothic L', Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
	text-shadow: 1px 1px 1px #000000;
	}

.headerText3 {
	font-family: 'Century Gothic',Futura,'URW Gothic L', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	color: #40671D;
	text-decoration: none;
	text-transform: none;
	}
		
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 22px;
	font-weight: normal;
	color: #516C15;
	text-decoration: none;
	}
	
textarea {
	box-sizing: border-box;
	width: 100%;
}	


.frame
{
padding: 0px;
border: 1px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 18px;
max-width: 100%;
height: auto;
}

.smallframe
{
padding: 0px;
border: 1px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 18px;
}

.resize
{
max-width: 100%;
height: auto;
}


.block
{
padding: 0px;
border: 1px solid #cccccc;
background: #FCB200;
padding: 5px;
box-shadow: 1px 1px 2px #ccc;
border-radius: 12px;
}

.shadow {
     text-shadow: 1px 1px #dbdbdb;
}

.imageFloatText { 
   position: relative; 
   max-width: 100%;
}

h2 { 
   position: absolute; 
   top: 200px; 
   left: 0; 
   width: 100%;
   max-width: 100%; 
}

a.bigbutton {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #026435;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	font: bold 14px/120%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	box-shadow:
		3px 3px 12px #cdcdcd,
		0px 0px 3px #cdcdcd,
		inset 0px 5px 12px #7A003B,
		inset 0px 15px 2px #6D0035,
		inset 0px 25px 25px #7A003B;
	}
	
a.bigbutton2 {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #ffffff;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 2px;
	font: bold 15px/100%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:3px;
	box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #ffffff,
		inset 0px 15px 2px #ffffff,
		inset 0px 25px 25px #A7A02B;
	}
	
input[type=text] {
  width: ;
  padding: 6px 6px;
  margin: 8px 0;
  font-size: 18px;
  box-sizing: border-box;
}
input[type=submit] {
  width: ;
  padding: 6px 6px;
  margin: 8px 0;
  font-size: 24px;
  box-sizing: border-box;
}

select {
   font-size: 18px;
}