@import "formatting.css";

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

#page {
	margin: 0 auto 50px auto;
	text-align: left;
	background: url(/images/application/background-glow.jpg) no-repeat 81px 0px;
	width: 710px;
}

#menu_wrapper {
	float: left;
	width: 91px;
}

#body {
	float: right;
	width: 562px;
	margin: 0 32px 0 0 ;
}

#menu_wrapper h1 {
	margin: 80px 0 0 0;
	background: url(/images/application/luminae-souter-logo.gif) no-repeat;
	text-indent: -3000em;
}

#menu_wrapper h1 a {
	width: 91px;
	height: 82px;
	display: block;
}

ul#menu * {
	color: #bcb3b6;
}

ul#menu {
	margin: 30px 0 0 0;
	padding: 0;
}

ul#menu li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style: none;
}

ul#menu li a {
	display: block;
	width: 81px;
	text-decoration: none;
	font-size: 9px;
	text-align: right;
	line-height: 12px;
	padding-right: 10px;
}

ul#menu li a:hover, ul#menu li a.on {
	border-right: 2px solid #fc5792;
}

div#header {
	background: #dadada;
	height: 80px;
	margin-bottom: 1px;
}

div#content {
	padding: 40px 30px;
	background: white;
}

#footer {
	padding-top: 30px;
}

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

label {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
}

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

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

/* 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 */