body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #003;
	background: #e20 url(../images/global/bg.png) 50% 100% no-repeat;
	margin: 0;
	padding: 0 0 50px 0;
    position: relative;
}
div {
	margin: 0;
	padding: 0;
}
h1 {
	font: italic bold 14px Arial, Helvetica, sans-serif;
	color: #741813;
	text-shadow: 2px 2px 2px silver;
	margin-bottom: 2px;
}
h2 {
	font: italic bold 12px Arial, Helvetica, sans-serif;
	color: #741813;
	text-shadow: 2px 2px 2px silver;
}
hr {
	height: 2px;
	background: #741813;
}
li {
	font-size: 12px;
	color: #003;
	padding-left: 2px;
	list-style: circle;
	margin: 0;
	padding-top: 0;
}
li.arrow {
	font-size: 14px;
	list-style: url(../images/global/arrow.gif);
	margin-bottom: 6px;
}
table {
	border-spacing: 0;
}
img {
	border: 0;
}
#bg-l {
    position:absolute;
    bottom:0;
    left:0;
    width: 760px;
    height: 900px;
	background: url(../images/global/bg_l.png) 0 0 no-repeat;
    z-index:2;
}
#bg-r {
    position:absolute;
    bottom:0;
    right:0;
    width: 499px;
    height: 667px;
	background: url(../images/global/bg_r.png) 0 0 no-repeat;
    z-index:3;
}
#wrapper {
	width: 657px;
	margin: 0 auto;
    position: relative;
    z-index:10;
}
#top {
    position: relative;
    margin-top:20px;
	height: 424px;
	background: url(../images/global/top.png) no-repeat;
	text-align: center;
}
#mid {
	background-color: white;
	min-height: 400px;
	border: none;
	padding: 10px 0px 1px 0px;
     -moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9.0 */
              filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000'); /* IE6,IE7 */
          -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000')"; /* IE8 */
}
#mid a {
	color: #06f;
	border-bottom: thin dotted #add;
	text-decoration: none;
}
#mid a:hover {
	color: #06c;
	text-decoration: none;
	background: #cee;
	border-bottom: thin double #bdd;
}
#btm {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #741813;
    background: white;
	text-align: center;
	padding: 30px 0 3px 0;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
#btm a {
	color: #741813;
	text-decoration: none;
}
#btm a:hover {
	color: #741813;
	text-decoration: underline;
}
#nav {
    position: absolute;
	bottom: 0;
    width: 100%; 
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: gray;
	text-transform: uppercase;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	background-color: white;
    padding-top: 10px;
    padding-bottom: 20px;
}
#nav a {
	color: #4d0a05;
	text-decoration: none;
	font-size: larger;
	margin-right: 15px;
	margin-left: 5px;
	border: none;
	background-color: transparent;
	text-shadow: 2px 2px 2px silver;
}
#nav a:hover {
	color: #a12013;
	position: relative;
	top: -1px;
	text-decoration: underline overline;
	text-shadow: none;
}
li.bullet {
	font-size: 12px;
	color: #003;
	padding-left: 2px;
	list-style: circle;
	margin: 0;
	padding-top: 0;
}
h1.calendar {
	font: italic bold 14px Arial, Helvetica, sans-serif;
	color: #741813;
	text-align: center;
}
table.calendar {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: thin solid #123;
	width: 100%;
}
td.calendar {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #225;
	margin: 0;
	border: thin solid #99b;
	vertical-align: text-top;
	height: 40px;
	padding-right: 2px;
	padding-left: 3px;
}
th.calendar {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	margin: 0 1px 1px;
	padding: 0;
	background: #367aba;
	border: thin solid #367aba;
	width: 110px;
}
td.closedCamp {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #69c;
	background: #d5d8e9;
	padding: 2px 5px;
	border-top: 1px solid #8ac;
	border-right: none;
	border-bottom: 1px solid #8ac;
	border-left: none;
	margin: 0;
	text-decoration: underline overline line-through;
}
#dates {
	width: 520px;
	padding-top: 10px;
	text-align: center;
	padding: 20px;
}
table.dates {
	padding: 0;
	margin-top: 10px;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
}
th.dates {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #41090B;
	padding: 3px 5px;
	border-top: none;
	border-right: none;
	border-bottom: 1px groove yellow;
	border-left: none;
	margin: 0;
}
td.dates {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #003;
	background: #d5d8e9;
	padding: 2px 5px;
	border-top: 1px solid #8ac;
	border-right: none;
	border-bottom: 1px solid #8ac;
	border-left: none;
	margin: 0;
}
table {
	font-size: 12px;
}
#mainLt {
	width: 50%;
	padding: 2px 5px;
	float: left;
}
#mainRt {
	font-size: 100%;
	font: 12px/120% Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px;
}
#description {
	font: 12px/120% Verdana, Arial, Helvetica, sans-serif;
	color: #003;
	margin-bottom: 8px;
	width: 400px;
	margin-left: 20px;
}
p.heading {
	float: left;
	margin: 10px;
}
img.heading {
	margin: 10px 5px 0px 10px;
	border-bottom: 1px solid silver;
}
#blurb {
	float: right;
	width: 200px;
	margin: 2px 8px;
	padding: 8px;
	font-size: 14px;
	border: 1px solid silver;
}
#blurb img {
	margin: 8px 0px;
}
.videos {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003;
	background: center;
	text-align: center;
	border-top: thin dotted #bdd;
	border-bottom: thin dotted #bdd;
}
.promo {
	background: #F86F00;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: white;
    padding: 5px 10px;
    margin-bottom:10px;
    text-align: center;
}
.promo.alt, .promo.alt h1 {
    background:yellow;
    color:black;
}
.promo h1 {
    font-size: 160%;
    color:white;
}
.label {
	text-align: right;
}
#ribbonRt {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	width: 200;
	height: 200;
}
#ribbonLt {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 200;
	height: 240;
}
#ribbonRt a, #ribbonRt a:hover, #ribbonRt img, #ribbonLt a, #ribbonLt a:hover, #ribbonLt img {
	text-decoration: none;
	border: 0;
}
.btn {
    display:block;
	background: #F86F00;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	width: 179px;
	border: 0 !important;
	text-transform: uppercase;
	text-align: center;
	color: white !important;
    font-size:12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px;
}
.btn:hover {
	background: #F86F00 !important;
	color: yellow !important;
}
.error {
	color: #f00;
	font-weight: bold;
}
td.error {
	text-align: right;
	color: #f00;
	font-weight: bold;
}
