/* general styles */

html
{
  font-size: 100%; /* Force IE to correctly resize ems */
}

body
{
  border: 0;  /* This removes the border around the viewport in old versions of IE */
  background-color: #ffffff;
  color: #444444;
  font: 0.8em Verdana, Arial, Helvetica, sans-serif;
  margin: 0.1em;
  padding: 0;
}

a
{
  color: #0066cc;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

img
{
  border: 0;
}

#container
{
  margin: 0 auto 0 auto;
  width: 720px;
}


/* header styles */
#header
{
  border-bottom: 4px solid #800000;
  margin: 0;
  padding: 2em 0 0.75em 0;
  width: 100%;
}

h1
{
  color: #000000;
  font: bold small-caps 4.5em "Courier New", Courier, monospace;
  height: 70px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 720px;
}

h1 span
{
  background: url(/images/logo.png) no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  vertical-align: bottom;
  width: 100%;
}


/* content styles */
#content
{
  line-height: 1.35;
  padding: 0.5em 10px 0.5em 10px;
}

#content p
{
  padding: 0 0 0.1em 0;
}

#content div.right
{
  background-color: #cde1f9;
  border: 1px solid #819cd7;
  color: #000000;
  float: right;
  padding: 0.5em;
}

#content div#contact
{
  margin: 1em 0 0.5em 1em;
}

#content div#contact dl
{
  margin: 0;
  padding: 0;
}

#content div#contact dl dt
{
  color: #e00000;
  font: bold 1.3em Arial, Helvetica, sans-serif;
  text-align: center;
}

#content div#contact dl dd
{
  margin: 0;
  padding: 0;
}

#content div#contact dl dd ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#content div#contact dl dd ul li
{
  padding-top: 0.25em;
}

#content div#contact dl dd ul li a
{
  color: #000000;
  font-weight: normal;
}

#content div#contact dl dd ul li img
{
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}

#content div#contact dl dd ul li address
{
  display: inline;
  font-style: normal;
}

#content ul#jobs
{
  color: #e00000;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#content ul#jobs li
{
  border-left: 2px solid #800000;
  display: inline;
  margin: 0 0 0.5em 0;
  padding: 0 0.5em 0 0.5em;
}

#content ul#jobs li.first
{
  border-left: 0;
}

#content div#images
{
  clear: both;
  margin: 0;
  padding: 0.25em 0 0 0;
}

#content div#images img.center
{
  padding: 0 5px 0 5px;
}


/* footer styles */
#footer
{
  background-color: #800000;
  clear: both;
  font-size: 0.85em;
  margin: 0 0 2em 0;
  padding: 0;
  width: 100%;
}

#footer p
{
  color: #ffffff;
  margin: 0;
  padding: 0.7em 0 0.7em 0;
  text-align: center;
}

#footer p a
{
  color: #ffff00;
  font-weight: normal;
}

