/**
 * Main stylesheet that contains site-wide styling rules.
 *
 * @copyright Copyright (c) 2009, NCRBC
**/

body {
	margin: 0;
	padding: 0;
}

h1 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.7em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

a:link {
	color: #369;
}

a:visited {
	color: #ff9a2c;
}

a:hover {
	color: #995f2f;
}

a:active {
	color: #995f2f;
}

.clear {
	clear: both;
}

.hidden {
	position: absolute;
	height: 1px;
	width: 1px;
	top: -500px;
	left: 0px;
	overflow: hidden;
}

.required {
	font-weight: bold;
	color: #f00;
}

#mainContainer {
	margin: auto;
	width: 800px;
}

#masthead {
	height: 145px;
	width: 800px;
	background-image: url(../img/masthead.jpg);
}

#masthead a {
	display: block;
	height: 100%;
	width: 350px;
}

#body {
	margin-top: 10px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

#leftPanel {
	float: left;
	width: 180px;
}

#menu {
	margin: 0 0 0 10px !important;
	padding: 0 !important;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0;
}

#menu li a {
	font-family: Arial, Helvetica, sans-seif;
	font-size: 14px;
	font-weight: 700;
	padding-top: 3px;
}

#banner {
	width: 100%;
	margin-top: 25px;
	text-align: center;
}

#banner img {
	border: 0;
}

#content {
	float: left;
	width: 600px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#footer {
	position: relative;
	height: 110px;
	width: 800px;
	background-image: url(../img/footer.jpg);
}

#footer a {
	position: absolute;
	display: block;
	height: 100%;
	width: 300px;
	right: 0;
}