body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #5c5c5c;
  text-align: center;
  background: url(../images/background-x.png) repeat-x top;
}

#wrapper {
  text-align: left;
  margin: 0 auto;
  background: url(../images/wrapper-background-main.png) no-repeat;
  width: 894px;
  padding: 1px 18px 0 18px
}

a:link, a:visited {
  color: #004c7d;
  text-decoration: none;
}

#header {
  background: url(../images/header-gradient-x.png) repeat-x;
  height: 138px;
}

#header h1 {
  text-indent: -10000px;
  margin: 0;
  background: url(../images/logo.png) no-repeat;
  width: 176px;
  height: 64px;
  position: relative;
  top: 49px;
  left: 43px;
}

h2#mainheader {
  background: url(../images/main-header.jpg) no-repeat;
  width: 894px;
  height: 190px;
  margin: 0;
  text-indent: -10000px;
}

img {
  border: 0;
}


h1.normalheaderblue {
  font-size: 24px;
  font-weight: normal;
  color: #1958ac;
  margin: 0;
}

h1.normalheadergreen {
  font-size: 24px;
  font-weight: normal;
  color: #6fa51d;
  margin: 0 0 8px 25px;
}

p { 
  margin: 10px 0 0 0;
  line-height: 23px;
}

ul {
  margin: 0; 
  background: url(../images/top-navigation-background.png) repeat-x;
  height: 35px;
  width: 851px;
  padding: 0 0 0 43px;
}

#topnav li, #topnav li a{
  float: left; 
  list-style-type: none;
  margin: 0; 
  display: block;
  text-indent: -10000px;
  height: 35px;
  padding-right: 16px;
}

li#home a{
  width: 34px;
  background: url(../images/top-navigation-home.gif) no-repeat;
}

li#home a:hover {
  background-position: 0 -35px;
}

li#homeactive a {
  width: 34px;
  background: url(../images/top-navigation-home.gif) no-repeat;
  background-position: 0 -70px;
}

li#aboutus a {
  width: 54px;
  background: url(../images/top-navigation-aboutus.gif) no-repeat;
}

li#aboutus a:hover {
  background-position: 0 -35px;
}

li#aboutusactive a {
  width: 54px;
  background: url(../images/top-navigation-aboutus.gif) no-repeat;
  background-position: 0 -70px;
}

li#ourportfolio a {
  width: 80px;
  background: url(../images/top-navigation-ourportfolio.gif) no-repeat;
}

li#ourportfolio a:hover {
  background-position: 0 -35px;
}

li#ourportfolioactive {
  width: 80px;
  background: url(../images/top-navigation-ourportfolio.gif) no-repeat;
  background-position: 0 -70px;
}

li#services a {
  width: 50px;
  background: url(../images/top-navigation-services.gif) no-repeat;
}

li#services a:hover {
  background-position: 0 -35px;
}

li#servicesactive a {
  width: 50px;
  background: url(../images/top-navigation-services.gif) no-repeat;
  background-position: 0 -70px;
}

li#news a {
  width: 95px;
  background: url(../images/top-navigation-newsandpress.gif) no-repeat;
}

li#news a:hover {
  background-position: 0 -35px;
}

li#newsactive {
  width: 95px;
  background: url(../images/top-navigation-newsandpress.gif) no-repeat;
  background-position: 0 -70px;
}

li#statistics a {
  width: 56px;
  background: url(../images/top-navigation-statistics.gif) no-repeat;
}

li#statistics a:hover {
  background-position: 0 -35px;
}

li#statisticsactive a {
  width: 56px;
  background: url(../images/top-navigation-statistics.gif) no-repeat;
  background-position: 0 -70px;
}

li#contact a {
  width: 48px;
  background: url(../images/top-navigation-contact.gif) no-repeat;
}

li#contact a:hover {
  background-position: 0 -35px;
}

li#contactactive {
  width: 48px;
  background: url(../images/top-navigation-contact.gif) no-repeat;
  background-position: 0 -70px;
}