/* CSS Document */

/* Color Swatches
Green:  #006633
Dark Green:  #002613
Tan:  #f2f2e8
Dark Tan:  #d1d1ca
*/

/* RESET STYLES FOR ALL BROWSERS */
html, body, p, ul, ol, li, h1, h2, h3, h4, div, span, table, form {
	margin: 0;
	padding: 0;
}
html {
	background: #b3e1ff url(/images/bg_body.jpg) repeat-x top left;
}
img, a img {
	border: none;
}
blockquote {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */
body {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	background: url(/images/bg_page_top.jpg) no-repeat center top;
}
/* 100% viewer height */
html, body {
	height: 100%;
}
/* End 100% viewer height */

/* Outer Container */
#outer-container {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

/* Inner Container */
#inner-container {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	position: relative;
	height:100%;
}

/* Content area */
#content {
	padding:10px 10px 310px;
	margin: 0;
	width: 939px;
	text-align: left;
	background: #f2f2e8;
	border-left: 1px solid #d1d1ca;
	border-right: 1px solid #d1d1ca;
	position:relative;
}
	
/* Main content */
#mainContent {
	width: 535px;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
	zoom: 1;
}
#mainContent.fullWidth {
	width:936px;
	float:none;
	margin-right:0;
}
.mainContainer,.freeListing {
	border: 1px solid #d1d1ca;
	background-color: #ffffff;
	margin: 0 0 10px;
	padding: 10px;
}
.column3 {
	width:300px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	overflow:hidden;
}

/* Sidebars */	
#sidebar1, #sidebar2 {
	width: 190px;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
	zoom: 1;
}
.sidebarContainer {
	width: 168px;
	padding: 0 10px 10px;
	margin: 0 0 10px;
	border: 1px solid #d1d1ca;
	background-color: #ffffff;
}
#sidebar2 {
	margin-right: 0;
}
#sidebar2 img.bnrAd {
	margin-bottom: 5px;
}
#googleAds {
	text-align: center;
	margin: 10px 0;
}
#socialApps {
	margin:0 auto;
}

/* General styles */
a:link, a:visited {
	color: #006633;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
a:hover, a:active {
	color: #006633;
	text-decoration: none;
}
a.noLink:hover {
	color:#ffffff;
}
h1, h2, h3 {
	color: #006633;
	margin: 0 0 5px;
	padding: 0;
	letter-spacing: -1px;
}
h1 {
	font-size: 1.3em;
	line-height: 1.1em;
}
h2 {
	font-size: 1.3em;
	line-height: 1.1em;
}
h3 {
	font-size: 1.1em;
	line-height: 1.0em;
}
p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
ul {
	margin: 10px 0 10px 10px;
	padding-left: 10px;
	list-style-type: none;
}
ul li {
	font-size:0.8em;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 8px 24px;
	background: url(/images/bullet.gif) no-repeat 0px 1px;
}
ol {
	margin: 10px 0 10px 20px;
	padding-left: 10px;
}
ol li {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 8px 8px;
	background: none;
}
ol li ol li {
	font-size: 1.0em;
}
ul.horizColumns li {
	float: left;
	width: 220px;
	margin-right: 10px;
}
table {
	margin-bottom: 10px;
	border:1px solid #006633;
}
td, th {
	padding: 4px;
	border:1px solid #006633;
}
th {
	color: #ffffff;
	background: #006633 url(/images/bg_nav_menu_block.jpg) repeat-x;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.redText {
	color: #cc0000;
}
.greenText {
	color: #006633;
}
.boldGreen {
	color:#006633;
	font-weight:bold;
}
.instrText {
	font-size: 11px;
	line-height:normal;
}
button {
	color: #ffffff;
	padding:2px 6px;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 2px;
	cursor: pointer;
	border: 1px solid #002613;
	background: #006633 url(/images/bg_nav_menu_block.jpg) repeat-x 0px 0px;
}
button:hover {
	background-position: 0px -90px;
	color: #333333;
}
button span {
	display: none;
}
button.btnSearch,button.btnKWSearch {
	background: #006633 url(/images/buttons.jpg) no-repeat 0px 0px;
	width: 90px;
	height:30px;
	margin: 0 0 0 2px;
}
button.btnSearch:hover,button.btnKWSearch:hover {
	background-position: 0px -28px;
}
.buttonArea {
	text-align: center;
}
.centerContent {
	text-align: center;
}

/* Header */
#header {
	margin: 0 auto;
	padding: 0 10px 0;
	height: 131px;
	width: 940px;
	text-align: left;
	position: relative;
	z-index:30;
}
#header h1 {
	width:358px;
	height:58px;
	position: absolute;
	top: 33px;
	left: 10px;
	background:url(/images/campresource.png) no-repeat;
}
#header h1 a {
	text-indent:-9999px;
	width:358px;
	height:58px;
	display:block;
}
#header img {
	vertical-align: bottom;
}
#quickSearch {
	top: 53px;
	right: 10px;
	padding: 0;
	width: 350px;
	position: absolute;
}
#quickSearch input {
	font-size: 18px;
	border: 1px solid #d1d1ca;
	padding: 4px;
	width: 240px;
	float: left;
	color: #d1d1d1;
}
#quickSearch .focused {
	color: #333333;
}
#quickSearch .errorSearch {
	color: #cc0000;
}
#sharing,#campSharing {
	float:left;
	width:367px;
	padding:10px;
	margin:0 0 10px;
	border: 1px solid #d1d1ca;
	background-color: #ffffff;
	text-align:center;
}
#sharing #fb-Google {
	width:210px;
	margin:2px auto;
}
#campSharing {
	width:169px;
	text-align:left;
}
#campSharing #fb-Google {
	margin:2px auto;
}
#sharing p,#campSharing p {
	color:#006633;
	font-weight:bold;
	font-size:0.8em;
	margin:2px 0;
}
#campSharing p {
	font-size:0.7em;
	line-height:1.1em;
	margin-bottom:6px;
}

/* Navigation menu */
#navMenu {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 61px;
	background: #006633 url(/images/bg_nav_menu.jpg) no-repeat;
	z-index: 10;
	zoom:  1;
}
#navMenu ul {
	list-style-type: none;
	margin: 5px 20px;
	padding: 0;
	width: 920px;
	height: 50px;
	float: left;
	position: relative;
	zoom: 1;
	z-index: 10;
}
* html #navMenu ul {
	margin: 5px 10px;
}
#navMenu ul li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	line-height: normal;
	background: none;
	border-right: 1px solid #55a17b;
	border-left: 1px solid #002613;
	height: 50px;
	width: 182px;
	position: relative;
}
#navMenu ul li.first,#lmNavMenu ul li.first {
	border-left: none;
}
#navMenu ul li.last,#lmNavMenu ul li.last {
	border-right: none;
}
#navMenu ul li a {
	background: url(/images/nav_menu.jpg) no-repeat 0px 0px;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 182px;
	display: block;
	text-decoration: none;
	zoom: 1; /* IE7 or < fix */
}
#navMenu ul li span {
	display: none;
}
#navMenu ul li a#navDirectory {
	background-position: 0px 0px;
}
#navMenu ul li a:hover#navDirectory {
	background-position: -184px 0px;
}
#navMenu ul li a#navSearch {
	background-position: 0px -50px;
}
#navMenu ul li a:hover#navSearch {
	background-position: -184px -50px;
}
#navMenu ul li a#navJobs {
	background-position: 0px -100px;
}
#navMenu ul li a:hover#navJobs {
	background-position: -184px -100px;
}
#navMenu ul li a#navSupplies {
	background-position: 0px -150px;
}
#navMenu ul li a:hover#navSupplies {
	background-position: -184px -150px;
}
#navMenu ul li a#navOwners {
	background-position: 0px -200px;
}
#navMenu ul li a:hover#navOwners {
	background-position: -184px -200px;
}
#navMenu ul li span.linkDesc {
	font-size: 11px;
	padding: 6px 3px 0 54px;
	margin: 0;
	color: #ffffff;
	font-weight: normal;
	text-indent: 0px;
	line-height: 12px;
	display:block;
}
/* Sub nav menu */
#navMenu ul li ul,#lmNavMenu ul li ul {
	display: none;
	width: 180px;
	height: auto;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 50px;
	zoom: 1;
	border-top: 1px solid #002613;
	border-left: 1px solid #002613;
	border-right: 1px solid #002613;
	z-index: 10;
}
#navMenu ul li ul li,#lmNavMenu ul li ul li {
	height: auto;
	margin: 0;
	padding: 0;
	width: 180px;
	border: none;
	display: block;
}
#navMenu ul li ul li a,#lmNavMenu ul li ul li a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	background: #006633 url(/images/bg_nav_menu_block.jpg) repeat-x 0px 0px;
	border-bottom: 1px solid #002613;
	border-top: 1px solid #55a17b;
	width: 168px;
	margin: 0;
	padding: 6px;
	display: block;
	height: auto;
	zoom: 1;
}
#navMenu ul li ul li a:hover,#lmNavMenu ul li ul li a:hover {
	color: #006633;
	background: #f2f2e8 url(/images/bg_nav_menu_block.jpg) repeat-x 0px bottom;
	border-botom: 1px solid #d1d1ca;
	border-top: 1px solid #f2f2e8;
}
#navMenu ul li:hover ul,#lmNavMenu ul li:hover ul {
	display: block;
}

h2.title,h3.title {
	text-indent: -9999px;
	background: url(/images/header_titles.jpg) no-repeat 0px 0px;
	width: 533px;
	height: 35px;
	padding: 0;
	margin: 0;
	border: 1px solid #002613;
}
#titleDirectory {
	background-position: 0px 0px;
}
#titleSearch {
	background-position: 0px -108px;
}
#campSupCamps {
	background-position: 0px -684px;
}
#campSupCampers {
	background-position: 0px -720px;
}
#titleFeatured {
	background-position: 0px -72px;
	width: 188px;
}
#titleLocations {
	background-position: 0px -144px;
	width: 188px;
}
#titleJobSearch {
	background-position: 0px -756px;
}
h3.showText {
	background: url(/images/bg_nav_menu_block.jpg) repeat-x 0px 0px;
	text-indent: 0px;
	font-size: 0.8em;
	line-height: 1.15em;
	color: #ffffff;
	width: 178px;
	height: auto;
	padding: 5px;
	letter-spacing: normal;
}

/* Featured camps display */
ul#featuredCamps {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#featuredCamps li {
	margin: 10px 0 0;
	padding: 0;
	display: block;
	border: 1px solid #006633;
	font-size: 0.75em;
	line-height: 1.1em;
}
ul#featuredCamps li a {
	display: block;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	background: #fdf1cd url(/images/bg_featured.jpg) no-repeat -20px bottom;
}
ul#featuredCamps li a:hover {
	background: #ffffff url(/images/bg_featured.jpg) no-repeat -220px bottom;	
}
ul#featuredCamps li span {
	margin: 0;
	padding: 4px 0 0;
	font-size: 0.9em;
	line-height: 1.1em;
}
ul#featuredCamps li span.featCat {
	font-weight: bold;
	color: #333333;
}
ul#featuredCamps li span.featLoc {
	font-weight: normal;
	color: #333333;
}
.sidebarContainer p {
	margin: 10px 0 5px;
	font-size: 12px;
	line-height: 1.1em;
}
p#adInfo {
	font-size: 0.75em;
	line-height: 1.2em;
	text-align: center;
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #002613;
	background-color: #ffffff;
	font-weight: bold;
}

#adRateTable {
	border: 1px solid #002613;
	font-size:0.8em;
}
#adRateTable th {
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
	background: #006633 url(/images/bg_nav_menu_block.jpg) repeat-x;
}
#adRateTable td {
	padding: 4px;
	border-bottom: 1px solid #002613;
}
	
/* Forms & Buttons */
fieldset {
	border: 1px solid #006633;
	padding: 0 20px 10px;
	margin: 2px 0 0;
}
#mainContent p.requiredInfo {
	text-align: center;
	color: #cc0000;
	font-weight: bold;
	font-size: 0.7em;
}
legend {
	color: #006633;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 5px 10px;
	letter-spacing:-1px;
}
div.newLine {
	clear: left;
}
div.frmAdjacent {
	float: left;
	margin-right: 24px;
}
div.adjField {
	float: left;
	width: 230px;
	padding: 0;
	margin: 0 10px 5px 10px;
}
label {
	padding: 2px 0;
	color: #006633;
	font-weight: bold;
	width:180px;
	text-align:right;
	margin-right:10px;
	vertical-align:text-top;
	float:left;
	clear:left;
}
input,select,textarea {
	font-size:14px;
}
 /* Used for jQuery validation */
label.error {
	font-size: 1.0em;
	font-weight: bold;
	color: #cc0000;
	margin-left: 5px;
	padding: 0;
	float: none;
	text-align: left;
	border:none;
}
input.error,textarea.error,select.error {
	border:1px solid #cc0000;
	padding:2px;
}

/* Header login boxes */
#loginLinks {
	top: 0;
	right: 0;
	text-align: right;
	position: absolute;
	padding:0;
	height:27px;
}
#loginLinks ul {
	margin:0;
	padding:0;
	list-style:none;
}
#loginLinks li {
	float:left;
	margin:0;
	padding:0;
	background:url(/images/bg_login_top_left.png) no-repeat top left;
}
#loginLinks li a {
	padding:3px 16px 3px 5px;
	margin:0 0 0 11px;
	display:block;
	color:#ffffff;
	height:21px;
	font-size: 11px;
	background:url(/images/bg_login_top_right.png) no-repeat top right;
	text-decoration:none;
}
#loginLinks li a:hover {
	text-decoration:underline;
}
#campLMLogin {
	width:208px;
	height:188px;
	position:absolute;
	top:20px;
	right:136px;
	background:#f2f2e8;
	border:2px solid #d1d1ca;
	padding:6px;
	display:none;
	z-index:20;
	zoom:1;
}
#supplierLMLogin {
	width:238px;
	height:188px;
	position:absolute;
	top:20px;
	right:20px;
	background:#f2f2e8;
	border:2px solid #d1d1ca;
	padding:6px;
	display:none;
	z-index:20;
	zoom:1;
}
#campLMLogin p,#supplierLMLogin p {
	font-size:0.9em;
	margin:0 0 6px;
}
#campLMLogin p.LMTitle,#supplierLMLogin p.LMTitle {
	font-size:1.0em;
	color:#006633;
	font-weight:bold;
	margin:0 0 3px;
	letter-spacing:-1px;
}
#campLMLogin label,#supplierLMLogin label {
	font-size:0.8em;
	float:none;
	text-align:left;
}
#campLMLogin p.smallText,#supplierLMLogin p.smallText {
	font-size:0.7em;
	font-weight:normal;
}
#campLMLogin button,#supplierLMLogin button {
	font-size:0.8em;
}

/* Sitemap */
ul.sitemap {
	margin:0;
}
ul.sitemap li {
	font-size:0.7em;
	margin-left:0;
}
ul.sitemap li ul {
	margin:5px 0 0;
	padding:0;
}
ul.sitemap li ul li {
	font-size:1.0em;
	margin: 0;
}

/* Page footer */
/* Use if footer background is set to 100% of viewer width */
#footerContainer {
	margin: -310px auto; /* Set negative top margin equal to the height of the footer */
	height: 310px;
	width: 100%;
	background: #006633 url(/images/bg_footer.jpg) repeat-x;
	position: relative;
	text-align: center;
	clear: both;
}
* html #footerContainer {
	margin-top: 0;
}
#footer {
	width: 920px;
	height: 255px;
	margin: 0 auto;
	padding: 55px 20px 0;
	text-align: left;
	background: url(/images/bg_footer_top.jpg) no-repeat top center;
	color: #ffffff;
}
#footer div {
	float: left;
	display: inline;
	margin: 0 0 6px 0;
	padding: 0;
	width: 228px;
	height: 200px;
	border-left: 1px solid #55a17b;
	border-right: 1px solid #002613;
}
#footer div.first {
	border-left: none;
}
#footer div.last {
	border-right: none;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer ul li {
	margin: 0;
	padding: 2px 20px 2px 20px;
	background: none;
	font-size: 0.7em;
}
#footer ul li.headerTitle {
	font-weight: bold;
	padding-left: 10px;
}
#footer p {
	margin: 8px 0;
	padding: 0;
	font-size: 0.7em;
	line-height: 1.2em;
}
#footer div#copyright {
	margin: 0 234px;
	padding:0;
	width: 480px;
	height:40px;
	border: none;
	vertical-align: middle;
}
#footer a {
	color: #f2f2e8;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}

.addthis_toolbox {
	margin-bottom: 10px;
	padding: 5px 0 0;
	text-align: center;
}
.addthis_toolbox p {
	font-weight: bold;
	color: #006633;
	text-align: center;
}
.addthis_toolbox a {
	margin: 0 2px;
	padding: 0;
	display: inline-block;
}

/* Modal windows */
#mask {
    position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
	background-color: #d1d1ca;
	z-index: 10000;
}
#loading {
	position:absolute;
	display:none;
	width:220px;
	height:60px;
	border:2px solid #006633;
	background:#fff;
	color:#006633;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:10px;
	text-align:center;
	z-index:10001;
}
#loading img {
	margin-top:10px;
}
#saveCamp,#emailCamp,#reqCampInfo {
	background: #ffffff;
	margin: 0;
	padding: 10px;
	border: 2px solid #006633;
}
#saveCamp {
	width: 380px;
	text-align: center;
}
#emailCamp,#reqCampInfo {
	width: 500px;
	background-color: #f2f2e8;
}
#emailCamp,#reqCampInfo p {
	line-height: 1.2em;
	margin-bottom: 5px;
}
	
#saveCamp h1,#emailCamp h1,#reqCampInfo h1 {
	font-size: 1.1em;
	line-height: 1.2em;
}

/* Errors */
.formError {
	border:2px solid #cc0000;
	padding:10px 10px 0 10px;
	margin:0 0 10px;
	background:#ffffcc;
}
.formError p {
	font-size:1.0em;
}
.formError img {
	margin:0 6px;
}
.formError ol {
	font-weight:bold;
	font-style:italic;
	color:#cc0000;
	margin:0 0 10px 60px;
}
.formError li {
	padding-left:1px;
}

.notice {
	width:714px;
	border:2px solid #cc0000;
	padding:10px 10px 0;
	margin:0 0 10px;
	background:#ffffff;
}
.notice h3 {
	font-size:1.0em;
	margin-bottom:6px;
	color:#cc0000;
	line-height:32px;
	padding-left:42px;
	background: url(/images/warning.png) no-repeat;
}
.notice p, .notice li {
	font-size:0.8em;
}

/* Float clears */
.clearfloat {
	clear: both;
	height: 0;
}
.clearfix:after,.mainContainer:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 /* IE6 */
* html .clearfix {
	zoom: 1;
}
* html .mainContainer {
	zoom: 1;
}
 /* IE7 */
*: first-child+html .clearfix {
	zoom: 1;
}
*: first-child+html .mainContainer {
	zoom: 1;
}
