@charset "utf-8";
body {
	margin: 0px;
	text-align: center;
	color: #b6b6b6;
	background: #000000;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	outline: none;
	color: #116ea4;
	border-bottom: #648c2d 1px dotted;
}
a:visited {
	color: #116ea4;
}
a:active {
	color: #116ea4;
}
a:hover {
	color: #648c2d;
}
a img {
	border: none;
	border-bottom: none;
}


.clearBoth {
	clear: both;
}



#headerContainer {
	position: relative;
	margin: 0px auto;
	width: 950px;
	height: 200px;
	background: url(images/common/header_back.jpg) no-repeat;
}
#topSpacer{
	height: 70px;
}
#wordBubble {
	width: 615px;
	margin: 0px auto 0px 260px;
	color: #313131;
	text-align: left;
	word-spacing: 15px;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
}
#navContainer {
	position: relative;
	text-align: right;
	padding: 10px 75px 0px 0px;
	cursor: pointer;
}
#navContainer a{
	border-bottom: none;
}


.sectionContainer {
	position: relative;
	margin: 0px auto;
	width: 950px;
	text-align: left;
}


.sectionTop {
	height: 20px;
	text-transform: uppercase;
	color: #648c2d;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 0px 90px;
	background: url(images/common/sectionHeadBack.jpg) no-repeat;
}
.sectionMid {
	font-size: 14px;
	padding: 0px 0px 0px 90px;
	background: url(images/common/sectionMidBack.jpg) repeat-y;
}
.sectionBottom {
	height: 25px;
	background: url(images/common/sectionBottomBack.jpg) no-repeat;
}

#sspContainer{
	width: 770px;
	text-align: center;
}

.sectionMid p{
	margin: 0px 90px 10px 0px;
	text-align: justify;
}
.greenHR {
	color: #648c2d;
	background-color: #648c2d;
	height: 1px;
	width: 770px;
	margin: 0px;
	border: 0;
}

.panoContainer {
	width: 770px;
	border-bottom: #648c2d 1px solid;
	padding: 15px 0px 10px 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

.panoImg {
	float: left;
	width: 468px;
}

.panoDetailContainer {
	float: left;
	width: 290px;
	padding-left: 10px;
}

.panoFlashLink {
	float: left;
	width: 145px;
	text-align: center;
	margin-top: 20px;
	line-height: 20px;
}

.panoQtLink {
	float: left;
	width: 145px;
	text-align: center;
	margin-top: 20px;
	line-height: 20px;
}


.embedPanoContainer {
	width: 770px;
	height: 0px;
	overflow: hidden;
}
.embedPanoTop {
	width: 770px;
	height: 28px;
	background: url(images/embedPanoChrome/embed_pano_back_top.jpg) no-repeat;
}
.embedPanoMid {
	width: 770px;
	height: 235px;
	padding: 0px 10px 0px 10px;
	background: url(images/embedPanoChrome/embed_pano_back_mid.jpg) repeat-y;
}
.embedPanoBottom {
	width: 770px;
	height: 39px;
	background: url(images/embedPanoChrome/embed_pano_back_bottom.jpg) no-repeat;
}

#footerContainer {
	position: relative;
	margin: 10px auto 0px auto;
	width: 950px;
}
#footerLeft {
	position: relative;
	float: left;
	text-align: left;
	padding-left: 90px;
}
#footerLeft a{
	font-size: 12px;
	color: #648c2d;
	border: none;
}
#footerLeft {
	position: relative;
	float: left;
	text-align: left;
	padding-left: 90px;
}
#footerRight {
	position: relative;
	float: right;
	font-size: 12px;
	text-align: right;
	padding-right: 90px;
}