@charset "utf-8";
/* CSS Document */
body {
	background-color: #817f56;
	color: #d9d9cc;
}
.wrap {
	background-image: url(../img/camping_bg.gif);
	background-repeat: repeat-x;
	min-height: 390px !important;
	height: 390px;
}
a{
	text-decoration:none;
	color:#FFFFFF;
}
a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
.top {
	border-bottom: 1px solid #8a8a74;
}
.header {
	border-top: 2px solid #999980;
	border-bottom: 1px solid #767651;
}
.page_content {
	border-top: 1px solid #92926c;
	border-bottom: 1px solid #72724c;
}
.footer {
	border-top: 1px solid #91916a;
	color: #c0c0aa;
}
.footer a {
	color: #c0c0aa;
	font-weight: normal; 
	text-decoration:none;
}
.footer a:hover {
	color: #f0f0dc;
	font-weight: normal;
}
.tabmenu, .tabmenu li { 
	margin:0;
	padding:0;
}
.tabmenu {
	list-style:none;
}
/*RESET*/
.tabmenu {
	float:left;
	width: 270px;
	background:url(../img/campingTab_line.gif) repeat-x left bottom;
}
.tabmenu li {
	float:left;
}
.tabmenu a, .tabmenu a:hover {
	text-decoration:none;
}
.tabmenu a span, .tabmenu a:hover span {
	float:left;
	display:block;
	cursor:hand;
	cursor:pointer;
	color:#d1d0c1;
	font-weight: bold;
	padding: 7px 8px 6px 8px;
	background:url(../img/campingTab_bg.gif) repeat-x left top;
	height: 16px;
}
.tabmenu a:hover span {
	color:#f1e7d5;
	background:url(../img/campingTab_bg.gif) repeat-x left top;
}
.tabmenu a .left, .tabmenu a:hover .left {
	overflow:hidden;
	width:2px;
	background:url(../img/campingTabL_bg.gif) no-repeat left top;
	padding:0px;
	float:left;
	height:29px;
}
.tabmenu a .right, .tabmenu a:hover .right {
	overflow:hidden;
	width:2px;
	background:url(../img/campingTabR_bg.gif) no-repeat left top;
	padding:0px;
	float:left;
	height:29px;
}
.tabmenu a:hover .left {
	background-position:left top;
}
.tabmenu a:hover .right {
	background-position:left top
}
.tabmenu a:hover {
	text-indent:0pt;
}
.tabmenu li.active a span {
	background-position:left bottom;
	color: #ffffff;
}
.tabmenu li.active a .left {
	background-position:left bottom;
}
.tabmenu li.active a .right {
	background-position:left bottom
}
.tab_content {
	background-image:url(../img/campingTabcontent.gif);
}
.tab_content .image {
	border:1px solid #8b8b6f;
}
.tab_content h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding:0px;
	margin: 0px;
}
.tab_content h1 a, .tab_content a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.weather {
	background-image:url(../img/campingW_line.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}
.weather .today, .weather .tomorrow {
	color: #ffffff;
}
.weather .tomorrow {
	color: #dadace;
}
.menu {
	text-align: right;
}
.header {
	padding: 10px;
}
.page_content {
	padding: 10px;
}
.footer {
	padding:8px;
	text-align: center;
}
.sec_menu {
	background-color: #999977;
}
/*Article Styles*/

.headline1 h1 {
	color: #ffffff;
}
.headline2 h1 {
	color: #ffffff;
}
.headline3 h1 {
	color: #ffffff;
}
.content1 h1, h2, h3, h4, h5, h6, .content2 h1, h2, h3, h4, h5, h6, .content3 h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
}
.button{
	font-size:11px;
	border:1px solid #CCCCCC; 
	background:url(../img/camping-button-bg.gif) repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 6px 3px 6px;
}
.button2,.button2:hover{
	font-size:11px;
	border:1px solid #403F2B; 
	background:url(../img/camping-button-bg2.gif) repeat-x;
	color:#121212;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	
}
