* {
  margin: 0;
  padding: 0;
}

body {
  text-align: left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 75.01%;
  line-height: 1em;
}

div {
  font-size: 1em;
}

img {
  border: 0;
}

a,
a:link,
a:active,
a:visited {
  text-decoration: underline;
  background-color: inherit;
  color: #18507C;
}

a:hover {
  text-decoration: none;
  background-color: #C3D4DF;
  color: #385C72;
}

body {
  background-color: #ccc;
  color: #333;
  margin: 1em;
}

div#pagewrapper {
  position: relative;
  border: 1px solid black;
  margin: 0 auto;
  max-width: 82em;
  min-width: 82em;
  background-color: #fff;
  color: black;
}

div#skyscraper    {
  position: absolute;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  top: 79px;
  right: -161px;
  width: 160px;
  height: 600px;
}

div#header {
  height: 80px;
  background: #385C72;
}

div#header h1 a {
  background: #385C72 url(/uploads/images/shadowexplorer.png) no-repeat 0 12px; 
  display: block;
  height: 80px;
  text-indent: -999em;  /* this hides the text */
  text-decoration: none;
}

div#search {
  float: right;
  width: 16em;
  text-align: right;
  padding: 0.6em 0 0.2em 0;
  margin: 0 1em;
}

div.breadcrumbs {
  padding: 1em 0 1.2em 0;
  font-size: 90%;
  margin: 0 1em;
  border-bottom: 1px dotted #000;
}

div.breadcrumbs span.lastitem {
  font-weight:bold;
}

div#content {
  margin: 1.5em auto 2em 0;
}

div#main {
  margin-left: 19em;
  margin-right: 1em;
}

div#sidebar {
  float: left;
  width: 17.7em;
  display: inline;
  margin-left: 0;
}

div#adsleft {
  margin: 2em 0 1em 1em;
  border: none;
  background: #FFFFFF;
}

div#footer {
  clear: both;
  color: #fff;
  background-color: #385C72;
}

div#footer p {
  font-size: 0.8em;
  padding: 1.5em;
  text-align: center;
  margin: 0;
}

div#footer p a {
  color: #fff;
}

div.hr {
  height: 1px;
  padding: 1em;
  border-bottom: 1px dotted black;
  margin: 1em;
}

div.left49 {
  width: 49%;
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/
div#content {
}

div#content h1 {
  font-size: 2em;
  line-height: 1em;
  margin: 0;
}

div#content h2 {
  color: #294B5F;
  font-size: 1.5em;
  text-align: left;
  padding-left: 0.5em;
  padding-bottom: 1px;
  border-bottom: 1px solid #e7ab0b;
  border-left: 1.1em solid #e7ab0b;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
}

div#content h3 {
  color: #294B5F;
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 0 0 0.5em 0;
}

div#content h4 {
  color: #294B5F;
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
}

div#content h5 {
  color: #294B5F;
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
}

h6 {
  color: #294B5F; 
  font-size: 1em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
}

p {
  font-size: 1em;
  margin: 0 0 1.5em 0;
  line-height: 1.4em;
  padding: 0;
}

blockquote {
  border-left: 10px solid #ddd;
  margin-left: 10px;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

code, pre {
  white-space: pre-wrap;
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
}

pre {
  border: 1px solid #000;
  background-color: #ddd;
  margin: 0 1em 1em 1em;
  padding: 0.5em;
  line-height: 1.5em;
  font-size: 90%;
}

div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
  line-height: 1.4em;
  margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
  margin: 0 0 0.25em 3em;
}

div#main dl dt {
  font-weight: bold;
  margin: 0 0 0 1em;
}

div#main dl dd {
  margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

/********************
MENU
*********************/
#menu_vert {
  padding-left: 0;
  margin-left: 1em;
}

#menu_vert li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #c0c0c0;
  display: block;
}

#menu_vert ul ul li {
  border: none;
}

div#menu_vert a {
  text-decoration: none;
  display: block;
  padding: 1em 0.5em 1em 1.5em;
  color: #18507C;
  background: url(/uploads/Simple/arrow-right.gif) no-repeat 0.5em center;
}

div#menu_vert a:hover {
  background-color: #C3D4DF;
}

div#menu_vert a.menuactive:hover {
  background-color: #C3D4DF;
  color: #18507C;
}

div#menu_vert ul ul a {
   font-size: 90%;
   padding: 1em 0.5em 1em 2.8em;
   background-position: 1.5em center;
}

div#menu_vert li a.menuactive {
  background: url(/uploads/Simple/arrow-down.gif) no-repeat 0.4em center;
  background-color: #385C72;
  color: #fff;
}

div#menu_vert ul ul li a.menuactive {
  background-position: 1.5em center; 
  background-color: transparent;
  color: #18507C;
}

/********************
accessibility
*********************/
.accessibility,
hr {
  position: absolute;
  top: -999em;
  left: -999em;
}
