/*	Basic Layout */
body {
	margin: 0;
	padding: 0;
	background: #4A9B29;
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
}
object { 
	outline:none;
}
#sky {
	background: url(background.gif) repeat-x center top;
}
#navigation {
	height: 80px;
	width: 900px;
	text-align: center;
}
#maincontent {
	width: 900px;
	position: relative;
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: auto;
}
#subnav {
	margin: 0 0 0 15;
	float: left;
	width: 140px;	
}
#content {
	float:right;
	width: 750px;
	min-height:490px;
    height:auto !important;
    height:490px;
}
#content a:link {
	color: #003063;
	text-decoration: underline;
}
#content a:visited {
	color: #003063;
	text-decoration: underline; 
}
#content a:active {
	color: #FF0000;
	text-decoration: none; 
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: underline; 
}
#woodycow {
	width: 140px;
	position: absolute;
	top: 420px;
	height: 170px;
}
#clear{
	clear:both;
	height: 1px;
}
#footer {
	text-align: center;
	width:900px;
	margin-top: 1px;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none; 
}
#footer a:active {
	color: #FEB325;
	text-decoration: underline overline; 
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline; 
}
#banners {
	height: 90px;
	margin: 10px auto 0px auto;
	text-align: center;
	position: relative;
}
.banner {
	display: inline-table;
	float: none;
	margin: 0;
	top: 23px;
	height: 40px;
	width: auto;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: #FFAD0E;
	font-family: "comic sans MS";
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.banner img
{
	border: none;
	margin-bottom: 8px;
}
.bannerText
{
	font-size: 17px;
	letter-spacing: 2px; /* solves sIFR bug */
	top: -17px;
	position: relative;
}
.bannerImage
{
	margin: 0 5px;
	text-decoration: none;
	height: 31px;
}
.doubleBanner img
{
	margin-bottom: 5px;
}
.doubleBanner .bannerText
{
	top: 0;
	position:relative;
}
#content a.faqlink:hover {
	color:#FF9900;
	text-decoration:underline;
}

.entries img {
	margin: 5px 5px 5px 50px;
}

.entries p {
	width: 575px;
}
/* FACEBOOK */
div.facebookBanner iframe {
	background-color: #000000;
}
/* FORM VALIDATION */
.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

