/* CSS Document */
object,embed {
	z-index: 10 !important
}

body,form {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000;
	background-image: url(/images/back.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 110%;
}

img {
	vertical-align: top;
	border-width: 0px;
}

img.r {
	float: right;
	margin-bottom: 1px;
	margin-left: 5px;
}

img.l {
	float: left;
	margin-bottom: 1px;
	margin-right: 5px;
}

a,a:visited {
	color: #EB7523;
	text-decoration: none;
}

a:hover,a:active {
	color: #EB7523;
	text-decoration: underline;
}

h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	font-weight: bold;
	line-height: 110%;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}

h2 {
	margin-bottom: 0px;
	color: #EB7523;
}

h3 {
	line-height: normal;
	color: #444;
}

h4 {
	color: #EB7523;
}

p {
	color: #222;
	font-size: 11px;
	text-align: left;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0px;
}

th {
	text-align: left;
}

/* FORMS */
input[type=text],input[type=password],input[type=submit],button,textarea,select
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #803C00;
	text-align: left;
	line-height: 110%;
	width: auto;
	background-color: #FBE4D3 !important;
	border: 1px solid #803C00;
	margin-bottom: 3px;
	padding-left: 3px;
	margin-top: 2px;
}

input[type=submit],button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 110%;
	width: 185px;
	background-color: #F19E65 !important;
	border: 1px solid #803C00;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	text-align: left;
	margin-top: 3px;
}

input[type=submit]:hover,button:hover {
	background-color: #672F0A !important;
	border: 1px solid #000000;
	color: #FFFFFF;
}

input[type=checkbox] {
	width: 12px;
	height: 12px;
	border: none;
	padding: 0;
	margin: 0;
	margin-right: 2px;
	margin-left: 2px;
}

select {
	width: 185px;
}

/* Containers */
#main {
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #222;
}

#bu {
	background-color: #FFCC66;
	color: #000000;
	margin: 1px;
	border: 2px ridge #FFCC66;
	background-image: url(/images/warning.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
	width: auto;
}

#bu a {
	color: #0000CC;
	text-decoration: none;
}

#bu a:hover {
	text-decoration: underline;
}

#mainLeft {
	width: 250px;
	vertical-align: top;
}

#mainRight {
	width: 710px;
	vertical-align: top;
}

#navBox,#navBoxFull {
	height: 35px;
	width: 710px;
	background-image: url(/images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	z-index: 900;
}

#navBoxFull {
	width: 960px;
}

#header {
	height: 70px;
	width: 710px;
	background-image: url(/images/head.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#heading {
	width: 215px;
	float: left;
	margin-left: 40px;
	margin-top: 5px;
	line-height: 42px;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}

#headingEdit {
	margin-top: 5px;
	line-height: 42px;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}

#quote {
	width: 350px;
	text-align: right;
	float: right;
	margin-right: 20px;
}

#mainBody {
	width: 710px;
	background-color: #F7C8A7;
	background-image: url(/images/body_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}

#mainBodyFull {
	width: 960px;
	background-color: #F7C8A7;
	background-image: url(/images/bodyFull.png);
	background-repeat: no-repeat;
	background-position: -10px top;
	vertical-align: top;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
}

#contentFull {
	border: 1px solid #F7BF8C;
	margin: 4px;
	min-height: 380px;
}

#pageTitle {
	color: #803C00;
	background-color: #FCA93E;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: normal;
}

#pageTitleR {
	float: right;
	width: auto;
}

#actionbar {
	line-height: 16px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #796425;
	height: 18px;
	white-space: nowrap;
}

#actionbar a {
	font-weight: normal;
	color: #352310;
	display: block;
	float: left;
	border: 1px solid #F7BF8C;
	margin-right: 2px;
	padding-right: 4px;
	padding-left: 1px;
}

#actionbar a:hover {
	color: #FFFFFF;
	border-color: #352310;
	background-color: #352310;
	text-decoration: none;
}

ol,ul {
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 110%;
	text-align: left;
	color: #333;
}

li {
	line-height: 110%;
	padding-top: 1px;
	padding-bottom: 1px;
}

#content {
	margin-left: 20px;
	width: 490px;
	padding-top: 10px;
	padding-bottom: 2px;
	min-height: 380px;
}

#content ul,#homeLeft ul {
	padding: 0px;
	list-style: none;
	line-height: 110%;
	text-align: left;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#content ul li,#homeLeft ul li {
	background-image: url(/images/ul_black.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-left: 1em;
	padding-left: 1.1em;
}

#content ul li.hdr {
	color: #7E3E1B;
	background-image: none;
	padding-left: 0;
}

#homeLeft {
	width: 320px;
	vertical-align: top;
	padding-left: 20px;
	padding-top: 10px;
}

#homeRight {
	width: 350px;
	vertical-align: top;
	text-align: right;
	line-height: 0px;
}

#footer {
	height: 70px;
	background-image: url(../images/sponsors_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-right: 10px;
	clear: both;
	margin-top: 6px;
}

#sponsors {
	padding-top: 30px;
}

#copyright {
	font: normal 10px/ 110% Arial, Helvetica, sans-serif;
	color: #803C00;
	text-align: right;
	padding: 20px;
}

#benefits {
	background-image: url(/images/benefits.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FCA93E;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 110%;
	text-align: left;
}

#benefits ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#benefits ul li {
	background-image: url(/images/ul_orange.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-left: 26px;
	padding-left: 14px;
	color: #FAA93F;
}

#benefits  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/read_more.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	text-align: right;
	line-height: 40px;
	display: block;
	margin-right: 10px;
}

#benefits  a:hover {
	color: #FCA93E;
	background-image: url(/images/read_more_o.gif);
}

#currCamp {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	width: 80px;
	position: absolute;
	z-index: 198;
	left: 129px;
	top: 317px;
}

#nextCamp {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	width: 80px;
	position: absolute;
	z-index: 198;
	left: 129px;
	top: 313px;
}

/* Right Column */
#rc {
	float: right;
	margin-bottom: 20px;
	padding-right: 20px;
	width: 161px;
}

#rc table {
	width: 161px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

#rc td {
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.60;
	-khtml-opacity: 0.5;
	line-height: 22px;
}

#rc thead td {
	background-image: url(/images/nav2_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 15px;
}

#rc tfoot td {
	background-image: url(/images/nav2_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
}

#rc tbody td {
	background-color: #FFFFFF;
	padding: 0px;
	font-weight: bold;
	color: #111;
}

#rc  table a,#rc table  a:visited {
	background-image: none;
	color: #EB7523;
	font-weight: bold;
	padding: 5px 0px 5px 20px;
	line-height: 22px;
}

#rc table a.on {
	background-image: url(/images/nav2_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #803C00;
	text-decoration: none;
}

#rc   table  a:hover,#rc  table  a:active {
	background-image: url(/images/nav2_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #803C00;
	text-decoration: none;
}

/* Customize */ /* NAV2 */
#nav2 tbody td {
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}

/* NAV3 */
#nav3 thead td {
	background-image: url(/images/nav3_top.gif);
}

#nav3 tfoot td {
	background-image: url(/images/nav3_bot.gif);
}

#nav3 tbody td {
	background-color: #EB7523;
	padding-left: 10px;
	padding-right: 5px;
}

#nav3     tbody    a,#nav3    tbody a:visited {
	color: #330000;
}

#nav3   tbody  a:hover,#nav3  tbody a:active {
	background-image: url(/images/nav3_bullet.gif);
	color: #FFFFFF;
}

#rc .boxDark td a,#rc .boxMedium td a,#rc .boxLight td a {
	color: #000000;
	line-height: normal;
}

#rc .boxDark td a:hover,#rc .boxMedium td a:hover,#rc .boxLight td a:hover
	{
	color: #000000;
	text-decoration: underline;
	background: none;
}

/* BOXDARK */
#rc .boxDark thead td {
	background-image: url(/images/box_dark_top.gif);
}

#rc .boxDark tfoot td {
	background-image: url(/images/box_dark_bot.gif);
}

#rc .boxDark tbody td {
	color: #000000;
	text-align: right;
	background-color: #EB7523;
}

/* boxMedium */
#rc .boxMedium thead td {
	background-image: url(/images/box_med_top.gif);
}

#rc .boxMedium tfoot td {
	background-image: url(/images/box_med_bot.gif);
}

#rc .boxMedium tbody td {
	color: #000000;
	background-color: #FC9D1D;
}

/* boxLight */
#rc .boxLight thead td {
	background-image: url(/images/box_light_top.gif);
}

#rc .boxLight tfoot td {
	background-image: url(/images/box_light_bot.gif);
}

#rc .boxLight tbody td {
	color: #000000;
	background-color: #F2A46F;
	padding-right: 10px;
	padding-left: 10px;
}

.hr {
	height: 58px;
	background-image: url(/images/hr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}

.hr2 {
	height: 1px;
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB7523;
}

th,td {
	text-align: left;
	font-weight: normal;
}

.t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 8px;
}

.t1 thead th,.t1 tfoot th {
	font-weight: bold;
	color: #EB7523;
	background-color: #FBE4D3;
	padding: 2px 4px 2px 4px;
	height: 16px;
}

.t1 tbody th[scope=row] {
	font-weight: bold;
	color: #EB7523;
	background-color: #FBE4D3;
	padding: 2px 4px 2px 4px;
	height: 16px;
}

.t1 tbody th,.t1 .on,.t1 tr.on td {
	color: #333333;
	padding: 2px 4px 2px 4px;
	height: 16px;
	background-color: #F9D9C2;
}

.t1 td,.t1 .off {
	color: #333333;
	padding: 2px 4px 2px 4px;
	height: 16px;
	background-color: #F8D0B4;
}

.t1 .r {
	text-align: right;
}

.t1 .c {
	text-align: center;
}

.t1 tr.dull666 td {
	color: #666;
}

.t1 tr.dull444 td {
	color: #444;
}

.t1 caption {
	background-color: #F8D0B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	color: #333333;
}

.hide {
	display: none;
}

table.dlg {
	border: 1px solid #FBE4D3;
}

.dlg thead th {
	color: #EB7523;
	background-color: #FBE4D3;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	text-align: left;
	height: 20px;
	padding-left: 6px;
	line-height: 20px;
	font-weight: bold;
}

.dlg tbody td,.dlg tbody th {
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
}

.dlg tbody th {
	text-align: right;
	font-weight: bold;
}

.dlg tfoot td {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.dlg tr.on td {
	background-color: #F8D0B4;
}

.dlg .r {
	text-align: right;
}

.dlg .c {
	text-align: center;
}

table.dlgB {
	border: 1px solid #39445F;
}

.dlgB thead th {
	color: #FBE4D3;
	background-color: #39445F;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	text-align: left;
	height: 20px;
	padding-left: 6px;
	line-height: 20px;
	font-weight: bold;
}

.dlgB tbody td,.dlg tbody th {
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
}

.dlgB tbody th {
	text-align: right;
	font-weight: bold;
}

.ErrorBox,.MsgBox {
	border-collapse: collapse;
	margin-top: 2px;
	margin-bottom: 4px;
	color: #333333;
	text-align: left;
	letter-spacing: 1px;
	width: 100%;
}

.ErrorBox  th {
	background-image: url(/images/CrossO.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 38px;
}

.ErrorBox td,.MsgBox td {
	padding: 4px;
	background-color: #F7BF8C;
	border: 1px solid #FBE4D3;
}

.MsgBox  p,.ErrorBox p,.MsgBox h1,.ErrorBox h1 {
	color: #333333;
}

.MsgBox {
	
}

.MsgBox  th {
	background-image: url(/images/CheckO.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 38px;
}

.MsgBox td {
	
}

#camperInfo {
	background-image: url(/images/camperInfo.gif);
	background-repeat: no-repeat;
	background-position: 11px top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FCA93E;
	letter-spacing: 1px;
	line-height: normal;
	text-align: left;
	padding-left: 24px;
	font-weight: normal;
}

#camperInfo table {
	width: 224px;
}

#camperInfo .email {
	width: 160px;
	overflow: hidden;
}

#camperInfo h1 {
	color: #FFFFFF;
	line-height: 14px;
	font-size: 12px;
	padding-left: 16px;
	padding-top: 10px;
	height: 17px;
}

#camperInfo th {
	padding-right: 2px;
}

.gallery {
	float: left;
	width: 142px;
	text-align: center;
	height: 150px;
	line-height: 12px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.gallery:hover {
	color: #FFFFFF;
	background-color: #EB7523;
}

.clearBoth {
	clear: both;
	height: 1px;
}

#imgEd {
	float: left;
	height: 82px;
	width: 82px;
	text-align: center;
}

#shop table td {
	text-align: center;
	vertical-align: bottom;
}

#homeAnimation {
	height: 201px;
	width: 321px;
	overflow: hidden;
	background-color: #000000;
	float: right;
}

#homeAnimation img {
	height: 201px;
	width: 321px;
}

#sideAnimation {
	height: 179px;
	width: 321px;
	overflow: hidden;
	background-color: #F7C8A7;
	float: right;
}

#media table {
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
}

#media  tbody  th {
	text-align: center;
	height: 130px;
	width: 100px;
}

#media  tbody  td {
	font-size: 9px;
	text-align: center;
	height: 24px;
	width: 100px;
	overflow: auto;
	line-height: normal;
}

.question {
	padding-left: 20px;
	text-indent: -20px;
}

.BIG {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	text-align: center;
	cursor: pointer;
}

.dlg a,.dlg a:visited,.t1 a,.t1 a:visited {
	color: #803C00;
}

.dlg a:active,.dlg a:hover,.t1 a:active,.t1 a:hover {
	color: #000000;
	text-decoration: underline;
}

.c {
	text-align: center;
}

.smsDG {
	background-color: #007700;
	color: #fff;
}

.smsIR4 {
	background-color: #7E2217;
	color: #fff;
}

.smsIB4 {
	background-color: #2327CF;
	color: #fff;
}

.smsDarkPink {
	background-color: #CC00CC;
	color: #fff;
}

.smsDarkCyan {
	background-color: #00AEDF;
	color: #fff;
}

.error {
    border-style: solid;
    border-width: 3px;
    border-color: red;
}

.highlight {
    border-style: solid;
    border-width: 3px;
    border-color: #007700;
}