@charset "utf-8";
/* CSS Document */

body {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}

.wrapper {
	height: 100%;
	width: 100%;
}
.top {
	width: 100%;
	position: absolute;
	z-index: 0;
	height: 500px;
	background-color: #000;
	top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.navBarBtns {
	height: auto;
	position: relative;
	z-index: 4;
	top: 450px;
	padding-left: 0px;
	left: 0px;
	margin-left: 0px;
	width: auto;
	float: left;
}
.biLine {
	width: 100%;
	top: 185px;
	position: relative;
	visibility: visible;
	z-index: 5;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.topBack {
	width: 100%;
	height: 330px;
	position: absolute;
	z-index: 3;
	background-attachment: scroll;
	background-image: url(assets/images/backlogo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	bottom: 0px;
}
.logoBack {
	background-attachment: scroll;
	background-image: url(assets/images/logoBack.png);
	background-repeat: repeat-x;
	background-position: left center;
	height: 200px;
	width: 100%;
	padding-top: 0px;
	position: absolute;
	z-index: 2;
	top: 50px;
}
.logo {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	top: 0px;
	overflow: visible;
	visibility: visible;
	position: absolute;
	z-index: 4;
}
.wrapperContent {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	height: 800px;
	width: 100%;
	position: absolute;
	top: 450px;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
	background-color: #FFF;
	background-image: url(assets/images/contentstp2.png);
}

.cont {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	top: 0px;
}
.content {
	top: 400px;
	width: 100%;
	margin-left: auto;
	height: 100%;
	margin-right: auto;
	position: relative;
	margin-top: 0px;
	background-position: center top;
}
.txt {
	width: 775px;
	float: left;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	padding-right: 25px;
	padding-left: 20px;
	top: 50px;
	padding-top: 20px;
	background-attachment: scroll;
	background-image: url(assets/images/logoBack2.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
}
.cameraGraphic {
	width: 471px;
	top: 20px;
	float: left;
	left: 0px;
	position: relative;
}
.vTour {
	width: 530px;
	height: 250px;
	top: 0px;
	padding-top: 5px;
	float: left;
}
.sideBarContainer {
	float: right;
	width: 200px;
	position: absolute;
	z-index: 5;
	left: 805px;
	top: 68px;
	height: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
}
.sideBarTop {
	height: 18px;
	width: 218px;
	background-image: url(assets/images/sideBarTop.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	top: 123px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}
.sideBarStp {
	height: auto;
	width: 218px;
	background-image: url(assets/images/sideBarStp.png);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.sideBarBtm {
	height: 13px;
	width: 218px;
	background-image: url(assets/images/sideBarBtm.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}




.footer {
	font-family: "Palatino Linotype";
	font-weight: normal;
	color: #666;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	width: 100%;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top: 0px;
	height: 150px;
	background-attachment: fixed;
	float: left;
}


.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;
}

