/* General */

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: #ffffff url('/images/background.png') repeat-x left top;
  color: #000000;
  font: 0.8em Verdana, Arial, Helvetica, sans-serif;
  margin: 0.1em;
  padding: 0;
}

a
{
  color: #0079c0;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

img
{
  border: 0;
}

#container
{
  background-color: #fffff0;
  margin: 2em auto 0 auto;
  width: 720px;
}

div.clear
{
  clear: both;
  font-size: 1px;
  height: 1px;
}


/* Headers */
#header
{
  border-bottom: 4px solid #d0e7f4;
  width: 100%;
}

#logo
{
  float: left;
  margin: 0;
  padding: 0.75em 0 0.5em 0;
  width: 550px;
}

h1
{
  color: #00446b;
  font: bold small-caps 2.8em "Courier New", Courier, monospace;
  height: 100px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  width: 535px;
}

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

h2 {
  border-bottom: 0.1em solid #0079c0;
  clear: both;
  color: #0079c0;
  font: bold 1.4em Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0.5em 0 0.1em 0.1em;
}



/* Menu */
#menu
{
  background-color: #d0e7f4;
  float: right;
  font: bold 0.85em Verdana, sans-serif;
  margin: 0.75em 0.75em 0.75em 0.25em;
  padding: 0.25em;
}

#menu ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu ul li
{
  padding: 0.15em;
  margin: 0;
  text-align: center;
}

#menu ul li a
{
  background-color: #0079c0;
  color: #ffffff;
  display: block;
  padding: 0.25em 1em 0.25em 1em;
  text-decoration: none;
}

#menu ul li a:hover, #menu ul li#current a
{
  background-color: #00446b;
}



/* Content */
#content
{
  line-height: 1.35;
  padding: 0.5em 1em 0.5em 1em;
}

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

#content div.center
{
  display: block;
  margin: 0 auto;
  text-align: center;
}

#content div.photoandtag
{
  margin: 0.8em 0 1.6em;
  text-align: center;
}

#content div.photoandtag dl
{
  font-size: 0.95em;
  margin: 0 0 0.8em 0;
}

#content dl dt
{
  font-weight: bold;
  font-size: 1.1em;
}

#content dl dd
{
  padding: 0;
  margin-left: 1em;
}

#content dl.inline dt
{
  display: inline;
}

#content dl.inline dd
{
  display: inline;
  font-size: 1.1em;
  font-style: italic;
}

#content dl.contact dd img
{
  vertical-align: text-top;
}

#content div.photoandtag dl dd
{
  font-style: italic;
  margin: 0;
}



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

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

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