
/**
 * HTML Tags
 */

HTML {
  overflow-y: scroll;
}

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

A:hover {
  color: #b31f17;
}

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

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 {
  position: relative;
  width: 800px;
  margin: 20px auto; 
  background: #ffffff url('/images/bgs/body.gif') repeat-y; 
  text-align: left;
}

#home { 
  background: url('/images/bgs/home.gif') 65px 0px no-repeat;
}


/**
 * Header
 */

#header {
  height: 200px; 
  background: url('/images/bgs/header.gif') no-repeat;
}

#header #logo {
  position: absolute; 
  left: 50px; 
  top: 10px; 
}

#header #because {
  position: absolute;
  left: 320px;
  top: 1px;
}

#header #menuwrapper {
  position: relative; 
  margin-left: 60px; 
  z-index: 100;
}


/**
 * Search
 */

#search {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 137px; 
  height: 50px; 
  background: #b31f17 url('/images/bgs/search.jpg') left bottom no-repeat; 
  color: #ffffff;
}

#search .title {
  padding-top: 4px;
  padding-left: 26px;
  font-weight: bold;
  text-transform: uppercase;
}

#search FORM {
  margin-left: 10px;
}

#search INPUT {
  font-size: 11px;
}


/**
 * Logos
 */

#homelogos {
  position: absolute;
  width: 65px;
  top: 300px; 
  left: 0px;
  text-align: center;
}

#logos {
  position: absolute;
  width: 150px;
  top: 50px; 
  right: 0px;
  text-align: center;
}

#logos IMG,
#homelogos IMG {
  margin-top: 10px;
}


/**
 * Title
 */

#title {
  margin-top: 5px;
  margin-right: 180px;
  height: 50px;
  text-align: right;
}

/**
 * Subnav
 */

#subnav {
  float: left;
  width: 150px;
  margin-left: 75px;
  margin-top: 12px;
  padding-bottom: 100px;
}

#subnav A {
  display: block;
  width: auto;
  height: 18px;
  margin-bottom: 14px;
  padding-left: 25px;
  background: url('/images/bgs/subnav.gif') 5px 0px no-repeat;
}

#subnav A:hover,
#subnav A.active,
#subnav A.active:hover {
  background: url('/images/bgs/subnav.gif') 5px -18px no-repeat;
}


/**
 * Content
 */

#content {
  margin-left: 65px;
  padding-top: 52px;
  padding-bottom: 52px;
}

#homegallery {
  float: left;
}

#homecontent {
  float: right; 
  width: 320px;
  background: #ffffff url('/images/bgs/homecontent.jpg') no-repeat; 
  line-height: 24px;
  margin-top: 10px;
}

#homecontent .padding {
  padding: 30px 20px 20px 20px; 
}

#subcontent {
  width: 500px;
  margin-left: 275px;
  margin-bottom: 100px;
}


/**
 * 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 {
  position: absolute;
  left: 80px;
  bottom: 80px;
}


/**
 * 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 {
  width: 800px;
  height: 48px;
  padding-top: 6px;
  background: #b31f17 url('/images/bgs/footer.gif') top no-repeat;
}

#footer DIV {
  float: left;
}

#footer #phone {
  margin-left: 65px;
}

#footer A IMG {
  margin-left: 20px;
}


/**
 * PHPDIG
 */

.phpdiginputtext {
  width: 80px;
}

fieldset {
    border: 1px solid #CB817D;
    border: 0 none;
    margin-bottom: 8px;
    /*padding: 10px 15px;*/
}


fieldset legend {
    color: #b31f17;
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px;
    
}


fieldset label {
    display: block;
    clear: both;
  padding-top: 10px;
}


.check-set label
{
    width: 225px;
    float: left;
    padding-top: 3px;
    clear: none;
}


fieldset input[type='text'],
fieldset select,
fieldset textarea {
  width: 450px;
}

fieldset table select {
  width: auto;
}

.clear {
    clear: both;
}