body {
	padding: 25px 0;
	margin: 0;
	font-size: 76.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
}
a:link, a:visited {
	text-decoration: none;
	color: #ff9800;
}
a:hover, a:active {
	text-decoration: underline;
	color: #ffab30;
}
select, input {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
}
fieldset {
	border: none;
}
a img {
	border: none;
}
h1, h2, h3 {
	margin: 0;
	padding: 0 0 12px 0;
	font-weight: bold;
	color: #09f;
}
h1 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.1em;
}
dt {
	margin: 0.5em 0;
	font-weight: bold;
}
dd {
	margin: 0 0 1.0em 1.0em;
}
#wrapper {
	width: 960px;
	height: 660px;
	overflow: hidden;
	background: #fff;
	margin: 0 auto;
	padding: 50px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}/*	
#wrapper-top, #wrapper-bottom {
	background: transparent url(../images/top-bar.gif) 0 0 no-repeat;
	height: 30px;
	display: block;
	overflow: hidden;
}
#wrapper-bottom {
	background: transparent url(../images/bottom-bar.gif) 0 0 no-repeat;
}*/
#map {
	width: 850px;
	height: 500px;
	margin: 0 auto;
}
#photos {
	width: 860px;
	padding: 10px 0 20px 0;
	margin: 0 auto;
	position: relative;
}
#photos li {
	display: block;
	float: left;
	font-size: 0.9em;
	text-align: center;
	margin: 0 1px 0 0;
	width: 85px;
}
#photos li a{
	display: inline;
	float: left;
	width: 85px;
	background: #000;
}
#photos li img {
	display: block;
	margin:  auto;
	padding: 10px 0 10px 0;
}
#photos .view a {
	display: inline-block;
	float: left;
	width: 75px;
	padding: 3px 5px;
	margin: 1px 0 0 0;
	background: #1d1d1d;
}
#photos .view a:hover {
	background: #000;
	text-decoration: none;
}
#photos #prev {
	position: absolute;
	top: 50px;
	left: -30px;
}
#photos #next {
	position: absolute;
	top: 50px;
	right: -28px;
}
#pagination {
	clear: left;
	float: right;
	text-align: right;
	height: 30px;
	padding: 0px 50px;
	color: #f90;
	font-weight: bold;
	width: 200px;
}
#credit {
	padding: 0 50px;
	color: #666;
	font-size: 0.90em;
}
.center {
	text-align: center;
}
.info {
	width: 510px;
	height: 305px;
	overflow: hidden;
}
.info a {
	color: #dd8a0a;
	text-decoration: none;
}
.info a:hover {
	color: #036;
}
.info .thumb {
	float: left;
	margin:  0 5px 0 0;
}
.info .link {
	font-size: 1.1em;
	font-weight: bold;
}
.info li {
	width: 254px;
	list-style: none;
	float: left;
}
.info #streetview, .info p  {
	color: #fff;
	height: 240px;
	width: 240px;
	padding: 10px 7px;
	text-align: center;
	float: left;
	background: #000;		
}
#wikipedia {
	background: transparent url(../images/wikipedia_logo.gif) 100% 100% no-repeat;
}
#wikipedia .info li {
	list-style: none;
	width: 260px;
	float: none;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px;
}
/* Clearfix method */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Overlay Styles */

#overlay {
	height: 500px;
	overflow: hidden;
}

#TB_window #overlay a:link, #TB_window #overlay a:visited, #TB_window #overlay a:hover, #TB_window #overlay a:active {
	color: #ccc;
	text-decoration: underline;
}

#overlay #thumbs {
	width: 605px;
	float: none;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 0 0;
}

#overlay #main {
	width: 500px;
	height: 500px;
	text-align: center;
	background: #333;
	float: left;
	position: relative;
}

#overlay #main #description {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#overlay #thumbs .thumbs {
	margin: 0 0 0 10px;
	float: left;
	width: 95px;
	background: #333;
	height: 500px;
	padding: 0px 0 0 0;
	overflow: hidden;
}

#overlay #thumbs ul {
	padding: 0;
	margin: 0;
}

#overlay #thumbs li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 5px 10px 3px 10px;
}

#overlay #thumbs h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
	padding: 7px 0 0;
}

#overlay #thumbs li.original {
	width: 75px;
	padding: 2px 0px;
	font-weight: bold;
	font-size: 0.85em;
	margin: 0px 10px;
	background: #646464;
}

#overlay #loading {
	position: absolute;
	top: 230px;
	left: 175px;
	display: none;
}

/* Content */
.content {
	padding: 10px 30px;
}

.content p {
	padding: 10px 0;
}

.content h2 {
	margin: 1.0em 0 0 0;
	font-size: 1.2em;
}

.content ul {
	margin: 0 0 0 2.0em;
}

/* Homepage */
#homepage {
	padding: 0;
	margin: 0;
	background: #fff url(../images/bg.jpg) 0 600px repeat-x;
}

#homepage div {
	width: 100%;
	float: left;
	height: 650px;
	background: #000 url(../images/text.gif) 96% 100% no-repeat;
}

#homepage ul {
	width: 650px;
	margin: 15px auto 0 auto;
}

#homepage li {
	display: block;
	float: left;
	width: 325px;
	height: 280px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

#homepage li a  strong {
	display: none;
}

#homepage li a {
	display: block;
	width: 305px;
	height: 245px;
	background: url(../images/home.jpg) no-repeat;
}

#homepage li#phm a {
	background-position: -322px -284px;
}

#homepage li#slnsw a {
	background-position: -322px 0;
}

#homepage li#slqld a {
	background-position: 0 -284px;
}

#link {
	position: absolute;
	top: 5px;
	right: 10px;
	background: none;
}