@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333;
	background: url(../images/header.jpg) top center no-repeat;;
	padding-top: 195px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	

}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
object {
	line-height: 0px;
}



/* Content */
.cb { clear: both }
strong{ font-weight: bold; color:#000; }

h1, h2, h3, h4 { font-weight: bold; color: #000; margin-bottom: 0.4em; }

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h1 { font-size: 1.8em; }
#content-wrapper {
	width: 100%;
	padding: 0px;
	padding: 10px 0px 50px 0;
	background: url(../images/footer.jpg) bottom center no-repeat;
}

	#content-wrapper #content {
		width: 680px;
		margin: 10px auto;
	}
	#intro, #season, #important, .route, #prices, #news-wrapper {
		margin-bottom: 30px;
	}
	
	#intro img {
		float: right;
		width: 302px;
		border: 1px solid #666;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	
	#content p {
		font-size: 1.5em;
		line-height: 160%;
		margin-bottom: 1em;
	}
	
	#season {
		color: #FFF;
		padding: 15px 10px;
		background: url(../images/BG.gif) top left no-repeat;
	}
	
	#season h2 { color: #ffcc00;  }
	
	#season p, #season a, #season strong { color: #FFF;	}


	#news-wrapper {
		padding-top: 8px;
		background:  #fff url(../images/important.jpg) top left no-repeat;
	}

		#news {
			padding: 0px 10px 1px 10px;
			background: url(../images/important.jpg) bottom left no-repeat;
		}
	
	#news h2 {
		text-transform:uppercase;
	
	}
	
	#important {
		padding: 15px 10px;
		background: url(../images/important.jpg) top left no-repeat;
	}
	
	#important h2 {
		padding-left: 20px;
		background: url(../images/exclamation-diamond-frame.png) top left no-repeat;
	}
	
	.route h2 {
		font-size: 1.1em;
		display: inline;
		padding: 2px 0px 2px 25px;
		margin: 0px;
		color: #fff;
	}
	
	.route table {
		width: 100%;
		background: #fff;
		font-size: 1.35em;
	}

		.route table .header {
			background: #000;
			color: #fff;	
		}
			.route table .header th {
				padding: 5px 2px;
			}
		
			.route table .header .first a {
				padding-left: 5px;
				font-size: 0.8em;
				color: #FFF;
			}
	
			.route table th {
				padding: 3px;
				font-size: 1.4em;
				font-weight: bold;
				color: #ffcc00;
			}
			
			.route table .header .b,
			.route table .header .c,
			.route table .header .d{
				font-size: 0.95em;
			}
			
			.route table td {
				padding: 3px;
				font-size: 1.2em;
				border: 1px solid #cdcdcd;
			}
			
			.route table .b,
			.route table .c,
			.route table .d {
				text-align: center;
			}
			
			.a, .b, .c, .d {
				padding: 5px;
			}
			
			.odd { background: #dedede; }
			
			
	#prices table {
		width: 100%;
		font-size: 1.6em;
	}
		#prices table .header {
			background: #d7ff06;
		}
			#prices table .header th,
			#prices table .first {

				padding: 10px;
				color: #000;
				font-weight: bold;
				font-size: 1.1em;
			}
			
			#prices table tr td {
				padding: 10px;
				border: 1px solid #cdcdcd;
			}
			
			
		#footer {
			font-size: 12px;
			text-align: center;
			background-color: #E4E2E7;
			padding: 4px 0px;
		}
		
			#footer a {
				color: #000;
				text-decoration: none;
			}
			
			#footer a:hover {
				text-decoration: underline;
			}	
			
	