body {
  background-image: url('/gfx/background.png');
  background-repeat: repeat;

  font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Helvetica, Arial, sans-serif;
  color: #222;
}

a, a:active, a:visited {
  color: #115f93;
  text-decoration: underline;
}

a:hover {
  color: #55a3d7;
}

a.image:hover {
  background-color: transparent;
}

h1 {
  font-size: 150%;
  font-weight: bold;
}

h2 {
  font-size: 120%;
  font-weight: bold;
}

h3 {
  font-size: 100%;
  font-weight: bold;
}

div.wrapper {
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: 0px;
  background-position: top center;
}

div.container {
  width: 950px;
  margin: 0 auto;
}

div#background {
  min-width: 950px;
  background-image: url('/gfx/top_background_pattern.png');
  background-repeat: repeat-x;
}

div#glow {
  background-image: url('/gfx/top_background.jpg');
  background-repeat: no-repeat;
}

div#middle {
  background-color: #fff;
}

div#bottom {
  background-image: url('/gfx/bottom_shadow.png');
  background-repeat: repeat-x;
}

div#header {
  width: 100%;
  height: 50px;

  background-image: url('/gfx/header.png');
  background-repeat: repeat-x;
}

div#header a.logo {
  float: left;
  margin-top: 12px;
  margin-left: 40px;
  margin-right: 20px;
}

div#header a.logo img {
  height: 26px;
}

div#menu { float: left; padding-left: 20px; padding-top: 17px; }
div#menu a {
  margin-right: 20px;
  display: block;
  float: left;
  color: #cccccc;
  text-decoration: none;
}
div#menu a:hover { color: #fff; background-color: transparent; text-shadow: 0px 0px 5px #115f93; }

div#subtle-menu { float: right; padding-right: 20px; padding-top: 17px; }
div#subtle-menu a {
  margin-right: 20px;
  display: block;
  float: left;
  color: #cccccc;
  text-decoration: none;
}
div#subtle-menu a:hover { color: #fff; background-color: transparent; text-shadow: 0px 0px 5px #115f93; }

div#title {
  width: 100%;
  margin: 0px;
  padding-top: 40px;
  padding-bottom: 30px;
  background-image: url('/gfx/title_background_pattern.png');
  background-repeat: repeat-x;
  background-position: bottom center;
}

div#title h1 {
  width: 880px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 1px 1px 2px #222;
  font-size: 2em;
}

div#teaser {
  padding-top: 40px;
}

div#content {
  min-height: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
}

div#footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

div#footer table.adspace td {
  width: 25%;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

div#footer h1, div#footer h2, div#footer h3 { color: #CCC; }
div#footer h1 { margin-bottom: 1em; text-shadow: 0px 0px 10px #115f93; }
div#footer h3 { margin-bottom: 0.5em; text-shadow: 1px 2px 3px #000; }

div#footer a, div#footer a:active, div#footer a:visited {
  color: #55a3d7;
}

div#footer a:hover {
  color: #222;
  background-color: #55a3d7;
  text-decoration: none;
}

div#footer div.contact_link { margin-bottom: 0.5em; }
div#footer div.contact_link img { margin-right: 2px; }

.menuContainer {
	z-index: 100;

	position: absolute;

	top: -1000px;
	left: -1000px;

	min-width: 100px;

	background-color: #181818;

  -moz-box-shadow: 0px 0px 5px #115f93;
  -webkit-box-shadow: 0px 0px 5px #115f93;
  box-shadow: 0px 0px 5px #115f93;
}

.menuContainer a {
	padding: 10px;
	display: block;

	color: #cccccc;

	text-decoration: none;
}

.menuContainer a:hover {
	color: #fff;
	background-color: #115f93;
}

div#search {
  width: 880px;
  margin: 0 auto;
}

div#search input {
  float: right;
}

#cmsPanel {
	background-color: #000000;

	width: 500px;
	height: 48px;

	position: fixed;
	bottom: 0px;
	left: 50%;

	margin-left: -250px;

	opacity: .3;
	filter: alpha(opacity=30);

	color: #FFFFFF;

	text-align: center;

	padding: 2px;
}

#cmsPanel img {
	cursor: pointer;

	margin-left: 5px;
	margin-right: 5px;
}

#content_parent {
  display: block;
  width: 950px;
  margin: 0 auto;
}

a#zenbox_tab {
  top: 73% !important;
}
