/* General */
BODY{
	background-color: #979b80;
}

#main_container{
	background: #2f3700 url('../images/background.gif') top center no-repeat;	
}

#main{
	width:930px;
	margin:0 auto;
	background: url('../images/main_bg.gif') bottom right no-repeat;
	padding-bottom:18px;
}

/* HEADER */

#header{
	width:930px;
	height:400px;
	margin-bottom:10px;
}

#logo{
	position:absolute;
	width:181px;
	z-index:100;
	margin-left:20px;
	background-color: #FFF;	
}

#nav{
	font-family:"Helvetica", Arial, Trebuchet MS, sans-serif
}

	#nav UL{	
		padding:15px 5px 5px 25px;
		float:left;
	}
	
		#nav LI{
			
			float:left;
			font-size:9pt;
			list-style:none;
			margin-bottom:7px;
			width:135px;
		}
		
			#nav A:LINK, #nav A:VISITED{
				color:#857362;
				font-weight:bold;
				text-decoration:none;
			}
			
			#nav A:HOVER{
				color:#282f00;
				text-decoration:underline;
			}


/* CONTENT */
#content_container{
	width:870px;
	background-color:#252b01;	
	padding:20px;
	line-height:20px;
	
}

/* HOME */
.content{
	color:#FFFFFF;
	width:580px;
	float:left;
	margin-right:35px;
	min-height:120px;
}

	.content P{
		margin-left:2px;
		margin-bottom:0;
	}

#video {
	padding-left: 15%;
	padding-right: 15%;
}

#tagline{
	width:373px;
	padding-top:45px;
	height:0;
	overflow:hidden;
	background: url('../images/tagline.gif') no-repeat;
	margin:32px 0 0 110px;
}

/* Travel times */
.traveltimes{
	width:250px;
	color:#FFFFFF;
	float:left;
	margin-bottom:15px;
	margin-top:5px;
}

	.traveltimes H2{
		width:246px;
		padding-top:13px;
		height:0;
		overflow:hidden;
		background: url('../images/heading_traveltimes.gif') no-repeat;
		margin-bottom:10px;
	}
	
	.traveltimes P{
		margin-left:2px;
		margin-bottom:0;
	}

/* BROCHURE */

.brochure{
	width:250px;
	color:#FFFFFF;
	float:left;
	margin-bottom:15px;
	margin-top:5px;
}

	.brochure H2{
		width:246px;
		padding-top:13px;
		height:0;
		overflow:hidden;
		background: url('../images/heading_info.gif') no-repeat;
		margin-bottom:10px;
	}
	
	.brochure P{
		margin-left:2px;
		margin-bottom:0;
	}

/* BOOK */
.book{
	width:250px;
	color:#FFFFFF;
	float:right;
}

	.book H2{
		width:74px;
		padding-top:12px;
		height:0;
		overflow:hidden;
		background: url('../images/book_now.gif') no-repeat;
		margin-bottom:10px;
	}
	
	.book P{
		margin-left:2px;
		margin-bottom:0;
	}

/* CONTACT */
.content_contact{
	min-height:300px;
}


/* FOOTER */
#footer{
	border-top: 1px solid #babda6;
	height:50px;
	clear:both;
	font-size:10px;
}

	#footer A:LINK, #footer A:VISITED{
		color:#654a30;
		text-decoration:none;
	}
	
	#footer A:HOVER{
		color:#654a30;
		text-decoration:underline;
	}
	
	#credit{
		width:910px;
		margin: 10px auto;
		text-align:right;
	}


/* WEATHER */
#weather .min {
	color: #0CF;
}
	
#weather .max {
	color: red;
}	

#weather_container {	
	float:left;	
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: center;
}
