div#windowstage {
	margin: 0px auto;
	width: 990px;
	z-index: 0;
}

div#sitecontent {
	position: relative;
	clear: both;
	width: 990px;
	height: auto;
	z-index: 0;
}

#menu {
	background-color: black;
	width: 990px;
	height: 26px;
	clear: both;
	z-index: 1000;
}

ul.menuFirst {
	margin: 0px 0px 0px 50px;
	padding: 0px;
	z-index: 1000;
}

ul.menuFirst li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 5px 20px;
	width: auto;
	background-color: black;
	list-style: none;
	list-style-image: none;
	z-index: 1000;
}

ul.menuFirst li.hover {
	background-color: #5c0000;
}

ul.menuFirst li a, ul.menuFirst li a:hover {
	font-size: 11px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

ul.menuDrop {
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 26px;
	left: 0px;
	background-color: #7e0000;
	z-index: 1000;
}

ul.menuDrop li,
ul.menuDrop2 li {
	float: none;
	margin: 0px;
	padding: 6px 10px;
	width: 160px;
	background-color: #7e0000;
	background-image: url(../images/liw.gif);
	background-position: 8px -3px;
	background-repeat: no-repeat;
	padding-left: 28px;
	list-style: none;
	/*line-height: 9px;*/
	font-size: 9px;
	color: white;
	border-bottom: 1px dashed #510000;
	z-index: 1000;
}

ul.menuDrop li a,
ul.menuDrop li a:hover,
ul.menuDrop2 li a,
ul.menuDrop2 li a:hover {
	font-size: 9px;
}
ul.menuDrop li a:hover,
ul.menuDrop2 li a:hover {
	text-decoration: none;
}

ul.menuDrop2 {
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 198px;
	background-color: #7e0000;
	z-index: 1000;
}
ul.menuDrop2 li.hover {
	background-color: #5c0000;
}

div#interactive {
	position: relative;
	clear: both;
	margin: 10px 0px;
	background-image: url(../images/int-bg-stage.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 990px;
	height: 550px;
}

div#interactivesm {
	position: relative;
	clear: both;
	margin: 10px 0px;
	background-image: url(../images/int-bg-stage.gif);
	background-position: left -180px;
	background-repeat: no-repeat;
	width: 990px;
	height: 250px;
}

.logo55x130 {
	position: absolute;
	left: 900px;
	top: 120px;
	width: 55px;
	height: 130px;
	overflow: hidden;
}

h1 {
	padding: 11px 10px 11px 25px;
	font-size: 14px;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
	background-color: #ccc;
	background-image: url(../images/bg-h1.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div.news {
	margin-bottom: 15px;
}
div.news span.date {
	color: #999;
}

div.phone {
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	color: white;
}
div.phone sup {
	font-size: 13px;
	color: gray;
}

table.footer {
	margin-top: 10px;
	width: 100%;
	background-color: #ccc;
}
table.footer td.footer {
	padding: 10px 20px;
	font-size: 10px;
}
table.footer td.footer a, table.footer td.footer a:hover {
	line-height: 14px;
	font-weight: bold;
	font-size: 10px;
	color: #585858;
	text-decoration: none;
}

