body {
  background-color: /* #e2e2c7 */ #fff;
  text-align:center;
  background-image: url("../images/bg_bottom2.jpg");
  background-repeat:no-repeat;
  background-position: bottom left;
  background-attachment: fixed;
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: small;
  margin: 0;
  padding: 0;
}

a:link {
  color: #58789B; background: #fff;
  text-decoration: underline
} 

a:visited {
  color: #58789B; background: #fff;
}

a:hover,a:focus {
  color: #58789B; background: #fff;
  text-decoration: none;
}

strong {
  color: #AF2B2B; background: #fff;
  font-size: 110%;
}

img.right {
  float: right;
  padding: 6px;
  margin: 5px 56px 10px 10px;
  border: 1px solid #ccc;
}

/* img. */.rightinner {
  float: right;
  padding: 6px;
  margin: 5px 100px 10px 10px;
  border: 1px solid #ccc;
}


#outer {
  background-image: url("../images/bg_body.jpg");
  background-repeat:repeat-x; 
  margin: 0;
  padding: 0;
}  

#container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding:0;
  text-align: left;
  background: transparent; color: #333;
}

#container span.emerg {
  position: absolute;
  z-index: 100;
  top: 74px;
  left: 760px;
  background: transparent url("../images/emerg3.png") no-repeat;
  height: 172px; width: 299px;
  }
  
#header {
  position: relative;
  padding:0;
  margin: 0 0 0 0;
  background: #000 url("../images/header2.jpg") no-repeat;
  height: 160px; width: 960px;
}

#content {
  overflow: auto;
  clear: both;
  /* position: relative; - could not use because dropdown menu wouldn't work in IE7 */
  width: 910px;
  margin: 10px 0 0 50px;
  padding: 0 0 10px 0;
  color: #333; background: #fff;
}

#content h2 {
  font-size: 140%;
  font-weight: normal;
  margin: 30px 0 10px 50px;
}  

#content h3 {
  width: 300px;
  margin: 0 0 0 83px;
  padding-top: 30px;
  font-size: 100%;
  font-weight: normal;
  color: #C33; background: #fff;
  clear: both;
  border-bottom: 1px solid #dfdfdf;
}

#content p {
  padding: 10px 60px 10px 60px;
  clear: both;
}
  
#content ul {
  margin-left: 60px
}  

div#thumb {
  overflow: auto;
  padding-bottom: 20px;
}

div#thumb ul {
  margin: 30px 0 30px 70px;
  padding: 0;
  list-style: none;
  background: #fff;
}

div#thumb ul li{
  float: left;
  padding: 10px 40px 0 0;
  line-height: 100%;
  text-align: center;
} 

div#thumb ul li img{
  margin-bottom: 6px;
}  

.opacityit img{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
}

.opacityit:hover img{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

div#thumb ul li a, div#thumb ul li a:visited {
  color: #46566F; background: #fff;
  font-size: 90%;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

div#thumb ul li a:hover {
  color: #46566F; background: #fff;
}
  
div#thumb ul li.last {
  padding-right: 0;
}  

.clearboth { 
  clear: both; 
}

hr {
  text-align:center;
  width: 90%
  height: 20px;
  border-bottom: 1px solid #ccc;
}

#footer {
  clear: both;
  width: 910px;
  padding: 10px 0;
  margin: 0 0 0 50px;
  text-align: center;
  background: #fff; color: #333;
}

#footer p {
  font-size: 85%;
}

#footer img {
  padding: 0 20px;
  margin:0 0 -5px 0;
 } 
 
/* Services Section styling for thumb menu at top of each page */ 
 
ul#thumbservices {
  margin: 0 0 0 50px;
  padding: 0;
  list-style: none;
  background: #fff;
}

#thumbservices li{
  float: left;
  padding: 10px 60px 30px 0;
  text-align: center;
  font-size: 80%; 
  font-weight: bold;
  color: #069; background: #fff;
}  

#thumbservices li a, #thumbservices li a:visited {
  color: #BD0409; background: #fff;
  font-weight: normal;
  text-decoration: none;
}

#thumbservices li a:hover {
  color: #46566F; background: #fff;
}

/* projects - galleries */

ul.gallery {
width: 780px;
padding-left: 20px;
}

ul.gallery li {
display: inline;
float:left; margin: 4px;
padding: 0;
}

ul.gallery li img {
border: 1px solid #526B93;
}

ul.gallery li a:hover img {
border: 1px solid #ccc;
}

/* services pages - galleries */

ul.galleryserv {
margin: 0;
padding: 0;
width: 300px;
float: right;
}

ul.galleryserv li {
display: inline;
float:left; 
margin: 0 4px 4px 4px;
padding: 0;
font-size: 85%;
}

ul.galleryserv li img {
/* border: 1px solid #526B93; */
border: 1px solid #9f9f9f;
}

ul.galleryserv li a:hover img {
border: 1px solid #ccc;
}
