<?php header('Content-type: text/css'); ?>
/* CSS Document */
/* Author: Andy Asberry, Ciphertek Systems, LLC, 2009 */


.no_top_margin {
  margin-top: 0;
}



div.homepage_div {
  margin: 15px 0 0 0;
  padding: 0 20px 0 0;
  width: 175px;
  float: left;
}
div.homepage_div_last {
  margin: 15px 0 0 0;
  padding: 0 5px 0 30px;
}
div.homepage_div h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Arial Rounded MT Bold", Arial;
  font-size: 15px;
  font-weight: normal;
  color: #990000;
}
div.homepage_div p {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
}
div.homepage_div table tr th {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}
div.homepage_div table tr td {
  azimuth: 0;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
}
div.homepage_contact_method {
  margin: 0;
  padding: 0;
  width: 50px;
  font-size: 11px;
  font-weight: bold;
  float: left;
}
div.homepage_contact_info {
  margin: 0;
  padding: 0;
  width: 100px;
  font-size: 11px;
  float: left;
}



/******** CONTACT PAGE ************/

table.contact_dir {
  width: 99%;
}
table.contact_dir tr td {
  font-size: 13px;
}

/******** END CONTACT PAGE ********/







/******** TESTIMONIALS PAGE ********/

div.testimonial_div {
  margin: 15px 0 10px 0;
  padding: 0 0 10px 0;
  background: url(/images/testimonials/quote_left.jpg) left top no-repeat;
  border-bottom: 1px dashed #CCCCCC;
  font-size: 12px;
}
div.testimonial_div_first {
  padding-top: 10px;
  border-top: 1px dashed #CCCCCC;
  background: url(/images/testimonials/quote_left.jpg) left 10px no-repeat;
}
div.testimonial_div div.testimonial {
  margin: 0;
  padding: 3px 25px 3px 25px;
  background: url(/images/testimonials/quote_right.jpg) bottom right no-repeat;
  font-style: normal;
  text-align: justify;
}
div.testimonial_div div.testimonial_name {
  margin: 15px 0 0 0;
  padding: 0;
  font-weight: bold;
  text-align: right;
}


a.clickhere {
  margin: 0 0 0 120px;
  padding: 0;
  position: relative;
  top: 32px;
  width: 218px;
  height: 42px;
  background: url(/images/testimonials/clickhere.jpg) left top no-repeat;
  display: block;
  font-size: 1px;
  color: #750000;
}
a.clickhere:hover {
  background-position: left bottom;
}

/******** END TESTIMONIALS PAGE ****/
