body {
	background-color: #ffffff;
	color: #585858;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	line-height: 18px;
	min-width: 780px;
}

img {
	border: none;
}

img:focus, a:focus {
	outline: none;
}

.underline {
	text-decoration: underline;
}

a:link {
	background-color: transparent;
	color: #7d7562;
	line-height: normal;
	text-decoration: underline;
}

a:visited {
	background-color: transparent;
	color: #7d7562;
	line-height: normal;
	text-decoration: underline;
}

a:hover {
	background-color: transparent;
	color: #7d7562;
	line-height: normal;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	color: #7d7562;
	line-height: normal;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/* tour */

#tour, #location {
	width: 780px;
	height: 380px;
	border: none;
	margin: 0 auto;
}

#tour h1 {
	background-image: url(../../assets/pngs/tour.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #928974;
	margin: 15px 0 0 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-weight: normal;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 7px;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
}

#tour h2 {
	background-color: transparent;
	color: #928974;
	font-weight: normal;
	font-size: 23px;
	line-height: 23px;
	letter-spacing: 2px;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}

#tour #outline {
	width: 750px;
	margin: 0 auto 0 auto;
}

#tour #outline img {
	margin: 5px 0 20px 0;
}

#tour ul {
	margin: 20px 0 0 20px;
	padding: 0;
}

#tour ul li {
	margin: 0 17px 17px 0;
	padding: 2px 0;
	border: solid 1px #D4D0C8;
	width: 170px;
	list-style-type: none;
	float: left;
	text-align: center;
	
}

#tour ul li.bottom {
	margin: 0 17px 0 0;
}

#tour ul li a {
	background-color: transparent;
	color: #837b67;
	text-decoration: none;
	font-size: 20px;
	letter-spacing: 0.5px;
}

#tour .back {
	position: absolute;
	background-color: transparent;
	color: #928974;
	background-image: url(../pngs/back.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 125px;
	padding: 15px 0 0 0;
	margin: 312px 15px 0 0;
	right: 0px;
	font-size: 11px;
}

.back a {
	background-color: transparent;
	color: #928974;
	text-decoration: none;
}

#tour .deck {
	width: 770px;
	margin: 0 auto 0 auto;
	padding: 35px 0 0 0;
}

#location {
	text-align: center;
}

#location h1 {
	background-color: transparent;
	color: #60594A;
	font-weight: normal;
	font-size: 13px;
	line-height: 100%;
	vertical-align: top;
	white-space: nowrap;
	text-decoration: none;
	margin: 0;
	padding: 0 0 15px 0;
}

#tour p {
	background-color: transparent;
	color: #928974;
	font-size: 13px;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
}

#location p {
	background-color: transparent;
	color: #928974;
	font-size: 13px;
	margin: 0;
	padding: 0;
	clear: both;
}

#tour ol {
	margin: 15px 0 15px 18px;
	padding: 0;
}

#tour ol li {
	background-color: transparent;
	color: #928974;
	font-size: 13px;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: left;
	line-height: 145%;
}

#location .right {
	float: right;
}

.video {
	width: 640px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

video:focus {
	outline: none;
}


/* web fonts */

#tour h1, #tour h2, #tour ul li a {
		font-family: PlazaCom-Regular, "Helvetica Condensed", Arial Narrow, Helvetica, sans-serif;
}