div#mainBox {
	width: 900px;
	height: 700px;
	float: left;
	background-image: url(/img/background-home.jpg);
	background-color: #000;
	position: relative;
	-moz-box-shadow: 2px 10px 50px #000;
  	-webkit-box-shadow: 2px 10px 50px #000;
 	box-shadow: 2px 10px 50px #000;
 	z-index: 0;
}

img#logo {
	position: absolute;
	bottom: 140px;
	right: 10px;
}

p#searchText {
	display: none;
}

/* Home Page Featured Event */
div#featuredEvent {
	position: absolute;
	top: 545px;
	left: 620px;
	line-height: 1em;
	font-size: 0.95em;

	color: #666633;
	padding-right: 10px;
	width: 265px;
	font-weight: bold;
}

div#featuredEvent h1 {
	color: #cc6600;
	font-size: 14px;
	font-weight: normal;
}

div#featuredEvent .title {
	text-transform: uppercase;
	color: #cccccc;
	margin: 10px 0 2px 0;
}

div#featuredEvent a {
	text-decoration: none;

	font-style: italic;

	color: #666633;
}

div#featuredEvent a:hover {
	color: #ffffff;
}

div#featuredEvent .slot {
	margin-bottom: 15px;
}

.gt {
	color: #ffcc33;
}

.raquo {
	color: #6699cc;
}

.tagline {
	text-shadow: 2px 2px 4px #333;
	width: 240px;
	position: absolute;
	top: 198px; 
	left: 624px;
}

#tagline1 {
	color: #ffffcc;
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

#tagline2 {
	color: #f8f8ff;
	font-size: 12px;
	line-height: 2em;
}

ul#nav li ul {
	height: auto;
}
