/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */
@import "colors.css";

/*** Left Column ***/


#innerLeftColumn h5
{
	color: #fff;
	margin: 1em 0 0 0;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: 'times new roman', helvetica, sans-serif;
	font-weight: bold;
	font-size: 95%;
	padding:0;
	 /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}


table#rates
{
	 font-family:'microsoft sans serif';
	 margin:10px  0 50px 10px;
	 font-size:14px;
	 width:550px;
}
table#rates td
{
	vertical-align:top;
}
table#rates td.date
{
	background-color:#295108;
	color:#fff;
	font-weight:bold;
	padding:2px;
}
table#rates td.bold
{
	font-weight:bold;
	padding:3px 0;
}


a#sizzle
{
	position:absolute;
	top:90px;
	right:10px;	
	font-weight:bold;
	font-size:12px;
	color:#295108;
	padding:5px 0 5px 0;


}
a:hover#sizzle
{
		background: transparent url(../images/campfire2.gif)  5px -25px
}

a#panpic
{
	position:absolute;
	top:90px;
	right:10px;	
	font-weight:bold;
	font-size:12px;
	color:#295108;
	padding:5px 0 5px 0;


}

span#specials h3
{
	padding-left:10px;
font-family:'microsoft Sans Serif';
margin:0;

}

span#specials p
{
	margin:0 0 10px 10px;
	padding-right:10px;
font-size:12px;
font-family:'microsoft Sans Serif';
}

div#map_directions
{
	width:350px;margin:0;padding:0;font-size:14px;color:#295108;font-family:'microsoft Sans Serif';
}

span#cabins h4
{
	margin:3px 0;
	padding-left:10px;
	font-size:14px;
}
span#cabins p
{
	font-size:14px;
	font-family:'microsoft Sans Serif';
	line-height:1.3;
	margin:0 0 5px 0;
	padding: 0 10px;
}
span#cabins img
{
	margin-left:10px;
}