/***********************************
*	Enigma Splash Stylesheet
*	TragicMedia
*	Developer: Rich Rudzinski
*	Created on: 7/10
***********************************/
/*---- BEGIN: Default Styles ----*/
* {
	padding:0;
	margin:0;
}
body {
	font:14px/18px Helvetica, Arial, sans-serif;
	color:#000;
	background-color:#000;
}
a {
	text-decoration:none;
	color:#d78400;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-bottom:12px;
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height:auto;
	overflow:hidden;
}
button, input, fieldset, img {
	border:0;
	display:block;
}
button {
	cursor:pointer;
}

/* BEGIN: Basic Layout */
#bg_img {
	position:absolute;
	top:0;
	right:0;
	z-index:2;
}
#wrapper {
	width:980px;
	height:auto;
	overflow:hidden;
	background:url(images/bg_top.png) no-repeat top left;
	margin:0 auto 50px;
	position:relative;
	z-index:10;
}
#wrapper_inner {
	background:url(images/bg_rpt.png) repeat-y top left;
	margin:0;
	padding:20px;
}
#nav {
	width:940px;
	height:auto;
	padding-bottom:16px;
	position:relative;
	margin-bottom:16px;
}
#nav_bg {
	position:absolute;
	width:940px;
	height:25px;
	background:url(images/bg_nav.png) no-repeat bottom left;
	bottom:0;
	left:0;
	z-index:2;
}
#nav ul {
	z-index:1;
}
#nav li {
	float:left;
	font:18px/20px 'Courier New', serif;
	color:#fff;
	padding:6px 12px;
	background:url(images/bg_nav_active.png) repeat top left;
}
h1 {
	width:328px;
	height:202px;
	overflow:hidden;
	background:url(images/logo.png) no-repeat top left;
	text-indent:-9999px;
	margin-bottom:22px;
}
h2 {
	text-transform:uppercase;
	font-size:18px;
	line-height:25px;
	font-weight:normal;
	border-bottom:1px solid #000;
	margin-bottom:12px;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
#content {
	background:url(images/bg_content.png) repeat top left;
	padding:20px;
}
#map {
	margin:0 auto;
}
