/* */
/* FESTIVAL HEADING / TOP NAVIGATION STYLE SHEET */
/* */
/* #FFD700 = gold */
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: none;
	outline: 0;
	font-weight: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; 
}
body {
	background-color: #3BB9FF;
	color: #0000cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 140%;
	padding: 0 7% 3% 7%;
}
span.alt {display: none;}
div.nav {
	position: absolute;
	z-index: 3;
	top: 70px;
	width: 12%;
	height: 36px;
	border: 1px solid #FFD700;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
div.nav:hover {
	background-color: #EE7755;
}
div.nav img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
div#home      {left: 16%;}
div#events    {left: 30%;}
div#lodging   {left: 44%;}
div#craftap   {left: 58%;}
div#grouptour {left: 72%;}
div.nav ul {
	position: absolute;
	z-index: 2;
	top: 100%;
	width: 200%;
	list-style: none;
	display: none;
}
ul.nav2 li {
	background-color: #306EFF;
	color: white;
	font-size: 0.90em;
	font-weight: bold;
	line-height: 110%;
	padding: 1% 5% 1% 5%;
	border: 1px outset #306EFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	display: block;
}
ul.nav2 li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	display: block;
}
div.nav:hover ul.nav2 {
	display: block;
}
ul.nav2 li:hover {
	background-color: #3BB9FF;
	color: #EE7755;
}
ul.nav2 li:hover a {
	background-color: #3BB9FF;
	color: #EE7755;
}
ul.nav2 li.first {
	background-color: white;
	line-height: 50%;
	border: none;
}
h1#ghostheading {display: none;}
