@charset "UTF-8";
/* CSS Document */
/*
	----------------------------
	GLOBAL WHITESPACE RESET
	____________________________
*/
body,img,p,h1,h2,h3,h4,h5,h6,hr,form,table,td,ul,li,pre,blockquote{
	margin:0;
	padding:0;
	border:0;
}
/*
	----------------------------
	HTML SELECTORS
	____________________________
*/
body {
	font:11px Arial, Helvetica, sans-serif;
	color:#4d3d2a;
	background-color:#efe9db;
	text-align:center; /* IE centering trick */
}
hr { height: 35px; background: url('../media/splashBreak.gif') repeat-x; }
/*
	----------------------------
	LAYOUT STYLES
	____________________________
*/
#wrapper { width:1000px; height: 100%; margin: 0 auto; text-align:left; background: #b8d089; }
#masthead{ 	background-color: #ffffff; height:170px; }
#masthead img { position: relative; left: 0px; }
#splash { background: #b8d089; height: 510px; position: relative; }
#splash.double { height: 830px; }
#splash.prices { height: 560px; }
#splash div.nonSemantic { background: #ffffff; position: absolute; z-index: 1; ; left: 647px; top: 0; width: 273px; height: 384px; padding: 40px; }
#splash div.content { background: #ffffff; position: absolute; z-index: 2; left: 647px; top: 0; width: 273px; padding: 40px;}
#splash div p { font: 11pt/19pt Verdana, sans-serif; color: #8c7ca0; padding-bottom: 20px; }
#splash div h2 { font: 14pt Verdana, sans-serif; color: #8c7ca0; text-align: center; }
#splash div h3 { font: 12pt Verdana, sans-serif; color: #8c7ca0; font-weight: bold; padding-top: 5px; }
#splash img.doubleImage { position: absolute; left: 0; top: 467px;}

/*
	----------------------------
	NAVIGATION STYLES
	____________________________
*/
ul#navigation, ul#navigation li { list-style:none; text-align:center;}
ul#navigation { padding:3px 0; height: 41px; background-color:#b8d089; }
ul#navigation li { float: left; display: block; width: 164px; padding:0 3px 0 0; }
ul#navigation li.first { width: 165px; }
ul#navigation li.last { padding: 0; }
ul#navigation li a { padding: 0; margin: 0; display: block; width: 100%; height: 41px; background: #8b7ca0; color:#fff; text-decoration:none; text-transform: uppercase; font-size:14px; line-height: 42px; }
ul#navigation li a:hover { color:#000; }

ul.events { font: 10pt/13pt Verdana, sans-serif; color: #8c7ca0; padding-left: 18px; }
/*
	----------------------------
	CLASSES
	____________________________
*/
div.clear{
	overflow:hidden;
	height:1px;
	clear:both;
}
