/* CSS Document */
body {
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
background-image:url(http://www.cresthavenlodges.com/images/Background.gif)
}

/*Bodytext*/

.text p, li, td{
	font-family: arial;
	font-size: 12px;
    line-height: 140%;
	color: #2c2c2c;

}

.text a{
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	line-height: 140%;
	font-weight:bold;
	color: #5f6650;
}

.text a:hover{
	text-decoration: underline;
	line-height: 140%;
	font-weight:bold;
	color: #798363;
}


.smalltext {
	font-family: arial;
	font-size: 11px;
	color: #2c2c2c;

}

.smalltext a{
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	font-weight:none;
	color: #5f6650;
}

.smalltext a:hover{
	text-decoration: underline;
	font-weight:none;
	color: #79836;
}

.sidenav {
	font-family: arial;
	font-size: 11px;
    line-height: 145%;
	color: #2c2c2c;

}

.sidenav a{
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	line-height: 145%;
	font-weight:none;
	color: #9b5420;
}

.sidenav a:hover{
	text-decoration: none;
	line-height: 145%;
	font-weight:none;
	color: #c6814f;
}






.lightbox{
	border: 0px;
}


/*H1-Sub Headers*/


h1{
	font-family: arial;
	font-size: 19px;
	font-weight: normal;
	color: #575f45;
}

h2{
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	color: #575f45;
}

h3{
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #575f45;
}


.homeheading{
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #575f45;
}

.homeheading a{
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
	color: #575f45;
}

.homeheading a:hover{
	font-family: arial;
	font-size: 15px;
	text-decoration:none;
	font-weight: bold;
	color: #798363;
}


.smallgreenheading{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #575f45;
}

.calltoaction{
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

.graytext{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}


/*Footer Navigation-Text*/


.footertext{
	font-family: arial;
	font-size: 11px;
	color: #454545;
}

.footertext a{
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
	font-weight: none;
	color: #454545;
}

.footertext a:hover{
	text-decoration: underline;
	font-weight: none;
	color: #e9eae6;
}

.nav {
	font-family: verdana;
	font-size: 15px;
	color: #bae8ff;
}

.nav a{
	font-family: verdana;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #bae8ff;
}

.nav a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.smallnav {
	font-family: verdana;
	font-size: 13px;
	color: #bae8ff;
}

.smallnav a{
	font-family: verdana;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #bae8ff;
}

.smallnav a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}


/*Table*/

#TBL1{
padding: 0px;
width:100%;

}

#TBL1 td {
padding:0px;
}

#TBL1 .td_green {
background-image: url("http://www.cresthavenlodges.com/images/BirchBarkTexture.gif");

}

#TBL1 .td_brown {
	background-color:#555c46;

}

#TBL1 .td_tan {
background-image: url("http://www.cresthavenlodges.com/images/BackgroundTan.jpg");

}

#TBL1 .td_bottombar {
background-image: url("http://www.cresthavenlodges.com/images/BottomBirchTexture.gif");

}


#TBL2{
padding: 1px;
width:300px;

}

#nav ul {
	margin:0 0 0 20px;
	padding:0;
	}

#nav li {
float:left;
list-style-type:none;
}

/*Homepage Slideshow*/

.pics { height: 467px; width: 988px; padding:0; margin:0; overflow: hidden }
.pics img { height: 401px; width: 938px; margin: 23px 25px; }


#slideshow {
	background:url(/images/slideshow-bg.jpg) no-repeat;
	z-index:1;
	position:relative;
	}
	
#slideshownavwrap {
	z-index:20;
	position:relative;
	margin-top:-100px;
	}
	
#slideshowwrap {
	width:988px;
	}
	
#slideshownav { margin: 10px; position: relative }
#slideshownav li { float: left; list-style: none}
#slideshownav a { margin: 5px; padding: 3px 5px; border: 1px solid #ccc; background: #A9ADA3; text-decoration: none; color:#464B3B; }
#slideshownav a.activeSlide { background: #EDEEEE; color: black }
#slideshownav a:focus { outline: none; }

