body{
  background-image: url('../images/bg.gif');
  background-repeat: repeat;
}

*{
  margin: 0;
  padding: 0;
}

#leftHeader{
  float: left;
}

#wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 765px;
  border: 1px solid #2b5aa0;
  background-color: #ffffff;
  height: 1070px;
}

#servicesWrapper{
  margin-left: auto;
  margin-right: auto;
  width: 765px;
  border: 1px solid #2b5aa0;
  background-color: #ffffff;
  height: 2580px;
}

#logo{

}

#menu{
  margin-top: 22px;
  width: 206px;
  text-align: left; 
  border-right: 1px solid #ffffff;
}

#rightHeader{
  float: left;
}

#topRightHeader{
  width: 558px;
  height: 24px;
  background-color: #2b5aa0;
}

#topRightHeader p{
  text-align: right;
}

#middleRightHeader{
  border-top: 1px solid #ffffff;
  width: 558px;
}

#bottomRightHeader{
  width: 558px;
  height: 39px;
  background-color: #2b5aa0;
  border-top: 1px solid #ffffff;
  padding-top: 8px;
  background-image: url('../images/insight.jpg');
}

#leftColumn{
  width: 206px;
  height: 700px;
  clear: left;
  float: left; 
}

#servicesLeftColumn{
  width: 206px;
  height: 2250px;
  clear: left;
 
}

#news{
  width: 206px;
  height: 440px;
  background-color: #e6e6e6;
  padding-top: 20px;
}

#servicesNews{
  width: 206px;
  height: 2000px;
  background-color: #e6e6e6;
  padding-top: 10px;
}

#contact{
  width: 206px;
  height: 240px;
  background-color: #cccccc;
}

#rightColumn{
  float: right;
  width: 558px;
  height: 700px;
}

#servicesRightColumn{
  float: right;
  width: 500px;
  height: 2250px;
}

#services{
  margin-top: 10px;
  float: left;
  width: 299px;
}

#featuredService{
  margin-top: 10px;
  float: left;
  width: 259px;
}

#footer{
  clear: left;
  width: 766px;
  height: 47px;
  background-color: #2c5aa0;
}

#footerLeft{
  float: left;
  width: 363px;
  margin-top: 1em;
}

#footerRight{
  float: right;
  width: 363px;
  text-align: right;
  margin-top: 1em;
}


#menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu li{
  text-align: right;
}

#menu li a{
  display: block;
  background-image: url('../images/menu_button.gif');
  text-align: right;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
  width: 166px;
  height: 26px;
  padding-top: 8px;
  padding-right: 40px;
}

#menu li a:hover{
  display: block;
  background-image: url('../images/menu_button_over.gif');
  text-align: right;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
  width: 166px;
  height: 26px;
  padding-top: 8px;
  padding-right: 40px;
}

p, h1, h2, h3, h4, h5, a, li{
  font-family: ariel, sans-serif;
}

p{
  font-size: 80%;
  color: #333333;
  padding-left: 1em;
  padding-right: 1em;
}

h1, h2, h3, h4{
  color: #2c5aa0; 
  padding: 0.8em 0.6em 0.4em;
}

h1{
  font-size: 140%;
}

h2{
  font-size: 90%;
  margin-left: 5px;
  clear: left;
  margin-top: 20px;
}

h3{
  font-size: 100%;
}

h4{
  font-size: 80%;
  padding-left: 0.9em;
}

.textonly a {
  font-size: 80%;
  color: #ffffff; 
}

.moreinfo {
  font-size: 100%;
  color: #2c5aa0; 
}

.paragraphText{
  text-align: justify;
  margin-top: 1em;
  clear: left;
}

.normalText{
  margin-top: 1em;
}

.copyright {
  margin-top: 3px;
  font-size: 70%;
  color: #ffffff; 
}

#bottomRightHeader p{
  color: #ffffff;
  font-size: 90%;
  text-align: center;
  font-weight: bold;
  padding-left: 100px;
  padding-right: 100px;
}

#footer p{
  color: #ffffff;
}

#footer a{
  color: #ffffff;
}

#clients ul{
  list-style: none;
}

#clients li{
  margin-left: 15px;
  font-size: 80%;
}

#services li {
  margin-top: 15px;
  margin-left: 30px;
  color: #2c5aa0;
  font-size: 90%;
  font-weight: bold;
}

#services li a{
  text-decoration: none;
  color: #2b5aa0;
}

img{
  display: block;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.indexImages{
  border: 1px solid #2c5aa0;
  float: left;
  margin-left: 22px;
  margin-top: 20px;
}

.serviceImages{
 width: 450px;
 margin-top: 20px;
}

.serviceImages img{
 float: left;
 margin-bottom: 30px;
 border: 1px solid #2c5aa0;
}

#credits{
 clear: left;
 float: right;
 margin-top: 5px;
 margin-bottom: 5px;
}

#credits p{
 color: #ffffff; 
 font-size: 70%;
}

#credits p a{
 color: #ffffff; 
 font-size: 110%;
}