* {
    margin:0;
    padding:0;
}

body {
    font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #000000;
	color: #ffffff;
}

div#container {
    width:  770px;
    margin: 0 auto;
}

div#header {
    color:      #000;
	text-align: center;
	margin-top: 20px;
}

div#topbanner {
    text-align: center;
	margin: 10px;
}

div#slideshow_container {
	margin-left: 85px;
	margin-top: 10px;
}

div.slide {
	text-align: center;
}

div#footer {
    clear: right;
    margin: 20px 0;
    padding:5px 10px;
    font-size:0.9em;
    color:#f0f0f0;
    background:#467aa7;
}

div#footer p {padding:0; margin:0; text-align:center;}
div#footer a {color:#f0f0f0; background-color:inherit; font-weight:bold;}
div#footer a:hover {color:#ffffff; background-color:inherit; text-decoration: underline;}

div#content p {
    font-size: 1.2em;
    margin: 10px 50px;
    text-align: justify;
}

div#content h2{
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}

div#content h3 {
    margin-bottom: 20px;
    text-align: center;
}

div#content pre {
    margin: 10px 50px;
    padding: 10px;
    font-size: 1.3em;
    font-weight: bold;
}

div#content ul, div#content ol{
    margin-left: 80px;
}

div#start_button {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#google_firefox_referral {
    text-align: center;
}

div#disclaimer {
    font-size: 1.2em;
    color: #660000;
    background: #FF9999;
    border: 2px solid #660000;
    margin: 10px 50px;
    padding: 10px;
    text-align: justify;
}

div#map_div {
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width:600px;
    height:400px;
}

div#spinner {
	text-align: center;
}

div#graph_div {
    margin: 10px 50px;
    position: relative;
}

div#plot {
    width: 425px;
    height: 200px;
    border: 2px solid #000;
    text-align: center;
}

div#chart {
    float: right;
    width: 225px;
}

div#legend {
	float: right;
	width: 200px;
	margin: 5px 50px 0px 20px;
}

#affiliate {
  text-align: center;
  margin: 15px;
  clear: left;
}

#affiliate img {
    margin: 0px 8px;
}


/* Hack to get IE to display fieldset/legend correctly */

html fieldset {
  position: relative;
}
html legend {
  position:absolute;
  top: -1em;
  left: .5em;
}
html fieldset {
  position: relative;
  margin-top:1em;
  padding-top:2em;
  padding-bottom: 2em;
}

/* Form Styles */

fieldset {
}
legend {
  padding: .4em 1em;
}
label {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.2em;
  display: block;
}
.form_row {
  white-space: nowrap;
  padding-bottom: .5em;
}
.submit {
  margin-left: 15em;
}

div#content ul#albums {
    margin-left: 40px;
}

ul#albums {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

ul#albums li {
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-align: center;
	margin-right: 20px;
	width: 100px;
	height: 100px;
}

div#content ul#photos {
    margin-left: 50px;
}

ul#photos {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

ul#photos li {
	float: left;
	margin: 10px 10px 10px 10px;
	text-align: center;
	width: 150px;
	height: 150px;
}

div#photo {
    margin: 20px -15px 20px;
    text-align: center;
}

a.hl img {
    border: 2px solid black;
}

a:hover.hl img {
    border: 2px solid green;
}

a.btn img {
    border: none;
    vertical-align: middle;
}

