body {
	font: 12px/175% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	background: url(/theme/4b85dbf4dabe9d1630000009/stylesheets/images/Background_Gradient.png) repeat-x fixed;
}

body, #credits, #footer {
	background-color: #eee;
}

a:link, a:visited {
	color: #666;
}

a:hover {
	color: black;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

h1 {
	color: #333;
	font-size: 2.5em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.5em;
	color: #333;
	margin-bottom: .7em;
	margin-top: 1em;
	font-style: italic;
}

h3 {
	font-size: 1.25em;
	margin-top: 1em;
	margin-bottom: .5em;
	font-style: italic;
	color: #333;
}

h4 {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}

p {
	margin-top: .9em;
}

#header {
	margin-bottom: 15px;
}

#header img {
	width: 100%;
}

#header h1 {
	margin: 0;
	word-spacing: -.15em;
	padding: 35px 25px 10px;
	font-size: 3.5em;
}

#header h1 a {
	color: #333;
}

#header h1 #subtitle {
	color: #999;
	word-spacing: normal;
	font-size: .4em;
	padding-left: .5em;
}

#page {
	background-color: white;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#content, #footer {
	padding: 25px;
}

#content {
	min-height: 500px;
}

* html #content {
	height: 500px;
}

#credits {
	text-align: center;
	font-size: .75em;
	padding: 10px;
	color: #999;
}

#credits a {
	text-decoration: none;
	font-weight: bold;
}

#footer {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 15px;
	padding-bottom: 0;
}

.nav {
	height: 20px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	text-transform: uppercase;
	font-size: .8em;
}

.nav ul li {
	display: block;
	float: left;
}

.nav ul {
	clear: both;
}

.nav a:link, .nav a:visited {
	display: block;
	color: #666;
	font-weight: normal;
	font-style: normal;
	padding-right: 1.25em;
	text-decoration: none;
}

.nav a:hover {
	text-decoration: underline;
	color: #333;
}

.nav li.selected a {
	color: #000;
	font-weight: bold;
}

#content img {
	padding: 10px;
	border: 4px double #eee;
	margin: 1em -14px;
	width: 700px;
}

.nav li + li a {
	line-height: 20px;
	padding-left: 1.25em;
	border-left: 1px solid #eee;
}

p.caption {
  margin-top: -1em;
  text-align: right;
}

.map {
margin-top: 20px;
}