body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #161616;
}

#header {
	background: #161616;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 697px;
	height: 135px;
	background: url(/images/application/header.jpg);
	text-indent: -4000em;
}

ul#menu, ul#submenu {
	margin: 0;
	padding: 0 12px 0 0;
	list-style: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	background: #1e1e1e;
	border-bottom: 1px solid #2d2d2d;
}

ul#submenu {
	font-weight: normal;
}

ul#menu li, ul#submenu li {
	float: right;
	margin-left: 17px;
}

ul#menu li a, ul#submenu li a {
	font-size: 11px;
	color: #a5a5a5;
	text-decoration: none;
	line-height: 24px;
}

ul#menu li a:hover, ul#menu li a.on, ul#submenu li a:hover, ul#submenu li a.on {
	color: white;
}

.content {
	width: 697px;
	text-align: left;
	margin: 0px auto;
}

#page_wrapper {
	background: #2d2d2d;
}

#page {
	background: white;
}

label {
	float: left;
	width: 70px;
	padding-right: 10px;
}

.contactradio {
	margin-left: 85px;
}

*:first-child+html .contactradio {
	margin-left: 80px;
}

#errorExplanation {
	border-top: 3px solid #f27f7f;
	background: #ffbebe;
	padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
	color: #9c2626;
}

#footer, #footer * {
	font-size: 9px;
	color: #545454;
}

#footer p {
	margin: 10px 0 50px 0px;
}

/* Browser Hacks */

/*
Firefox Dotted Line Fix
  - http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
	outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */