/****** LINK COLORS ******/

A                 { color: #004484; text-decoration: underline; }
A:hover           { color: #004484; text-decoration: underline; }

A.nav             { color: #5D5D5D; text-decoration: none; }
A.nav:hover       { color: #004484; text-decoration: none; }

A.subnav          { color: #73ABDF; text-decoration: none; }
A.subnav:hover    { color: #004484; text-decoration: none; }

A.footer          { color: #406B93; text-decoration: none; }
A.footer:hover    { color: #406B93; text-decoration: underline; }


/****** HTML TAG STYLES ******/

BODY {
  margin: 0px;
  padding: 0px;
  background-color: #00182F;
  background-image: url('images/bgs/background.gif');
  background-repeat: repeat-x;
}

BODY, P, DIV, TD, TH {
  color: #5D5D5D;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
}


STRONG {
  color: #004484;
}

IMG {
  border: none;
}

UL {
  list-style-image: url("images/ul.gif");
}

HR {
  height: 1px; 
  color: #FFFFFF;
  background-color: #FFFFFF; 
  border: none;
  border-top: 1px dashed #BEBEBE;
}

H1, H2, H3, H4, H5, H6, .header {
  color: #004484;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 16px 0px;
}

H6 {
  font-size: 14px;
}

P {
  margin: 16px 0px;
}



/****** CLASSES ******/

.nav {
  color: #5D5D5D;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
}

.subnav {
  color: #73ABDF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.xcopy {
  color: #5D5D5D;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.copy2 {
  color: #5D5D5D;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.footer {
  color: #406B93;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
}

.smallelement {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
}

.gallery_thumb {
  width: 100%;
  height: 100%;
  color: #5D5D5D;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 14px;
  cursor: pointer; cursor: hand;
}


.gallery_image {
  background-color: #EAEAEA;
  background-image: url('images/gallery/dropshadow2.gif');
  background-repeat: no-repeat;
}

.dashes {
  width: auto;
  height: 1px;
  background: url('/images/dashes.gif') repeat-x;
}


/**
 * Rigging Form
 */

#rigging-form H6 {
  margin-top: 32px;
  font-size: 14px;
}
