/* CSS For Virtual Tour */
a {
  font-size: 10pt;
  font-weight: bold;
  color: #202C6B;
}

a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: underline;}
a:active { text-decoration: none;}

#map {
    background-color: #543425;
	border-right: 1px solid #FFFFFF;
	width: 236px;
	height: 550px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#map img {
    margin: 0px;
	padding: 0px;
}

#title-bar {
    border-bottom: 1px solid #FFFFFF; 
	text-align: left;
	vertical-align: top;
	height: 81px;
}

#menu-bar {
     background-color: #99A292;
	 border-bottom: 1px solid #FFFFFF;
	 height: 17px;
	 text-align: right;
}

#tour-image {
    border-bottom: 1px solid #FFFFFF;
	width: 515px;
	height: 305px;
	text-align: left;
	vertical-align: top;
	background-color: #99A292;
}

#tour-bar {
    height: 31px;
	border-top: 1px solid #FFFFFF;
}

#content, #content td {
    padding: 5px 5px 10px 10px; 
	text-align: left; 
	vertical-align: top; 
	color: #543425; 
	font-size: 10pt; 
	font-family: Helvetica, Arial, 'san serif';
	height: 115px;
}

#content h1 {
    color: #543425; 
	font-size: 14pt; 
	font-family: Helvetica, Arial, 'san serif';
}

#content h2 {
    color: #543425; 
	font-size: 12pt; 
	font-family: Helvetica, Arial, 'san serif';
}

#content p {
    line-height: 1.5em;
}