@charset "utf-8";
/* CSS Document */

body {
  font-family : Verdana;
  font-size : 12px;
  color:#616161;
  padding-top : 0px;
  margin-top :0px;
  background: url(images/shadow.gif) repeat-y center;
}

body table, td, tr, h2{
	margin: 0;
	padding: 0;
}

body a {
  color: #14487A;
  text-decoration: none;
}  

body img {
  border-style:none;
  margin: 5px;
}

body p {
  text-align: justify;
}  

#right {
  float: right;
}  

#wrapper {
  text-align: center;
  margin: auto;
  width: 775px;
  position: relative;
}

#clear {
  clear:both;
}  

#top_nav{
  width: 700px;
  text-align:right;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 70px;
}

#low_nav {
  position: absolute;
  right: 60px;
  top: 130px;
  font-size: 14px;
  font-weight: bold;
}

#low_nav a {
  color: #FFFFFF;
}

#banner1 {
  width: 775px;
  height: 180px;
  background: url(images/Banner1.jpg) no-repeat center;
  margin-top: 10px;
  margin-bottom: 0;
}

#banner2 {
  width: 775px;
  height: 130px;
  background: url(images/Banner2.jpg) no-repeat center;
  margin-top: 10px;
  margin-bottom: 0;
}
#content {
  text-align: left;
  width: 700px;
  margin:40px;
}  

h2 {
  width: 350px;
  color: #6994C6;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  border-bottom: 1px solid #B8B8B8;
}

h3 {
  color: #6994C6;
  font-size: 16px;
}

#line {
  background: #DDDDDD;
  width: 400px;
  height: 2px;
}  

#text {
  
}

#services {
  margin-left: 20px;
}

#serv_desc {
  float:left;
  width	: 175px;
  height: 275px;
  background: url(images/service_bkg.gif) no-repeat center; 
  margin-right: 10px;
  text-align:center;
}  

#serv_desc img {
  margin-top: 10px;
  margin-bottom: 10px;
}

#serv_desc p {
  text-align: left;
  margin-left: 7px;
}   

#footer {
  text-align: center;
  margin-top: 20px;
}      