body {
	background: #004422;
	color: #6F1B00;
	font-family: "Comic Sans MS";
}
.content {
	width: 911px;
	text-align: center;
	margin: 0 auto;
	background: white;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.header {
	margin: 8px auto;
	text-align: center;
	width: 911px;
}
.logo{
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.middleTop {
	background: white;
	text-align: center;
	margin: 0 auto;
	overflow: auto;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.middleBottom {
	background: white;
	text-align: center;
	margin: 0 auto;
	overflow: auto;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.leftSide {
	width: 300px;
	float: left;
	background: white;
	border-right: 1px solid black;
	padding: 5px;
}
.rightSide {
	width: 570px;
	float: left;
	background: white;
	padding: 5px;
	/*border-left: 1px solid black;*/
}
.details {
	text-align: left;
}
.tableTitle {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.contactForm {
	text-align: left;
}
.textRight {
	text-align: right;
}
.borderTop {
	border-top: 1px solid black;
}
.signUp {
	font-size: 13px;
	height: 275px;
	width: 911px;
}
.fees {
	font-size: 13px;
	height: 125px;
	width: 911px;
}
.paypalForm {
	text-align: center;
	overflow: auto;
	margin: 0 auto;
	width: 590px;
}
.error {
	border: 3px solid #f00;
}
.description {
	padding: 5px;
}
.regDesc {
	padding: 0px 10px;
}
.footer {
	padding: 10px 0px;
}
.paypalDiv {
	width: 590px;
	border: 1px solid black;
	margin: 0 auto;
}
.question {
	text-align: left;
}
.vendors{
	table-layout: fixed;
	width: 810px;
}
.vendors > th, .vendors tr td {
	overflow: hidden;
	width: 260px;
}

/* These are for the header */
#menu > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#menu > ul > li {
    float: left;
	padding: 6px 20px 6px 20px;
}

#menu > ul > li > a:link, #menu > ul > li > a:visited {
    display: block;
    width: 100%;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #D4950D;
    text-align: center;
    /*padding: 14px;*/
	padding: 6px 20px 6px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

#menu > ul > li > a:hover, #menu > ul > li > a:active {
    background-color: #795200;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#menu {
	background: #D4950D;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

/* this is for the slider */
.banner * {
-webkit-font-smoothing:antialiased;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
margin:0;
padding:0;
}

.banner {
position:relative;
width:100%;
overflow:auto;
font-size:18px;
line-height:24px;
text-align:center;
color:rgba(255,255,255,.6);
text-shadow:0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
background:#5b4d3d;
box-shadow:0 1px 2px rgba(0,0,0,.25);
}

.banner ul {
list-style:none;
width:300%;
}

.banner ul li {
display:block;
float:left;
width:33%;
min-height:350px;
-webkit-background-size:100% 100%;
-moz-background-size:100% 100%;
-o-background-size:100% 100%;
-ms-background-size:100% 100%;
background-size:100% 100%;
box-shadow:inset 0 -3px 6px rgba(0,0,0,.1);
padding:160px 0 110px;
}

.banner h1,.banner h2 {
font-size:40px;
line-height:52px;
color:#fff;
}

.banner .btn {
display:inline-block;
clear:both;
color:#fff;
font-size:12px;
font-weight:700;
text-transform:uppercase;
text-decoration:none;
border:2px solid rgba(255,255,255,.4);
border-radius:5px;
margin:25px 0 0;
padding:9px 22px 7px;
}

.banner .btn:hover {
background:rgba(255,255,255,.05);
}

.banner .btn:active {
-webkit-filter:drop-shadow(0-1px2pxrgba(0,0,0,.5));
-moz-filter:drop-shadow(0-1px2pxrgba(0,0,0,.5));
-ms-filter:drop-shadow(0-1px2pxrgba(0,0,0,.5));
-o-filter:drop-shadow(0-1px2pxrgba(0,0,0,.5));
filter:drop-shadow(0-1px2pxrgba(0,0,0,.5));
}

.banner .btn,.banner .dot {
-webkit-filter:drop-shadow(01px2pxrgba(0,0,0,.3));
-moz-filter:drop-shadow(01px2pxrgba(0,0,0,.3));
-ms-filter:drop-shadow(01px2pxrgba(0,0,0,.3));
-o-filter:drop-shadow(01px2pxrgba(0,0,0,.3));
filter:drop-shadow(01px2pxrgba(0,0,0,.3));
}

.banner .dots {
position:absolute;
left:0;
right:0;
bottom:20px;
}

.banner .dots li {
display:inline-block;
width:10px;
height:10px;
text-indent:-999em;
border:2px solid #fff;
border-radius:6px;
cursor:pointer;
opacity:.4;
-webkit-transition:background .5s, opacity .5s;
-moz-transition:background .5s, opacity .5s;
transition:background .5s, opacity .5s;
margin:0 4px;
}

.banner .dots li.active {
background:#fff;
opacity:1;
}