html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
   

body {
	background: #E0D5B7 url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout **/
#lineBeforeHeader
{
    text-align: left;
    margin: auto;
    width: 778px;
    height:20px;
    top: 0;
    position: relative;
    background-image: url(images/lineBeforeHeader.jpg);
    
}

#theMenu ul
{
    
    text-align: right;
    margin: auto;
    padding: 4px; 
	list-style-type: none;
	list-style-image: none;
}

#theMenu li
{
    
    display: inline;    
}

#theMenu ul li a
{
    
    text-decoration: none;
    margin: 4px;
    padding: 15px 20px 5px 20px;
    color: black;
    background: none transparent scroll repeat 0% 0%;
    font-size: 14px;
       
}

#theMenu ul li a:hover
{
    color: darkred;
    text-decoration: overline;
}



#wrapper
{
    text-align: left;
    margin: auto;
    width: 778px;
    position: relative;
    background-image: none;
    border-top-style: double;
    border-right-style: double;
    border-left-style: double;
    background-color: white;
    border-bottom-style: double;
}

#header
{
    position: absolute;
    top: 0;
    left: 243px;
    width: 535px;
    height: 279px;
    background-image: none;
    background-color: transparent;
}

#left {
  float: left;
  width: 243px;
}
#logo
{
    width: 244px;
    height: 44px;
    padding-left: 5px;
    text-align: center;
    color: #595959;
    background: url(images/MainLogoWithTitles.png) no-repeat;
    background-color: transparent;
    
}
#logo h1 {
  padding-top: 30px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  
  margin: 17px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#quickOffer
{
    padding-top: 190px;
    padding-left: 21px;
    padding-right: 22px;
    padding-bottom: 3px;
    text-align: justify;
    background-image: none;
    background-color: transparent;
}

#services {
  margin-right: 2px;
}

#services div
{
    background-color: transparent;
    border-left-color: yellow;
    border-left-style: outset;
    padding-bottom: 6px;
    margin-bottom: 1em;
    margin-top: 1em;
    background-image: none;
}

#services ul
{
    padding-left: 115px; 
}    

#services p
{
    margin-left: 20%;
}

#right {
  float: right;
  width: 490px;
  padding-right: 9px;
  padding-top: 301px;
}

#right h2 {
  font: 18px arial, sans-serif;
  color: maroon;
  border-bottom: 1px solid maroon;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: maroon;
  border-bottom: 1px solid maroon;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}


#mission {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#m1 {
  margin-right: 1%;
}
#m1Image
{
    background: url(images/Mission.jpg) no-repeat;
    width: 112px;
    height: 23px;
    float: left;
    margin-right: 18px;
    text-align: center;
    padding-top: 90px;
    font-size: 12px;
    font-weight: bold;
    border-top-style: double;
    border-right-style: double;
    border-left-style: double;
    border-bottom-style: double;
    border-left-color: maroon;
    border-bottom-color: maroon;
    border-top-color: maroon;
    border-right-color: maroon;
}

#spacer {
  height: 2em;
}

#footer
{
    background-image: none;
    background-color: #ffffff;
}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #715F36;
  font-weight: bold;
}
#footerline{
	background: url(images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}