body {
	margin: 0;
	padding: 0;
	background: #e5e1d3 url("../images/bg_body.png") 0 0 repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #2e2e2e;
}

#footer .navigation {
	clear: both;
	background-color: #3c393b;
}

.navigation {
	margin: 0;
	padding: 12px 0 12px 261px;
	height: 39px;
	overflow: auto;
	font-family: "Arial Rounded MT Bold", "Arial Rounded MT", "Arial Rounded", Arial, sans-serif;
	font-weight: normal;
}

.navigation li {
	float: left;
	height: 39px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: 1px #7f7d7e dotted;
}

.navigation li a {
	display: block;
	padding: 0 16px;
	font-size: 1.25em;
	line-height: 39px;
	vertical-align: middle;
	color: #a1a0a1;
	text-decoration: none;
}

.navigation li a:focus { text-decoration: underline; }
.navigation li a:hover { color: #ccc; }

.navigation li.nav_beaconequity {
	border-right: none;
}

.navigation li.nav_beaconequity a {
	color: #fefefe;
}

.navigation li.nav_tradernotes a {
	padding-left: 0;
}

#banner_wrapper {
	position: relative;
	width: 942px;
	height: 242px;
}

.banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 681px;
	height: 142px;
	padding: 100px 0 0 261px;
	color: #ececec;
	font-size: 1.15em;
	line-height: 1.25em;
}

.banner p {
	margin: 0;
	padding: 0;
}

.banner p.title { display: none; }

#banner1 {
	z-index: 3;
	background: transparent url("../images/bg_banner1.jpg") 0 0 no-repeat;
}

#banner2 {
	z-index: 2;
	background: transparent url("../images/bg_banner2.jpg") 0 0 no-repeat;
}

#banner3 {
	z-index: 1;
	background: transparent url("../images/bg_banner3.jpg") 0 0 no-repeat;
}

#main {
	width: 940px;
	margin-left: 3em;
	padding: 0.75em 0;
	overflow: auto;
}

#content {
	width: 530px;
	float: left;
}

#sidebar {
	width: 380px;
	float: right;
}

h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0.75em 0;
	padding: 0;
	border-bottom: 1px #2e2e2e dotted;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0.75em 0;
	padding: 0;
	border-bottom: 1px #2e2e2e dotted;
	letter-spacing: -1px;
}

p,
ul,
ol,
li,
.quote {
	margin: 0.75em 0;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

#sidebar ul li {
	border-bottom: 1px #2e2e2e dotted;
	padding-bottom: 0.75em;
}

#content .shout {
	font-size: 1.75em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	padding: 0 .5em;
	margin: 0.75em 0;
}

.form_wrapper .shout {
	font-size: 1em;
}

.whisper {
	font-size: 0.9em;
	font-weight: bold;
}

.title {
	font-weight: bold;
}

.highlighted {
	color: #880404;
}

.quote {
	position: relative;
	margin: 0.75em 2em;
}

.quote_copy {
	padding: 2em 2em 0 2em;
	margin: 0;
	background: transparent url("../images/quote_open.png") left top no-repeat;
}

.quote_attribution {
	padding: .75em 2em;
	margin: 0;
	text-align: right;
	background: transparent url("../images/quote_closed.png") right bottom no-repeat;
}

.form_wrapper_top {
	position: relative;
	padding-top: 25px;
	width: 392px;
	margin-left: -12px;
	background: #c7c4b7 url("../images/bg_form_wrapper_top.gif") 0 0 no-repeat;
}

.form_wrapper_bottom {
	position: relative;
	padding-bottom: 25px;
	width: 392px;
	background: transparent url("../images/bg_form_wrapper_bottom.gif") 0 bottom no-repeat;
}

.form_wrapper {
	position: relative;
	padding: 1px 25px;
	width: 342px;
	text-align: center;
	background: transparent url("../images/bg_form.gif") 0 0 repeat-y;
	font-weight: bold;
}

.form_wrapper p {
	margin-top: 0;
	font-size: 0.9em;
}

.form_wrapper .disclaimer {
	font-size: 0.8em;
}

.form_wrapper form {
	display: block;
	margin: 1em 0;
	text-align: right;
}

.form_wrapper form label {
	text-transform: uppercase;
}

.form_wrapper form input.text {
	font-size: 1em;
	width: 250px;
}

.form_wrapper form .dataset {
	margin: 0.25em 0;
}

