/* Generic styles */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #3F98C7 url(../images/bodybg.gif);
	color: #555568;
	font: 62.5%/1.6 verdana, arial, "lucida grande", sans-serif;
}


img {
	border: none;
}

h1 {
	display: none;
}

h2 {
	border: solid 1px #77b9df;
	padding: 6px;
	margin-bottom: 10px;
	display: block;
	background: #fff;
	color: #0087c8;
	font-size: 17px;
	font-weight: normal;
}

h3 {
	padding: 6px;
	margin-bottom: 10px;
	color: #0087c8;
	font-size: 15px;
	font-weight: normal;
}

h4 {
	padding: 6px;
	margin-bottom: 10px;
	color: #0087c8;
	font-size: 13px;
	font-weight: normal;
}

h5 {
	padding: 6px;
	margin-bottom: 10px;
	color: #0087c8;
	font-size: 13px;
	font-weight: normal;
}

p {
	font-size: 12px;
}

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

form {
	font-size: 12px;
}

#right label {
	margin-bottom: 5px;
	padding-right: 20px;
	display: block;
}

#right input {
	margin-bottom: 10px;
	padding: 3px;
}

#right select {
	margin-bottom: 10px;
	margin-top: 5px;
}

#right textarea {
	padding: 3px;
}

/* start of site */
#wrapper {
	width: 960px;
padding: 0 20px;
	margin: 10px auto;
background: url(../images/wrapper.png);
}

/* header stuff */
#header {
border-top: 10px solid #77b9df;
background: #fff url(../images/header.gif) repeat-x;
	width: 960px;
	clear: both;
	height: 92px;
	overflow: hidden;
	position: relative;
}

#header a, #header a:link {
	color: #49606e;
	text-decoration: none;
}

	
#header a:hover {
	color: #5bbfe3;
}

#logo {
	float: left;
	width: 270px;
	height: 150px;
}

span.logo {
	width: 270px;
	margin-top: 10px;
	float: left;
	height: 89px;
}

.details {
	clear: both;
	float: left;
	width: 260px;
	margin-left: 20px;
	margin-top: -5px;
	background: transparent;
	height: 60px;
}

.details h2, #header-contact h2 {
	border: none;
	margin-top: -5px;
	color: #83919a;
	background: transparent !important;
	font-size: 1.9em;
	font-weight: bold;
	padding: none;
	margin: none;
}

.details p {
	font-weight: bold;
}

.blue {
	margin-top: -17px;
	color: #5bbfe3;
}

.search {
	float: right;
	width: 300px;
	margin-top: 0px;
	margin-right: 9px;
	background: url(../images/search.png);
	height: 72px;
margin-top: 10px;
}

.search form {
padding-top: 10px;
padding-left: 10px;
}

.search input {
width: 210px;
}

#ajaxSearch_submit {
width: 50px;
}

#ajaxSearch_form {
	margin-left: 10px;
	margin-top: 3px;
	border: none!important;
clear:both;
}

.search p {
color: #fff;
width: 300px;
margin: 0 auto;
text-align: center;
margin-top: 5px;
}

fieldset {
	border: none!important;
}

#header-contact {
	clear: both;
	width: 220px;
	float: right;
	margin-top: -100px;
	text-align: center;
	height: 110px;
}

#header-contact ul {
	margin-top: 0;
	list-style-type: none;
}

#header-contact li {
	display: inline;
}

/* navigation */
#main-nav {
	clear: both;
	width: 959px;
	height: 39px;
background: url(../images/navbg.gif);
border-right: 1px solid #fff;
}

#main-nav ul {
	list-style-type: none;
}

#main-nav li {
	float: left;
	border-left: 1px solid #fff;
}



.last {
	border-right:none;
}

#main-nav a, #main-nav a:link {
	padding: 10px 15px;
	display: block;
	color: #ffffff;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
}

.last a, .last a:link {
	padding-right: 14px!important;
	padding-left: 14px!important;
}

#main-nav a:hover {
	background: url(../images/main-hover.gif);
}

.active {
	background: url(../images/main-hover.gif);
}

/* content stuff */
#main-content {
	width: 958px;
	border-left: 1px solid #d2dbe0;
	border-right: 1px solid #d2dbe0;
	background: #ffffff;
	font-size: 1em;
	overflow: hidden;
}

#banner {
	width: 958px;
	background: url(../images/banner-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 201px;
}

#content {
	padding: 20px;
	float: left;
	width: 600px;
	height: auto!important;
	height: 540px;
	min-height: 540px;
}

#content p {
	margin: 10px;
}

#content a, #content a:link {
	color: #0087c3;
	text-decoration: none;
}

#content a:hover {
	color: #EF7114;
}

.location-thumb {
	padding: 4px;
	margin: 5px auto;
	border: solid 1px #cccccc;
	background: #ffffff;
}

.location-thumb-left {
	padding: 5px;
	margin: 5px;
	float: left;
	border: solid 1px #cccccc;
	background: #ffffff;
}

.letter {
	border-bottom: solid 1px #cccccc;
	font-size: 17px;
	font-weight: normal;
}

ul.locations {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	overflow: hidden;
}

.locations li {
	float: left;
	margin-right: 10px;
	font-size: 12px;
}

.locations a, .locations a:link {
	list-style-type: none;
	color: #49606e;
}



/* footer */


#footer {
	width: 960px;
	border-top: 10px solid #77b9df;
	border-bottom: 10px solid #77b9df;
	background: #ffffff;
	font-size: 12px;
	overflow: hidden;
	height: 360px;
}



#add-site-form, #wlpeLoginForm, #wlpeUserInfo {
	width: 580px;
	border: solid 1px #0087c8;
	padding: 10px;
	float: left;
	background: #77B9DF;
color: #fff;
}

#add-site-form h2, #wlpeLoginForm h2 {
	border: solid 1px #0087c8;
	padding: 6px;
	margin-bottom: 10px;
	display: block;
	background: #ffffff;
	color: #0087c8;
	font-size: 17px;
	font-weight: normal;
}

#add-site-form p, #wlpeLoginForm p {
	margin-bottom: 10px;
}

.inputwrapc {
	overflow: hidden;
}

.inputwrapc label, #wlpeLoginForm label {
	margin-bottom: 5px;
	float: left;
	width: 180px;
	padding-right: 20px;
	display: block;
	text-align: right;
}

.inputwrapc input, #wlpeLoginForm input {
	margin-bottom: 10px;
	padding: 3px;
width: 250px;
border: solid 1px #0087c8;
}

.inputwrapc select, #wlpeLoginForm select {
	margin-bottom: 10px;
	margin-top: 5px;
}

.inputwrapc textarea, #wlpeLoginForm textarea {
	width: 250px;
	padding: 3px;
border: solid 1px #0087c8;
height: 100px;
margin-bottom: 10px;
}

#submitform {
	margin-left: 20px;
}

#submitform2 {
	margin-left: -5px;
}

.site-list {
	border: 1px solid #d2dbe0;
	margin-top: 10px;
	font-size: 11px;
	overflow: hidden;
}

.site-list h3 {
	padding: 2px 10px; /*background: #D2DBE0;*/
	margin: 0;
	margin-top: 5px;
	display: block;
	font-size: 11px;
}

.address {
	float: left;
	width: 200px;
	margin-left: 20px;
}

.address ul {
	list-style-type: none;
}

ul.info {
	float: right;
	width: 200px;
	list-style-type: none;
}

ul.more {
	clear: both;
	width: 300px;
	padding-bottom: 5px;
	margin-left: 10px;
	list-style-type: none;
}

.site-list a, .site-list a:link {
	color: #49606e;
	font-weight: bold;
	text-decoration: none;
}

.paginate a, .paginate a:link {
	padding: 5px;

	border: 1px solid #49606e!important;
	font-size: 12px;
}

.ditto_currentpage, .ditto_page {
	border: 1px solid #49606e;
	padding: 5px;
	background: #f4f4f4;
	font-size: 12px!important;
	font-weight: bold;
	margin: 2px!important;
}

.ditto_page {

}

.ditto_page {
	border: none;
	
}

#ditto_pages {
	
}

#right {
	float: right;
	width: 300px;
	margin-right: 10px;
	height: auto!important;
	height: 200px;
	min-height: 200px;
padding-bottom: 10px;
}

#right a, #right a:link {
	color: #fff;
background: url(../images/righta.png);
width: 277px;
height: 22px;
display: block;
text-align: center;
text-decoration: none;
line-height: 17px!important;
}

#right a:hover {
background: url(../images/righta-hover.png);
}

#right p {
	margin: 5px;
}

.right-top {
width: 300px;
height: 5px;
background: url(../images/right-top.gif);
margin-top: 20px;
}


.right-bottom {
width: 300px;
height: 6px;
background: url(../images/right-bottom.gif);
margin-top: -1px;
}

.right-wrap {
	padding: 10px;
padding-top: 0;
background: #77b9df;
color: #fff;
}



.right-wrap h3 {
padding-bottom: 10px!important;
text-align: center;
	color: #fff;
	font-size: 14px;
background: transparent url(../images/righth2.gif);
background-position: bottom left;
background-repeat: no-repeat;
text-transform: uppercase;
font-weight: bold;
margin-left: -10px;
}

.last2 {
	border-bottom: none!important;
}

.back-top {
	margin-left: -20pximportant!;
}

.back-top a, .back-top a:link {
	margin-left: -10px;
	color: #8fa024;
	text-decoration: none;
}

/* more footer stuff */
#footer-bottom p {
	padding-top: 10px!important;
	padding-left: 20px;
}

#footer-bottom a, #footer-bottom a:link {
	display: block!important;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

#footer-bottom a:hover {
	color: #0091bd;
}

.titles {
	width: 928px;
	padding: 0 10px;
	margin: 0 auto;
	border-bottom: 1px solid #9fcbe7;
	height: 35px;
}

span.footer-title {
	float: left;
	width: 225px!important;
	margin-top: 8px;
	color: #555568;
	font-size: 14px;
	font-weight: bold;
}

.footerul {
	width: 200px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
}

.footerul.modx {
	width: 233px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
}

ul.footerul {
	border-right: 1px solid #9fcbe7;
	padding-top: 10px;
	padding-right: 5px;
	list-style-type: none!important;
	height: 330px;
}

ul.footerul-contact {
	border-right: none!important;
}

#footer a, #footer a:link {
	padding-left: 15px!important;
	display: block!important;
	color: #EF7114;
	text-decoration: none;
}

#footer a:hover {
	color: #0086c8;
}

	
.green a, .green a:link {
	color: #9ebf50!important;
}

.gallery {
	text-align: center;
}

.gallery img {
	border: 1px solid #49606e;
	padding: 5px;
	margin: 5px;
}

.stamp {
	float: left;
	width: 40px;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #000000;
	background: #f9f9f9;
	font-size: 12px;
	text-align: center;
	height: 40px;
}

.stamp dt {
	font-weight: bold;
}

.ajaxSearch_resultLink {
	font-size: 12px;
}

.ajaxSearch_result {
	margin-top: 10px;
	border: 1px solid #cccccc;
padding: 10px;
}

.ajaxSearch_resultDescription {
	display: none;
}

.ajaxSearch_paging {
font-size: 12px;
padding-left: 10px;
}

#index {
width: 562px;
padding: 10px;
border: 1px solid #ccc;
overflow: hidden;
margin: 0 auto;
margin-top: -10px;
text-align: center;
margin-bottom: 10px;
}

ul.index {
list-style-type: none;
}

.index li {
display: inline;
font-size: 12px;
}

.camp-images img {
float: left;
border: 1px solid #D2DBE0;
padding: 5px;
margin: 0 7px;
}

.twita a, .twita a:link {
background: url(../images/twita.png)!important;
width: 118px!important;
height: 22px!important;
display: block!important;
line-height: 22px;
margin-top: 15px;
}

.twita a:hover {
background: url(../images/twita-hover.png)!important;
}


form#newsletter-form input.searchBtn, #add-site-form input.searchBtn {
background: url(../images/submit.png)!important;
width: 118px!important;
height: 22px!important;
display: block;
border: none;
}

#add-site-form input.searchBtn {
margin-left: 200px;
}

form#newsletter-form input.searchBtn:hover, #add-site-form input.searchBtn:hover {
background: url(../images/submit-hover.png)!important;
}

.wlpeMessageText {
border: 1px solid red;
background: #ff7660;
color: #fff;
padding: 5px;
padding-left: 10px;
width: 585px; 
margin-left: 0px!important;
}

.facilities-tab p img {
margin-right: 5px;
}

.related {
overflow: hidden;
padding: 10px;
}

ul.linksList {

font-size: 12px;
margin-bottom: 10px;
overflow: hidden;
}

.linksList li {
float: left;
margin: 3px 0;
margin-left: 10px;
}

.linksList a {
padding: 2px 10px;
width: 220px;
display: block;
border: 1px solid #77b9df;
}

.linksList a:hover {
background: #e9e9e9;
border: 1px solid #77b9df;
}

.related strong {
text-transform: uppercase;
margin-left: -7px;
color: #0087c8;
}
