#mainBody {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	min-height: 300px;
	height: auto;
	background: url('images/main-bkgnd.png') repeat-y;
}

#menu ul li:hover ul, #menu ul li.sfhover ul {
	border: 1px solid #FFFFFF;
	background-color: #7D1F7F;
	margin: 10px -7px;
	left: auto; 
	display:block; 
	width: 160px;
	z-index: 9999;
}

#whiteBorder {
	margin-left: 100px;
	border: 1px solid #FFF;
	width: 550px;
	height: 339px;
}

body {
	zoom: 1;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #7D1F7F;
	behavior: url("csshover3.htc");
	font: 11px Helvetica, sans-serif;
	letter-spacing: .25px;
	color: #FFFFFF;
	text-align: center;
}
.clear { clear: both; }

#back {
	width: 826px;
}

#content {
	margin: 0 auto;
	width: 826px;
}
#pageHeader {
	margin-left: 12px;
	font: 18px Helvetica, sans-serif;
	font-weight: bold;
}

#subHeader {
	height: 325px;
	padding-top:15px;
}
#subHeader .top {
	height: 125px;
	background: url('images/header.png') no-repeat;
	background-position: bottom center;
}

#logo {
	height: 185px;
	background: url(images/logo.png) no-repeat top center;
	position: relative;
	top: 37px;
	z-index: 9999;
}

#subHeader .sub-banner{
	margin-top: -185px;
	height: 200px;
	background-position: top center;
	position: relative;
	z-index: 1;
}

#subPageContainer {
	margin: 0px auto 40px auto;
	width: 90%;
	height: 90%;
}

#subPageCenterText{
	text-align: center;
}
#subPageLeftText{
	text-align: left;
}
#subPageText{
	text-align: justify;
}
#subPageLeft_Full {
	float: left;
	height: 100%;
	width: 100%;
	text-align: center;
}
.floatPic {
	float: right;
	margin: 5px 0px 5px 20px;
}
#subPageLeft {
	float: left;
	height: 100%;
	width: 50%;
	text-align: center;
}
#subPageRight {
	float: left;
	height: 100%;
	width: 47%;
	text-align: right;
	margin-left: 3%;
}
#header {
	height: 418px;
	padding-top:15px;
}

#header .top {
	height: 125px;
	background: url('images/header.png') no-repeat;
	background-position: bottom center;
}

#header .banner{
	margin-top: -185px;
	height: 293px;
	background-position: top center;
	position: relative;
	z-index: 1;
}

#homepageBody {
	height: 484px;
	background: url('images/ozzie.jpg') no-repeat;
}

#homepageText {
	margin: 30px 35px 0px 0px;
	float: right;
	text-align: justify;
	width: 350px;
}

#botb {
	height: 133px;
	width: 350px;
	margin: -8px 0px 0px 15px;
	background: url('images/bestofbay.png') no-repeat;
}

#mainBody .top {
	height: 10px;
	background: url('images/mainBodyTop.png') no-repeat top center;
}

#mainBody a:link, #mainBody a:visited {
	text-decoration: underline;
	color: #FFF;
}
#mainBody a:hover {
	color: #FFF200;
}

.underline {
	text-decoration: underline;
}

#mainBody a:active, #mainBody a:hover{
	color: #FFF200;
}
#menu {
	font: 11px Helvetica, sans-serif;
	font-weight:bold;
	height: 48px;
	letter-spacing: .1px;
	background: url('images/menu.png') no-repeat;
	background-position: top center;
	text-align: center;
}

.menuSpacer {
	height: 20px;
	float: left
	width: 2px;
	margin: -17px 0px 0px 0px;
	position: relative;
	background: url('images/v-break.png') no-repeat;
	z-index: 1;
}

#menu ul{
	height: 46px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 9999;
}

#menu li {
	margin-top: 16px;
	float: left;
	width: 160px;
	height: 32px;
	vertical-align: middle;
}
#menu li a {
	position: relative;
	z-index: 100;
}
#menu ul li ul {
	width: 160px;
	position: absolute;
	left: -999em;
	height: auto;
}
#menu ul li ul li {
	text-align: center; 
	width: 160px;
	height: 18px;
	margin: 5px 0px 0px 1px;
}
#menu ul:hover {
	left: auto;
	display: visible;
}

#menu a:link, a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover, #menu a:active, #menu li:hover {
	color: #FFF200;
	text-decoration: none;
}

#footer {
	clear: both;
	height: 75px;
	background: url('images/footer.png') no-repeat;
	text-align: center;
}
#footer p {
	float: left;
	margin: 10px 0px 0px 260px;
}
#footer .phone{
	float: left;
	margin: 3px 0px 0px 350px;
	font: 18px Helvetica, sans-serif;
	color: #FFF200;
}

#siteLinks {
	margin-top: 8px;
	font-size: 10px;
}

#siteLinks a:link, #siteLinks a:visited {
	text-decoration: underline;
	color: #FFF;
}
#siteLinks a:hover {
	color: #FFF200;
}
#staffContent {
	padding: 30px;
	text-align: left;
	font: 12px Trebuchet MS;
	width: 80%;
}

.staffName {
	font-size: 14px;
	font-weight: bold;
}
.staffPhoto {
	padding-left: 15px;
}
#bioHeader{
	font: 18px Helvetica, sans-serif;
	color: #800080;
	text-align: left;
	padding-top: 0px;
}

#bioContent {
	padding: 30px;
	margin-left: 50px;
	text-align: left;
	font: 12px Trebuchet MS;
	width: 80%;
}

.bioPhoto {
	float: left;
	padding-right: 15px;
}
.bioPhotodisp {
	float: left;
	padding-right: 15px;
	margin-left: 175px;
	margin-bottom: 10px
}
.resourcePhoto {
	border: 1px solid #7D1F7F;
	margin-right: 10px;
}

#expand dt {
	cursor: pointer;
	color: #FFF;
	margin: 10px 0;
	padding: 0px;
}

#expand dd {
	border: 1px solid #FFF;
	padding: 10px 10px 10px 10px;
	background-color: #7C1F81;
	margin: 0px;
}

.infoBox, .success, .error {
	text-align: left;
	width: 300px;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 60px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.success {
	color: #FFF200;
	border: 1px solid #FFF;
	background-color: #7D1F7F;
	background-image:url('images/success.png');
}

.error {
	color: #FFF200;
	border: 1px solid #FFF;
	background-color: #7D1F7F;
	background-image: url('images/error.png');
}

.contactInfo {
	margin: 20px 20px 20px 50px;
}

#captionBox {
	border: 1px solid #FFF;
	background-color: #7D1F7F;
	height: 150px;
}

a {
	cursor: hand;
}

#landingPageLinks {
	font-size: 16px;
	text-decoration: none;
}
#landingPageLinks li {
	margin-top: 10px;
}
#siteMap {
	position: relative;
	text-align: center;
	margin-left: 0px
}
.bottomBorder{
	padding-bottom: 5px;
	margin : 0px;
	border-bottom: 1px solid #7D1F7F;
}

