@charset "utf-8";
/* CSS Document */

*{
margin: 0;
padding: 0;
}

html{
background-color: #ccc;
background-image: url(images/bodyBkgrd.jpg);
background-position: top left;
background-repeat: repeat-x;
}

body{
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
}

#wrapper{
width: 800px;
margin: 15px auto;
background-color: #FFFFFF;
background-image: url(images/contentBkgrd.jpg);
background-position: top left;
background-repeat: repeat-y;
}

li{
list-style: none;
}

#branding{
height: 84px;
width: 800px;
background-image: url(images/masthead.jpg);
background-color: #fff;
}

#mainNav{
width: 798px;
height: 28px;
background-image: url(images/linkBkgrd.jpg);
background-repeat: repeat-x;
border: solid #051d2b;
border-width: 1px 0;
border-left: 1px solid #051d2b;
border-right: 1px solid #051d2b;
}

#mainNav li{
float: left;
list-style: none;
}

#mainNav a:link, #mainNav a:visited{
display: block;
float: left; /*IE6*/
height: 28px;
line-height: 28px;
color: #fff;
background-image: url(images/linkBkgrd.jpg);
background-position: top left;
background-repeat: repeat-x;
text-decoration: none;
border-left: 1px solid #126598;
border-right: 1px solid #051d2b;
padding: 0 15px;
}

#mainNav a:hover{
background-image: url(images/linkBkgrd.jpg);
background-position: bottom left;
background-repeat: repeat-x;
}

#mainFeature{
width: 800px;
height: 242px;
background-color: #003556;
border-bottom: 10px solid #003556;
background-image: url(images/featureBkgrd.jpg);
background-position: top left;
background-repeat: repeat-x;
}

#featureL{
float: left;
width: 246px;
height: 222px;
padding: 10px;
}

#featureR{
float: right;
width: 534px;
height: 242px;
background-image: url(images/mainFeatureMH.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#mainFeature h1{
font-size: 22px;
color: #555;
padding: 20px 0 0 0px;
}

#mainContent{
float: left;
min-height: 300px;
background-image: url(images/watermark.gif);
background-position: bottom left;
background-repeat: no-repeat;
}

#mainContent ul{
margin: 0 0 10px 0;
}

#mainContent li{
margin: 0 0 5px 0;
}

.largeColL{
float: left;
width: 512px;
padding: 10px;
}

.smallColR{
float: right;
width: 244px;
padding: 10px 10px 10px 14px;
}

#mainContent h2{
font-size: 18px;
color: #003556;
margin: 0 0 5px 0;
}

#mainContent h3{
font-size: 14px;
color: #003556;
margin: 0 0 5px 0;
}

#mainContent p{
margin: 0 0 10px 0;
line-height: 16px;
text-align: justify;
}

#mainContent a:link, #mainContent a:visited{
color: #003556;
text-decoration: underline;
}

#mainContent a:hover{
color: #126598;
text-decoration: none;
}

#footer{
clear: both;
width: 780px;
color: #fff;
padding: 10px;
background-color: #003556;
font-size: 10px;
}


/*------------------------------------------------------------GALLERY*/

#gallery #wrapper{
background-image: none;
}

#galleryContent{
width: 753px;
padding: 10px 10px 10px 37px;
min-height: 300px;
}

#galleryContent h2{
clear: both;
margin: 0 0 10px -27px;
}

ul.thumbnails{
margin: 0 0 10px 0;
padding: 0;
float: left;
text-align: center;
line-height: 1em;
list-style: none;
}

ul.thumbnails li{
display: inline;
margin: 0;
padding: 0;
}

ul.thumbnails a{
display: block;
float: left;
margin: 0 12px 10px 0;
padding: 4px 4px 8px 4px;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
background-color: #fff;
}

ul.thumbnails a:hover{
background-color: #ddd;
}

#galleryContent p{
margin: 10px auto;
}

p.photo{
float: left;
padding: 8px 8px 16px 8px;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
background-color: #fff;
text-align: center;
line-height: 1em;
}

p.photo img{
border: 1px solid #ccc;
}

#galleryContent a:link, #galleryContent a:visited{
color: #003556;
text-decoration: none;
}

#galleryContent a:hover{
color: #126598;
}

#picAlign{
float: left;
width: 628px;
text-align: center;
padding: 0 0 0 125px;
}

/*------------------------------------------------------------SERVICES*/

.serviceList{
float: left;
}

.serviceList ul{
width: 250px;
margin: 0 15px 10px 0;
}

.serviceList li{
padding: 0 0 0 15px;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
}
