/* orange: rgb(247,147,30)
   yellow: rgb(255,242,0)
  l green: rgb(40,144,58)
  d green: rgb(0,111,59)
   grey: rgb(128,130,133)

A:link {text-decoration: none ; color: 808285;}
A:visited {text-decoration: none ; color: 808285;}
A:active {text-decoration: none ; color: 808285;}
A:hover {text-decoration: underline overline ; color: blue;}

*/
a:link {color: rgb(128,130,133); text-decoration: none;}
a:visited {color: rgb(128,130,133); text-decoration: none;}
a:hover {color: rgb(40,144,58); font-weight: bold;}

body {
  text-align: center; 
  border: 0;
  margin: 0;
  padding: 0;
  font-family: verdana, helvetica, arial, sans-serif;
}

#header {
  border: none;
  width: 750px;
  background: white;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;  
  text-align: left
}

#footer {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 70%;
  color: rgb(128,130,133);
}

#container {
  border: thin solid rgb(247,147,30);
  width: 750px;
  background: white;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;  
  text-align: left
}


#topnav {
  height: 23px;
  font-size: 80%;
  font-weight: bold;
  background: orange;
  margin: 0;
  padding: 5px 0 0 20px;
}

#topnav li {
  display: inline;
  list-style: none;
  margin-left: 1em;
  margin-right: 1em;
}


#topnav #phone { 
  float: right;
  margin-right: 20px;
}
#topnav a:link {text-decoration: none; color: white;}
#topnav a:visited {text-decoration: none; color: white;}
#topnav a:hover {color: rgb(40,144,58); background-color: white;}

#mainbody {
  color: rgb(128,130,133);
  font-size: 80%;
  margin: 0 30px 0 30px;
  padding: 0;
}
#contact li {
  list-style-type: none;
}

#services li {
  float: left;
  
}

.servicesc1 { margin-left: 0; }
.servicesc2 { margin-left: 350px; }
.servicesctop { margin-top: -160px; }

.contactc1 { margin-left: 0; }
.contactc2 { margin-left: 350px; }
.contactctop { margin-top: -120px; }

#logo_main {
  margin: 10px 10px
}

#logo_link {
  border-style: none;
  A:link {text-decoration: none}
  A:visited {text-decoration: none}
  A:active {text-decoration: none}
  A:hover {text-decoration: underline overline}
}

