body {
	margin: 100px 0 0 0;
	padding: 0px;
	background: ivory url(images/img001.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003300;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #003300;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
	border-bottom: 2px solid #bdb76b;
}

h2 {
	font-size: 23px;
	text-align: center;
	border-bottom: 2px solid #bdb76b;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: left;
	line-height: 22px;
	font-size: 14px;
}

a:link {
	color: #003300;
	text-decoration: none;
}

a:hover, a:active {
	color: #003300;
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}


/* Header */

#header {
	width: 900px;
	height: 82px;
	margin: 0 auto 20px auto;
	background: url(images/img03.gif) repeat-x left bottom;
}

#logo {
	position:absolute;
	margin: 0 0 0 160px;
	top: 0px;
	float: left;
}

#logo2 {
	position:absolute;
	margin: 0px 0 0 10px;
	top: 0px;
	float: left;
	transform: scaleX(-1);
}

#logo3 {
	position:absolute;
	margin: 85px 0 0 190px;
	top: 0px;
	float: left;
}


/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: #bdb76b url(images/img02.gif) repeat-x left bottom;
	margin-left: 5px;
	margin-top: -5px;
	padding: 5px 20px;
	text-decoration: none;
	font-size: 13px;
	color: #003300;
	border-radius: 0px 10px 0px 10px;
}

#menu a:hover {
	color: white;
	background: #bdb76b url(images/img002.gif) repeat-x left bottom;
}

#menu .active a {
}

/* Page */

#page {
	width: 900px;
	margin: 10px auto;
	background: white;
	padding: 5px;
	box-shadow: 0px 5px 10px #112613;
}

/* Content */

#content {
	float: left;
	width: 675px;
	margin: 10px;
}


/* Calendar */

#calendar {
	margin: 10px auto;
}

/* Sidebar */

#sidebar {
	margin-top: 30px;
	float: right;
	width: 195px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul ul li{
	display: none;
}
#sidebar li ul li:hover ul li {
	display: block;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url(images/img12.gif) no-repeat left 50%;
}

#sidebar h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #bdb76b;
	font-size: 16px;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	height: 400px;
	margin: 10px auto 0 auto;
	min-height: 75px;
	padding: 5px 0 5px 0;
	background:url(images/img009.gif) repeat-x;
}

html>body #footer {
	height: auto;
}

#legal {
	font-size: 14px;
	padding-top: 20px;
	text-align: center;
	color: white;
}

#legal a {
	color: gold;
}
/* Figures */
 
figcaption {
	text-align: center;
	padding: 2px;
}

figure#figure1 {
	width: 270px;
	margin: 20px auto;
	box-shadow: rgb(51, 51, 51) 0px 10px 25px;
}

figure#figure2 {
	width: 180px;
	margin: 10px;
	float: left;
	border-radius: 3px;
	box-shadow: rgb(51, 51, 51) 0px 10px 25px;
}

figure#figure3 {
	width: 200px;
	margin: 10px;
	float: right;
	border-radius: 3px;
	box-shadow: rgb(51, 51, 51) 0px 10px 25px;
}

/* Map */

.map {
	margin: 20px 20px;
}

/* SlideShow */

#SlideShow1{
	position: relative;	
	margin: 20px auto;
	width: 600px;
	height: 400px;
	border: 2px solid #112613;
	z-index: 0;
	border-radius: 0px 10px 0px 10px;
}

#SlideShow1 .image
{
   border-width: 0;
   left: 0;
   top: 0;
}
#SlideShow1 .caption
{
   margin: 0;
   padding: 0;
   z-index: 10;
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 40px;
   overflow: hidden;
}
#SlideShow1 .caption_background
{
   background-color: #000000;
   filter: alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
   position: absolute;
   bottom: -40px;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}
#SlideShow1 .caption_text
{
   margin: 4px;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 14px;
   text-align: center;
}

/* SlideShow*/

.slider {

	width: 600px;
	height:400px;
	background: url(images/courthouse.jpg);
	border: 2px solid #112613;
	border-radius: 0px 10px 0px 10px;
	margin: 20px auto;
	box-shadow: 0px 5px 10px #112613;
	animation: slide 20s infinite;
}

@keyframes slide{
	20%{
		background: url(images/annex.jpg);
	}
	40%{
		background: url(images/riverbend.jpg);
	}
	60%{
		background: url(images/riverbend2.jpg);
	}
	80%{
		background: url(images/unit1.jpg);
	}
	100%{
		background: url(images/courthouse.jpg);
	}
}