/******************************************************CSS Document**********************************************************/

#divmain {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #CBBEA4;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	visibility: visible;
}


/**********************************************Title & Left Navigation DIVs***************************************************/
#divtitlebar {
	position: absolute;
	left: 0px;
	top: 0px;
}

#divtopleftspacer {
	position: absolute;
	left: 0px;
	top: 118px;
}

#divhomebutt {
	position: absolute;
	left: 0px;
	top: 143px;
}

#divwalleyebutt {
	position: absolute;
	left:0px;
	top: 164px;
}

#divpikebutt {
	position: absolute;
	left:0px;
	top: 188px;
}

#divaccommodationsbutt {
	position: absolute;
	left:0px;
	top: 212px;
}

#divremoteaccombutt {
	position: absolute;
	left:0px;
	top: 236px;
}

#divgallerybutt {
	position: absolute;
	left:0px;
	top: 260px;
}

#divdatesbutt {
	position: absolute;
	left:0px;
	top: 284px;
}

#divweatherbutt {
	position: absolute;
	left:0px;
	top: 309px;
}

#divcontactbutt {
	position: absolute;
	left:0px;
	top: 334px;
}
#divbearbutt {
	position: absolute;
	left:0px;
	top: 360px;
}
#divblogbutt {
	position: absolute;
	left:0px;
	top: 385px;
}

#divleftnavinfo {
	position: absolute;
	left:0px;
	top: 410px;
}


/*******************************************Container, Header, Body, and Footer DIVs*****************************************/
#divcontainer {
	position: absolute;
	width: 603px;
	left: 167px;
	top: 118px;
	padding: 0px;
	background-color: #CBBEA4;
	
}

#divheader {
	position: relative;
	width: 603px;
	padding: 0px;
	background-color: #CBBEA4;
}

#divbody {
	position: relative;
	width: 593px;
	padding: 10px 0px 0px 20px;
	background-color: #CBBEA4;
}

#divfooter {
	font-size: 90%;
	position: relative;
	width: 603px;
	left: 0px;
	top: 0px;
	padding: 10px 0px 0px 10px;
	background-color: #CBBEA4;
}


/*******************************************************Table Layout********************************************************/
#tablecontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 350px;
	padding: 4px 5px 4px 5px;
	background-color: #998866;
	border-top: 0px;
	border-right: 1px solid #333333;
	border-bottom: 0px;
	border-left: 1px solid #333333;
}

#tablemain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

#tdheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 85%;
	font-weight: bold;
	background-color: #FFFFC9;
	border-bottom: 1px solid #998866;
}

#tdyellowbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	background-color: #FFFFC9;
	border: 1px solid #333333;
}

#tdheadermid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 85%;
	font-weight: bold;
	background-color: #FFFFC9;
	border-bottom: 1px solid #998866;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

#tdmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 85%;
	font-weight: normal;
	color: #535353;
	background-color: #CBBEA4;
	border-bottom: 1px solid #998866;
}

#tdmainmid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 85%;
	font-weight: bold;
	color: #666666;
	background-color: #CBBEA4;
	border-bottom: 1px solid #998866;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

#tdbottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 85%;
	font-weight: bold;
	color: #666666;
	background-color: #CBBEA4;
}

#tablecontainer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 10px;
	padding: 4px 5px 4px 5px;
	background-color: #998866;
	border-top: 0px;
	border-right: 1px solid #333333;
	border-bottom: 0px;
	border-left: 1px solid #333333;
}

#tablecontainer3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 4px 5px 4px 5px;
	background-color: #998866;
	border-top: 0px;
	border-right: 1px solid #333333;
	border-bottom: 0px;
	border-left: 1px solid #333333;
}

#tablecontainer4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 300px;
	padding: 4px 5px 4px 5px;
	background-color: #998866;
	border-top: 0px;
	border-right: 1px solid #333333;
	border-bottom: 0px;
	border-left: 1px solid #333333;
}

/*******************************************************Form Styles*********************************************************/
.fieldbg {
	background-color: #FFFFC9;
	color: #885500;
	scrollbar-base-color: #998866;  
	scrollbar-arrow-color: #FFFFC9;
	scrollbar-darkshadow-color: #333333;
}

.buttonbg {
	background-color: #998866;
	color: #333333;
}


/********************************************************Link Colors********************************************************/
a:link {
	color: #885500;
	text-decoration: underline;
}

body {
	background-color: #CBBEA4;
}

a:visited {
	color: #443322;
	text-decoration: underline;
}

a:hover, a:active {
	color: #998866;
	text-decoration: none;
}


/***********************************************************Miscellaneous********************************************************/
address {
	font-style: normal;
}

.header {
	font-size: 120%;
	font-weight: bold;
}

.subheader {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}

strong {
	font-weight: bold;
	color: #333333;
}

.small {
	font-size: 85%;
}

.border {
	border: 1px solid #333333;
}
