/* =css RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, button, textarea, select, optgroup, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* =remember to define focus styles! */
:focus {
	outline: 0;
}

/* =setting a default style for the a-tag */
a {

	color: #016698;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	list-style-type: none;
	list-style-position: outside;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote: before, blockquote: after, q: before, q: after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

.clear {
	clear: both;
}

/* =end reset */

/* =general layout */

body {
	line-height: 18px;
	color: #222;
	background: #bddde8 url('/images/mainbg.gif');
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #00374c;
	position: relative;
	margin-bottom: 15px;
	line-height: 30px;
}

h1 span {
	background: url('/images/h1pointer.png') no-repeat;
	display: block;
	position: absolute;
	top: 7px;
	left: -26px;
	width: 24px;
	height: 20px;
}

h2 {
	color: #222;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}

h2.newSection {
	background: url('/images/thickThinBorder.gif') bottom repeat-x;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-transform: capitalize;
}

h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px;
	font-weight: normal;
}

h5 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

h6 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	line-height: 20px;
	margin: 0 0 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

input {
	width: 200px;
	padding: 5px;
}

select {
	width: 200px;
	border: 1px solid #CCCCCC
}

dl {
	margin-bottom: 7px;
}

/* =tables still need 'cellspacing="0"' in the markup */
table.wikitable {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px 0 20px 0;
}

table.wikitable th, table.wikitable tr, table.wikitable td {
	font-family: helvetica, verdana, arial, sans-serif;
	padding: 5px;
	line-height: 136%;
}

table.wikitable th {
	background: #71a41d;
	font-weight: bold;
	color: #fff;
}

table.wikitable tr {
	font-weight: normal;
	color: #000000;
}

table.wikitable td {
	border-bottom: 1px solid #3f3f3f;
}

table.wikitable tr.alt td {
	background: #f1f7e9;
}

table.wikitable tr.over td {
	background: #a9db5d;
}

#mainContainer, #header {
	margin: 0 auto;
	width: 982px;
	position: relative;
}

#mainContainer {
	background: #fff;
	border: 1px solid #8fb8c3;
	border-top: 2px solid #016698;
	margin-bottom: 100px;
}

#header {
	height: 104px;
	position: relative;
	margin-top:5px;
}

#logo {
	background: url('/images/logo.png') no-repeat;
	width: 400px;
	height: 70px;
	float: left;
}

#hero {
	width: 982px;
	height: 249px;
	border-bottom: 1px solid #f16a21;
	overflow:hidden;
}

.primary {
	width: 650px;
	padding: 7px 15px;
	float: left;
	/*border-left: 1px solid #8fb8c3;*/
}

.secondary {
	float:right;
	width: 300px;
	padding: 7px 0;
	/*border-right: 1px solid #8fb8c3;*/
}

.secondary a {
	font-weight: bold;
}

#footer {
	background: #f0f0f0;
	margin-top:50px;
}

#bbblink {
	display: block;
	background: url("/images/bbbLogo_marh.png") no-repeat scroll -0px -0px transparent;
	width: 150px;
	height: 68px;
	padding: 0;
	overflow: hidden;
}

#bbblink:hover {
	background-position: -150px -0px;
}
