@charset "utf-8";
/* CSS Document */

.hdr_intro {
	font-size: 24px;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:5px;
}
.link_standard a:link {
	color: #322D18;
	text-decoration: underline;
	
}

.link_standard a:visited {
	color: #322D18;
	text-decoration: underline;
	
}

.link_standard a:hover {
	color: #322D18;
	text-decoration: underline;

}

.link_standard a:active {
	color: #322D18;
	text-decoration: none;
	/* [disabled]font-weight:100; */
	
}

.drop_shadow {
	
	-moz-box-shadow: -3px 5px 8px #B5B5B5; /* FF3.5+ */
	-webkit-box-shadow:-3px 5px 8px #B5B5B5;/* Saf3.0+, Chrome */
	box-shadow: -3px 5px 8px #B5B5B5; /* Opera 10.5, IE 9 */
	
}

.red {
	color:#900;}

.footer_links {
	font-size:16px;
	color:#54423f;
	margin-top:20px;
	margin-left:20px;
	font-weight:bold;
	width:480px;}

.footer_links a:link {
	color: #54423f;
	text-decoration: none;
}

.footer_links a:visited {
	color: #54423f;
	text-decoration: none;
}

.footer_links a:hover {
	color: #54423f;
	text-decoration: underline;
}

.footer_links a:active {
	color: #54423f;
	text-decoration: none;
	
}

.footer_info{
	margin-left:20px;
	margin-top:10px;
	color:#54423f;
	font-size:14px;
	width:480px;}
	
.testimonial {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	color: #54423F;
	background-image: url(../images/icon_quote.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	width: 240px;
	padding-right: 10px;
	
	padding-left: 10px;		
}
.client_quote {
	margin-left: 20px;
	font-style: italic;
	padding-top: 5px;
}

.link_white a:link {
	color: #FFF;
	text-decoration: none;
}

.link_white a:visited {
	color: #FFF;
	text-decoration: none;
}

.link_white a:hover {
	color: #CCC;
	text-decoration: underline;
}

.link_white a:active {
	color: #CCC;
	text-decoration: none;
	
}

.small_text{
	font-size:12px;}
	

.small_14{
	font-size:14px;}	
	

.small_gray{
	font-size:14px;
	color:#666;
	font-weight:normal;
}	
	
	
	.rounded_box {
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3-4 */
	border-radius: 8px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: -2px 5px 8px #B5B5B5; /* FF3.5+ */
	-webkit-box-shadow:-2px 5px 8px #B5B5B5;/* Saf3.0+, Chrome */
	box-shadow: -2px 5px 8px #B5B5B5; /* Opera 10.5, IE 9 */
	background-color: #E2E2D8;
	background-image: -moz-linear-gradient(top, #E2E2D8, #C9C9AF); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E2E2D8),color-stop(1, #C9C9AF)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#E2E2D8', EndColorStr='#C9C9AF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E2E2D8', EndColorStr='#C9C9AF')"; /* IE8 */
	padding:10px;
	border: 3px solid #383834;
	margin-right:20px;
	margin-top:10px;
}
	
	.rounded_box_white {
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3-4 */
	border-radius: 8px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: -2px 5px 8px #B5B5B5; /* FF3.5+ */
	-webkit-box-shadow: -2px 5px 8px #B5B5B5;/* Saf3.0+, Chrome */
	box-shadow: -2px 5px 8px #B5B5B5; /* Opera 10.5, IE 9 */
	background-color: #FCFCFC;
	padding: 10px;
	border: 3px solid #383834;
	margin-right: 20px;
	margin-top: 10px;
}



.notice {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3-4 */
	border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */
}
.notice {
	color: #900;
	background-color: #FF6;
	background-image: url('images/icons/icon_error.png');
}

a.button-off {
	display: inline-block;
	padding: 3px 5px 3px 5px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #3C3C3D;
	background-image: -moz-linear-gradient(top, #CECEB5, #676F46); /* FF3.6 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #CECEB5),color-stop(1, #676F46)); /* Saf4+, Chrome */


            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#CECEB5', EndColorStr='#676F46'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#CECEB5', EndColorStr='#676F46')"; /* IE8 */
	white-space: nowrap;
	overflow: visible;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #CACACA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-background-clip: padding-box;
	border-radius: 2px;
	outline: none;
	position: relative;
	zoom: 1;
*display: inline; }
a.button.primary { font-weight: bold }
a.button:hover { color: #FFFFFF; border-color: #388AD4; text-decoration: none; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); background-position: 0 -40px; background-color: #2D7DC5; }
a.button:active,
a.button.active { background-position: 0 -81px; border-color: #347BBA; background-color: #0F5EA2; color: #FFFFFF; text-shadow: none; }
a.button:active { top: 1px }



.myaccountnav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #27220F;
	text-align: left;
	padding: 8px;
	width: 170px;
	border: 4px solid #330;
	float: left;
	
}

.myaccountnav p {
	margin-top:3px;
	margin-bottom:3px;	
}

.accountmanagement {
	margin-left:205px;
	background-color: #EEEDE3;
	padding:10px;
	min-height:500px;}
	
	
	.rounded {
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3-4 */
	border-radius: 8px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

.camper_selectbox{
	padding:10px;
	border:thin solid #494F19;
	margin-bottom:10px;
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3-4 */
	border-radius: 8px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: -3px 5px 8px #B5B5B5; /* FF3.5+ */
	
}

.camper_name_bold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #27220F;
	margin-bottom: 8px;
}

.camper_name_hdr{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color:#535937;
	margin-bottom: 8px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
}

.help_tt {
	width:250px; background-color:#333C07; color:#EEEDE3;
	padding:10px;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3-4 */
	border-radius: 8px; /* Opera 10.5, IE 9, Saf5, Chrome */
	}
	
.boldtitle {
	font-size:18px; margin-top:5px; margin-bottom:2px; color:#8A3700;
}

.gallery_box {
	margin-bottom:20px;
	width:620px;

	padding-bottom:20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.gallery_image_container {
	width:225px;
	min-height:130px;
	text-align:center;
	float:left;
	margin-right:30px;

	}
	
.gallery_title {
	font-size:18px;
	color:#233448;
	font-family:Tahoma, Geneva, sans-serif;
	margin-top:0px;
	margin-bottom:5px;
	font-weight: bold;
}	

.gallery_date {
	font-size:12px;
	color:#666666;
	font-style:italic;}
	
	
.gallery_desc_cont {
	font-size:14px;
	
}	

.gallery_desc {
	font-size:14px;
	min-height:70px; margin-bottom:8px; margin-top:8px;
}	
	
.gallery_button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #335d8a), color-stop(1, #2a3f61) );
	background:-moz-linear-gradient( center top, #335d8a 5%, #2a3f61 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#335d8a', endColorstr='#2a3f61');
	background-color:#335d8a;
	-moz-border-radius:19px;
	-webkit-border-radius:19px;
	border-radius:19px;
	border:1px solid #214373;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:2px 17px;
	text-decoration:none;
	text-shadow:1px 1px 0px #286eb5;
}.gallery_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2a3f61), color-stop(1, #335d8a) );
	background:-moz-linear-gradient( center top, #2a3f61 5%, #335d8a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3f61', endColorstr='#335d8a');
	background-color:#2a3f61;
}.gallery_button:active {
	position:relative;
	top:1px;
}



.image_rounded {-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0 0 8px #888;
-webkit-box-shadow: 0 0 8px#888;
box-shadow: 0 0 8px #888;}


.photo_right {-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
float:right;
margin-bottom:20px;
margin-left:20px;
-moz-box-shadow: 0 0 8px #888;
-webkit-box-shadow: 0 0 8px#888;
box-shadow: 0 0 8px #888;}


	.whatsnewbox {
	font-size:14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.whatsnewbox p{margin:10px 0;}
.whatsnewbox p:first-child{margin-top:0;}


.sect_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/* [disabled]color: #DEDEDE; */
}
.indented {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
}




.button_brown {
	-moz-box-shadow:inset 0px 1px 0px 0px #75664f;
	-webkit-box-shadow:inset 0px 1px 0px 0px #75664f;
	box-shadow:inset 0px 1px 0px 0px #75664f;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #958137), color-stop(1, #55433f) );
	background:-moz-linear-gradient( center top, #958137 5%, #55433f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#958137', endColorstr='#55433f');
	background-color:#958137;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border:1px solid #55433f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:4px 21px;
	text-decoration:none;
	text-shadow:-2px 2px 13px #422e0e;
}.button_brown:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #55433f), color-stop(1, #958137) );
	background:-moz-linear-gradient( center top, #55433f 5%, #958137 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#55433f', endColorstr='#958137');
	background-color:#55433f;
}.button_brown:active {
	position:relative;
	top:1px;
}


.button_green_grad {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5a88d), color-stop(1, #606640) );
	background:-moz-linear-gradient( center top, #a5a88d 5%, #606640 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a88d', endColorstr='#606640');
	background-color:#a5a88d;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #111a02;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 7px;
	text-decoration:none;
}.button_green_grad:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #606640), color-stop(1, #a5a88d) );
	background:-moz-linear-gradient( center top, #606640 5%, #a5a88d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#606640', endColorstr='#a5a88d');
	background-color:#606640;
}.button_green_grad:active {
	position:relative;
	top:1px;
}

.whitebox{
	background-color:#F0F0F0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:20px;
	-moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px#888;
	box-shadow: inner 0 0 5px #888;
	min-height:255px;
	margin-right:10px;
}

.button_br_sm {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3b440b), color-stop(1, #54433f) );
	background:-moz-linear-gradient( center top, #3b440b 5%, #54433f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b440b', endColorstr='#54433f');
	background-color:#3b440b;
	-moz-border-radius:22px;
	-webkit-border-radius:22px;
	border-radius:22px;
	border:1px solid #614e1d;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:2px 5px;
	text-decoration:none;
}.button_br_sm:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #54433f), color-stop(1, #3b440b) );
	background:-moz-linear-gradient( center top, #54433f 5%, #3b440b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#54433f', endColorstr='#3b440b');
	background-color:#54433f;
}.button_br_sm:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.hdr_zambialink
{ 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;

  /* edit: added z-index */
  z-index: 1; 

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
  background-image: url('../images/shim.gif');
}   

.link_hdr_zambia {
	color: #036;
	text-decoration: none;
}

.link_hdr_zambia a:visited {
	color: #036;
	text-decoration: none;
}

.link_hdr_zambia a:hover {
	color: #069;
	text-decoration: underline;
}

.link_hdr_zambia a:active {
	color: #069;
	text-decoration: none;
	
}


.button_green_grad_big {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #75704e), color-stop(1, #3b440b) );
	background:-moz-linear-gradient( center top, #75704e 5%, #3b440b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#75704e', endColorstr='#3b440b');
	background-color:#75704e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #173608;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
}.button_green_grad_big:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3b440b), color-stop(1, #75704e) );
	background:-moz-linear-gradient( center top, #3b440b 5%, #75704e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b440b', endColorstr='#75704e');
	background-color:#3b440b;
}.button_green_grad_big:active {
	position:relative;
	top:1px;
}



.button_gray {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button_gray:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.button_gray:active {
	position:relative;
	top:1px;
}


.button_red {
	-moz-box-shadow:inset 0px 1px 0px 0px #fab3ad;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fab3ad;
	box-shadow:inset 0px 1px 0px 0px #fab3ad;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fa665a), color-stop(1, #d34639) );
	background:-moz-linear-gradient( center top, #fa665a 5%, #d34639 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa665a', endColorstr='#d34639');
	background-color:#fa665a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #98231a;
}.button_red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d34639), color-stop(1, #fa665a) );
	background:-moz-linear-gradient( center top, #d34639 5%, #fa665a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34639', endColorstr='#fa665a');
	background-color:#d34639;
}.button_red:active {
	position:relative;
	top:1px;
}

.button_yellow_sm {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fae4bd), color-stop(1, #eac380) );
	background:-moz-linear-gradient( center top, #fae4bd 5%, #eac380 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae4bd', endColorstr='#eac380');
	background-color:#fae4bd;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#8c1500;
	font-family:arial;
	font-size:9px;
	font-weight:normal;
	padding:2px 4px;
	text-decoration:none;
}.button_yellow_sm:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eac380), color-stop(1, #fae4bd) );
	background:-moz-linear-gradient( center top, #eac380 5%, #fae4bd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eac380', endColorstr='#fae4bd');
	background-color:#eac380;
}.button_yellow_sm:active {
	position:relative;
	top:1px;
}


.button_green_bright {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none;
}.button_green_bright:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.button_green_bright:active {
	position:relative;
	top:1px;
}


.checkoutbutton {
	float:right;
	width:150px;
	text-align:right;}
	
	

.csinfo, .cssuccess, .cswarning, .cserror, .csvalidation {
	border: 1px solid;
	display:table;
	margin: 10px 0px;
	padding:10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size:14px;
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3-4 */
	border-radius: 6px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

.csinfo {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/icons/info.png');
}
.cssuccess {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/icons/success.png');
}
.cswarning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/icons/warning.png');
}
.cserror {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/icons/error.png');
}
	.hdr_blue_invoice {
	color: #FFF;
	background-color: #333C07;
		}

	.hdr_blue_invoice td{
		padding-bottom:4px;
		padding-right:5px;
		padding-top:3px;
		padding-left:3px;
	}

.infotext {
	font-size:16px;
	line-height:20px;
	color:#333333;
	font-family:Tahoma, Geneva, sans-serif;}


.button_myaccount {
	-moz-box-shadow:inset 0px 1px 0px 0px #5e6658;
	-webkit-box-shadow:inset 0px 1px 0px 0px #5e6658;
	box-shadow:inset 0px 1px 0px 0px #5e6658;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #547014), color-stop(1, #384109) );
	background:-moz-linear-gradient( center top, #547014 5%, #384109 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#547014', endColorstr='#384109');
	background-color:#547014;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #465728;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.button_myaccount:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #384109), color-stop(1, #547014) );
	background:-moz-linear-gradient( center top, #384109 5%, #547014 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#384109', endColorstr='#547014');
	background-color:#384109;
}.button_myaccount:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

/* ===[ Buttons ]=== */

.button {
    position: relative;
    cursor: pointer;
    font: bold 12px/normal 'Segoe UI', Arial, sans-serif;
    color: #333;
    text-decoration: none;
    text-shadow: 1px 1px rgba(255,255,255,0.5);
    border: 1px solid rgba(0,0,0,.1);
    padding: 5px 10px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #EEE;
    background-image: -moz-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.2)), color-stop(100%, rgba(0,0,0,0.2)));
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
    background-image: -o-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
    background-image: linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
    -webkit-box-shadow: inset 0px 1px rgba(255,255,255,0.6), 0px 0px 3px 0px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0px 1px rgba(255,255,255,0.6), 0px 0px 3px 0px rgba(0,0,0,.2);
    box-shadow: inset 0px 1px rgba(255,255,255,0.6), 0px 0px 4px 0px rgba(0,0,0,.2);
    -webkit-user-select: none;
    -moz-user-select: none;
}

.button::-moz-focus-inner {
    margin: 0;
    padding: 0;
    border: 0;
}

a.button { outline: 0 }

/* ===[ Default hover ]=== */

.button:hover, .button:active {
    text-decoration: none;
    background-color: #F9F9F9;
}

/* ===[ Default active ]=== */

.button:active {
    top: 1px;
    margin-bottom: 1px;
    border-bottom-width: 1px;
    background-color: #F9F9F9;
    background-image: -moz-linear-gradient(rgba(0,0,0,0.2), rgba(255,255,255,0.2));
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.2)), color-stop(100%, rgba(255,255,255,0.2)));
    background-image: -webkit-linear-gradient(rgba(0,0,0,0.2), rgba(255,255,255,0.2));
    background-image: -o-linear-gradient(rgba(0,0,0,0.2), rgba(255,255,255,0.2));
    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(255,255,255,0.2));
}

/* ===[ Button sizes ]=== */

.button.small {
    padding: 3px 8px 4px;
    font-size: 10px;
}

.button.large {
    padding: 10px 20px 11px;
    font-size: 14px;
}

/* ===[ Button colors ]=== */

.button.red, .button.green, .button.blue, .button.yellow, .button.orange {
    color: #FFF;
    text-shadow: 0 -1px rgba(0,0,0,0.15);
}

.button.red { background-color: #E62727 }

.button.red:hover, .button.red:active { background-color: #FF2F2F }

.button.green { background-color: #91BD09 }

.button.green:hover, .button.green:active { background-color: #A0CF0C }

.button.blue { background-color: #2981E4 }

.button.blue:hover, .button.blue:active { background-color: #2F93FF }

.button.yellow { background-color: #FFB515 }

.button.yellow:hover, .button.yellow:active { background-color: #FFC74F }

.button.orange { background-color: #FF5C00 }

.button.orange:hover, .button.orange:active { background-color: #FF782F }





.box_white {
	float:right;
	padding:10px;
	width:400px;
	max-height:390px;
	overflow:auto;
	margin-left:20px;
	background-color:#FFF;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 0 0 5px #888;
-webkit-box-shadow: inset 0 0 5px#888;
box-shadow: inner 0 0 5px #888;
	}

.box_white h2 {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	margin-top:2px;
	margin-bottom:2px;
	color:#fff;
	font-size:16px;
	background-color:#036;
}


.box_white h4 {
	padding-top:0px;
	padding-bottom:2px;
	padding-top:5px;
	margin-bottom:0px;
	margin-top:5px;
	color:#333
	font-size:14px;
}


.sect_hdr_green {
	text-align:center;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding-bottom:5px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: rgb(98,125,77); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyN2Q0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjNiMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,125,77,1)), color-stop(100%,rgba(31,59,8,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-8 */
	}
	
.bt_green {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 14px;
	text-decoration:none;
	text-shadow:1px 1px 0px #86ae47;
}.bt_green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
}.bt_green:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by cssbuttongenerator.com */
	

.addon_invoice {
	font-size:14px;
	color: #725F23;
	font-weight:bold;
	margin:3px;
	text-align:right;}
	
	
	
	
	
.camper_reg_info {
	padding:12px;	
	width:95%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid #030;}
	
	
.avail_addons P {
	color: #333;
	font-size:14px;
	margin:2px;
	text-align:right;}


/*

#camp_container {
	width:420px; float:left;}





*/















	