/*------------ General ------------*/
* { margin: 0; }

html, body {
	padding: 0;
	background: black;
	color: white;
	width: 100%;
	height: 100%;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

a {
	text-decoration: none;
/*	color: #c2c5d2; */
	color: #949494;
}

a:hover { color: #fefefe; }
/* a:visited { color: #949494; } */

body >#container {
	height: auto;
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	background: url(images/background.jpg) no-repeat center -80px;
}

#container > #subcontainer {
	height: auto;
	width: 806px;
	margin: auto auto;
	position: relative;
}

#main {
	padding-bottom: 50px;
}

#header {
	padding-top: 60px;
	margin-bottom: -10px;
	text-align: left;
	padding-left: 20px;
	font-size: 20px;
	color: #6371FF;
}

#header img {
	float: left;
	margin-bottom: -20px;
	margin-top: -20px;
}

#footer {
	position: relative;
	margin-top: -50px;
	height: 50px;
	clear: both;

	font-size: 10px;
	color: white;
	text-align: center;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*------------ Header ----------------*/
#header img {
	float: left;
	padding-top: 8px;
}

/*------------ Footer ----------------*/
#footer #copyright {
	color: white;
}

/*------------ Banner ----------------*/
.banner {
	display: none;
}


/*------------ Hazard Box ------------*/
.box {
	position: relative;
	width: 800px;
	height: 374px;
	margin: 30px auto;
/* 	border: 3px solid #f1f1f1; */
}

.contactBox {
	margin: 80px auto 0px;
	width:480px;
	position: relative;
}

.reelBox {
	margin: 50px auto 0px;
	margin-left: -10px;
	width:640px;
	position: relative;
}

.box .banner {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.box .content {
	background: url("newimages/GrungeBackground.jpg") no-repeat;
	color: white;
	border-left: 1px solid #121212;
	border-right: 1px solid #121212;
	height: auto;
	padding: 18px 20px;
	position: relative;
	font-size: 13px;
}

.box .content .main-text { padding: 0px 10px; }

.note{
	font-style: italic;
	font-size: 10px;
	text-align: center;
	margin: 0px auto;				
}

p {
	margin: 10px auto 30px;
	font-size: 1.15em;
}

h2 {
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.contact {
	font-weight: bold;
 	color: #cd0000;
}


/*------------ Navigation ------------*/

#nav {
	margin-bottom: -10px;
	font-size: 14px;
	list-style-type: none;
	text-align: center;
	float: right;
	display: inline;
}

#nav li {
	display: inline;
	padding: .2em .5em;
}
