/* master layout */

/* master formatting */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #E8E9EA;
}

span.offScreen {
	display: none;
}

div.navigation {
	font-size: 14px;
	text-transform: lowercase;
}

div.navigation a {
	text-decoration: none;
	color: #A7A9AC;
}

div.navigation a:hover {
	text-decoration: none;
	color: #550204;
}

li.altTitle {
	letter-spacing: 3px;
	font-size: 12px;
	color: #550204;
	font-weight: bold;
}

ul.quicklinks {
	font-size: 14px;
	text-transform: lowercase;
}

ul.quicklinks a {
	text-decoration: none;
	color: #A7A9AC;
}

ul.quicklinks a:hover {
	text-decoration: none;
	color:#550204;
}


/*  
ul, li {
	border: 1px dashed;
}*/

ul {
	margin: 0;
	padding: 0;
}

div#site {
	width: 900px;
	margin: 50px auto;
	position: relative;
}

div#splashBanner {
	text-align: center;
	padding-top: 50px;
}

div#splashBanner ul {
	list-style: none;
}

div#splashBanner ul li {
	display: inline;
}

img.splashHeaderImg {
	width: 185px;
	height: 177px;
	padding: 0px;
}

img.splash_1 {
	background: url(res/img/orb_blue.gif);
}

img.splash_2 {
	background: url(res/img/orb_yellow.gif);
}

img.splash_3 {
	background: url(res/img/orb_red.gif);
}


div#splashNav {
	text-align: center;
	margin-top: -180px;
}

div#splashNav li#ste img {
	height: 236px;
	width: 234px;
	background: url(res/img/ste.gif) bottom left no-repeat;
}

div#splashNav li#ste:hover img {
	background: url(res/img/ste_selected.gif) bottom left no-repeat;
}

div#splashNav li#arts img {
	height: 236px;
	width: 119px;
	background: url(res/img/arts.gif) bottom left no-repeat;
}

div#splashNav li#arts:hover img {
	background: url(res/img/arts_selected.gif) bottom left no-repeat;
}

div#splashNav li#found img {
	height: 236px;
	width: 227px;
	background: url(res/img/found.gif) bottom left no-repeat;
}

div#splashNav li#found:hover img {
	background: url(res/img/found_selected.gif) bottom left no-repeat;
}


ul.dropDown, ul.dropDown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.dropDown li {
	display: inline;
	position: relative;
}

ul.dropDown li ul {
	display: none;
	position: absolute;
	top: 2em;
}

ul.dropDown li > ul {
	top: auto;
}

ul.dropDown li:hover ul, ul.dropDown li.over ul {
	display: block;
}

ul.dropDown li ul li {
	display: list-item;
	text-align: center;
	padding-bottom: 6px;
}

ul#splashNavList ul.steSub {
	width: 200px;
	left: 5px;
}

ul#splashNavList ul.artsSub {
	width: 219px;
	left: -50px;
}

ul#splashNavList ul.foundSub {
	width: 200px;
	left: 24px;
}

img#star-1 {
	position: absolute;
	top: 0px;
	left: 181px;
}

img#star-2 {
	position: absolute;
	top: 289px;
	left: 802px;
}

img#star-3 {
	position: absolute;
	top: 57px;
	left: 754px;
}

img#star-4 {
	position: absolute;
	top: 449px;
	left: 294px;
}

img#star-5 {
	position: absolute;
	top: 238px;
	left: 747px;
}

img#star-6 {
	position: absolute;
	top: 486px;
	left: 119px;
}

img#star-7 {
	position: absolute;
	top: 379px;
	left: 28px;
}

div#splashQuickLinks {
	padding-top: 200px;
	text-align: center;
}


ul.quicklinks {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.quicklinks li {
	display: inline;
	text-align: center;
	margin: 0;
	padding: 0 14px;
}
