﻿body {
	background: url("../img/bg.jpg") repeat scroll 0 0 #222; font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: .9em;
}
img {
	border-width: 0px;
}
div.wrapper {
	overflow: scroll;
}
#header {
	width: 850px;
	height: 100px;
}
#logo {
	float: left;
	padding: 7px 0 0 7px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 10;
}
#wrapper {
	margin: 0px auto 10px auto;
	width: 850px;
	background-color: #000;
}
#wrapperInner {
	background-color: #efefef;
    padding-bottom:5px;
}
#footer {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
}
#tabs {
	margin-top: 10px;
	font-size: .8em;
	font-family: Arial, Sans-serif;
}
#content {
	padding-bottom: 10px;
	width: 700px;
    min-height: 550px;
	margin: 0 auto;
}
#pageTitle, #pageHeader {
	padding: 10px 0 10px 0;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
}
#content p {
	line-height: 1.3em;
}
#emergencypane {
	/* Pane on the Home page with the DC Sheriff Banner */
	cursor: pointer;
	width: 460px;
	/*margin: auto;*/
	text-align: right;
	color: #000;
	font-weight: bold;
	background-image: url(../img/TopHeader_logo.gif);
	background-repeat: no-repeat;
	padding: 12px;
	height: 50px;
	border-top: solid 3px #000;
	border-bottom: solid 3px #000;
}
#slideshow{

	width:550px;
	height:400px;
	}
	
/* styles to support the front page news ticker */

#newsticker {float:right; width:200px; min-height:100px; border:solid 1px #ccc; margin:5px;}
#newsticker h4{margin:0; padding: 2px 0 2px 5px;}
#newsticker ul{margin:5px; list-style-type:none; padding:0;}

#title {
	position: relative;
	color: #000;
	font: small-caps 2em arial;
	font-weight: bold;
	vertical-align: bottom;
	padding: 10px 0 5px 10px;
}
div#image {
	clear: both;
    padding: 0 60px 0 60px;
}

div#image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
td.header {
	vertical-align: middle;
}
.content table {
	background-color: white;
}
p.address {
}
blockquote.attention {
	font: 14px arial;
	color: red;
}
span.bold {
	font-weight: bold;
}
.scrollable {
	height: 600px;
	overflow: auto;
}
/* Style for the rappelling man shadow and photo show */
#slideshow, #rappellingdude {
	float: left;
}
/* Style for the Map overlay on the response area page */
#smallmap {
	float: right;
	clear: left;
	margin-left: 2px;
}
}
#smallmap img {
	width: 105px;
	height: 80px;
}
#largemap img {
	height: 600px;
	width: 750px;
}
/* Test styles below here */
.popup {
	border-style: solid;
	border-width: 1px;
	position: absolute;
	height: 200px;
	width: 300px;
	top: 100px;
	left: 50px;
	font: small-caps 30px arial;
	font-weight: bold;
}
/* Callout styles */
.event {
	border: solid 1px;
	padding: 5px;
}
.event-odd {
	background-color: gray;
	border: solid 1px;
	padding: 5px;
}
.date {
	float: left;
	display: block;
	padding-right: 15px;
	font-weight: bold;
}
.title {
	float: left;
	display: block;
	font-weight: bold;
}
.description {
	padding: 3px;
	clear: both;
}
