@import "reset.css";
@import "base.css";

/* global stuff */

html {background: #000 no-repeat fixed top center;}
body {font: 11px Arial; margin-top: 70px;}
a {color: #000; text-decoration: none;}
a:hover {text-decoration: underline;}

/* main wrapper */

div.main {
	background-color: #000;
	border: 1px solid #FFF;
	width: 840px;
	height: 500px;
	padding: 30px;
	margin: 0 auto;
}

/* header */

div.header {height: 77px;}

div#move_message {padding: 10px; font-size: 14px; background: #FFF; border: 2px solid #000; position: absolute;}

h1.logo {
	width: 244px; height: 77px; background: url(/images/logo.jpg) no-repeat;
	display: block; float: left; text-indent: -5000px;
	overflow: hidden; margin: 0;
}

div.header ul, div.header li {color: #FFF; display: inline; list-style: none; margin: 0; padding: 0;}

div.header li {
	float: left;
	width: 130px;
	height: 64px;
	background: url('/images/dotted_line.jpg') no-repeat;
	text-align: center;
}

div.header li a {
	display: block;
	width: 110px;
	height: 25px;
	padding: 37px 10px 0 0;
	margin-left: 10px;
	font: bold 16px Arial;
	text-decoration: none;
	text-transform: lowercase;
	color: #FFF;
}

div.header li a:hover {background: #222;}

div.search {
	float: right;
	text-align: right;
	color: #FFF;
	padding-top: 45px;
}

div.search input {
	background: #000;
	border: 1px solid #CCC;
	color: #CCC;
	font-size: 12px;
	padding: 2px;
}

div.search input[type="submit"] {border: none; font-weight: bold; padding: 0;}

/* body */

div.body {height: 380px; margin-top: 10px; clear: both;}

div#content {
	float: left;
	position: relative;
	width: 648px;
	height: 380px;
	background: #99B3CC;
}

div#mapbox, div#content_body {
	position: absolute;
	width: 100%;
	height: 100%;
}

a#close {
	position: absolute;
	font-weight: bold;
	font-size: 1.5em;
	top: 10px;
	right: 10px;
	z-index: 10;
}

a:hover#close {text-decoration: none;}

div#content_body {
	background: #FFF;
	/*opacity: 0.9;*/
	overflow: auto;
	overflow-x: hidden;
	z-index: 9;
}

div#content_body h2:first-child, div.formbody h2:first-child {margin-top: 0;}
div#content_body div.cbody {margin: 1em;}

div.formbody {
	padding: 10px;
	background: #EEE;
	border: 1px solid #CCC;
	margin-bottom: 1em;
}

div.sidepanel {
	float: right;
	height: 360px;
	width: 155px;
	padding: 10px;
	text-align: justify;
	background: #333;
	color: #FFF;
}

div.sidepanel a {color: #FFF;}

div.sidepanel ul {margin: 8px;}

div.sidepanel li {
	list-style: none;
	font-weight: bold;
	margin-bottom: 4px;
}

/* footer */

div.footer {clear: both;}

div.side {
	float: left;
	width: 400px;
	height: 35px;
	margin-top: 10px;
}

a.donate {
	float: left;
	width: 400px;
	height: 35px;
	text-indent: -5000px;
	/*background: url('/images/donate.jpg') no-repeat;*/
	overflow: hidden;
}

div#login {
	float: right;
	width: 427px;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	text-align: right;
	font-size: 10px;
	color: #FFF;
}

div#login a {color: #FFF;}

/* credits */

div.credits {
	width: 900px;	
	margin: 10px auto 0 auto;
}

div.copyright {
	float: left;
	width: 680px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 10px;
	color: #FFF;
}

div.copyright a {color: #FFF;}

div.bright {
	float: left;
	width: 220px;
	height: 30px;
}

a.nfs {
	float: left;
	width: 115px;
	height: 30px;
	text-indent: -5000px;
	margin-left: 30px;
	background: url('/images/nfs_logo.png') no-repeat;
	overflow: hidden;
}

/* other */

.gold {color: #F7941D !important;}
label.label1 {display: -moz-inline-box; display: inline-block; vertical-align: top; width: 150px;}
p.submit_row {text-align: center; margin: 2em 0;}
.file_wrap {display: block; display: inline-block;}
.xerror {background-color: #FFCCCC;}
img.image {border: 1px solid #000; float: left; margin-right: 1em;}
div#bubble {width: 300px;}
div#bubble a {color: #0000FF;}
div#bubble h2:first-child {margin-top: 0; margin-bottom: 0.5em;}
div#bubble p {white-space: nowrap;}
div.block {float: left; margin-right: 50px;}