/* CSS Document */

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}
body {
	font: 100.01% "Trebuchet MS", Arial, sans-serif;
	color: #00244B;
	text-align: center;
	background: #01244C;
}
#wrapper {
	font-size: .85em;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #A39A63;
	border-bottom: 1px solid #A39A63;
	border-left: 1px solid #A39A63;
	background: #FFFFFF;
}
#header {
	background: #a39a62 url(/images/bkg_header_01.jpg) no-repeat left top;
	height: 115px;
}
#header h1 {
	font-size: 1.1em;
	text-indent: -5000px;
}
#subWrap1 {
	float: right;
	width: 100%;
	margin-top: 0px;
}

#spotlight {
	line-height: 1.5em;
	color: #00264D;
	float: right;
	width: 283px;
}
#spotlight h2 {
	margin-left: 15px;
}

#spotlightImg {
	float: right;
	width: 267px;
	padding-top: 15px;
}
#nav {
	width: 185px;
	float: none;
	padding-left: 15px;
	display: block;
}
#section {
	float: right;
	width: 525px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	display: inline;
}

p {
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 15px;
	margin-left: 0px;
}
.clearer {
	line-height: 1px;
	clear: both;
}
.column {
	display: inline;
	float: right;
	width: 167px;
	margin-right: 11px;
	border-right: 1px dashed #A39A63;
	padding: 4px;
}
.last {
	border-style: none;
}

#subWrap2 {
	float: right;
	border-top: 5px solid #A39A63;
	width: 100%;
	margin-top: 15px;
	border-bottom: 5px solid #A39A63;
}
#footer {
	background: #00254C url(/images/bkg_footer.jpg) repeat-x left bottom;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #A39A63;
	border-bottom: 1px solid #A39A63;
	border-left: 1px solid #A39A63;
	font-size: .7em;
	color: #C4BF99;
	padding-top: 2px;
	padding-bottom: 20px;
}
#footer p {
	margin: 0px;
	color: #FFFFFF;
	font-size: .8em;
}
.quickteaser a.bmQuickHead {
	color: #002F63;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	}
#linetools {
	font-size: .8em;
}
#rss {
	font-size: .9em;
	margin-top: 20px;
}
.quickSpace {
	margin: 4px;
}

