
/**
 * HTML Tags
 */

A, A:link, A:active, A:visited {
  color: #336699;
  text-decoration: underline;
}

A:hover {
  color: #b31f17;
}

BODY {
  background: #ffffff;
  color: #333333;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
}

FORM {
  margin: 0px;
}

H1, H2, H3, H4, H5, H6 {
  margin: 8px 0px;
  color: #b31f17;
  font-weight: bold;
  line-height: normal;
}

H1 {
  font-size: 16px;
}

H2 {
  font-size: 14px;
}

H3 {
  font-size: 12px;
}

H4 {
  font-size: 11px;
}

H5 {
  font-size: 10px;
}

H6 {
  font-size: 9px;
}

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

IMG {
  border: 0px;
}

P {
  margin: 8px 0px 16px 0px;
}

#content UL,
#subcontent UL {
  margin: 8px 0px 16px 0px;
  padding: 0px;
  list-style: none;
}

#content UL LI,
#subcontent UL LI {
  margin-left: 16px;
  padding-left: 20px;
  background: url('/images/bgs/li.gif') 1px 7px no-repeat;
}


/**
 * Wrappers
 */

#wrapper {

}

#home { 

}


/**
 * Header
 */

#header {

}

#header #logo {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

#header #because {
  display: none;
}

#header #menuwrapper {
  display: none;
}


/**
 * Search
 */

#search {
  display: none;
}


/**
 * Logos
 */

#logos,
#homelogos {
  display: none;
}


/**
 * Title
 */

#title {
  height: 70px;
}


/**
 * Subnav
 */

#subnav {
  display: none;
}


/**
 * Content
 */

#content {
}

#homegallery {

}

#homecontent {

}

#homecontent .homecontent_bg {

}

#subcontent {

}


/**
 * Forms
 */

#form_title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

#contact TABLE {
  margin-left: -2px;
  border-collapse: collapse;
}


#contact TABLE TD.label {
  width: 120px;
  white-space: nowrap;
}

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

#contact TEXTAREA {
  width: 422px;
}


/**
 * Photo Gallery
 */

#photogallery {
  display: none;
}


/**
 * Calendar Table
 */

TABLE#calendar {
  width: 100%;
  margin-left: -2px;
  border-collapse: collapse;
}

TABLE#calendar TD,
TABLE#calendar TH {
  border: 1px solid #cfcfcf;
  padding: 2px 4px;
}


/**
 * Footer
 */

#footer {
  display: none;
}
