@charset "utf-8";

.headline {
	font-family: "Myriad Pro Cond";
	font-size: 24px;
	font-weight: normal;
	color: #CE0000;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-right: 10px;
	
}


body {
	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;
	background-color: #000000;
	background-image: url(../images/SOH.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	margin-left: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.firstFrame {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 20px;
	margin-right: 10px;
}
.secondFrame {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 20px;
	margin-left: 10px;
}

.oneColFixCtr #container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/centerImage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.oneColFixCtr #mainContent {
	padding: 0 70px 0 72px;
}

.rightSideFrame {
	float: right;
	height: auto;
	width: 200px;
	margin-top: 15px;
	margin-right: 25px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.video {
	float: left;
	height: auto;
	width: auto;
	margin-top: 15px;
}

.mapLayer {
	height: auto;
	width: 200px;
	z-index: 10;
	position: relative;
	float: right;
	top: 20px;
}


.underPicTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	width: 200px;
}
.underPicName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FF0000;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.picContainer {
	height: auto;
	width: 200px;
}
.txtArea {
	background-color: #FFFFFF;
	border-bottom-color: #00CC00;
	border-bottom-style: double;
	border-bottom-width: 1px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
