/* ----- BASIC ELEMENTS AND FONTS ----- */
html, body {
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background: #edeee9; }

html > body #minHeight {
  /* Oprera and IE8 min-height fix */
  float: left;
  width: 0;
  overflow: hidden; }

/* fix ie h1
/* html #content {height: 1%} */
/*----- LAYOUT ----- */
#wrapper {
  position: relative;
  width: 100%;
  max-width: 960px;
  min-width: 960px;
  margin: 0 auto;
  min-height: 100%;
  /* allow page to expand with added content */
  overflow: hidden;
  /*establish clearance for #header margin */
  /*    border:             2px solid $grey;  */ }

header {
  /*    background:         #fff url(/assets/background.png) repeat; */
  border-bottom: 1px solid #e14200; }

.banner {
  float: left;
  width: 100%;
  z-index: 1; }

.banner img {
  margin: 0; }

.logo {
  float: left;
  max-width: 100%;
  padding: 0; }

.bannertext {
  float: left;
  max-width: 100%;
  padding: 30px 0 0 20px; }

.date {
  position: absolute;
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #b61431;
  top: 10px;
  left: 800px;
  width: 250px;
  z-index: 2; }

#contact_banner {
  float: right;
  padding: 4em 1em 0 0; }

.tel {
  font-size: 1em;
  float: right; }

.telnos_title {
  font-size: 0.9em;
  color: #e14200;
  font-weight: bold; }

.telnos_number {
  font-size: 1.1em;
  color: black;
  font-weight: bold; }

.telnos_number a:link, a:hover, a:active {
  color: black; }

#horizmenu {
  /*   Top page Navigation */
  width: 650px;
  display: inline-block;
  float: right;
  text-align: right;
  margin: -30px 10px 0 0;
  color: #814715; }

#horizmenu ul {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0; }

#horizmenu ul li {
  text-align: center;
  display: inline-block; }

#horizmenu a {
  font-size: 100%;
  color: #814715;
  text-decoration: none; }

#horizmenu a:hover {
  color: #153aca;
  font-size: 100%;
  text-decoration: none; }

/***************** End of Headers *********/
#content {
  width: 100%;
  /* hasLayout IE6/7  */
  overflow: hidden;
  background-color: white; }

#content p {
  text-align: justify; }

/*  ***** Front Page Righthand Column ***/
#col {
  width: 260px;
  float: right;
  padding: 0 20px 0 5px; }

.fp_sidebox {
  background-image: url(/assets/fp_sbox.png);
  background-repeat: no-repeat; }

.fp_mst {
  margin: 0 0 0 20px;
  padding: 2px 0 10px 0;
  width: 250px;
  height: 600px;
  float: left;
  position: relative;
  /* Allow Text */ }

.fp_mst h2 {
  font-size: 1.1em;
  text-align: center;
  border: 0 none;
  padding: 5px 0 5px 0px;
  color: white;
  margin: 5px 0; }

.fp_mst h3 {
  font-size: 1.1em;
  text-align: center;
  color: #153aca; }

.fp_mst hr {
  color: #fff;
  width: 80%;
  clear: both; }

/****  Home Page Comments *********/
.comments {
  padding: 0;
  margin: 10px 0; }
  .comments p {
    font-size: 1em;
    padding: 0 5px;
    margin: 5px 10px 0 10px; }

/***   Reviews Page Layout ****/
#reviews_lh, #reviews_rh {
  width: 48%;
  float: left;
  text-align: left; }

#reviews_lh {
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #CCC;
  margin: 20px 0 0 0; }

#reviews_lh hr {
  margin: 10px 30px 0px 30px;
  background-color: #CCCCCC;
  color: #CCCCCC;
  border: dashed;
  border-width: 1px 0 0;
  height: 0; }

/**  Map on Aboutus Page ***/
#arealeft {
  float: left;
  width: 340px;
  margin-left: 20px; }

/********** */
/* Anchors */
a:link {
  text-decoration: none;
  color: #0808ce; }

a:visited {
  text-decoration: none;
  color: #0808ce;
  background: transparent;
  font-weight: bold; }

a:hover,
a:active {
  text-decoration: underline; }

/*  Images   */
img {
  margin: 10px 30px 0 20px;
  max-width: 100%;
  width: auto\9;
  /* IE8  */ }

img.rt {
  float: right;
  margin: 10px; }

img.left {
  float: left;
  margin: 20px 20px 0 10px; }

img.leftrow {
  float: left;
  margin: 20px 10px 0 10px; }

/* **** FONTS ********/
h1 {
  margin: 20px 0 0 40px;
  color: #e14200;
  font-weight: bold; }

h2 {
  margin: 5px 30px 0 40px;
  color: #153aca;
  font-weight: bold; }

h3 {
  margin: 10px 10px 10px 10px;
  color: #e14200; }

h4 {
  margin: 10px 0 10px 40px;
  color: #990000; }

h5 {
  margin: 0px 0px 10px 20px;
  color: #000;
  line-height: 150%; }

h6 {
  color: #000;
  margin: 0 0 0 60px; }

p {
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 20px 0px 30px;
  color: #333; }

ul {
  margin: 20px 20px 30px 0; }

ul ul {
  margin: 0; }

/* ************************ */
.clear {
  clear: both; }

.clearleft {
  clear: left; }

.clearright {
  clear: right; }

.right {
  float: right; }

.left {
  float: left; }

.lefttext {
  clear: left; }

.brown {
  color: #814715;
  font-weight: bold; }

hr {
  width: 90%;
  color: #cccccc;
  text-align: center; }

/***** CSS3 Effects *******************/
.imageshadow {
  -moz-box-shadow: 0 0 5px 5px #888;
  -webkit-box-shadow: 0 0 5px 5px #888;
  box-shadow: 0 0 5px 5px #888;
  behavior: url(PIE.htc);
  position: relative;
  /*** PIE.htc hack */
  z-index: 1;
  /*** PIE.htc hack */
  margin-bottom: 20px; }

/********** Styles for Footer ***********/
footer {
  font-family: Verdana, Geneva, sans-serif;
  text-align: left;
  font-size: 80%;
  text-align: center;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  position: relative;
  height: 1%;
  /* IE6 Trick to show Background   */
  background-color: white;
  border-top: 1px solid #e14200; }

footer a:link,
footer a:visited {
  color: blue;
  background: transparent;
  font-size: 1.1em; }

footer hr {
  display: none !important; }
