/* CSS Document */

body {
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
}

#nav {
padding:0px;
width:780px;
}

#nav a{
font-family: Helvetica, Arial, sans-serif;
background-color:#FFFFFF;
color: #177da8;
font-size:14px;
font-weight:bold;
padding: 10px 7px 0px 7px;
text-decoration:none;
}

#nav a:hover{
color: #bf2e19;
background-color:#FFFFFF;
}

#center-wrapper{
width:780px;
margin:0 auto;
}

#content-wrapper {
padding: 0;
/*margin: 0 0 0 25px;*/
}

.left-line
{
border-bottom:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
border-top:1px solid #FFFFFF;
background-color:#849EB5;
height:4px;

}

.left-sidebar
{
float:left;
width:200px;
border-left:1px solid #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#45474A;
line-height:14px;
margin-right:25px;
}

.left-sidebarTable {
width:182px;
overflow:hidden;
margin:0px;
}

.left-sidebar img {
margin:0 auto;
}

.left-sidebarTable img {
margin:0 auto;
}
.headline-bkg
{
border:1px solid #FFFFFF;
background-image:url(images/headline-bkg.gif);
padding-bottom:0px;
}

h2
{
font-family: Helvetica, Arial, sans-serif;
font-size:140%;
color:#1786b4;
/*line-height:15px;*/
text-transform:lowercase;
margin:11px;
}

h4 {
font-size:110%;
color:#1786b4;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.content  {
margin:0 auto;
}
.contentTable {
width:550px;
border: 1px solid #A7C4E2;
padding:10px 20px 10px 20px;
margin:0px 10px 10px 5px;
}

li {
line-height:25px;
list-style:circle;
}
.biolist {
line-height:16px;
}

.ourproducts-bg
{
border:1px solid #FFFFFF;
background-image:url(images/our-products-bg.gif);

}
.ourproducts-text
{
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
background-color:#E7EFF7;
height:199px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#45474A;
line-height:15px;
}

.redford {
color:#BF2E19;
font-weight:bold;
}

.testimonial {
padding:8px 8px 2px 8px;
font-size:11px;
color:#333333;
/*background-color:#F8F8FF;*/
background-image:url(images/logo-wm.jpg);
background-position:center;
background-repeat:no-repeat;
border:1px solid #CCCCCC;
}

.bio{
/*border: 1px solid #1786b4; */
padding: 5px; 
/*background: #EEEEEE; */

font-size:11px;
}

.staffName {
border:0;
margin:0;
padding:5px;
/*background: #E7EFF7;*/
color: #000000;
font-weight:bold;
text-decoration: none;
}

.staffName a{
color: #177da8;
text-decoration: none;
}

.staffName a:hover{
color: #bf2e19;
text-decoration: underline;
}

.footer
{
background-color:#C62421;
border:1px solid #CCCCCC;
color:#FFFFFF;
height:46px;
padding-top:8px;
}

.footer a{
color:#FFFFFF;
text-decoration:none;
}

.footer a:hover{
color:#FFFF00;
text-decoration:underline;
}

.footer-right {
float:right;
color:#FFFFFF;
background-color:#C62421;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:right;
padding-right:8px;
}

.footer-left {
color:#FFFFFF;
background-color:#C62421;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
padding-left:8px;
}

.clrFloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*  -- Project Photo Gallery  -- */

.gallery {position:relative; top:10px; left:5px; /*width:75px;*/ background-color:#fff; width:450px; z-index:100;}
.gallery a.p1, .gallery a.p1:visited {display:block; width:150px; height:105px; text-decoration:none; background:#fff; top:0; left:0; border:0; z-index:100;}
.gallery a img {border:2px solid #1786b4;}
.gallery a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
.gallery a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
.gallery a.p1:hover .large {display:block; position:absolute; width:480px; height:336px; top:10px; left:10px; border:4px solid #1786b4;}

.galleryTable {
width:450px;
/*padding:10px;*/
}

.galleryImgCell {
width:160px;
height:110px;
margin-left:0px;
}

.galleryTextCell {
color:#333333;
font-weight:bold;
text-align:right;
}