/* $Id: divs.css 4076 2008-05-20 06:12:34Z nikhil $ */
div#header 
{
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 5;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid #000000 thin;
  background-color: inherit;
}

div#header_table 
{
  background-color: #ffffff;
  position: fixed;
  top: 110px;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid #000000 thin;
  
}

div#wrapper
{
  /*background-color: #e7e7ce; */
  /*background-color: #cb2519; */
  background-color: #ffffff; 
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
  border-top: solid #000000 bold;
}

div#navbar
{
  width: 145px;
  position: fixed;
  float: left;
  top: 120px;
  left: 10px;
  overflow: hidden;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
}

div#navbar a:link, div#navbar a:visited
{
  /* Styles for the links in navigation elements */
  color: #776455;
  background-color: #f1edeb;
  text-decoration: none;
  display: block;
  border-top: solid #776455 1px;
  border-left: solid #776455 1px;
  border-bottom: solid #776455 1px;
  border-right: solid #776455 1px;
  padding-top: 3px;
  padding-bottom: 3px;
}

div#navbar a:hover
{
  /* Styles for navigation elements when mouse is over them */
  color: #f1edeb;
  background-color: #98806d;
  text-decoration: none;
}

div#navbar a.current
{
  /* Styles for selected navigation element */
  color: #f1edeb;
  background-color: #776455;
  text-decoration: none;
}

div#maincontent
{
  padding: 2%;
  margin-left: 170px;
  border-left: solid #000000 thin;
  border-right: solid #000000 thin;
  background-color: #ffffff; 
  /*background-color: #e7e7ce; */
	min-width: 500px;
}

div#custMain
{
  background-color: #ffffff;
  min-width: 480px;
}

div#custLeft
{
  width: 100%;
}

div#custRight
{
  width: 100%;
}

div#custTop
{
  background-color: #ffffff;
  min-width: 480px;
  border-bottom: solid #c2c2c2 thin;
}

div#custBottom
{
  background-color: #ffffff;
  min-width: 480px;
}

div#quote
{
  padding: 2% 10% 2% 10%;
  border-left: solid #000000 thin;
  border-right: solid #000000 thin;
  border-top: solid #000000 thin;
  border-bottom: solid #000000 thin;
  background-color: #ffffff;
	min-width: 300px;
}

div#footer
{
  padding: 2%;
  background-color: inherit;
  border-top: solid #000000 thin;
  text-align: center;
  font-size: x-small;
  font-weight: lighter;
  clear: both;
  z-index: 5;
}

/** Styles for the testimonial box */

div#testimonialBox
{
  border: 3px #cb2519 solid;
  margin-left: 50px;
}

div#testimonialTitle
{
  background-color: #cb2519;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  text-align: center;
}

div#testimonial
{
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
