
/**
 * HTML Tags
 */

A, A:link, A:active, A:visited{
  color: #95471d;
  text-decoration: none;
}

A:hover{
  color: #ffffff;
}

BODY {
  margin: 10px;
  color: #333333;
  background: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 16px;
}

FORM {
  margin: 0px;
}

H1, H2, H3, H4, H5, H6 {
  margin: 16px 0px;
  font-size: 18px;
  font-weight: normal;
}

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

IMG {
  border: 0px;
}

P {
  margin: 16px 0px;
}


/**
 * Identities
 */

#header {
  display: none;
}

#flash {
  display: none;
}

#content {  
  background: none;
}

#content .column {
  background: none;
}

#content .column2 {
  background: none;
}

#content .title {
  height: 16px;
  border-bottom: 1px solid #828282;
  padding: 2px 10px;
  font-size: 9px;
}

#content .title H1,
#content .title H2,
#content .title H3,
#content .title H4,
#content .title H5,
#content .title H6 {
  float: left;
  margin: 0px;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
}

#content .title A {
  display: none;
}

#content .title IMG {
  display: none;
} 

#content .partition {
  display: none;
}

#content .padding {
  padding: 15px 10px 0px 10px;
}

#content .small_image {
  float: left;
  margin: 10px 15px 10px 0px;
  border: 1px solid #828282;
}

#content UL {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#content UL LI {
  margin: 0px;
  padding-left: 20px;
  background: url('../images/bgs/li.gif') 0px 4px no-repeat;
}


/**
 * Nav
 */

#nav {
  display: none;
}


/**
 * Contact
 */

#contact {
  position: relative;
  z-index: 10;
}

#contact TABLE.contact {
  float: left;
  border-collapse: collapse;
  margin: 16px 0px;
}

#contact TABLE.contact TH,
#contact TABLE.contact TD {
  padding: 0px;
}

#contact TABLE.contact TD.label  {
  width: 85px;
  line-height: 24px;
  white-space: nowrap;
}

#contact TABLE.contact TD.field INPUT {
  width: 350px;
}

#contact TABLE.contact TD.field TEXTAREA {
  width: 350px;
  height: 110px;
}

#contact TABLE.contact TD.button {
  padding-top: 2px;
  text-align: right;
}


/**
 * Footer
 */

#footer {
  text-align: center;
}

#footer #copyright {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  font-size: 10px;
  line-height: normal;
}

#footer #copyright A {
  text-decoration: none;
  color: #95471d;
}
