@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(img/circuitBg.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
}
.oneColFixCtr #container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #ffc;  the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left;
	padding: 30px 0 0 0;
	margin: 0 auto;
}
.oneColFixCtr #branding {
	float: left;
	height: 491px;
	width: 195px;
	top: 77px;
	position: relative;
	z-index: 5;
	left: 10px;
}
.oneColFixCtr #mainContent {
	float: right;
	/*background: url(img/bg_main.png) repeat-y;*/
	width: 730px;
}
.oneColFixCtr #mainContentShadow {
	background: url(img/bg_main.png) repeat-y;
	zoom: 1;
}
.oneColFixCtr #banner {
	height: 164px;
	/*background: url(img/banner0.png) no-repeat 10px -20px;*/
	/*margin: 0px 10px 0px;*/
	position: relative;
}
.oneColFixCtr #mBar {
	height: 28px;
	position: relative;
	width: 720px;
	background: #009CC8 url(img/mbar.gif) repeat-x;
}
.oneColFixCtr #location {
	height: 15px;
	text-align: left;
	position: relative;
	width: 412px;
	top: 8px;
	left: 10px;
}
.oneColFixCtr #mMenu {
	height: 28px;
	font: .71em/24px Arial, Helvetica, sans-serif;
	/*margin: 0px 15px 0px;*/
	text-align: center;
}
.oneColFixCtr #titleBar {
	/*width: 720px;*/
	background: #fff url(img/tBarBg.gif) repeat-x;
	height: 80px;
	margin: 0px 17px 0px 19px;
}
.oneColFixCtr #pageTitle {
	height: 52px;
	width: 510px;
	position: relative;
	left: 155px;
}
.oneColFixCtr #titleLine {
	height: 2px;
	text-align: center;
	margin: 0px 11px 0px 13px;
	background-color: #89C2DC;
}
#contentBg {
	min-height:230px;
	height: auto;
	background-color:#FFFFFF;
	background-image:url(img/contentBg.gif);
	background-repeat: repeat-x;
	margin: 0px 17px 0px 20px;
	zoom: 1;
}
#floatingMenu {
	width: 110px;
	float:left;
	padding: 10px 10px 0px 10px;
	position: relative;
}
#pageContent {
	width: 520px;
	float: right;
	position: relative;
	margin: 0px 20px 0px 0px;
	padding-top: 10px;
}
.oneColFixCtr #footer {
	height: 160px;
	width: 730px;
	background-image: url(img/footer.png);
}
.content {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #004073;
}
.subTitle {
	font: 20px/22px Arial, Helvetica, sans-serif;
	color: #00AEEF;
}
.nav {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #06C;
}
a {
	color: #03C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00AEEF;
}
h1 {
	font: 30px Bauhaus;
}
