/* ------------ RESET ------------------*/
*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,img {
	border:0;
	margin:0;
}
.preloaded {
	display:none;
}


/* ------------ VICTORY BAR ------------------*/
#vic_bar {
	background-color:#202020;
	height:42px;
	border-bottom:#404040 solid 1px;
	
}
#vic_container {
	width:1000px;
	margin:0 auto;
	overflow:auto;
}
#logo {
	float:left;
	width:300px;
	padding:7px 0px 0px 0px;
}



/* ------------ BODY ------------------*/
body {
	background-image:url('images/bg.jpg');
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
}
#wrapper {
	width:980px;
	margin:0 auto;
}
h1 {
	font-size:36px;
	text-shadow:1px 1px 1px #fff;
	margin:0px 0px 15px 0px;
}
h2 {
	font-size:28px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}
h3 {
	font-size:22px;
	margin:0px 0px 10px 0px;
}
h3 {
	font-size:19px;
	margin:0px 0px 10px 0px;
}
h4 {
	font-size:17px;
	margin:0px 0px 0px 0px;
}
p {
	margin:16px 0px 0px 0px;
}
hr {
	width:%100;
}
.light {
	height:2px;
	background-color:#fff;
}
.dark {
	height:1px;
	background-color:#e6e1d8;
}
#nav {
	float:right;
	margin:35px 0px 0px 0px;
	text-align:right;
	height:25px;
	list-style:none;
	color:#FFF;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	
}
#nav li {
	display:inline;
	padding:0px 0px 0px 13px;
	text-shadow:2px 2px 3px #000;
} 
#nav li a:link {
	color:#fff;
	text-decoration:none;
}
#nav li a:visited {
	color:#fff;
	text-decoration:none;
}
#nav li a:hover {
	color:#d60202;
	text-decoration:none;
}
#nav li a:active {
	color:#fff;
	text-decoration:none;
}


#header {
	height:379px;
	background-image:url('images/logo_head.png');
	background-position:top center;
	background-repeat:no-repeat;
}
#header_parties {
	height:379px;
	background-image:url('images/logo_parties.png');
	background-position:top center;
	background-repeat:no-repeat;
}
#header_about {
	height:379px;
	background-image:url('images/logo_about.png');
	background-position:top center;
	background-repeat:no-repeat;
}
.spacer {
	height:25px;
}


/* ------------ HOME ------------------*/
#home_cats div {
	float:left;
	margin:0px 10px 0px 0px;
	width:235px;
	height:200px;
}
#home_cats a:link #retreat {
	background-image:url('images/retreat_b_cat.png');
	background-position:top center;
	background-repeat:no-repeat;
}
#home_cats a:visited #retreat {
	background-image:url('images/retreat_b_cat.png');
	background-position:top center;
	background-repeat:no-repeat;
}
#home_cats a:hover #retreat {
	background-image:url('images/retreat_cat.png');
	background-position:top center;
	background-repeat:no-repeat;
}
#home_cats a:active #retreat {
	background-image:url('images/retreat_b_cat.png');
	background-position:top center;
	background-repeat:no-repeat;
}

#home_cats a:link #summer {
	background-image:url('images/camp_b_cat.png');
	background-position:top center;
	background-repeat:no-repeat;
}
#home_cats a:visited #summer {
	background-image:url('images/camp_b_cat.png');
	background-position:top center;
	background-repeat:no-repeat;
}
#home_cats a:hover #summer {
	background-image:url('images/camp_cat.png');
	background-position:top center;
	background-repeat:no-repeat;
}
#home_cats a:active #summer {
	background-image:url('images/camp_b_cat.png');
	background-position:top center;
	background-repeat:no-repeat;
}

#home_cats a:link #contact {
	background-image:url('images/contact_b_cat.png');
	background-position:top center;
	background-repeat:no-repeat;
}
#home_cats a:visited #contact {
	background-image:url('images/contact_b_cat.png');
	background-position:top center;
	background-repeat:no-repeat;
}
#home_cats a:hover #contact {
	background-image:url('images/contact_cats.png');
	background-position:top center;
	background-repeat:no-repeat;
}
#home_cats a:active #contact {
	background-image:url('images/contact_b_cat.png');
	background-position:top center;
	background-repeat:no-repeat;
}

#home_cats a:link #staff {
	background-image:url('images/staff_b_cat.png');
	background-position:top center;
	background-repeat:no-repeat;
}
#home_cats a:visited #staff {
	background-image:url('images/staff_b_cat.png');
	background-position:top center;
	background-repeat:no-repeat;
}
#home_cats a:hover #staff {
	background-image:url('images/staff_cat.png');
	background-position:top center;
	background-repeat:no-repeat;
}
#home_cats a:active #staff {
	background-image:url('images/staff_b_cat.png');
	background-position:top center;
	background-repeat:no-repeat;
}

/* ------------ INNER PAGE ------------------*/
#inner_page_top {
	background-image:url('images/inner_page_top.png');
	background-position:top center;
	background-repeat:no-repeat;
	height:30px;
}
#inner_page_middle {
	background-image:url('images/inner_page_middle.png');
	background-position:top center;
	background-repeat:repeat-y;
	overflow:auto;
	min-height:500px;
}
#inner_page_bottom {
	background-image:url('images/inner_page_bottom.png');
	background-position:bottom center;
	background-repeat:no-repeat;
	height:30px;
}
#content {
	float:left;
	width:635px;
	padding:0px 25px 0px 20px;
	height:400px;
	height:100%;
}
#content img .head {
	border:#83786a solid 1px;
	width:633px;
}
#sidebar {
	float:left;
	width:260px;
	padding:0px 20px 0px 20px;
	height:400px;
}
#sidebar a:link {
	color:#402908;
	text-decoration:none;
	list-style:none;
}
#sidebar a:visited {
	color:#402908;
	text-decoration:none;
	list-style:none;
}
#sidebar a:hover {
	color:#8a5407;
	text-decoration:none;
	list-style:none;
}
#sidebar a:active {
	color:#402908;
	text-decoration:none;
	list-style:none;
}
#sidebar li {
	text-decoration:none;
	list-style:none;
	display:block;
	background-color:#fefdf9;
	border:#dfd8be solid 1px;
	padding:5px 5px 5px 5px;
	margin:3px 0px 3px 0px;
}

.sidebar_imp {
	font-size:20px;
	color:#012792;
	background-color:#e7edfd;
	padding:6px 7px 6px 7px;
	border:#aaa solid 1px;
	margin:0px 0px 20px 0px;
}
.sidebar_imp a:link {
	color:#012792;
	text-decoration:none;
}
.sidebar_imp a:visited {
	color:#012792;
	text-decoration:none;
}
.sidebar_imp a:hover {
	color:#023be0;
	text-decoration:none;
}
.sidebar_imp a:active {
	color:#012792;
	text-decoration:none;
}




/* ------------ CONTACT ------------------*/
.form_txt {
	font-size:15px;
	font-style:italic;
}
.submit {
	width:100px;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
}
input:focus, textarea:focus {
	border:#dc030e solid 2px;
}
#map {
	padding:0px 0px 0px 0px;
}
#map_cell {
	padding:5px;
	background-color:#fefdf9;
	border:#dfd8be solid 1px;
}
#map_canvas {
	width:623px;
	height:300px;
	padding:0px;
}
#directors {
	width:200px;
	padding:3px;
	background-color:#fefdf9;
	border:#dfd8be solid 1px;
	float:left;	
	margin:0px 0px 20px 0px;
}
#contact_info {
	float:left;
	width:400px;
	margin:0px 0px 0px 10px;
}
#contact_profile {
	height:200px;
}

/* ------------ GALLERY ------------------*/
#gallery .thumb {
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
	padding:3px;
	margin:0px 10px 20px 0px;
	background-color:#fefdf9;
	border:#dfd8be solid 1px;
}

/* ------------ CAMP ------------------*/
#camp li {
	list-style:none;
	font-weight:normal;
	padding:4px 6px 4px 6px;
	margin:0px 0px 10px 0px;
	background-color:#fefdf9;
	border:#dfd8be solid 1px;
}
.camp_info {
	font-size:13px;
	font-style:italic;
	font-weight:normal;
}
#faq li {
	font-weight:bold;
	padding:4px 6px 4px 6px;
	margin:0px 0px 10px 0px;
	background-color:#fefdf9;
	border:#dfd8be solid 1px;
}
.faq_info {
	margin:5px 0px 0px 0px;
	font-size:15px;
	font-style:italic;
	font-weight:normal;
}

/* ------------ PARTIES ------------------*/
.tr {
	border:#dfd8be solid 1px;
}
#parties li {
	list-style:none;
	margin:0px 0px 0px 30px;
}




.round {
	background-color: #ccc; 
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
	padding: 10px; 
	height:400px;
	filter:alpha(opacity=3);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	z-index:0;

}
.round_txt {
	position: relative;
	top: 50px;
	z-index:1;
	margin:0px 0px 0px 20px;
}

/* ------------ REGISTRATION FORMS ------------------*/
input, textarea {
	font-size:18px;
	padding:3px 3px 3px 3px;
	margin:0px 0px 10px 0px;
	border:#dfd8be solid 1px;
	background-image:url('images/input_bg.jpg');
	background-color:#fefdf9;
	background-position:top center;
	background-repeat:repeat-x;
}
select {
	font-size:18px;
	margin:0px 0px 10px 0px;
	border:#dfd8be solid 1px;
	background-image:url('images/input_bg.jpg');
	background-color:#fefdf9;
	background-position:top center;
	background-repeat:repeat-x;
}
.xlong {
	width:600px;
}
.long {
	width:350px;
}
.med {
	width:150px;
}
.short {
	width:50px;
}
#release {
	width:600px;
	height:150px;
	padding:5px;
	border:#dfd8be solid 1px;
	background-color:#fff;
	overflow:auto;
}