/* CSS Document */

/* light blue: #0084b6      dark blue: #011E34 */
body {
	background: #011E34 url(images/stars_background.jpg) top center fixed repeat-x;
	color: #fff;
	margin: 0;
	padding: 0;
	overflow:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

a {
	color: #fdf386;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:22px;
}



/*---------------------------------------------------*/

.content {
	width: 730px;
	margin: 0 auto;
	padding: 0 10px;
	z-index:100;
}

.wide_content {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 10px 0 10px;
}

.footer_background_holder {
	background: url(images/stars_footer.png) top center;
	width: 100%;
	height: 160px;
	z-index:-100;
}

.footer_holder {
	width: 100%;
	height: 30px;
	padding-top:10px;
	padding-bottom: 170px;
	z-index:0;
	background:#011e34;
}

.submenu_holder {
	width: 100%;
	height: 50px;
	top: 0px;
}

.footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #4599d8;
}

.footer a {
	color:#4599d8;
	padding: 0 2px;
}

.footer img {
	vertical-align:text-top;
}

.logo {
	text-align:center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.menu {
	width: 804px;
	height: 20px;
	margin: 0 auto;
	padding: 10px 0 8px 0;
	text-align:center;
	background: url(images/stars_h_bar.png) repeat-y;
}

.submenu {
	width: 804px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0 8px 0;
	text-align:center;
	background: url(images/stars_h_bar.png) repeat-y;
}

.menu a, .submenu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

.menu a:hover, .submenu a:hover {
	text-decoration:underline;
	color: #0085b7;
}

.hbar {
	width: 804px;
	height:10px;
	margin: 15px auto;
	background: url(images/stars_h_bar.png) repeat-y;
}
	
.left {
	width: 520px;
	border-right: #000 1px dotted;
	padding-right: 10px;
}

.right {
	float:right;
	width: 180px;
	padding-left: 15px;
}

.content_head {
	margin-top: 20px;
	margin-bottom: 15px;
}

.content_wide {
	margin: 20px 0;
}

.whats_new {
	font-size:80%;
	padding: 5px 0;
	border-bottom: #000 1px dotted;
}

.whats_new_last {
	font-size:80%;
	padding: 5px 0;
}

.whats_new img, .whats_new_last img {
	border:0;
	margin: 3px 0;
}

.hiring_bar {
	width: 730px;
	height: 30px;
	margin: 0 auto;
}

.hiring_graphic {
	float:left;
	padding-right: 10px;
}

.foot_spacer {
	height: 30px;
}

.sixflags {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}
