
/* CSS Document */

.img_float_right {
  float: right;
  clear: right;
  margin: 5px 0 5px 10px;
  border: 1px solid #A0B892;
}
.float_img_left {
  float: left;
  margin: 0 10px 5px 0;
  border: 1px solid #A0B892;
}


/* HOME PAGE */
#homepage_images {
  clear: both;
  padding: 5px 0;
  border-top: 1px solid #DDDDDD;
}
#homepage_images div {
  margin: auto;
  width: 537px;
}
#homepage_images img {
  float: left;
  margin: 2px;
  border: 1px solid #A0B892;
}
#homepage_images p {
  float: right;
  padding: 0 0 0 20px;
  background: url(/images/arrow.gif) left 6px no-repeat;
  clear: both;
}

/* Columns at bottom of home page */
.c1 {
  width: 222px;
  border: 1px solid #999999;
  float: left;
  background: #F3F3F3;
}
.c2 {
  width: 222px;
  float: left;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.c3 {
  width: 219px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  float: left;
  background: #F3F3F3;
}
.column_header {
  margin: 0;
  width: auto;
  background: url("/images/headerBG.jpg") repeat-x;
  height: 24px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 11px;
  color: #000000;
  text-align: center;
}
.column_p {
  margin: 0;
  padding: 5px;
}



/* ABOUT US */
.line {
  margin: -20px 0 15px 0;
  width: 100%;
  border-bottom: 1px dotted #A0B892;
  clear: both;
}



/* CONTACT */
#contact_form {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  border: 1px solid #516642;
}
#contact_form h3 {
  margin: 0 0 10px 0;
  background: #516642;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}
#contact_form label {
  display: block;
  float: left;
  clear: left;
  margin: 0 5px;
  width: 118px;
  text-align: right;
}
#contact_form input, #contact_form select {
  margin: 3px 5px 2px 0;
  font-size: 12px;
}
#contact_form input {
  width: 120px;
}
#contact_form textarea {
  margin: 3px -13px 3px 5px;
  width: 243px;
  height: 70px;
  font-size: 10px;
}
#contact_form input.radio {
  width: auto;
  margin: 2px 0;
  float: left;
}
.radio_desc {
  float: left;
  margin: 2px 5px 0 0;
}
#contact_form input.auto_width {
  width: auto;
}



/* RATINGS AND TRAINING */
.training {
  border-bottom: 1px dotted #A0B892;
}
.training h3 {
  font-size: 12px;
}
.training ul {
  margin-top: 0px;
  padding-top: 0px;
}



/* PHOTO GALLERY */
#photo_gallery div {
  margin: 10px 15px;
  float: left;
  border: 1px solid #516642;
}
#photo_gallery a {
  display: block;
  width: 125px;
  max-height: 83px;
  overflow: hidden;
  border: 2px solid #DDDDDD;
}
#photo_gallery a:hover {
  border: 2px solid #999999;
}
#photo_gallery img {
  border: none;
}



/* RESOURCES */
#resources h3 {
  margin: 15px 0 5px 0;
  font-size: 11px;
}
#resources ul {
  margin-top: 0;
  padding-top: 0;
}



/* WEBCAM */
#webcam_image {
  margin: 0;
  padding: 0;
  width: 640px;
  height: 480px;
  /*position: relative;
  z-index: 1;*/
  background-image: url(/images/webcam/webcam2.jpg?20100729151957);
  background-repeat: no-repeat;
  overflow: hidden;
}
#checking {
  margin: 200px 0 0 0;
  /*margin: 0;*/
  padding: 0;
  /*position: relative;
  top: -200px;
  z-index: 2;*/
  display: none;
}
