/* LAKE CHIPPEWA CAMPGROUND  -----  GLOBAL */

* {margin: 0; padding: 0;}

body {
	font-size: 12px;
	background: url(../_img/_layout/bgBody.gif);
	min-width: 960px;
	font-family: Optima, Calibri, "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
	color: #545044;
}

hr {display: none;}


a {overflow: hidden; text-decoration: none; outline: none;}

img {
	border: none;
}

h1 {font-size:200%;	font-weight:bold;}

h2 {font-size:150%; font-weight:bold;}

h3 {font-size:130%; font-weight:bold;}

h4 {font-size:120%; font-weight:bold;}

h5 {font-size:110%; font-weight:bold;}

h6 {font-size:100%;; font-weight:bold;}

ul, li {list-style: none;}

.blueBold {font-weight:bold; color:#314db5;}

.horizontalSeparator {
	border-bottom:1px #605626 dotted;
	margin-bottom: 1.5em;
	width:100%;
}


/*  clearfix rules make it possible to clear floated elements without additional structural markup.  */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* COLLAPSIBLE BOX  
---------------------------------------------------------------------
*/

#collapsibleBox {color: #eae9db;}

#collapsibleBox a, #collapsibleBox a:visited {color: #eae9db; text-decoration: underline;}

#collapsibleBox a:hover {color: #bdce57; text-decoration: underline;}



/* COLLAPSIBLE BOX  
---------------------------------------------------------------------
*/

#collapsibleInner {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	min-height: 13px;
	_height:13px;
}

#topBtns {
	font-size:110%;
	margin:5px 20px 2px 0;
	color: #eae9db;
	float: right;
}

#guestbookBtn, #guestbookBtn a, #guestbookBtn a:link, #guestbookBtn a:visited {
	float: left;
	display: block;
	width:auto;
	color: #eae9db;
}
   
#guestbookBtn a:hover {color: #eae9db;}

#separator {
	float: left;
	display: block;
	width:auto;
	margin:0 10px 0 10px;
	color: #eae9db;
}

#latestNewsBtn, #latestNewsBtn a, #latestNewsBtn a:link, #latestNewsBtn a:visited {
	float: left;
	display: block;
	width:auto;
	color: #eae9db;
}

#latestNewsBtn a:hover {
	text-decoration:underline;
}

#latestNewsBox {
	
	display: none;
}

#latestNewsContent {
	float: left;
	display: block;
	width: 730px;
	margin: 40px 0 0 80px;
	
}

#latestNewsContent h3 {
	font-family: Optima, Calibri, "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #bdce57;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#latestNewsContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.3;
	margin-bottom: 10px;
}

#latestNewsContent img {
	float: right;
	border: 2px solid #eae9db;
	margin: 30px 0 20px 20px;
}



/* HEADER
---------------------------------------------------------------------
*/

#header {width: 960px; margin: 0 auto;}

#branding {
	float: left;
	width: 316px;
	height: 89px;
	margin: 7px 0 7px 24px;
}

#branding a {
	display: block;
	width: 316px;
	height: 89px;
	text-indent: -9999px;
	background: url(../_img/_layout/logoLcc.gif) no-repeat;
}




/* NAVIGATION
---------------------------------------------------------------------
*/

#nav {
	list-style: none;
	clear: left;
	height: 32px;
	position: relative;
}

#nav li {
	float: left;
	width: 158px;
	height: 32px;
	margin-right: 2px;
	z-index: 999;
}

#nav li a {
	display: block;
	width: 158px;
	height: 32px;
	text-indent: -9999px;
	text-decoration: none;
	background: #F3F2E9 url(../_img/_layout/bgNavbar.gif);
	cursor: pointer;
}

#nav li a:hover {background-position: 0 -33px;}

#nav li.current a, #nav li.current a:hover {
	background-position: 0 -66px;
	background-color: #d4cfbb;
}

#nav li.current li a, #nav li.current li a:hover {background: none;}

#nav li#nav_about a {background-position: -160px 0;}
#nav li#nav_rates a {background-position: -320px 0;}
#nav li#nav_photogallery a {background-position: -480px 0;}
#nav li#nav_localattractions a {background-position: -640px 0;}
#nav li#nav_contacts a {background-position: -800px 0;}

#nav li#nav_about:hover a {background-position: -160px -33px;}
#nav li#nav_rates:hover a {background-position: -320px -33px;}
#nav li#nav_photogallery:hover a {background-position: -480px -33px;}
#nav li#nav_localattractions:hover a {background-position: -640px -33px;}
#nav li#nav_contacts:hover a {background-position: -800px -33px;}

#nav li#nav_about.current a #nav li#nav_about.current a:hover {background-position: -160px -66px;}
#nav li#nav_rates.current a,#nav li#nav_rates.current a:hover {background-position: -320px -66px;}
#nav li#nav_photogallery.current a, #nav li#nav_photogallery.current a:hover {background-position: -480px -66px;}
#nav li#nav_localattractions.current a #nav li#nav_localattractions.current a:hover {background-position: -640px -66px;}
#nav li#nav_contacts.current a, #nav li#nav_contacts.current a:hover {background-position: -800px -66px;}




/* SUBNAVIGATION
---------------------------------------------------------------------
*/
#nav li ul {
	position: absolute;
	left: -999em;
	z-index: 999;
	list-style: none;
	line-height: 1;
}

ul#nav li:hover ul {z-index: 1000;}

#nav li li{
	width: auto;
	float: left;
	margin: 0;
	height: 39px;
	padding: 0 2px;
	position: relative;
	font-size: 1.1em;
	background: url(../_img/_layout/bgSubnavSeparator.png) no-repeat right bottom;
}

#nav li ul li a {
	display: block; 
	float: left;
	padding: 16px 22px 10px;
	background: none;
	text-indent: 0;
	width: auto;
	height: auto;
	color: #60562c;
	text-align: center;
}

#nav li li a:hover, #nav li li.current a {color: #314db5;}

#nav li li.current a {font-weight: bold;}

#nav li ul ul {display: none !important;}

#nav li.current ul {left: 0; width: auto; _width:960px;}

#nav li#nav_contacts.current ul{left: auto; right: 0;}




/* CONTAINER
---------------------------------------------------------------------
*/

#container {
	clear: both;
	background: url(../_img/_layout/bgTop.jpg) repeat-x;
	min-height: 600px;
	_height:600px;
}

#containerInner {
   width: 100%;
   float: left;
   clear: both;
   background: url(../_img/_layout/bgImageshade.jpg) no-repeat center top;
   padding-top: 39px;
}




/* CONTENT WRAP
---------------------------------------------------------------------
*/

#contentWrap {
	width: 960px;
	margin: 0 auto 19px;
	background: url(../_img/_layout/bgFauxSidebar.gif) repeat-y top left;
	padding: 0;

}
#mainImage {
	float: left;
	width: 960px;
	height:360px;
	background: url(../_img/_layout/bgBody.gif) repeat;
	margin: 0;
	padding: 0;

}



/* CONTENT
---------------------------------------------------------------------
*/

#content {
	float: left;
	width: 540px;
	background: url(../_img/_layout/bgContentShade.gif) repeat-x top #f9f8f2;
	padding: 30px 40px;
	min-height: 600px;
	_height:600px;
	padding: 30px 40px;
	color: #605626;
	margin: 0;
}

#content h2 {
	color: #314db5;
	margin: 24px 0;
	background: url(../_img/_layout/bgHorizSeparator.gif) no-repeat left bottom;
	padding-bottom: 10px;
}

#content h3 {
	color: #314db5;
	padding-bottom: 7px;
	margin-bottom: 8px;
	background: url(../_img/_layout/bgHorizSeparator.gif) no-repeat left bottom;
}

#content h4 {
	color: #314db5;
	padding-bottom: 3px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #314db5;
}

#content h5 {
	padding-bottom: 3px;
	margin-bottom: 8px;
}


#content h6 {
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-style:italic;
}


#content p {
	line-height: 1.6em;
	margin-bottom: 1.3em;
}

.lists ul{
   list-style: none;	
   margin: 10px 0 2em 1.2em;
}

.lists li{
	background: url(../_img/_layout/bgCheck.gif) no-repeat left 5px;
	margin-left: 0px;
	line-height: 1.6em;
	padding: 0 0 0 15px;
}

.lists ol{
   margin: 0 0 2em 3em;
   padding: 0;
}

#content blockquote {
   font-size: 120%;
   font-style: italic;
   font-family: Georgia, "Times New Roman", Times, serif;
   line-height: 1.8;
   margin-bottom: 1em;
}

#content blockquote img {
	float: none;
	border: 0;
	margin: 0;
}

#content a, #content a:visited {
	color: #605626;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: underline;
	color: #314db5;
}

.floatLeft {
	float: left;
	padding: 10px 20px 10px 0;
}

.floatRight {
	float: right;
	padding: 10px 0 10px 20px;
}

#content .boxContainer {
	min-height: 140px;
	_height: 150px;
	margin-bottom: 20px;
	background-color: #f3f2e9;
	padding: 20px 0 20px 20px;
	width: 520px;
}

#content .hallfame {
	width: 500px;
	min-height: 150px;
	_height: 150px;
	margin-bottom: 20px;
	padding: 20px;
	background:url(../_img/_layout/bgHalloffame.jpg) no-repeat left top;
}

#content .box300 {
	width: 280px;
	float: left;
	margin-right:20px;
}

#content .box270 {
	width: 270px;
	float: left;
	margin-right:20px;
}

#content .box240 {
	width: 240px;
	float: left;
	margin-right:20px;
}

#content .box210 {
	width: 210px;
	float: left;
	margin-right: 30px;
}

#content .box180 {
	width: 180px;
	float: left;
}

#content .box110 {
	width: 110px;
	float: left;
}

.border {border: 1px solid #41461e;
	width:300px;
	height:200px;}
	
.dottedBorder {border: 1px #605626 dotted;}

.clear {
	clear:both;
}

#content .photo {
	float: left;
	margin: 0;
	padding: 0;
	width: 528px;
}

#content .thumb {
	width:164px;
	float:left;
	margin: 0 12px 15px 0;
	background-color: #eae9db;
	text-align: center;
	paddding: 2px;
	
}

#content .thumb p {
	line-height: 1em  !important;
	margin-bottom: 5px;
}
#content .thumb a img, #content .thumb a:link img {border:2px solid #eae9db;}

#content .thumb a:hover img {border:2px solid #605626;}


/* SIDEBAR
---------------------------------------------------------------------
*/

#sidebar {
	float: left;
	width: 303px;
	padding: 20px 18px 20px 19px;
	background: url(../_img/_layout/bgSidebarShade.gif) no-repeat #eae9db 0 0;
	text-align: left;
	color: #545044;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

#sidebar .happenings {
	position: relative;
	padding-top:20px;
	width:271px;
	text-align: center;
}

#sidebar .happenings h5 {
	background: url(../_img/_layout/bgHorizSeparator.gif) no-repeat left bottom;
	color: #314db5;
	padding-bottom: 7px;
	margin: 0 0 8px 18px;
	font-family: Optima, Calibri, "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}

#sidebar .happeningsBox {
	border-bottom: 1px dotted #545044;
	margin: 0 0 8px 18px;
	text-align: left;
	font-size: 95%;
}

#sidebar .happeningsBox h6 {margin-bottom: 0.75em;}

#sidebar .happeningsBox p {margin: 0; line-height: 1.6em;}

#sidebar .happeningsBox p a, #sidebar .happeningsBox p a:link, #sidebar .happeningsBox p a:visited {
	color: #545044;
	font-family: Optima, Calibri, "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
	font-style: italic;
} 

#sidebar .happeningsBox p a:hover {
	color: #314db5;
	text-decoration: underline;
} 

#sidebar .newsarchiveBox {
	margin: 15px 0 8px 18px;
	text-align: left;
	color: #545044;
} 

#sidebar .newsarchiveBox a:link, #sidebar .newsarchiveBox a:visited {
	color: #545044;
}

#sidebar .newsarchiveBox a:hover {
	color: #314db5;
	text-decoration: underline;
} 

#sidebar #membership {
	width: 271px;
	margin-top:70px;
	padding-left: 10px;
}

#sidebar #membership img {
	margin:10px 15px 10px 8px;
	padding:2px;
}

#sidebar #membership a img, #sidebar #membership a:link img, #sidebar #membership a:visited img {
	border: 1px solid #545044;
	text-decoration: none;
}

#sidebar #membership a:hover img {
	border:1px solid #314db5;
	text-decoration: none;
}

#sidebar #membership h5{
	background: url(../_img/_layout/bgHorizSeparator.gif) no-repeat left bottom;
	color: #605626;
	padding-bottom: 7px;
	margin: 0 0 8px 8px;
	font-family: Optima, Calibri, "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 95%;
}
/* FOOTER
---------------------------------------------------------------------
*/

#footer {
	clear: left;
	width: 914px;
	margin: 0 auto 20px auto;
	background: url(../_img/_layout/bgFooter.gif) #333818;
	padding: 20px 22px 20px 24px;
	color: #d4cfbb;

}

#footer a:hover {text-decoration: underline;}

.sitemap {
	float: left;
	width: 528px;
	padding: 0px 18px 10px 0;
	text-align: left;
	margin: 0;
	position: relative;
}

.sitemapMenu {width: 176px; float: left;}

.sitemapMenu h5 {color: #bdce57; margin-bottom:10px;}

.sitemapMenu h5 a, .sitemapMenu h5 a:link, .sitemapMenu h5 a:visited {color: #bdce57;	margin-bottom:10px;}

.sitemapMenu h5 a:hover {color: #bdce57; text-decoration:underline;}


.sitemapMenu ul {margin: -10px 10px 20px 0;}

.sitemapMenu li {
	list-style-type: none;
	display: block;
	padding: 3px 0 2px 0;
}

.sitemapMenu li a, sitemapMenu li a:link, sitemapMenu li a:visited {text-decoration:none;	color: #d4cfbb;}

.sitemapMenu li a:hover {text-decoration: underline;}

#address {
	float: right;
	width: 280px;
	border-left: 1px solid #d4cfbb;
	padding-left: 30px;
}

#address h4 {
	color: #bdce57;
	font-weight: normal;
	margin-bottom: 0.75em;
}

#address p {margin-bottom: .75em;}

#address a, #address a:link, #address a:visited {color: #d4cfbb;}

#address a:hover {color: #ffffff;}

#credits {float: left; margin-top: 20px;}

#credits a, #credits a:link, #credits a:visited {color: #bdce57;}

#credits a:hover {color: #ffffff;}


/* TUBULAR DATA
---------------------------------------------------------------------
*/


.tableClass table {padding: 0; margin:  0 0 20px 0; border-collapse: collapse; width:100%}

.tableClass table thead th {background: #bab9a9; padding: 5px 10px; text-align: left; font-weight: bold;}

.tableClass table tbody, .tableClass table thead {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}

.tableClass table tbody {border-bottom: 1px solid #f9f8f2;}
                      
.tableClass table tbody td, .tableClass table tbody th {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}

.tableClass table tbody tr {background: #f9f8f2;}

.tableClass table tbody tr.odd {background: #f3f2e9;}

.tableClass table tbody  tr:hover {
	background: #d3d1c2;
	color: #41461e;
}

.tableClass table tfoot td, .tableClass table tfoot th, .tableClass table tfoot tr {
	text-align: right;
	padding: 5px;
	font-size: 90%;
}



/* FORM
---------------------------------------------------------------------
*/

fieldset {
    border: none;
    padding: 0;
    }

fieldset ul {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    }
    
fieldset ul li {
	padding-bottom: 0;
    }
    
fieldset input, fieldset select, fieldset textarea {
	font-weight: normal;
	border: 0;
	border: 1px #605626 dotted;
	padding: 3px 3px 3px 0;
	margin: 0 0 10px 0;
	color: #605626;
	background-color: #f9f8f2;
}

fieldset input:hover, fieldset select:hover, fieldset textarea:hover {
	border-bottom: 1px solid #605626;
}
	
fieldset textarea {
    overflow: auto;
}

fieldset label {
    display: block;
    margin: 0 0 0.3em;
}

.asterisc {
	color: #990000!important;
	font-size:90%;
	font-weight: bold;
}

fieldset label.full, fieldset input.full, fieldset select.full, fieldset textarea.full {width: 98%;}

fieldset label.full {
    float: left;
}

fieldset p {
    margin-bottom: 0.5em !important;
}



/* WEATHER
---------------------------------------------------------------------
*/

#weather {
	width: 250px;
	height: 250px;
	margin-left: 18px;
}
