@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #f0f0f0 url(../images/front_stripe.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer {
	width: 100%;
	clear: both;
}

.img_left {
	float: left;
	margin: 0 10px 8px 0;
}

.img_right {
	float: right;
	margin: 0 0 8px 10px;
}

/* LAYOUT */

#wrap {
	width: 978px;
	margin: 0 auto;
}

#header {
	height: 100px;
	width: 960px;
	position: relative;
}

#logo {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 3px;
	left: 5px;
}

#logo a {
	display: block;
	width: 90px;
	height: 90px;
}

#front_header {
	height: 100px;
	width: 960px;
	position: relative;
	background: url(../images/logo.jpg) no-repeat left;
	margin-bottom: 10px;
}

#login {
	font: 12px/22px Arial, Helvetica, sans-serif;
	width: 300px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	color: #eee;
}

#login a, #login a:visited {
	color: #eee;
}

#login a:hover {
	color: #ccc;
}

#welcome {
	font: 20px/20px "Trebuchet MS",Arial, Helvetica, sans-serif;
	width: 300px;
	height: 20px;
	position: absolute;
	top: 72px;
	left: 10px;
	text-align: left;
	color: #333;
}

#title {
	width: 685px;
	height: 40px;
	font: 30px/40px "Trebuchet MS",Arial, Helvetica, sans-serif;
	position: absolute;
	top: 25px;
	left: 10px;
	color: #8f181b;
}

#front_title {
	width: 850px;
	height: 40px;
	font: 30px/40px "Trebuchet MS",Arial, Helvetica, sans-serif;
	position: absolute;
	top: 25px;
	left: 100px;
	color: #fff;
}

#nav {
	width: 978px;
	height: 53px;
	background: url(../images/nav.jpg) no-repeat;
}

#nav ul {
	padding: 9px 0 0 15px;
}

#nav li {
	float: left;

}

#nav li a, #nav li a:visited {
	color: #fff;
	font: 14px/44px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0 20px;
	float: left;
	display: block;
}

#nav li a:hover {
	background: url(../images/nav_arrow.jpg) center bottom no-repeat;
}

#nav li.here a {
	background: url(../images/nav_arrow.jpg) center bottom no-repeat;
}

#left_col_gray #steps {
	width: 545px;
	height: 40px;
	background: url(../images/steps_bg.png) no-repeat;
	margin-left: 10px;
}

#left_col_gray #steps ul {
	padding: 0 15px;
}

#left_col_gray #steps li {
	float: left;
	list-style-type: none;
}

#left_col_gray #steps li a, #left_col_gray #steps li a:visited {
	color: #cdcdcd;
	width: 103px;
	float: left;
	font: 12px/40px Arial, Helvetica, sans-serif;
	height: 40px;
	text-align: center;
	text-decoration: none;
	display: block;
}

#left_col_gray #steps li a:hover {
	background: url(../images/steps_hvr.png) no-repeat;
	color: #8f181b;
}

#left_col_gray #steps li.active a {
	background: url(../images/steps_hvr.png) no-repeat;
	color: #8f181b;
}

#subnav {
	width: 978px;
	height: 40px;
	background: url(../images/subnav.jpg) no-repeat;
}

#subnav ul {
	padding-left: 15px;
}

#subnav ul li {
	float: left;
	font: 12px/40px Arial, Helvetica, sans-serif;
	float: left;
	display: block;
}

#subnav ul li a, #subnav ul li a:visited {
	color: #666;
	font: 12px/40px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0 16px;
	float: left;
	display: block;
}

#subnav ul li a:hover {
	color: #8f181b;
}

#subnav ul li.sub_here a {
	color: #8f181b;
	background: url(../images/sub_arrow.png) center bottom no-repeat;
}

#subnav li#list_title {
	margin-left: 15px;
	padding-right: 20px;
	color: #444;
	float: left;
	font: bold 12px/40px Arial, Helvetica, sans-serif;
}

#main {
	background: url(../images/content_bg.jpg) center repeat-y;
	width: 920px;
	padding: 0 29px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
}

#main a, #main a:visited {
	color: #0072bc;
}

#main a:hover {
	color: #8f181b;
}

#main_bottom {
	background: url(../images/content_bottom_bg.jpg) no-repeat;
	height: 21px;
	width: 978px;
}

#left_col {
	width: 605px;
	float: left;
	padding-top: 15px;
}

#left_col_gray {
	width: 605px;
	float: left;
	padding-top: 15px;
}

.big_box {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 15px;
	float: left;
	width: 573px;
}

.big_box_bot {
	background: url(../images/left_col_bot.jpg) no-repeat;
	width: 605px;
	height: 11px;
	margin-bottom: 15px;
	float: left;
}

.big_box p {
	margin-bottom: 18px;
}

.big_box img {
	float: left;
	margin: 0 12px 7px 0;
}

#right_col {
	width: 290px;
	float: right;
	padding-top: 15px;
}

#right_col_gray {
	width: 290px;
	float: right;
	padding-top: 15px;
}

.small_box {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 15px;
}

.small_box_bot {
	background: url(../images/right_col_bot.jpg) no-repeat;
	width: 290px;
	height: 11px;
	margin-bottom: 15px;
}

h1 {
	color: #fff;
	background: url(../images/h1.jpg) no-repeat;
	width: 605px;
	height: 40px;
	font: bold 16px/40px Arial, Helvetica, sans-serif;
	text-indent: 15px;
}

#left_col_gray h1 {
	color: #fff;
	background: url(../images/h1_gray.jpg) no-repeat;
	width: 605px;
	height: 40px;
	font: bold 16px/40px Arial, Helvetica, sans-serif;
	text-indent: 15px;
}

h2 {
	color: #fff;
	background: url(../images/h2.jpg) no-repeat;
	width: 290px;
	height: 40px;
	font: bold 16px/40px Arial, Helvetica, sans-serif;
	text-indent: 15px;
}

#right_col_gray h2 {
	color: #fff;
	background: url(../images/h2_gray.jpg) no-repeat;
	width: 290px;
	height: 40px;
	font: bold 16px/40px Arial, Helvetica, sans-serif;
	text-indent: 15px;
}
	

h3 {
	color: #8f181b;
	height: 40px;
	font: bold 18px/40px Arial, Helvetica, sans-serif;
	text-indent: 15px;
	margin-top: 10px;
}

h4 {
	color: #8f181b;
	height: 18px;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
}

h5 {
	color: #8f181b;
	height: 40px;
	font: bold 18px/40px Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

form input, form textarea {
	border: 1px solid #ddd;
	background: #fff;
	color: #222;
	margin-bottom: 8px;
}

#left_col ul, #left_col_gray ul, #right_col ul, #right_col_gray ul {
	padding-left: 20px;
}

#left_col ul li, #left_col_gray ul li, #right_col ul li, #right_col_gray ul li {
	list-style-type: disc;
}




table.zebra {
	width: 100%;
	color: #444;
	border-collapse: collapse;
}

table.zebra thead td {
	color: #8f181b;
	font: 14px/22px Arial, Helvetica, sans-serif;
}

table.zebra td {
	padding: 3px 0px 3px 6px;
}

table.zebra tr.odd {
	background: #eee;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

table.zebra tr.even {
	background: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.error {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 14px 15px;
	color: #CC0000;
	border: 1px solid #cc0000;
	background: #fbc7c7 url(../images/delete.png) 8px 8px no-repeat;
	margin: 8px 0;
	text-indent: 24px;
}

.success {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 14px 15px;
	color: #009900;
	border: 1px solid #009900;
	background: #ccffcc url(../images/accept.png) 8px 8px no-repeat;
	margin: 8px 0;
	text-indent: 24px;
}

.alert {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 14px 15px;
	color: #cc6600;
	border: 1px solid #cc6600;
	background: #ffcc99 url(../images/warning.png) 8px 8px no-repeat;
	margin: 8px 0;
	text-indent: 24px;
}

#map {
	width: 573px;
	height: 344px;
	background: url(../images/campground.jpg) no-repeat;
	margin-top: 15px;
}
	
/* FORMS */
 
div.form-container { margin: 10px; padding: 5px;}
 
p.legend { margin-bottom: 10px; }
p.legend em { color: #8f181b; font-style: normal; }
 
div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }
 
div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 3px; font-size: 11px; color: #333; width: 500px; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: 1px solid #ddd; background: #f7f7f7; width: 513px; }
div.form-container form legend { font-weight: bold; color: #8f181b; }
div.form-container form fieldset div { padding: 3px 0; float: left; width: 260px;}
div.form-container label, 
div.form-container span.label { color: #333; font-size: 12px; width: 100px; display: block; float: left; text-align: left; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { width: 545px;}
div.form-container div.buttonrow input {
	background: #8f181b;
	color: #fff;
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	height: 22px;
	border: 1px solid #999;
	cursor: pointer;
	float: right;
}

div.form-container div.buttonrow input:hover {
	background: #666;
	color: #fff;
}

div.form-container div.input_smaller {float: left; width: 110px;}
div.form-container div.input_smaller label {width: 110px;}
div.form-container div.input_smaller input {width: 110px; margin-right: 10px; line-height: 20px;}

div.form-container div.input_phone {float: left; width: 245px;}
div.form-container div.input_phone label {width: 245px;}
div.form-container div.input_phone input { margin-right: 2px; line-height: 20px;}

div.form-container div.input_date {float: left; width: 493px;}
div.form-container div.input_date label {width: 493px;}
div.form-container div.input_date input { margin-right: 24px; line-height: 20px;}

div.form-container div.input_exp_date {float: left; width: 122px;}
div.form-container div.input_exp_date label {width: 122px;}
div.form-container div.input_exp_date input { margin-right: 2px; line-height: 20px;}

div.form-container div.input_small {float: left; width: 245px;}
div.form-container div.input_small label {width: 225px;}
div.form-container div.input_small input {width: 225px; margin-right: 10px; line-height: 20px;}


div.form-container div.input_large {float: left; width: 493px;}
div.form-container div.input_large label {width: 493px;}
div.form-container div.input_large input {width: 493px; line-height: 20px;}

div.form-container div.input_checkbox {float: left; width: 513px;}
div.form-container div.input_checkbox label {width: 467px;}
div.form-container div.input_checkbox input {float:left; width: 20px; line-height: 20px;}


.winter-rec {
	border-collapse: collapse;
	width: 570px;
	margin-bottom: 25px;
}

.winter-rec caption {
	font: bold 16px/30px Arial, Helvetica, sans-serif;
	color: #8f181b;
	text-align: left;
}

.winter-rec caption span {
	font-size: 12px;
	color: #888;
}

.winter-rec tr.heading td {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #777;
}

.winter-rec td {
	border: 1px solid #ddd;
	padding: 3px;
}

#home {
	float: right;
	margin: 70px 15px 0 0;
	height: 22px;
	font: 14px/22px Arial, Helvetica, sans-serif;
}

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

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

.campsite_desc {                                      
	margin: 10px 0;                                   
	padding: 10px;                                    
	border: 1px solid #ddd;                           
	background: #f7f7f7;                              
	width: 513px;                                     
}                                                     
                                                      
.campsite_desc h4 {                                   
	margin: 0;                                        
	padding: 0;                                       
	height: 20px;                                     
	font: bold 18px/18px Arial, Helvetica, sans-serif;
}                                                     
                                                      
.campsite_pic {                                       
	float: right;                                     
	margin: 0 0 8px 10px;                             
	border: 1px solid #ddd;                           
	padding: 2px;                                     
	width: 224px;                                     
}                                                     
                                                      
.campsite_details {                                   
	float: left;                                      
	width: 273px;                                     
}                                                     

.campsite_desc img {                                   
	float: left;                                      
	width: 180px;                                     
	height: 130px;
} 
                                                      
.campsite_details p span {                            
	font-weight: bold;                                
	color: #333;                                      
}                                                     

.cart td{
	padding: 5px;
}

.blackWhite{
	color: #FFFFFF;
	background-color: #000000;
}

#main .btn {
	width: 100%;
	height: 30px;
	display: block;
	float: left;
	clear: both;
}

#main .btn a, #main .btn a:visited {
	width: 150px;
	height: 30px;
	background: url(../images/btn.jpg) 0 -30px;
	font: 14px/30px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
}
	
#main .btn a:hover {
	background: url(../images/btn.jpg) 0 0;
}

.burial_results { border-collapse: collapse; padding: 0; width: 98%;}
.burial_results td { border: 1px solid #ddd; padding: 3px; color: #666;}
.burial_results td a { color: #903;}
.burial_results td a:visited { color: #09F;}
.burial_results td a:hover { text-decoration: none; color: #09f;}
.burial_results td.last_cell {border: none; border: 0;}

.burial_listing {
	border-collapse: collapse;
	border: 1px solid #ddd;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 75px 10px 10px;
}

.burial_listing td, .burial_listing th {
	padding: 5px;
	border: 1px solid #ccc;
	color: #666;
	font: 14px Arial, Helvetica, sans-serif;
}

.burial_listing th {
	background: #eee;
	width: 27%;
	text-align: right;
	font-weight: bold;
}

.burial_listing td.title {
	background: #900;
	color: #fff;
	font: bold 20px/20px Arial, Helvetica, sans-serif;
	padding: 10px;
}

#prev_next {
	width: 320px;
	height:30px;
	margin: 10px 10px 10px 220px;
}

#prev_next a, #prev_next .btn a:visited {
	width: 150px;
	height: 30px;
	background: url(../images/btn.jpg) 0 -30px;
	font: 14px/30px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 10px;
}
	
#prev_next a:hover {
	background: url(../images/btn.jpg) 0 0;
}

.burial_listing td.no_border {
	border: none;
	border: 0;
}

/* NEW CART STYLING */

table.checkout {
	width: 535px;
	border: none;
	padding: 0;
	margin: 20px 0 10px 15px;
}


.checkout_header td {
	background: #900;
	color: #fff;
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	text-align: right;
	border-left: 1px solid #fff;
	height: 24px;
	padding-right: 5px;
}

tr.pricing {
	height: 30px;
	vertical-align: middle;
}

tr.pricing td {
	height:30px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: right;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 6px 0;
	vertical-align: middle;
}

.subtotal {
	height: 30px;
	line-height: 30px;
}

.subtotal span {
	color: #700;
}

.subtotal td {
	text-align: right;
	font-weight: bold;
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 0;
	padding-right: 5px;
	vertical-align: middle;
}

.subtotal td.sub_price {
	background: #ddd;
	color: #555;
}

td.empty {
	width: 65px;
}

.checkout_header td.empty, .pricing td.empty {
	background: none;
	margin: 0;
	padding: 0;
}

td.empty img {
	margin: 0;
	padding: 0;
	float: right;
	vertical-align: middle;
	
}

td.empty a {
	display: block;
	float: right;
	height: 30px;
}

#main a.cart_btns {
	text-align: center;
	width: 75px;
	height: 30px;
	background: url(../assets/snippets/shopping/images/btn.gif);
	float: right;
	display: block;
	font: 12px/30px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}

#main a.cart_btns:hover {
	color: #39F;
}

td.checkout_btn {
	float: right;
	background: url(../assets/snippets/shopping/images/proceed.gif) no-repeat top right;
	
}

td.checkout_btn a {
	display:block;
	width: 185px;
	height: 22px;
	float: right;
}

tr.btn_bar {
	height: 60px;
	padding-top: 15px;
}

tr.btn_bar td {
	vertical-align: middle;
}

span.productname {
	color: #900;
	font-weight: bold;
}

span.producttotal {
	color: #390;
	font-weight: bold;
}
