
/**
 * HTML Tags
 */

HTML {
  overflow-y: scroll;
}

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

A:hover{
  color: #ffffff;
}

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

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: 14px 0px;
}


/**
 * Identities
 */

#header {
  height: 325px;
  background: #252a2c url('../images/bgs/bg_header.jpg') repeat-x;
  text-align: center;
}

#flash {
  width: 720px;
  height: 287px;
  margin: 0px auto;
  overflow: hidden;
}

#wrapper {
  background-color: #252a2c;
  padding-top: 50px;
  padding-bottom: 25px;
}

#content {  
  width: 710px;
  margin: 0px auto;
  background: url('../images/bgs/content2.gif') repeat-y;
  text-align: left;
}

#content .column {
  float: left;
  width: 200px;
}

#content .column2 {
  float: left;
  width: 455px;
}

#content .title {
  width: auto;
  height: 16px;
  border-bottom: 1px solid #828282;
  padding: 2px 10px;
  font-size: 9px;
  background: url('../images/bgs/title_border_right.gif') right bottom no-repeat;
}

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

#content .title A {
  float: right;
  text-decoration: none;
}

#content .title IMG {
  padding-right: 7px;
} 

#content .partition {
  float: left;
  width: 55px;
  height: 20px;
  background: #252a2c;
}

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

#content .small_image {
  float: left;
  margin: 4px 10px 4px 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 {
  width: 708px;
  height: 38px;
  margin: 0px auto;
  background: #d7dbde url('../images/bgs/nav/bg.gif') repeat-x;
}

#nav A {
  float: left;
  width: 116px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  background: url('../images/bgs/nav/bg.gif'); 
}

#nav A:hover {
  color: #ffffff;
  background: url('../images/bgs/nav/active.gif');
}

#nav A.active {
  background: url('../images/bgs/nav/active.gif');
  color: white;
}

#nav .partition {
  float: left;
  width: 2px;
  height: 38px;
  background: url('../images/bgs/nav/partition.gif') 0px center no-repeat;
}


/**
 * 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 {
  height: 96px;
  background-color: #0d0f10;
  text-align: center;
}

#footer #copyright {
  width: 710px;
  margin: 1px auto 0px auto;
  border-top: 2px solid #646667;
  padding-top: 15px;
  font-size: 10px;
  line-height: normal;
  color: #646667;
}

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

#footer #copyright A:hover{
  color: #ffffff;
}
