
/**
 * HTML Tags
 */

HTML {
  overflow-y: scroll;
}

A, A:link, A:active, A:visited, A:hover {
  color: #013668;
  outline: none;
  text-decoration: underline;
}

A:hover {
  color: #013668;
}

BODY {
  margin: 0px;
  padding: 20px;
  background: #d2d2d2 url('../images/bgs/body.gif');
  background: #c1ceda;
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

FORM {
  margin: 0px;
}

H1, H2, H3, H4, H5, H6 {
  font-family: Trebuchet MS;
  color: #808285;
  margin: 8px 0px;
}

H1 {
  font-size: 18px;
  line-height: 20px;
}

H2, H3, H4, H5, H6 {
  color: #8c0803;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: -8px;
}

HR {
  height: 1px;
  border: 0px;
  border-top: 1px solid #dddcdb;
}

IMG {
  border: 0px;
}

P {
  margin-top: 16px;
  margin-bottom: 16px;
}

B, STRONG {
  color: #013668;
}

#main UL {
  margin: 8px 14px;
  padding: 0px;
}

#main UL LI {
  list-style: none;
  background: url('/images/bullet.gif') 8px 6px no-repeat;
  padding-left: 22px;
}


/**
 * Wrapper
 */

#wrapper {
  background: #ffffff;
  border: 1px solid #aaaaaa;
  margin: 0px auto;
  text-align: left;
  width: 735px;
}

#wrapper .padding {
  padding: 10px;
}


/**
 * Home Header
 */

#home {
  height: 250px;
  margin-bottom: 10px;
}

#home #logo {
  float: left;
  width: 215px;
  height: 250px;
  background: #ced2d9;
}

#home #flash {
  float: right;
  width: 490px;
  height: 250px;
  background: #666666;
}


/**
 * Header
 */

#header {
  height: 155px;
  margin-bottom: 10px;
}

#header #logo {
  float: left;
  width: 215px;
  height: 155px;
  background: #ced2d9;
}

#header #photos {
  float: right;
  width: 490px;
  height: 155px;
}


/**
 * Navigation
 */
 
#nav {
  background: #9d9d9d;
  height: 38px;
  text-align: center;
}

#nav A {
  background: url('../images/bgs/nav.gif') right 6px no-repeat;
  color: #f4f4f6;
  font-size: 20px;
  line-height: 34px;
  padding-left: 24px;
  padding-right: 40px;
  text-decoration: none;
}

#nav A:hover {
  background: url('../images/bgs/nav_over.gif') right 6px no-repeat;
  color: #ffffff;
}


/**
 * Sub Navigation
 */
 
#subnav {
  padding: 10px 0px;
}

#subnav A {
  background: url('../images/bgs/subnav.gif') 10px 4px no-repeat;
  color: #f4f4f6;
  font-size: 13px;
  font-weight: bold;
  display: block;
  line-height: 15px;
  padding: 5px 10px 5px 32px;
  text-decoration: none;
}

#subnav A:hover,
#subnav A.active,
#subnav A.active:hover {
  color: #ffffff;
}


/**
 * Main
 */

#main {
  background: url('../images/bgs/main.gif') repeat-y;
  margin: 10px 0px;
  min-height: 300px;
}

#main .left {
  float: left;
  width: 215px;
  background: #335e86;
  color: #ffffff;
}

#main .left A,
#main .left B,
#main .left H1,
#main .left H2,
#main .left H3,
#main .left STRONG {
  color: #ffffff;
}

#main .right {
  float: right;
  width: 490px;
  background: #f4f4f6;
}


/**
 * Footer
 */

#footer {
  background: #9d9d9d;
  color: #ffffff;
  padding: 8px;
  text-align: center;
}

#footer .links {
  font-family: Trebuchet MS;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}

#footer .links A {
  color: #ffffff;
  padding: 0px 6px;
  text-decoration: none;
}

#footer .links A:hover {
  text-decoration: underline;
}

#footer .copyright {
  font-family: Tahoma;
  font-size: 10px;
}


/**
 * Classes
 */
 
.bar {
  background: #dbdbdd;
  height: 32px;
  margin: 10px 0px 16px 10px;
}

.clear {
  clear: both;
  height: 1px;
}

.home {
  padding: 10px 80px;
}

.home H2 {
  padding-left: 40px;
}

