* {
	margin: 0;
	border: 0;
	padding: 0;
}
body, td {
	background: #000;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	text-align: justify;
}

/* BASIC STYLES */
p {
	margin: 1em 0;
}
.faded {
	opacity: .45;
	filter: alpha(opacity=45);
}
.clear {
	clear: both;
}
.bar {
	background-color: #000;
	clear: both;
	display: block;
	margin: 1em 0;
	width: 100%;
	height: 1px;
	overflow: hidden;
	opacity: .15;
	filter: alpha(opacity=15);
}
.heading, .heading-big {
	font-family: Georgia, Times, Serif;
	font-style: italic;
	font-size: 17px;
}
.message {
	border: 1px solid #59a2d5;
	padding: 30px;
	margin: 20px 0 40px 0;
	text-align: center;
}
.heading-big {
	font-size: 22px;
}
a:link img.border, a:visited img.border {
	border: 1px solid #000;
	padding: 3px;
}
a:hover img.border {
	border: 1px solid #fff;
}
img.left {
	float: left;
	margin: 0 12px 2px 0;
}
img.right {
	float: right;
	margin: 0 0 2px 12px;
}
.photo-left {
	float: left;
	margin: 0 12px 2px 0;
}
.photo-right {
	float: right;
	margin: 0 0 2px 12px;
}
.photo-caption {
	font-size: 11px;
	font-style: italic;
	width: 175px;
	line-height: 13px;
	margin: .5em 0;
	text-align: left;
	opacity: .6;
	filter: alpha(opacity=60);
}
.photo-left img {
	display: block;
}
.photo-right img {
	display: block;
}


/* BASIC LINKS */
a:link {
	text-decoration: underline;
	background: none;
	color: #7E4949;
}
a:visited {
	text-decoration: underline;
	background: none;
	color: #7E4949;
}
a:hover {
	color: #9A4848;
	text-decoration: underline;
}

/* BASIC STRUCTURE */
body {
	background-position: center 335px;
	background-repeat: repeat-y;
}

.banner {
	background: top center no-repeat;
	display: block;
	text-align: center;
	width: 100%;
	height: 335px;
}
.banner-loader { /* Used to force preload of banner bg images */
	display: none;
}

.content {
	padding: 1px 8% 1em 8%; 
}

.nav {
	font-family: Georgia, Times, Serif;
	font-style: italic;
	font-size: 12px;
	margin-top: 1em;
}
.nav li {
	display: inline;
	margin-right: 10px;
}
.nav li a:link, .nav li a:visited {
	text-decoration: none;
	padding: 2px 3px;
}
.nav li.selected {
	font-family: Georgia, Times, Serif;
	font-size: 22px;
}

.intro {
	text-align: center;
}
ul.openings {
	text-align: center;
	margin-top: .3em;
}
ul.openings li {
	display: inline;
	margin-right: 15px;
}

/* HOME */
#home {
	background-color: #003b59;
	background-image: url(bg-home.jpg);
}
#home a:link, #home a:visited {
	color: #60bbe7;
}
#home a:hover {
	background: #257093;
	color: #96d7f6;
}
#home .banner {
	background-image: url(banner-home.jpg);
}
#home .nav {
	text-align: center;
}

/* STATEMENT */
#statement {
	background-color: #073f4b;
	background-image: url(bg-statement.jpg);
}
#statement .banner {
	background-image: url(banner-statement.jpg);
}
#statement a:link, #statement a:visited {
	color: #47d3f1;
}
#statement a:hover {
	background: #258f93;
	color: #98e9fa;
}
#statement a:link img.border, #statement a:visited img.border {
	border-color: #0a353f;
}
#statement a:hover img.border {
	border-color: #27889f;
}

/* STAGES */
#stages {
	background-color: #5a166d;
	background-image: url(bg-stages.jpg);
}
#stages a:link, #stages a:visited {
	color: #d270ee;
}
#stages a:hover {
	background: #85339d;
	color: #ebabfd;
}
#stages .banner {
	background-image: url(banner-stages.jpg);
}
#stages a:link img.border, #stages a:visited img.border {
	border-color: #230730;
}
#stages a:hover img.border {
	border-color: #9861b2;
}
#stages .photo-grid .photo-left {
	margin: 0 8px 8px 0;
}


/* CREDITS */
#credits {
	background-color: #7a112c;
	background-image: url(bg-credits.jpg);
}
#credits a:link, #credits a:visited {
	color: #f790ab;
}
#credits a:hover {
	background: #c64e73;
	color: #fabfcf;
}
#credits .banner {
	background-image: url(banner-credits.jpg);
}
#credits a:link img.border, #credits a:visited img.border {
	border-color: #28040f;
}
#credits a:hover img.border {
	border-color: #9d1b43;
}


/* TECH */
#tech {
	background-color: #09502e;
	background-image: url(bg-tech.jpg);
}
#tech a:link, #tech a:visited {
	color: #3bd58b;
}
#tech a:hover {
	background: #1d965a;
	color: #83e5b6;
}
#tech .banner {
	background-image: url(banner-tech.jpg);
}

/* HOME LINKS */
#home .intro-button {
	display: block;
	display: none;
	text-align: center;
	margin: 1.5em 0 3em 0;
}
#home .button-big {
	display: inline;
	font-size: 22px;
	text-align: center;
}
#home .button-big a:link, #home .button-big a:visited {
	background: #257093;
	border: 1px solid #328db7;
	color: #fff;
	padding: 10px 30px;
	text-decoration: none;
}
#home .button-big a:hover {
	background: #3d9bc6;
}

#home .form {
	text-align: center;
	display: block;
	margin-bottom: 2em;
}
#home .form ul.openings li {
	margin-right: 2px;
}
input.textfield {
	width: 225px;
	padding: 4px;
	text-align: center;
}
#home .button {
	display: inline;
}
#home .button a:link, #home .button a:visited {
	background: #257093;
	color: #fff;
	padding: 4px 10px;
	text-decoration: none;
}
#home .button a:hover {
	background: #3d9bc6;
}
#home .universe-mini {
	font-size: 13px;
	margin-top: 1.5em;
	display: block;
}

.footer {
	font-size: 11px;
	opacity: .4;
	filter: alpha(opacity=40);
}
#home .footer {
	text-align: center;
}

.banner a:link, .banner a:visited {
	display: inline;
	background: none;
	padding: 290px 150px;
}
#home .banner a:hover, #statement .banner a:hover, #stages .banner a:hover, #tech .banner a:hover, #credits .banner a:hover {
	background: none;
}


ul.bullets {
	margin: .5em 0 .5em 2em;
}