body {
  font-family: arial, sans-serif;
  font-size: .75em;
  color: #563806;
}

a {
  text-decoration: none;
  color: black;
  color: #563806;
}

a:hover {
  text-decoration: underline;
}

.clearfix {
}

#blue {
  float: left;
  background-color: #93B7DC;
  background-color: #6798CE;
  width: 200px;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

#banner {
  float: left;
  border-right: 1px solid white;
}


#green {
  background-color: #A0B38A;
  border-left: 1px solid white;
}


#links {
  background-color: #E9DABB; 
  padding: .25em 0;
  margin-top: -5px;
  border: 1px solid white;
}

html>body #links {
  margin: 0;
}

#links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#links ul li {	
  display: inline;
}

#links ul li a {
  padding: 0 1em;
  text-decoration: none;
  color: #563806;
}

#links ul li.selected a {
  font-weight: bold;
}

#links ul li a:hover {
  text-decoration: underline;
}

#sublinks {
  width: 780px;
  text-align: right;
}

.clear {
  clear: both;
  line-height: 1px;
  height: 1px;
  background-color: white;
}

#container {
  width: 780px;  
}

#footer {
  clear: both;
  text-align: right;
  padding: 1em 0;
}

#left {
  width: 499px;
  border: 1px solid white;
  float: left;
}

#right {
  float: left;
  width: 279px;
  color: white;
  background-color: #93B7DC;
  background-color: #6798CE;

}

.images .main, .images .sub {
  float: left;
}

.main {
  background-color: #A0B38A;
  padding-bottom: 1em;
}

.main img {
  border-bottom: .5em solid white;
  border-top: .7em solid white;
}

.sub {
  border-top: 1em solid white;
  border-right: 6px solid white;
}

.last {
  border-right: 0;
}

#right p {
  width: 80%;
  text-align: justify;
  margin: .75em auto;

}

#right p.nojus {
  text-align: left;
}

#about_left {
  float: left;
  background-color: #FBF9EC;
  width: 461px;
}

#test_left {
  float: left;
  background-color: #FBF9EC;
  width: 475px;
}
#contact_left{
  float: left;
  background-color: #FBF9EC;
  width: 496px;
}

#test_left p {
  width: 80%;
  margin: .46em auto;
}

p.right {
  text-align: right;
  padding-bottom: 2em;
}

#about_right {
  float: right;
}

#about_left p {
  width: 60%;
  margin: 2em auto;
}

.about_images {
  background-color: #A0B38A;
}

.about_images img {
  border: 0;
}

img.last {
  border-left: .5em solid white;
}

.test_images img.last {
  border-left: .3em solid white;
}

.green {
  background-color: #A0B38A;
  line-height: .9em;
}

#service_left {
  background: url('images/services_background.jpg') repeat-y;
  height: 95%;
  position: relative;

}

.list {
  margin-left: 100px; 
  width: 30%;
}

.list ul {
  padding: 0;
  margin: 1em 0;
  list-style-type: none;
}

.list ul li{
  padding: 1em 0;
}

#service_pic {
  position: absolute;
  top: 100px;
  right: 100px;
}

#contact_left  p {
  width: 80%;
  margin: 1em auto;
}

p.center {
  text-align: center;
}

#contact_left label, #contact_left input {
  float: left;
}
label {
  display: block;
  width: 6em;
}

#contact_left form br {
  clear: both;
}

table {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  width: 80%;
  border-collapse: collapse;
}

table td {
  width: 50%;
}

#wrapper {
  background-color: #A0B38A;

}

.errMsg {
  border: 1px solid black;
  padding: 1em;
  color: red;
  width: 80%;
  margin: 0 auto;
}

