body {
  background-color:#c7e5ff;
  color:#534C45;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  margin:0;
  text-align:center; 
}

#bodyContainer {
  margin:0 auto;
  width:720px;
}

/* GENERAL STYLES */


strong {
  color:#006EFC;  
  text-align:center;
}

a {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}  

.clear {
  clear:both;
  display:block;
}

.pad5 {
  padding:5px;
}

.float-left {
  float:left;
  padding:5px;
}

.float-right {
  float:right;
  padding:5px;
}

/* HEADER STYLES */

#body-header {
  background-image:url('../images/global/body-header.gif');
  height:39px;
}

#header {
  height:177px;
}

#header-map {
  background-image:url('../images/global/header-map.jpg');
  float:left;
  height:177px;
  width:223px;
}

#header-featuredImage {
  background-image:url('../images/global/header-featuredImage.jpg');
  float:right;
  height:177px;
  width:497px;
}

/* NAVIGATION STYLES */

#navigation {
  background-image:url('../images/global/nav-bg.jpg');
  clear:both;
  height:53px;
}

a.nav-btn {
  display:block;
  float:left;
  font-size:0px;
  height:12px;
  margin-left:16px;
  margin-top:21px;
}

a#nav-btn-home {
  background-image:url('../images/global/nav-btn-home.jpg');
  background-position:top;
  width:38px;
} 

a#nav-btn-home {
  background-image:url('../images/global/nav-btn-home.jpg');
  background-position:top;
  width:38px;
}
 
a#nav-btn-about {
  width:59px;
  background-position:top;
  background-image:url('../images/global/nav-btn-about.jpg');
} 
a#nav-btn-contact {
  background-image:url('../images/global/nav-btn-contact.jpg');
  background-position:top;
  width:76px;
} 

a#nav-btn-events {
  background-image:url('../images/global/nav-btn-events.jpg');
  background-position:top;
  width:113px;
} 

a#nav-btn-faqs {
  background-image:url('../images/global/nav-btn-faqs.jpg');
  background-position:top;
  width:27px;
} 

a#nav-btn-research {
  background-image:url('../images/global/nav-btn-research.jpg');
  background-position:top;
  width:135px;
} 

a#nav-btn-sites {
  background-image:url('../images/global/nav-btn-sites.jpg');
  background-position:top;
  width:118px;
} 

a#nav-btn-home:hover, a#nav-btn-about:hover, a#nav-btn-contact:hover, a#nav-btn-events:hover, a#nav-btn-faqs:hover, a#nav-btn-research:hover, a#nav-btn-sites:hover {
  background-position:bottom;
}

/* CONTENT STYLES */

#content {
  margin-top:6px;
  text-align:left;
}

#content p {
  text-align:justify;
}

#content-sidebar {
  background-color:#e1e0da;
  display:inline;
  float:right;
  margin-left:6px;
  width:235px;
}

#content-sidebar p {
  margin:0;
  padding:6px;
}

/* FOOTER STYLES */

#footer {
  background-image:url('../images/global/footer-bg.gif');
  height:70px;  
}

#footer a {
  color:#534C45;
  font-family:Tahoma;
  font-size:11px;
  text-transform:uppercase;
}

#footer ul {
  float:left;
  list-style:none;
  margin:20px 0 0 0;
  padding:0 0 0 70px;
}

#footer li {
  float:left;
  margin:0;
  padding:0 5px;
}

#home-header {
  background-image:url(../images/home/img-top.jpg);
  height:42px;
  width:605px;
  overflow:hidden;
  background-position:left;
  margin:0 auto;
}