/*  CSS Document */

/* COLORS
   blue page background and menu bar: #d0e0e0;
   green top border: #7ebb47;
   beige content background: #fff4cd;
   pale green menu rollovers and services boxes: #c9ab4d;
   pale green section border: #cde874;
   charcoal menu text: #394443;
*/  

html, body {
   margin:0;
   padding:0;
   height:100%;
   background: url(../images/body_bg.gif) repeat-x #d0e0e0;
   font-family: Arial, Helvetica, sans-serif;
}

body {
   font-size: .8em;
   }
   
#wrapper {
   position: relative;
   min-height: 100%;
   width: 720px;
   margin: 0 auto;
   background: #fff4cd;
}

#header {
   width: 720px;
   height: 200px;
   margin-top: -25px;
   background: url(../images/header_bg.gif) repeat-x;
   border-top: 25px solid #7ebb47;
}

#banner {
     position: relative;
     margin-top: 25px;
     margin-bottom: 0;
     margin-right: -45px;
     margin-left: -45px;
     width: 800px;
     height: 145px;
     }

#banner img {
     border: 0;
     }

#menu {
     position: relative;
     display: block;
     margin: 0;
     padding: 0;
     width: 710px;
     height: 30px;
     background: #d0e0e0;
     border-left: 5px solid #fff4c3;
     border-right: 5px solid #fff4c3;
     list-style-type: none;
     }

#menu ul {
     margin: 0 auto;
     padding: 0;
     }

#menu li {
     position: relative;
     float: left;
     width: auto;
     text-align: center;
     font-size: .9em;
     font-weight: bold;
     }

#menu a {
     display: block;
     padding-left: 1.25em;
     padding-right: 1.25em;
     line-height: 30px;
     text-decoration: none;
     background: transparent;
     color: #394443;
     }

#menu li a:hover {
     background: #dffc7e;
     color: #394443;
     text-decoration: underline;
     }

#menu a.here {
     background: #dffc7e;
     color: #394443;
     }

#content {
   position: relative;
   /*padding-bottom: 70px;*/
}

#main_content {
   position: relative;
   float: left;
   width: 420px;
   margin: 0;
   padding: 20px;
   padding-top: 0;
   }

.services {
     position: relative;
     margin: 10px 10px 10px 10px;
     padding: 5px;
     width: 175px;
     background: #dffc7e;
     border: 1px solid #cde874;
     font-size: .9em;
     text-align: left;
     }

.services ul {
     list-style: none;
     margin-left: 0;
     padding-left: 1em;
     text-indent: -1em;
     }

.services h2 {
     margin-top: 0;
     }

#sidebar {
     position: relative;
     margin: 0 0 0 490px; 
	 padding-top: 10px;
     width: 210px;
	 height: 100%;
     }

#footer {
   /*position: absolute;
   bottom: 0;*/
   clear: both;
   width: 100%;
   height: 70px;
   padding-top: .25em;
   padding-bottom: .25em;
   background: #fff4cd;
   border-top: 1px solid #cde874;
   text-align: center;
}
    
#footer p.address {
     font-size: .9em;
     }

#footer p.copyright {
     font-size: .8em;
     }
	 
h1, h2 {
	font-family: "Papyrus", "Palatino Linotype", "Times New Roman", Times, serif;
	color: #394443;
	}
	
h1 {
	font-size: 1.7em;
	}
	 
h2 {
	margin-top: 30px;
	margin-bottom: -.4em;
	font-size: 1.3em;
	}
	
p {
	margin-top: .5em;
	}

.left {
     float: left;
     }

.right {
     float: right;
     }

.clearfloat {
     clear: both;
     }

.center {
     text-align: center;
     }
     
.hidden {
	position: absolute;
	left: -10000px;
    }
     
.testimonial {
     margin-left: 5px;
     text-align: left;
     }
     
.sig {
     font-style: italic;
     text-align: right;
     }
	 
table.contact {
	margin-top: 20px;
	}
	 
table.contact td {
	vertical-align: top;
	}
	
.photo-highlight img {
	border: 10px solid #dffc7e;
	margin: 0 0 0 10px;
	}
     
a img {
     border: 0;
     }
	 
table.pricing {
     margin-left: 30px;
	 }
	 
.pricing td {
     padding-right: 10px;
	 }