@charset "utf-8";
body {
	background-color: #E4E7F1;
}
.styles {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-indent: 10px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333399;
	text-align: left;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	font-weight: lighter;
	background-position: left;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-align: left;
	font-weight: 400;
	background-position: left;
}
.style7 {
	font-size: 11px;
	text-align: center;
	text-indent: 8px;
}
.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	background-position: left;
}
.nav_cell {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 2px;
	margin-left: 2px;
}
a:link {
	color: #FFFFCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	color: #003333;
	text-decoration: none;
}
a:active {
	color: #999999;
}
.paragraph {
	width: 200px;
	text-align: right;
	vertical-align: middle;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #FFFFFF;
	margin: 20px;
}
.left {
	width: 360px;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 8px;
	padding-right: 8px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #79969D;
	border-right-color: #79969D;
	border-bottom-color: #79969D;
	border-left-color: #79969D;
	margin-bottom: 10px;
	clear: left;
}
.right {
	width: 330;
	float: right;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 12px;
	margin: 5px;
	padding-top: 10px;
	clear: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #99BFC8;
	border-right-color: #99BFC8;
	border-bottom-color: #99BFC8;
	border-left-color: #99BFC8;
	position: relative;
	left: 4px;
}
h1 {
	color: #FF6633;
	font-size: 12px;
}
h2 {
	color: #000000;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style11 {font-size: 13px}
#press {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
#misc {
	top: 4px;
}
.info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	font-weight: 100;
	clear: both;
	padding: 10px;
	float: right;
	text-transform: lowercase;
}
.style12 {font-size: 14px}
.style1ight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.imgtable {
	text-align: center;
	text-indent: 0px;
	vertical-align: middle;
	padding: 4px;
	margin: 4px;
}
.style12 {font-size: 14px}
.style9 {font-size: small}
.style10 {font-size: 16px}
.style13 {font-size: 10px; color: #000000; }
.style14 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
}

.gallerycontainer{
	position: relative;
	height: 520px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 0;
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	border: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	border: none;
	visibility: hidden;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 200px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	left: 190px;
}
.style1Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	font-weight: lighter;
}
/* Below here are styles added by Seth. */
.spotsTopRowTitles {
	font-size: 12pt;
	color: #99CCFF;	
}