/* @group General Styles */

body {
	color: #262626;
	font: normal 16px/20px Tahoma, Arial, Helvetica, sans-serif;
/*	margin: 0 60px 20px; */
	margin: 0px;
	text-align: center;
	background: #3e6cb2;
}

p {
}

p.description {
	font-weight: bold;
	letter-spacing: 1px;
}

b, strong {

}

a:link, a:visited {
	color: #556029;
	text-decoration: underline;
}

a:hover, a:active {
	color: #85030f;
	text-decoration: underline;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 1em 1em 0;
	padding: 3px;
}

* html .image-left {
	height: 1%;
	position: relative;
}

.image-right {
	float: right;
	margin: 3px 0 1em 1em;
	padding: 3px;
}

* html .image-right {
	height: 1%;
	position: relative;
}

.weather {
	float: left;
	width: 300px;
	height: 200px;
	border: solid 2px #000000;
	padding: 5px;
	margin-left: 10px;
	background-color: white;
}

.weather a:link, .weather a:visited {
	text-decoration: none;
	border: none;
}

.weather a:active, .weather a:hover {
	text-decoration: none;
	border: none;
}

#map {
	border: 1px solid #000000;
	width: 620px;
	height: 450px;
	margin: 20px auto;
}

.label {
	font-weight: bold;
	margin-top: 30px;
}

/* @end */

/* @group Layout */
#pageContainer {
	margin: 0px auto;
	background: transparent url(images/pine_trees.png) repeat-y center 0;
}

#tree_slice_left {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 400;
}

#tree_slice_right {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 500;
}

#container { 
	background-color: #fefdd8; /* This Is The BG Color Of The Main Div */
	background-image: none;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
/*	border: 1px solid white; */
	position: relative;
	width:720px;
	color: #333;
	overflow: hidden;
}

.clearer {
	clear: both;
}

#pageHeader {
	position: relative;
	z-index: 0;
	height: 130px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
	width: 100%;
	background: #3e6cb2 url(images/header.jpg) no-repeat;
}



#pageHeader h1 {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	position: relative;
	top: 35px;
	left: 20px;
	letter-spacing: 2px;
	font-size: 4.6em;
	font-weight: normal;
	text-align: center;
}

* html #pageHeader h1 {
	overflow: visible;
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	top: 16px;
}

#pageHeader h2 {
	font-size: 1.5em;
	margin: 10px;
	position: relative;
	top: 40px;
	left: 25px;
	text-align: center;
}

#contentContainer {
	width: 100%;
	border: none;
	margin: 0;
	text-align: center;
}

#contentContainer #content {
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 0.9em;
	text-align: justify;
}

#contentContainer #content p+h3 {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

#contentContainer #content img.half {
	width: 40%;
}

* html #contentContainer #content img.half {
	width: 12em;
}

#contentContainer #content img {
	border: none;
}

#contentContainer ul {
	list-style-position: inside;
	text-align: left;
	padding-left: 15px;
}

#sidebarContainer {
	display: none;
	width: 200px;
	font-size: 0.9em;
	color: #333;
}

#sidebarContainer #sidebar {
	padding: 10px;
	color: #505050;
	width: 180px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	padding: 0px 10px 0px;
	width: 170px;
	font-size: 1.3em;
	
}

#sidebarContainer h1 {
	margin: 0;
	padding: 0 10px;
	background-color: #eaeaea;
	color: #636363;
	font-size: 1em;
	margin-top: 20px;
}



#sidebarContainer h1+p {
	background-color: white;
	margin: 0;
	padding: 6px 10px;
	margin-bottom: 10px;
	color: #979797;
}

#sidebarContainer a {
	color: #fff;
}

#sidebarContainer h1+p>a {
	color: #5f6476;
}

#sidebarContainer p {
	color: #fff;
}

#footer {
	border-top: 1px solid #eeeeee;
	margin-top: 20px;
	color: #909090;
}

#footer p {
	font-size: 0.8em;
	margin: 0;
	padding: 10px 0px;
	text-align: center;
	line-height: 1.2em;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}


#logo img {
	display: block;
}

div#logo {
	position: relative;
	left: 15px;
	top: 25px;
	float: left;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */
#navcontainer {
	position: relative;
	height: 25px;
	width: 720px;
	padding-left: 30px;
	background: #2D2D2D none repeat scroll 0%;
	border-top: 1px solid #cbcaad;
}

#navcontainer #current {
	position: relative;
	float: left;
	color: #fff;
	background-color: #555;
	display: block;
	padding: 2px 10px 0;
	text-decoration: none;
	height: 23px;
}

/* Parent - Level 0 */

#navcontainer ul {
	position: relative;
	display: block;
	height: 25px;
	list-style: none;
	left: 0px;
	padding: 0px;
	margin: 0px;
	background: #2d2d2d;
	text-align: center;
}

* html #navcontainer ul {
	height: 22px;
}

#navcontainer li {
	display: inline;
	float: left;
	height: 25px;
	text-align: center;
	font-size: 13px;
	font-style: normal;
}

* html #navcontainer li {
}

#navcontainer a:link, #navcontainer a:visited {
	float: left;
	display: block;
	padding: 2px 12px 0;
	text-decoration: none;
	font-weight: normal;
	border: none;
	height: 23px;
}

#navcontainer ul a:link, #navcontainer ul a:visited {
	border: none;
	color: #ccc;
}

#navcontainer ul li a:hover, #navcontainer ul li a:active {
	color: #fff;
	background-color: #555;
	border: none;
}

* html #navcontainer a:link, * html #navcontainer a:visited {
	padding: 0 6px 2px;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	color: #96a7bb;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

h1 {
	font-size: 1.8em;
	margin: 5px 0px;
}

h2 {
	font-size: 1.5em;
}

h3 {
}

h4 {
}

.imageStyle {

}

.clear-left {
	clear: left;
}

table.links td {
	border: 3px solid black;
	text-align: center;
	background-color: white;
}

/* My Comment */ 

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

ul.quail li {
	padding-left: 40px;
	background: url(images/quail.gif) no-repeat 0 5px;
	line-height: 2.0em;
}

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {

}

.blog-archive-headings-wrapper {

}

.blog-archive-entries-wrapper {
	border-bottom: 1px solid #a0a9a7;
	padding-top: 20px;
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

	
/* @end */

.blog-entry {
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
}

.blog-entry-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
	line-height: 2em;
}

.blog-entry-date {
	color: #b3b3b3;
	margin-bottom: 10px;
}

.blog-entry-body {
}

.blog-entry-comments {
	padding-top: 10px;
}

.blog-entry-category {
	color: #6a7a90;
}

.blog-category-link-enabled {
	color: #fff !important;
	text-align: right;
	display: block;
	height: 0.5em;
}

.blog-category-link-enabled a {
	
}

.blog-category-link-disabled {
	color: #eebcd3;
	text-align: right;
	display: block;
	height: 0.5em;
}
	
/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	background: #f5f5f5;
	margin-bottom: 10px;
	padding: 5px;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	color: #7f7f7f;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

.thumbnail-table {
	width: 98%;
	background: #f5f5f5;
	margin: 0px auto;
}

.thumbnail-caption {
	font-size: 0.9em;
	color: #96a7bb;
}

.album-description {
	margin-bottom: 30px;
}

.album-wrapper {
	display: block;
	width: 98%;
	position: relative;
	margin: 0px auto;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin-right: 5px;
}

.thumbnail-frame {
    position: absolute;
    top: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame img {
    margin: auto;
	background-color: #4a5324;
    padding: 3px;
}

.thumbnail-frame a:hover img{
	background-color: #840111;
}

.thumbnail-frame a {
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0px;
	height: 50px;
}

.photo-navigation {
	background: #fefdd8;
	color: black;
	border-bottom: 2px solid #818fa1;
	padding: 10px 40px;
	margin-bottom: 30px;
	text-align: center;
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame{
	padding: 4px;
	background: white;
}

.photo-title {
	color: black;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.photo-caption {
	color: black;
	font-size: 1.1em;
	margin: 0;
	text-align: center;
}

.photo-links {
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

.movie-page-description {
	margin-bottom: 8px;
}

.movie-thumbnail-frame {
	width: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #f5f5f5;
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
}

.movie-frame {

}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */

/* @group Rates */

.rate_label {
	background-color: white;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	height: 50px;
}

.rate_rv_site {
	background-color: #cb8e92;
	color: black;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	height: 40px;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-top: 3px solid black;
}

.rate_tent_site {
	background-color: #a0dae5;
	color: black;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	height: 40px;
	border-right: 3px solid black;
	border-top: 3px solid black;
}

/* @end */

