body{
    margin:0;
    padding:0;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height:130%;
    color:#333;
    background:#dddddd;
}
img {vertical-align:middle}
select {
    background:none repeat scroll 0 0 #FFFFFF;
    text-decoration:none;
    border:1px solid #cccccc;
}
select:focus, select:hover
{
    border:1px solid #909090;
}
ul.bullet-list
{
    padding-left:20px
}
li.bullet-list, ul.bullet-list li
{
    list-style-image: url('images/bullet.gif');
    margin:0;
    padding:0;
}
a
{
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
a.link, a.link:visited
{
    text-decoration:none;
    color:#000080;
}
a.link:hover, a.link-green:hover
{
    text-decoration:underline;
}
a.link-green, a.link-green:visited
{
    text-decoration:none;
    color:#006600;
    font-weight:bold;
}
div#search_results
{
	display:none;
	background:#f4f4f4;
	font-size:90%;
	z-index:10;
	position:absolute;
	left:768px;
	overflow:hidden
}
div#search_results a
{
	width:100%;
}
div#search_results a:hover
{
	background: #c0c0c0
}
#search_results a:hover
{
    color:green
}
h1, h2, h3, h4
{
    font-family: Arial, Geneva, sans-serif;
}
h4
{
    font-weight:bold;
    color:#404040;
    margin-top: 0px;
    margin-bottom:8px;
}
h1
{
    color: #808000;
    font-size:150%;
    margin-top:8px;
    margin-left:0px;
    margin-bottom:12px;
}
h1 a
{
    text-decoration:none;
    color: #808000;
}
h1 a:hover
{
    text-decoration:underline;
}
h1 a:visited
{
color: #808000;
}
h2 a
{
    color: olive;
    text-decoration:none;
}
h2 a:visited
{
color: olive;
}
h2 a:hover
{
    text-decoration:underline;
}
h2
{
    color: olive;
    font-size:120%;
}
h3
{
    color: olive;
    font-size:110%;
}
h3 a
{
    color: olive;
    text-decoration:none;
}
h3 a:hover
{
    text-decoration:underline;
}
p
{
margin-top:8px;
}
em{color: red;}

table
{
    background:#eeeeee;
    border:1px solid #ddd;
   /* border-bottom:0;*/
    padding:0;margin:0;
}
table.gtable
{
    background:#ffffff;
    border:0;
    padding:0;margin:0;
    border-collapse: collapse;
}
table.gtable td
{
    border:1px solid #ddd;
}
td, th
{
    padding-left:8px;
    padding-right:8px;
    margin:0;
}
tr
{
    margin:0;padding:0;
}

table.address_table
{
    border:0;background:#fff;color:#404040;
}
table.address_table td
{
    border:0;
    padding:2px
}
table.advert_table
{
    border:0;background:#fff;color:#404040;
}
table.advert_table td
{
    border:0;
    padding:2px;
}
td.advert_label
{
    font-weight:bold;
    width:150px;
    text-align:left;
    background:#eeeeee;
    vertical-align:top;
}
td.advert_field
{
    width:220px;
    background:#f8f8f8;
}
th
{
    background:#e5e5e5;
    border: 1px solid #bbbbbb;
    padding: 0.6em;
    font-weight:bold;
}
table.forum
{
    background:#787878;
    color:#ffffff;
    border:0;
    padding:3px;
    margin:0;
}
tr.forum_altrow td
{
 //   background:#ffffdd !important;
    background:#f2f2f2 !important;
}
table.forum tr:hover td
{
    background:#f6f4d0 !important;
}
table.forum td
{
    /*  border:1px solid #ddd;*/
    border-top:1px solid #ffffff;
    border-bottom:1px solid #787878;
  //  background:#ffffbb;
    background:#e5e5e5;
    color:#444444;
}
a.forum_title
{
    color:#444444;
    font-weight:bold;
}
table.forum th
{
    font-weight:bold;
    background:#787878;
    color:#ffffff;
    border:0;
}

div#main_photo
{
    float:left;background-color:#fff;
    margin:0;padding:0;
}
div#main_photo h2
{
    margin-left:8px
}
img#main_photo_img
{
    border:0;margin:0;padding:0;float:left;border: 1px solid #ddd;
}
div#main_photo_info
{
    margin:0 8px 8px 8px
}

#maincontainer{
/*width: 778px;*/ /*Width of main container*/
width: 990px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
text-align:left;
padding:0;background:#fff;border-left:1px solid #ddd;border-right:1px solid #ddd;
}

#topsection{
background:white url(images/campsite-logo.gif) no-repeat;
height: 64px; /*Height of top section*/
margin-top:0px;
margin-left:8px
}

.errorMsg
{
color:red;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

div#searchform
{
    margin:0;background:#eeeeee
}
div#searchform p
{
    font-size:90%
}
.txt-input, .txt-input-cms
{
    border:1px solid #cccccc;
    margin:0;
}
textarea.txt-input {
    overflow:hidden
}
.txt-input:focus, .txt-input:hover, .txt-input-cms:focus, .txt-input-cms:hover
{
    border:1px solid #909090;
}
.txt-input-cms, .select-cms {
    background-color:#ffffdd;
    color:#660033;
    margin-bottom:3px;
    font-size:90%
}
.txt-input {
    background-color:#f4f4f4
}

.label-cms {
    color:#660066;
    font-weight:bold;
}

input.button1
{
width:auto !important;
}
.button1
{
background-color:#FAFAFA;
background-image:url("images/bg_button.gif");
color:#000000;
padding-bottom:3px;
padding-top:3px;
vertical-align:middle;
border:1px solid #666666;
font-weight:bold;
font-family:"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
margin:0;
font-size:11px;
}
.button1:hover
{
    border-color:#000080;
    color:#000080;
}
a.button1
{
display:block;
padding: 4px 0 4px 0px;
text-decoration: none;
width:88px;
text-align:center;
}

#contentcolumn{
/*margin-right: 308px;*/ /*Set right margin to RightColumnWidth*/
margin-left:2px;
padding: 12px;
float: left;
/*width:676px;*/
width:660px;
clear:both
}
#contentcolumn-wide{
margin-left:16px;
float: left;
width:928px;
}
#contentcolumn-wide2{
margin-left:0px;
float: left;
width:820px;
padding:0;
}
#contentcolumn-new{
margin-left:16px;
margin-right:8px;
float: left;
width:616px;
padding:0;
}
#contentcolumn-narrow{
margin-left:24px;
margin-right:8px;
float: left;
width:520px;
padding:0;
}

#rightcolumn{
float: left;
 /*width: 320px;*/ /*Width of right column*/
/*margin-left: -300px;*/ /*Set left margin to -(RightColumnWidth) */
/*background: #FDE95E;*/
margin-left:6px;
}
#rightcolumn2{
float: left;
width: 160px; /*Width of right column*/
/*margin-left: -300px;*/ /*Set left margin to -(RightColumnWidth) */
/*background: #FDE95E;*/
margin-left:6px;
}
#rightcolumn-new{
float: left;
width: 340px; /*Width of right column*/
/*margin-left: -300px;*/ /*Set left margin to -(RightColumnWidth) */
/*background: #FDE95E;*/
margin-left:2px;
}
#leftcolumn-new{
float: left;
width: 340px; /*Width of right column*/
/*margin-left: -300px;*/ /*Set left margin to -(RightColumnWidth) */
/*background: #FDE95E;*/
margin-left:2px;
}
#rightcolumn-advert{
float: left;
width: 400px;
margin-left:2px;
}
#contentcolumn-advert{
margin-left:16px;
margin-right:8px;
float: left;
width:556px;
padding:0;
}
#footer{
clear: left;
width: 100%;
background: #404040;
/*border-top: 2px solid olive;*/
color: #c0c0c0;
text-align: left;
padding: 0;
margin:0;
}

#footer a{
color: #c0c0c0;
}
#footer a:hover{
color: #e0e0e0;
}

div#breadcrumb
{
    margin-top:12px;
}

.col_header
{
    background:#eeeeee;font-size:100%;color:#464b4f;font-weight:bold;
    width:100%;text-align:center;
}
.map_caption_link
{
    font-size:95%;
    width:100%;text-align:center;
}

span.banner
{
font-family:Verdana;color:olive;font-size:150%;
}
span.bannerx
{
font-family:Verdana;color:#000080;font-size:150%;
}

div#map
{
width:330px;height: 400px;overflow: hidden;background-color:#eeeeee;border:1px solid #c0c0c0;margin:4px
}
div#maptab {
    margin:0;padding:0;display:block;background-color:#eeeeee;padding-bottom:4px;
}

div.colbox
{
    margin:0;margin-top:12px;background: #eeeeee;width:330px;color:#202020;
    padding:4px;
    border-radius:8px;
}
div.colbox a
{
    text-decoration:none;
    color:#000080
}
div.colbox a:hover
{
    text-decoration:underline;
}
div.colbox ul
{
margin-right:8px;margin-left:8px;padding:0
}
div.colbox li
{
list-style:none;padding: 0 0 0 4px;font-size:90%;margin-top:4px
}
div#thumb_column
{
    height:331px;overflow:auto;width:176px;float:left
}
div.fgal {
    float: left;

/*    margin: 3px;*/
   /* margin-right:5px;
    margin-bottom:5px;*/
    margin-left:4px;margin-bottom:4px;margin-top:0px;
    background-color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    text-align: center;border:0;display:inline;
    padding:0;
   /* border: 1px solid #dddddd;padding:4px;*/
}
div.fgal:hover
{
 /*   border: 1px solid #aaaaaa;*/
}
div.fgal img {
 /*   margin: 3px auto;*/
 margin:0;
    border: 1px solid #ddd;float:left
}

div.fgal_home {
    float: left;
    width: 158px;
    height: 158px;
/*    margin: 3px;*/
    margin-right:3px;
    margin-bottom:5px;
    background-color: #eeeeee;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    text-align: center;
    border: 1px solid #dddddd;
}
div.fgal_home:hover
{
    border: 1px solid #aaaaaa;
}
div.fgal_home img {
    margin: 3px auto;
    border: 0px;
}

form{margin:0;padding:0;}

#search_form label{color:#404040;font-weight:bold}

#default-form legend{visibility:hidden;margin:0;height:0.1em;line-height:0.1em;}
#default-form fieldset{ border:0; }
#default-form label{color:#404040;font-weight:bold;display:inline-block;width:120px;padding:0;margin:0}
#default-form textarea{ font: 0.95em verdana, sans-serif; height:14em; width:600px }
#default-form input, #default-form select, #default-form textarea {margin-bottom:8px}
#default-form select{margin-left:0;padding-left:0}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: olive;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}

.fle{
        padding:6px 6px 6px 17px;
        margin-bottom:4px;
}
* html .fle{
        height:1px;
}
.hline 
{
	border-top:1px solid #ddd;clear:both
}
div.comment {
    border-bottom:1px solid #ddd;
}
textarea#comment, textarea#message {
    max-width:864px;
}
span.comment_name, span.comment_name a, span.comment_name a:visited {
    color:#a90000;font-size:110%;
    font-weight:bold;
}
span.comment_body {
    color:#00004f
}

a.action, a.action:visited {
    color:#000080;
    font-size:105%;
   /* font-weight:bold;*/
    display:inline-block;
    /*border:1px solid #c0c0c0;width:240px;background:#eeeeee;height:20px;padding:8px;*/
    margin:0;
    padding:4px;
    text-decoration:none
}

/* phpBB */
fieldset
{
    background:#e0e0e0;
    border:1px solid #ddd;
    margin:4px;
    padding:2px;
}
fieldset label{
    color:#404040;
    font-weight:bold;
}
fieldset div
{
    padding:2px;
}
fieldset dl {
    padding:4px 0;
}
fieldset dt {
    display:block;
    float:left;
    text-align:left;
    width:40%;
}
fieldset dd {
    margin-bottom:3px;
    margin-left:41%;
    vertical-align:top;
}
fieldset.fields1 dt {
    border-right-width:0;
    width:15em;
}
fieldset.fields1 dd {
    border-left-width:0;
    margin-left:15em;
}
fieldset.fields1 div {
    margin-bottom:3px;
}
fieldset.fields1 {
    border-radius: 8px;
    padding:8px 8px 8px 16px;
}

input.button2:hover {
    cursor:pointer;
}
table.gform {
    border:0;background:#ffffff
}
td.glabel {
    vertical-align:top;text-align:left;font-weight:bold
}
input.go_button {
    margin-right:3px;font-weight:bold;font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    padding:4px 4px 5px 4px;
	border:0;
	height:24px;
    margin-left:-3px;
    margin-bottom:0;
    margin-top:2px;
    background-color:#404000;
    color:#FFFFFF;
}
input.go_button:hover {
    cursor:pointer;
}

.button2 {
    background-color:#606000;
    color:#FFFFFF;
    font-weight:bold;
    font-size:12px;
    font-family:'Arial';
}

.button-cms {
    background-color:#9966cc;
    color:#FFFFFF;
}
.button-cms {
    font-size:11px;
    padding:2px;
}
.button2,.button-cms {
    
    margin:0;
    margin-top:2px;
}
input.button2 {
    padding:3px;
}
a.button2
{
display:block;
padding: 2px 0 2px 0px;
text-decoration: none;
width:88px;
text-align:center;
border:2px outset;
}
a.button2:active
{
border:2px inset;
}

form#quick-search {
    padding:0;
    margin:0;
    float:right;
}
form#quick-search input#keyword {
    color:#808080;
    padding-left:3px;
    width:12em;
    font-size:11px;
    height:15px;margin: 0;left:auto;
    padding: 4px 4px 5px 7px;
    margin-top:2px;
    border:0;
    vertical-align:top;   
    width: 175px;
}
fieldset#search-bar{
    border:0;padding:0;margin:0;background:transparent
}

.pager a, .pager a:visited
{
    display:inline;
    background-color:#FFFFFF;
    border: 1px solid #EEEEEE;
    padding: 2px 6px;
    text-decoration: none;
    color: #000080;
}
.pager a:hover
{
    background-color: #000080;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.pager .this-page
{
    border: 1px solid #EEEEEE;
    color: #ffffff;
    background-color:#808000;
    font-weight: bold;
    padding: 2px 6px;
}

tr.altrow td
{
    background:#f9f9f9;
}

a.qype_link {
    color:#00ccff;
    font-size:90%;
}

.mb8
{
    margin-bottom:8px;
}

div.add-review
{
    background:#ffffff;margin:0;padding:0px;display:none
}
div.add-review div
{
	background:#eeeeee;margin:0;margin-bottom:6px;padding:0px
}
div#nearby
{
	padding:0;margin:0
}
div#login-top-right
{
	float:right;margin-right:16px
}

a.button-link {
    display:inline-block;
}

input.button-link:hover {
    cursor:pointer;
}

a.button-link {
    text-align:center;
    padding: 4px 8px;
    width:88px;
}

.button-link {
    padding: 4px 8px;
    margin-top:4px;
    background: #808000;
    color: #FFF;
    font-weight:bold;
    font-size:12px;
    font-family:'Arial';
    border-radius: 4px;
    border: solid 1px #202000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #606000;
    border: solid 1px #101000;
    text-decoration: none;
}
.forum-profile {
    min-height:80px;
    width:200px;
    float:right;
    margin:0;
    padding:0;
    border-left: 1px solid #ffffff;
    font-size:10px;
    color:#666666;
}

.forum-profile dl, .forum-profile dt, .forum-profile dd {
    padding:0;
    margin:0 0 0 5px;
    line-height:1.2em;
}

.forum-post {
    clear:right;
    min-height:80px;
    padding:8px;
    margin-bottom:4px;
    border-radius: 8px;
}
.forum-even {
    background:#e1f4e2
}
.forum-odd {
    background:#cccc99
}
.forum-quote {
    background:#ebeadd
}
.forum-post h3 {
    margin:0;padding:0
}
.forum-container {
    background:#787878;
    padding:0 5px 5px 5px;
    border-radius: 8px;
}

