@import url("http://fonts.googleapis.com/css?family=Droid+Sans&amp;subset=latin");
* {
	margin: 0px; padding: 0px;
}
html,
body {
	width: 100%; height: 100%;
}
body {
	background-color: #111;
	font-family: helvetica,arial,sans-serif;
}
.clear { clear: both; }
.hidden { display:none; }
.small { font-size: 0.7em; }
a {
	color: #3399ff;
	text-decoration: none;
}
a:hover {
	color: #ccc;
}
/* LAYOUT */
div#site {
	position: relative;
	background-color: black;
	background-image: url("/gfx/layout/backdrop.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
div#site-inner {
	width: 960px;
	margin-left: auto; margin-right: auto;
}
div#header {
	height: 85px;
	position: relative;
}
div#menu {
	height: 40px;
	font-size: 0.8em;
	text-transform: uppercase;
	line-height:  40px;
	text-align: right;
	color: #666;
}
div#menu a {
	text-decoration: none;
	color: #666;
}
div#menu a:hover {
	color: #ccc;
}
div#menu-inner {
	padding-right: 20px;
}
div#content {
	width: 960px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
}

div#content input[type=text], textarea {
	border: 1px solid #222;
	background-color: black;
	padding: 5px;
	font-size: 1.6em;
	color: #666;
}
div#content input[type=text] {
	width: 250px;
}
div#content textarea {
}
div#content h1,h2,h3,h4 {
	font-family: 'Droid Sans',helvetica,arial,sans-serif;
	color: #ccc;
}

/* TWEET TICKER */
div#tweets {
	color: #666;
	top: 40px; left: 20px;
	width: 940px; height: 200px;
	font-size: 0.6em;
	overflow: hidden;
	position: absolute;
	text-transform: uppercase;
	float: left;
}
div#tweets ul {
	list-style: none;
	list-style-position: inside;
}
div#tweets li {
	line-height: 1em;
	text-shadow: 0.1em 0.1em black;
}
span.tweetdate {
	background-color: black;
	font-size: 0.7em;
	color: white;
	padding: 5px;
}


div#title {
	margin-left: 20px; margin-right: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}
div#title h1 {
	padding-bottom: 1px;
	text-transform: uppercase;
}
div#title p {
	color: #666;
	font-size: 0.8em;
	padding: 0px;
}
p img {
	vertical-align: text-top;
}
div#content label {
	color: #333;
	font-size: 0.8em;
	color: #ccc;
	text-transform: uppercase;
	padding-bottom: 20px;
}
div.form-label {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.form-description {
	font-size: 0.7em;
	color: #333;
	padding-bottom: 10px;
}

div#message {
	border: 1px solid #ccc;
	background-color: black;
	background-image: url("/gfx/layout/ui.dialoggrad.png");
	background-repeat: repeat-x;
}
div#message h1 {
	padding-bottom: 5px;
}
div#message p {
	padding-top: 0px;
	padding-bottom: 0px;
}
div#message-inner {
	padding: 10px;
	text-align: center;
}

/* Footer */
div#footer {
	position: relative;
	width: 100%;
	background-image: url("/gfx/layout/tint.png");
	background-repeat: repeat;
	color: #333;
}
div#footer-inner {
	position: relative;
	width: 960px;
	margin-left: auto; margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-position: bottom center;
}
div#footer-description {
	float: left;
	width: 575px;
	margin-left: 20px;
	font-size: 0.8em;
	line-height: 1.8em;
}
div#footer-description em {
	font-style: normal;
	font-weight: bold;
	color: #555;
}
div#footer-details {
	float: left;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 2.0em;
	margin-left: 35px;
	width: 330px;
}
p#footer-name {
	color: #666;
}
p#footer-location {
	font-style: italic;
}

/* Copyright */
div#copyright {
	background-color: #111;
}
div#copyright a {
	color: #666;
}
div#copyright a:hover {
	color: #ccc;
}
div#copyright-inner {
	width: 960px;
	text-align: center;
	font-size: 0.7em;
	color: #333;
	line-height: 1.4em;
	padding-top:10px;
	padding-bottom: 10px;
	margin-left: auto; margin-right: auto;
}
div#copyright-services {
	height: 70px;
	background-image: url("/gfx/layout/technology.png");
}

/* Buttons */
div.button a {
	display: block;
	width: 176px;
	height: 46px;
	text-align: center;
	background-image: url("/gfx/layout/sprite.buttons.png");
	font-size: 0px;
	color: black;
}
div.button-submit {
	width: 176px;
	margin-top: 10px;
	height: 46px;
}
div.button-submit a {
	background-position: -176px 0px;
}
div.button-submit a:hover {
	background-position: -176px -46px;
}
div.top-button a {
	display: block;
	float: left;
	color: black;
	font-size: 0px;
	width: 54px; height: 28px;
	background-position: 0px 0px;
	background-image: url("/gfx/layout/sprite.buttons.small.png");
}
div.top-button a:hover {
	background-position: 0px -28px;
}

