html,body {
	height: 100%;
	background-image: url(images/backgroundbare.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	
}
.maintable_attributes {
	height: 100%;
	margin-bottom: -20px;
}

#main
{
	width: 931px;
	margin-left: auto;
	margin-right: auto;

}

#logo
{
	padding-top: 7px;
}

#logo h1
{
	width: 650px;
	height: 200px;
	margin: 0 auto 0 auto;
	text-align: center;

	background-image: url(images/stagecoach_logo.png);
	background-repeat: no-repeat;
	background-position: center;

	/* IE6 Compat */
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/stagecoach/style/images/stagecoach_logo.png', sizingMethod='crop');
}

#logo h1 span
{
	display: none;
}

#logo h2
{
	width: 533px;
	height: 5px;
	margin: 0 auto 0 auto;
	text-align: center;
	background-image: url(images/stagecoach_tagline.png);
	background-repeat: no-repeat;
	background-position: center top;

	/* IE6 Compat */
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ie6/stagecoach_tagline.png', sizingMethod='crop');
}

#logo a
{
	width: 100%;
	height: 100%;
	display: block;
}

#logo h2 span
{
	display: none;
}

#nav
{
	background-image: url(images/nav_dirt.png);
	background-position: right bottom;
	background-repeat: no-repeat;

	/* IE6 Compat 
		_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/stagecoach/style/images/nav_dirt.png',sizingMethod='crop');

	*/
	_background-image: url(images/nav_dirt.gif);
	/*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ie6/nav_dirt.png',sizingMethod='crop');*/

	height: 31px;
	width: 910px;
	margin: 12px auto 0 auto;
	padding-bottom: 3px;
	z-index: 99;
	position: relative;
	font-size: 12px;
}

#nav ul
{
	list-style: none;
	height: 51px;
	margin: 0;
	padding: 0;
	z-index: 99;
}
#nav a:hover
{
	background-color: #dbb876;
	color: #000;
}

#nav ul li
{
	display: block;
	float: left;
	height: 31px;
	line-height: 29px;
	margin-right: 2px;

	/* IE6 float margin fix */
	_display: inline;

	position: relative;
	z-index: 99;

	text-transform: uppercase;

}

img
{
	border: none;
}

#nav ul li a
{
	float: left;
	display: block;
	width: auto;
	height: 25px;
	padding: 6px 10px 0 10px;
	color: #ffffff;
	background-color: #000;
	text-decoration: none;	
}

#nav ul li a:hover{
	background-color: #dbb876;
	color: #000;
	
}


#nav ul li ul
{
	display: none;
	float: none;
	position: absolute;
	color: #000;
	top: 100%;
	left: 0;
	z-index: 99;
	background-color: #dbb876;
	height: auto;
	
}

#nav ul li#tickets ul
{
	width: 100px;
}

#nav ul li#event ul
{
	width: 170px;
}

#nav ul li#visitors ul
{
	width: 190px;
}

#nav ul li#interact ul
{
	width: 150px;
}

#nav ul li#updates ul
{
	width: 190px;
}

#nav ul li ul li
{
	float: none;
	background-color: #dbb876;
	color: #000;
	display: block;
	padding: 6px 0 0 0;
	margin: 0;
	white-space: nowrap;
	height: 15px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}



#nav ul li ul li a
{
	display: block;
	height: 14px;
	float: none;
	color: #000;
	padding: 0 8px 0px 8px;
	margin: 0;
	background-color: #dbb876;
}

#nav ul li ul li a:hover
{
	background-color: #dbb876;
	color: #000;
}

#nav ul li:hover ul, #nav ul li.hover ul
{
	display: block;
	color: #000;
	background-color: #dbb876;	
}


.hasRollover img.hover
{
	display: none;
}

.hasRollover:hover img
{
	display: none;
}

.hasRollover:hover img.hover
{
	display: inline;
}

.inner
{
	_position: relative;
}
#imageFooter
{
	position: absolute;
	top: 200;
	left: 0;
	z-index: 1;
	background-image: url(images/spacer.gif);
	height: 170px;
	width: 100%;
	background-repeat: repeat-y;
	background-position: center bottom;
	_background-image: none;
}
.footertable_attributes {
	height: 181px;
	background-image: url(images/newfooter.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
		/* IE6 Compat */
	_background-image: url(images/newfooter.gif);
	/*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ie6/nav_dirt.png',sizingMethod='crop');*/
}
.footertablesub_attributes {
	height: 80px;
}
#imageFooter2
{
	background-image: url(images/spacer.gif);
	background-position: left bottom;
	vertical-align: baseline;
	height: 100px;
	background-attachment: scroll;
	background-repeat: repeat-x;
}
#Footer
{
	text-transform: uppercase;
	font-size: 90%;
	bottom: 0px !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 24px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#Footer, #Footer a
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#Footer a
{
	font-weight: normal;
}

#Footer div
{
	color: white;
	text-transform: none;
	padding-top: 4px;
}

#Footer div small
{
	font-size: 12px;
}

