/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */

/*
** HTML elements
*/
body {
	background: #f7f7f7 url(../images/bg.jpg) repeat-x;
  	margin: 0;
  	padding: 0;
	color: #000;
  	font: small Verdana, Arial, Helvetica, sans-serif;
}
h1,
h2 {
  	font-size: 1.3em;
	font-weight: normal;
	color: #f37779;
}
b {
	color: #6c8bc7;
}
#header {
	width: 787px;
	height: 323px;
	margin: 0 auto;
	padding: 0;
}
.header1 {
	background: url(../images/header-bg-1.jpg) no-repeat bottom left;
}
.header2 {
	background: url(../images/header-bg-2.jpg) no-repeat bottom left;
}
.header3 {
	background: url(../images/header-bg-3.jpg) no-repeat bottom left;
}
.header4 {
	background: url(../images/header-bg-4.jpg) no-repeat bottom left;
}
.header5 {
	background: url(../images/header-bg-5.jpg) no-repeat bottom left;
}
.header6 {
	background: url(../images/header-bg-6.jpg) no-repeat bottom left;
}
.header7 {
	background: url(../images/header-bg-7.jpg) no-repeat bottom left;
}
#header a {
	text-decoration: none;
	color: #FFF;
	font-size: 120%;
}
.title {
	display: block;
	clear: both;
	margin: 168px 0 0 30px;
}
#container {
	background: url(../images/container-bg.jpg) no-repeat;
	width: 787px;
	margin: 0 auto;
}
.container1 {
	background: url(../images/container-bg-1.jpg) no-repeat !important;
}
.container-map {
	background: url(../images/container-bg-map.jpg) no-repeat !important;
}
#content {
	float: left;
	width: 550px;
	height: 358px;
	padding: 20px 30px 20px 30px;
	overflow: auto;
}
.container1 #content {
	width: 430px;
	padding-right: 150px;
}
#sidebar {
	float: left;
	width: 177px;
	float: left;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul ul {
	margin-left: 2em;
}
#sidebar li {
	margin: 0 !important;
	list-style: none !important;
	list-style-image: url(../images/transparent.gif) !important;
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #FFF;
}
#sidebar a {
	text-decoration: none;
	color: #000;
}
#address {
	position: absolute;
	top: 580px;
	margin: 20px;
	font-size: 80%;
}
#address b {
	color: #000;
}
#footer {
	clear: both;
	border-top: 5px solid #f37779;
	padding-top: 10px;
	text-align: center;
	color: #666;
	letter-spacing: 0.5em;
}
a img {
  border: none;
}
