@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
html {
	overflow:hidden;
	}
body {
	background:#000000;
	margin:0px;
	padding:0px;
	position:absolute;
	width:100%;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:62.5%;
	text-shadow: #FFF 0px 0px 1px;
	min-width:800px;
	overflow:auto;
}
a {
	text-decoration:none;
	color:#60d0ff;
	}
a:hover {
	text-decoration:underline;
	}
a:visited {
	color:#548fa8;
	}
.iewarning {
	width:100%;
	color:#B7D1EC;
	border-bottom:1px dotted #3B4F6C;
	text-align:center;
	background-color:#111512;
	position:absolute;
	display:none;
	padding:10px 0px;
	}
.iewarning p {
	width:100%;
	font-size:1.15em;
	margin:0px auto;
	display:none;
	}
.container {
	width:1000px;
	background:#000000 url(/images/bkg.jpg) no-repeat scroll 50% 0;
	padding-top:52px;
	margin:0px auto;
	}
.contactContainer {
	float:left;
	width:100%;
	overflow:hidden;
	z-index:0;
	position:absolute;
	}
.contactMain {
	padding:1.5em;
	padding-bottom:0;
	background:url(/images/contactbkg.jpg) center repeat-y;
	z-index:99999;
	width:75.5em;
	margin:0px auto;
	}
.contactBot {
	width:75.5em;
	margin:0px auto;
	background:url(/images/contactbot.jpg) center no-repeat;
	height:1.6em;
	}
.contactDark {
	float:left;
	height:9998px;
	width:100%;
	background:#000000;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position:fixed;
	z-index:99997;
	display:none;
	}
.contactClose {
	width:2.7em;
	height:2.7em;
	background:url(/images/contactclose.jpg) no-repeat;
	cursor:pointer;
	float:right;
	position:relative;
	border:.45em;
	left:.9em;
	}
.contactMain textarea {
	width:223px;
	height:154px;
	background:#18191d;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	border-left:1px solid #1a1a1d;
	border-right:1px solid #1a1a1d;
	color:#FFFFFF;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 20px;
	overflow:hidden;
	font-size:12px;
	float:left;
	}
.contactMain textarea:hover {
	border:1px solid #FFF;
	}
.contactMain textarea:focus, .contactMain input:focus {
	color:#c3e0ff;
	border-color:#c3e0ff;
	}
.contactMain input,select {
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	background:#151518;
	color:#FFFFFF;
	font-size:12px;
	margin-bottom:17px;
	width:187px;
	padding-bottom:3px;
	border-bottom:1px solid #FFF;
	float:left;
	}
.contactMain input[type=submit] {
	padding:.25em 0;
	}
.contactMain .disabled {
	color:#747474;
	border-color:#747474;
	}
.contactMain select {
	font-size:1.2em;
	width:187px;
	font-family:Arial, Helvetica, sans-serif;
	}
.largeDivider {
	width:674px;
	background:#60d0ff;
	height:1px;
	margin:40px auto;
	}
.largeDivider .inner {
	width:620px;
	margin:0px auto;
	background:#FFF;
	height:1px;
	}
.smallDivider {
	width:541px;
	background:#60d0ff;
	height:1px;
	margin:5px auto;
	position:relative;
	right:3px;
	}
.smallDivider .inner {
	width:498px;
	margin:0px auto;
	background:#FFF;
	height:1px;
	}
.nav {
	background:url(/images/nav.jpg) bottom no-repeat;
	width:521px;
	margin:0px auto 17px;
	position:relative;
	right:3px;
	height:36px;
	padding:0px 10px;
	}
.nav a {
	padding:5px 0px;
	font-size:1.75em;
	color:#FFF;
	text-align:center;
	margin-right:1px;
	text-decoration:none;
	float:left;
	}
.nav a:hover {
	border-bottom:3px solid;
	}
.clear {
	clear:both;
	height:0px;
	}
