@import url("album.css");
@import url("formbuilder.css");
* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearb {
  clear: both;
}
a {
  color: #999;
  text-decoration: underline;
}
a:hover {
}
body {
  text-align: center;
  color: #fff;
  background: #010101 url(../images/body.jpg) repeat-x top;
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
}
#container {
  position: relative;
  text-align: left;
  width: 970px;
  margin: 0 auto;
  padding: 600px 0 0 0;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 970px;
  height: 170px;
}
#quoteWrap {
  position: absolute;
  left: 180px;
  top: 50px;
}
#quote {
  width: 525px;
  height: 30px;
  overflow: hidden;
  margin: 7px 0 10px 0;
}
#quicknav,#quicknav a {
  color: #fff;
  text-decoration: none;
}
#quicknav {
  position: absolute;
  right: 0;
  top: 20px;
  padding: 0 0 7px 0;
  background: url(../images/quicknav_bg.png) repeat-x bottom;
  font-weight: bold;
  font-size: 90%;
  text-transform: uppercase;
}
#quicknav a {
  padding: 0 0 10px 0;
}
#quicknav li.currentpage a,#quicknav a:hover {
  color: #a50805;
}
#quicknav li {
  position: relative;
  display: inline;
}
#quicknav li.separator {
  overflow: hidden;
  width: 0;
  padding: 0 10px;
  background: url(../images/seperator.png) no-repeat center;
}
#quicknav li:hover ul {
	display: block;
}
#quicknav ul {
  display: none;
	position: absolute;
	top: 22px;
	left: -6px;
	width: 150px;
	border: 1px solid #000;
	background: #111;
}
#quicknav ul a {
  display: block;
  padding: 0;
}
#quicknav ul li {
  display: block;
  padding: 5px;
  border-bottom: 2px solid #000;
}
#quicknav ul li.separator {
  display: none;
}
p#logo {
  position: absolute;
  left: 10px;
  top: 10px;
}
p#logo a {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 156px 111px 0 0;
  display: block;
  background: url(../images/logo.png) no-repeat left top;
}
#mainmenu,#mainmenu a {
  color: #fff;
  text-decoration: none;
}
#mainmenu {
  position: absolute;
  top: 170px;
  left: 0;
  z-index: 10;
  height: 21px;
  padding: 23px 15px 17px 15px;
  background: url(../images/mainmenu_bg.png) no-repeat center bottom;
  font-weight: bold;
  text-transform: uppercase;
}
#mainmenu a,#mainmenu span {
  padding: 0 0 9px 0;
}
#mainmenu span {
  /*cursor: pointer;*/
}
#mainmenu li {
  position: relative;
  display: inline;
  padding: 0 25px 0 0;
}
#mainmenu li.currentpage a,#mainmenu a:hover {
  color: #a50805;
  background: url(../images/navli_bg.png) repeat-x bottom;
}
#mainmenu li:hover ul {
	display: block;
}
#mainmenu ul {
  display: none;
	position: absolute;
	top: 25px;
	left: -6px;
	width: 220px;
	border: 1px solid #000;
	background: #111;
}
#mainmenu ul a {
  padding: 0;
  display: block;
}
#mainmenu ul li.currentpage a,#mainmenu ul a:hover {
  background: none;
}
#mainmenu ul li {
  display: block;
  padding: 5px;
  border-bottom: 2px solid #000;
}
#banner {
  position: absolute;
  top: 231px;
  left: 0;
  padding: 0 0 10px 0;
}
#content {
  width: 905px;
  min-height: 400px;
  margin: 10px auto 0 auto;
  padding: 40px 15px 40px 40px;
  color: #999;
  border-top: 10px solid #0c0c0c;
  background: #050505 url(../images/content_bg.jpg) no-repeat center bottom;
}
#content #sidebar {
  float: right;
  text-align: right;
  width: 350px;
  min-height: 500px;
}
#content #sidebar img {
  padding: 0 0 10px 0;
}
#content h1 {
  padding: 0 0 15px 0;
  font-size: 190%;
  font-family: georgia;
  font-weight: bold;
  text-transform: uppercase;
}
#content h2 {
  padding: 0 0 10px 0;
  font-size: 130%;
}
#content #information {
  width: 550px;
  font-size: 110%;
  font-weight: bold;
  line-height: 140%;
}
#content #information p {
  padding: 5px 0 10px 0;
}
.NewsSummary {
  padding: 0 0 10px 0;
}
#NewsPostDetailReturnLink {
  padding: 20px 0 0 0;
}
#footer,#footer a {
  color: #666;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer {
  position: relative;
  padding: 30px 20px 10px 80px;
  background: url(../images/footer_bg.gif) no-repeat center top;
  font-size: 80%;
}
#footer ul {
  float: left;
  width: 120px;
  height: 200px;
  margin: 0 40px 0 0;
  font-weight: bold;
}
#footer h4 {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #2b2b2b;
  font-size: 120%;
  text-transform: uppercase;
}
#footer li a {
  display: block;
  padding: 5px 0 5px 8px;
  border-bottom: 1px solid #2b2b2b;
  background: url(../images/smlbullet.gif) no-repeat left center;
}
#about {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 220px;
  padding: 75px 5px 0 20px;
  font-size: 110%;
  font-weight: bold;
  line-height: 170%;
}
#about h3 {
  position: absolute;
  left: 0;
  top: 0;
}
#about h3 a {
  overflow: hidden;
  width: 250px;
  height: 0;
  display: block;
  padding: 70px 0 0 0;
}
p#copyright {
  clear: both;
  padding: 10px 0 10px 33px;
  background: url(../images/copyright_bg.png) no-repeat 0 5px;
}