/* CSS Document */

body{
background-color: #dedede;
margin-top: 0px;
font-family: Arial, Helvetica, sans-serif;
}
#wrapper{
width: 962px;
background-color: #FFFFFF;
padding-top: 0px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 3px;
margin-left: auto;
margin-right: auto;
overflow: auto;
}
#header{
width: 962px;
height: 89px;
background-image: url(images/header.gif);
background-repeat: no-repeat;
}
#navBg{
width: 962px;
height: 26px;
background-image: url(images/navBg.gif);
background-repeat: repeat-x;
}
#navcontainer{
height: 26px;
margin-top: 0px;
}
#navcontainer UL{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer LI{
display: block;
margin: 0;
padding: 0;
float: right;
width: auto;
}
#navcontainer A {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #9c9c9c;
display: block;
width: auto;
text-decoration: none;
text-align: center;
margin: 0;
padding-top: 4px;
padding-left: 34px;
padding-right: 33px;
padding-bottom: 8px;
}
#navcontainer A:hover, #navcontainer A:active{
background-image: url(images/navOn.gif);
background-repeat: repeat-x;
color: #ffffff;
padding-top: 4px;
}
#navcontainer A.active:link, #navcontainer A.active:visited{
background-image: url(images/navOn.gif);
background-repeat: repeat-x;
color: #ffffff;
padding-top: 4px;
}
#navcontainer li a#current{
color: #ffffff;
padding-top: 4px;
}
#bannerText{
width: 352px;
height: 200px;
background-image: url(images/bannerText.gif);
background-repeat: no-repeat;
float: left;
}
#bannerText2{
width: 352px;
height: 200px;
background-image: url(images/bannerText2.gif);
background-repeat: no-repeat;
float: left;
}
#bannerText3{
width: 352px;
height: 200px;
background-image: url(images/bannerText3.gif);
background-repeat: no-repeat;
float: left;
}
#bannerText4{
width: 352px;
height: 200px;
background-image: url(images/bannerText4.gif);
background-repeat: no-repeat;
float: left;
}
#bannerImages{
height: 200px;
width: 610px;
float: right;
}
#bannerImage1{
background-image:url(images/2.jpg);
background-repeat: no-repeat;
height: 200px;
width: 600px;
float: right;
border-right: solid 10px #c9c6b8;
}
#bannerImage2{
background-image:url(images/3.jpg);
background-repeat: no-repeat;
height: 200px;
width: 600px;
float: right;
border-right: solid 10px #c9c6b8;
}
#bannerImage3{
background-image:url(images/4.jpg);
background-repeat: no-repeat;
height: 200px;
width: 600px;
float: right;
border-right: solid 10px #c9c6b8;
}
#bannerImage4{
background-image:url(images/5.jpg);
background-repeat: no-repeat;
height: 200px;
width: 600px;
float: right;
border-right: solid 10px #c9c6b8;
}
#bannerImage5{
background-image:url(images/6.jpg);
background-repeat: no-repeat;
height: 200px;
width: 600px;
float: right;
border-right: solid 10px #c9c6b8;
}
#bannerImage6{
background-image:url(images/7.jpg);
background-repeat: no-repeat;
height: 200px;
width: 600px;
float: right;
border-right: solid 10px #c9c6b8;
}
#contentContainer{
width: 962px;
background-image: url(images/bannerShim.gif);
background-repeat: repeat-x;
background-position: top;
border-top: solid 1px #ffffff;
overflow: auto;
}
#leftCol{
width: 312px;
padding: 20px;
float: left;
}
#rightCol{
width: 590px;
padding-top: 25px;
padding-right: 20px;
font-size: 12px;
line-height: 18px;
float: right;
}
h1{
color: #00918c;
font-size: 20px;
font-weight: normal;
margin: 0px;
}
h2{
color: #000000;
font-size: 16px;
font-weight: normal;
font-style: italic;
margin: 0px;
}
h3{
color: #000000;
font-size: 16px;
font-weight: normal;
margin: 0px;
}
#contactTable{
background-color: #d5d2c3;
}