
/**
 * HTML Tags
 */

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

BODY {
  margin: 0px;
  text-align: center;
  color: #666666;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 18px;
}

FORM {
  margin: 0px;
}

H1, H2, H3, H4 {
  color: #2b1e0a;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: uppercase;
}

HR {
  height: 1px;
  border: 0px;
  border-top: 1px solid #e7e7e7;
  margin: 10px 0;
  padding: 0;
}

IMG {
  border: 0px;
}

P {
  margin: 16px 0px;
}


/**
 * Identities
 */

#wrapper {
  position: relative;
  width: 960px;
  margin: 0px auto;
  text-align: left;
}

#header {
  width: 960px;
  height: 80px;
}

#logo {
  float: left;
  position: relative;
  top: 30px;
  left: 20px;
}

#flash {
  width: 960px;
  height: 640px;
}

#photo {
  width: 960px;
  height: 125px;
}

#content {
  padding: 40px 20px;
  min-height: 450px;
}

#right {
  margin-top: -16px;
  float: right;
  width: 735px;
}


/**
 * Primary Navigation
 */

#nav {
  float: right;
  position: relative;
  top: 25px;
  right: 10px;
}

#nav A {
  display: block;
  float: left;
  color: #afb0b3;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  padding: 0px 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 30px;
}

#nav A:hover {
  color: #b7ae9d;
}

#nav A.active,
#nav A.active:hover{
  color: #2b1e0a;
}


/**
 * Sub Navigation
 */

#subnav {
  float: left;
  width: 160px;
}

#subnav A {
  display: block;
  color: #afb0b3;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: uppercase;
  text-decoration: none;
}

#subnav A:hover {
  color: #b7ae9d;
}

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


/**
 * Home
 */

#home {
  padding: 0px 20px 40px 20px;
}

#home P {
  margin-top: 0px;
}


/**
 * Media
 */

#media {
  width: 75%;
}

#media A {
  display: block;
  padding: 6px 26px 6px 0px;
  border-bottom: 1px solid #f6f6f6;
  background: url('/images/icons/pdf.gif') right no-repeat;
  text-decoration: none;
  color: #666666;
}

#media A:hover {
  background-color: #f9f9f9;
}

#media .date {
  float: left;
  color: #666666;
}

#media .title {
  display: block;
  margin-left: 60px;
  font-weight: bold;
}

#media .name {
  display: block;
  margin-left: 60px
}


/**
 * Awards
 */

#awards {
  width: 75%;
}

#awards .award {
  clear: both;
  padding: 6px 0px;
  border-bottom: 1px solid #f6f6f6;
}

#awards .date {
  float: left;
  color: #666666;
}

#awards .logo {
  float: right;
  padding-top: 8px;
}

#awards .title {
  margin-left: 80px;
  font-weight: bold;
}

#awards .description {
  margin-left: 80px;
}


/**
 * Multimedia
 */

#multimedia {
  width: 75%;
}

#multimedia .item {
  clear: both;
  padding-right: 26px;
  min-height: 84px;
}

#multimedia .image {
  float: left;
  margin-top: 4px;
  border: 2px solid #e7e7e7;
}

#multimedia .description {
  margin-left: 94px;
}


/**
 * Contact
 */

#contact {
  float: left;
}

#contact .group {
  clear: both;
  width: auto;
  min-height: 26px;
}

#contact .title  {
  float: left;
  line-height: 22px;
}

#contact .field {
  margin-left: 100px;
}

#contact .field INPUT {
  width: 600px;
}

#contact TEXTAREA {
  width: 700px;
}

#contact .submit {
  margin-top: 10px;
  border: 1px solid #afb0b3;
  padding: 5px;
  background: #f6f6f6;
}

#contact .submit .captcha {
  float: left;
  border: 1px solid #afb0b3;
}

#contact .submit .security {
  float: left;
  padding-left: 8px;
  text-align: left;
}

#contact .submit .security INPUT {
  width: 276px;
}

#contact .submit .button {
  padding-top: 16px;
  text-align: right;
}


/**
 * Footer
 */

#footer {
  clear: both;
  width: auto;
  height: 36px;
  border-top: 1px solid #f5f5f5;
  color: #afb0b3;
  font-size: 10px;
  line-height: 26px;
}

#footer #copyright {
  float: left;
}

#footer #links {
  float: right;
}

#footer #links A {
  display: block;
  float: left;
  color: #afb0b3;
  text-decoration: none;
  margin-left: 20px;
}

#footer #links A:hover {
  color: #2b1e0a;
}


/**
 * Errors
 */

#errors {
  margin: 16px 0px;
  border: 1px solid red;
  padding: 2px 10px;
  color: red;
}

#errors P,
#errors UL {
  margin-top: 10px;
  margin-bottom: 10px;
}


/**
 * Misc Classes
 */

.note {
  color: #999;
}
