@import "formatting.css";

body {
	margin: 0;
	padding: 0;
	background: #660607 url(/images/application/background.gif) 0px 113px repeat-x;
}

#page {
	width: 707px;
	padding: 13px 30px 30px 30px;
	margin: 0 auto;
	background: white;
}

div#header h1 {
	text-indent: -4000em;
	background: url(/images/application/dick-bright-logo.jpg) no-repeat;
	margin: 0 0 3px 7px;
}

div#header h1 a {
	display: block;
	width: 284px;
	height: 61px;
}

ul#menu {
	background: #972210;
	margin: 0 0 10px 0;
	padding: 0 0 0 7px;
}

ul#menu li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

ul#menu li a {
	display: block;
	line-height: 25px;
	padding: 0 10px;
	text-decoration: none;
	color: white;
	font-size: 14px;
}

ul#menu li a.on, ul#menu li a:hover  {
	background: #be3b11;
}

#body {
	border: 1px solid #850001;
	padding: 15px;
}

#quotes {
	float: left;
	margin: -10px 0 0 -7px;
	padding: 3px 5px 3px 0px;
}

#main_content {
	float: left;
	width: 460px;
}

#side_content {
	padding: 15px;
	background: #cad1a8 url(/images/application/side_gradient.jpg) repeat-x bottom;
	margin-bottom: 25px;
	float: right;
	width: 155px;
}

#side_content small {
	font-size: 10px;
}

#side_content, #side_content * {
	color: #660607;
}

label {
	float: left;
	width: 70px;

	padding-right: 10px;
}

#errorExplanation {
	border-top: 3px solid #f27f7f;
	background: #ffbebe;
	padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
	color: #9c2626;
}

#footer {
	width: 707px;
	margin: 5px auto 0px auto;
}

#footer, #footer * {
	color: #bac0b4;
	font-size: 9px;
}

#flash_player_container {
      margin-top: 25px;
}


/* 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 */