<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	padding-top: 0px;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	/*background: #CCE5FF url(images/background01.jpg) repeat center top; */
	background: #fff; 
	/*background: #7f8767 no-repeat center top; */
	/*background: #020302; */
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #666;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	padding: 0;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1.4em;
	margin-left: 24px;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
  color:#069;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
#mainbodytext {
	font-size: 12px;
	text-transform: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
textarea {
	font-family: "Microsoft Sans Serif", Arial, sans-serif;
	font-size: 14px;
	resize: vertical;
}

/* dec3-21*/
select {
    border: 1px solid ;
    background-color: white;
    border-color: gray;
    color: black;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 2px;
    /*width: 100px;*/
}
input {
    border: 1px solid ;
    background-color: white;
    border-color: gray;
    color: black;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 2px;
    /*width: 100px;*/
}
input[type=button],input[type=submit] {
    border: 1px solid ;
    background-color: #10255C;
    border-color: #10255C;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 2px;
    padding: 2px;
    width: 70px;
    cursor: pointer;
}
input[type=button]:hover,input[type=submit]:hover {
    background-color: #cd0f29;
    border-color: #cd0f29;
}
textarea {
    border: 1px solid ;
    background-color: white;
    border-color: gray;
    color: black;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 2px;
    /*width: 100px;*/
}
data-hover-background-color="#cd0f29"
button {
    border: 1px solid ;
    background-color: #10255C;
    border-color: #10255C;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 2px;
    /*width: 100px;*/
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 1250px;
	margin: 0 auto;
	/*background: #CCE5FF url(images/cork.jpg) repeat center top; */
	/*padding-right: 10px;
	padding-left: 10px;	*/

}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 200px;
	background-color:#10255C;

}

/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
}
#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

/* site description */
#site-description {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	top: 55px;
}


/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
nav {
	/*background:#10255C;*/
	width: 100%;
	height: 30px;
	margin: 0;
	position: relative;
	z-index: 100;
	
}
#main-nav {
	/*background:#10255C;*/
	width: 100%;
	height: 30px;
	margin: 0;
	position: relative;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration: none;
	/*font-variant:small-caps;*/
	/*text-transform: capitalize;*/
	font-size: 18px;
	/*background: none repeat scroll 0% 0% #FFF;*/
/*border-top: 2px solid #95A684;
	border-bottom: 2px solid #95A684;*/

		/*background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background: -moz-linear-gradient(top,  #FFFFFF,  #FFFFFF);*/	/*background: linear-gradient(-90deg, #FFFFFF, #FFFFFF);*/	/* rounded corner *//*	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/	/* box shadow *//*	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);*/
}
#header_mobile {
	/*background-color:#10255C;*/
	width: 100%;
	height: 30px;
	padding-top: 5px;
	margin: 0;
	position: relative;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding-top: 5px;
	list-style: none;
	float: left;
	/* [disabled]text-transform: uppercase; */
    /*background: #D25828;*/
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;	/*text-shadow: 0 -1px 0 rgba(0,0,0,.5);*/
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	color: #fff;
}
#main-nav a:hover {
	/*background: #474747;*/
	/* gradient */
	color: rgb(215, 162, 72) !important;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);*/
}

#nav_desktop {
	max-width:1200px;
}

/************************************************************************************
CONTENT_WIDE
*************************************************************************************/
#content_wide {
	background: #fff; /*background: #d3d3d3;*/
	padding: 20px 35px;

/*	margin: 30px 0 30px;
	width: 910px;
	float: left;
	*/
	/* rounded corner */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);

	width: 910px;
		float: left;
		margin: 20px 0 0px;

}


#pkgName {
	color: #2D3700;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bolder;
}
#pkgAvail {
	color: #333333;
	font-size: 1em;
}
#pkgDescr {
	color: #333333;
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#unitname {
	color: #2D3700;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bolder;
}

/************************************************************************************
CONTENT_Page
*************************************************************************************/
#content_page {
	background: #fff; /*background: #d3d3d3;*/
}
/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #f5f7ff;
	width: 600px;
	min-height: 470px;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 50px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}
/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	height: 240px;
	margin: 0 0 0px;
}
#image-shadow {
	margin: 0 0 15px;
}
.red {
	color:#F00;
}
.bold {
	font-weight: bolder;
	color:#000000;
}
th {
	background-color:#10255C;
	color:#fff;
}
tr:nth-child(even) {
	background-color:#fff;
}
#camp_info tr:nth-child(even) {
	background-color:#f5f7ff;
}
#camp_info2 tr:nth-child(even) {
	background-color:#f5f7ff;
}
#form_phone tr:nth-child(even) {
	background-color:#f5f7ff;
}
#table22 tr:nth-child(even) {
	background-color:#f5f7ff;
}
.form_style {
	min-width:10px;
}



/************************************************************************************
CONTENT_A
*************************************************************************************/
#content_A {
	background: #fff; /*background: #d3d3d3;*/
	margin: 20px 0 0px;
	padding: 20px 35px;
	width: 500px;
	height: 170px; /*height: 140px;*/
	float: left;
	/* rounded corner */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}


/************************************************************************************
CONTENT_B
*************************************************************************************/
#content_B {
	background: #fff; /*background: #d3d3d3;*/
	margin: 20px 0 0px;
	padding: 20px 35px;
	width: 300px;
	height: 170px; /*height: 140px;*/
	float: right;
	/* rounded corner */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}


/************************************************************************************
POLICIES
*************************************************************************************/
#policies {
	background: #f5f7ff; /*background: #d3d3d3;*/
	margin: 20px 0 0px;
	padding: 20px 35px;
	width: 400px;
	height: 250px; /*height: 140px;*/
	float: left;
	/* rounded corner */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
#policies a {
	color: #0000FF;
}


/************************************************************************************
CONTACT
*************************************************************************************/
#contact {
	background: #f5f7ff; /*background: #d3d3d3;*/
	margin: 20px 0 0px;
	padding: 20px 35px;
	width: 400px;
	height: 250px; /*height: 140px;*/
	float: right;
	/* rounded corner */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
#contact a {
	color: #0000FF;
}



/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float: right;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0;
}
#sidebar a {
	color: #0000FF;
}
.widget {
	background: #f5f7ff; /*background: #d3d3d3;*/
	margin: 0 0 30px;
	padding: 10px 20px;
	min-height: 170px;
	/* rounded corner */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #ccc;
	font-size: 85%;
  background: #10255C;
	min-height: 80px;
}
#footer a {
	color: #FFF;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
</pre></body></html>