@CHARSET "ISO-8859-1";

* { margin: 0; padding: 0; }

.clear { clear:both; }

a img { border: none; }

body {
font-size: 62.5%;
font-family: tahoma, arial, sans-serif;
color: #333;
background: url('../images/background.jpg') repeat scroll top left;
}

#wrapper {
  margin: 15px 0;
}

#top {
  background:transparent url(../images/top.png) no-repeat scroll left bottom;
  height:199px;
  padding:40px 118px 0 85px;
  width:640px;
}
#content-wrapper {
  background: url('../images/bg.png') repeat-y scroll bottom left;
  width: 843px;
}
#bottom {
  background: url('../images/bottom.png') no-repeat scroll top left;
  height: 98px;
  padding:12px 85px 0;
  width: 673px;
}

#bottom a {
  color:#001D7C;
}
#bottom #address, #bottom #contact {
  float:left;
  font-size:10pt;
}
#bottom #address {
  width:155px;
}
#bottom #badges {
  float:left;
}
#bottom #badges a {
  margin: 0 10px;
}

#bottom #contact {
  text-align:right;
  width:205px;
}

#content-top, #content-bottom {
  margin-left: 85px;
  width: 640px;
}
#content-top {
  background: url('../images/content-top.png') no-repeat scroll bottom left;
  height: 10px;
}
#content-bottom {
  background: url('../images/content-bottom.png') no-repeat scroll top left;
  height: 40px;
}
#content {
  background-color: #f5dfc5;
  margin-left: 85px;
  padding: 7px 20px;
  width: 600px;
}
#content-bottom #since {
  font-size:11pt;
  padding-top:20px;
  text-align:center;
}

#home-link {
  float: left;
}
#top-right {
  float: right;
  padding-top: 10px;
  text-align: right;
  width: 371px;
}
#top-menu {
  color:#333333;
  font-size:11pt;
}
#top-menu li {
  display: inline;
}
#top-menu li a {
  color:#333333;
  margin:1px;
  padding:5px;
}
#top-menu li a:hover {
  background-color:#F5DFC5;
  border:1px solid #660102;
  margin:0;
  text-decoration:none;
}
#slogan {
  color:#107800;
  font-family:verdana,arial,sans-serif;
  font-size:21pt;
  padding:20px 0;
}
#search-wrapper label {
  font-size:10pt;
  text-transform: uppercase;
  vertical-align: middle;
}
#search-wrapper input {
  vertical-align: middle;
}
#search-wrapper .middleColumn {
  background-color: transparent;
}
#search-wrapper #Search, #search-wrapper .middleColumn, #search-wrapper input {
  width: auto;
  display: inline;
  margin: 0;
}

p.results-title {
  color:#333;
  margin-bottom:10px;
}

ul#results li {
  margin-bottom:20px;
  list-style:none;
  background-color: #FFF6EF;
  border: 1px solid #660102;
  padding: 10px;
}
ul#results p {
  color:#333;
}
ul#results a.result-header {
  font-size:1.1em;
  font-weight:bold;
  margin:20px 0 8px 0;
}
ul#results a:hover {
  text-decoration:none;
  border-bottom:1px dotted #2e3192;
}

#menu .left {
  background: url('../images/menu-left.png') no-repeat scroll top right;
  float: left;
  height: 26px;
  width: 7px;
}
#menu .right {
  background: url('../images/menu-right.png') no-repeat scroll top left;
  float: left;
  height: 26px;
  width: 7px;
}
#menu ul {
  background-color:#660102;
  color:#FFFFFF;
  float:left;
  font-size:1.5em;
  height:26px;
  line-height:24px;
  list-style:none;
  padding:0 10px;
  width:606px;
}
#menu ul li {
  display: inline;
  padding: 0 5px;
}
#menu ul li a {
  color: #fff;
  text-decoration: none;
}
#menu ul li a:hover {
  text-decoration: underline;
}