html {
    -webkit-text-size-adjust:none;
    height:100%;
}

body {
    background-image:url(water.jpg);
    background-repeat:repeat;
    font-family:verdana, arial, helvetica, sans-serif;
    margin:0;
    padding:0;
    height:100%;
}

div#mainWrapper {
    background-color:#aabbaa;
    width:600px;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:20px;
    min-height:100%;
}

#companyHeading {
    padding-top:15px;
    padding-left:10px;
    padding-bottom:10px;
}

#companyHeading p {
    margin:0px;
    padding:0px;
}

#headingLogo {
    float:left;
    margin-right:10px;
    width:70px;
    height:62px;
    background-image:url(logo.png);
    background-repeat:no-repeat;
    padding-bottom:20px;
}

#headingLogo img {
    display:none;
}

#companyHeading h1 {
    margin:0;
    font-size:24px;
    padding-top:7px;
    line-height:25px;
    color:white;
    font-family:serif;
    width:100px;
    float:left;
}

h2 {
    display:none;
}

#companyHeading h2 {
    display:block;
    width:400px;
    float:left;
    text-align:center;
    clear:right;
    margin-top:20px;
    font-size:13px;
    font-style:italic;
}

#topNavBar {
    clear:left;
    height:36px;
    border-style:none;
    border-bottom-style:solid;
    border-top-style:solid;
    border-width:2px;
    border-color:black;
}

#topNavBar ul {
    list-style-type:none;
    margin:0;
    padding:0;
    float:left;
    
}

#topNavBar ul li {
    display:block;
    float:left;
    padding:0;
    margin:0;
    height:auto;
    font-size:12px;
}

#topNavBar ul li a {
    text-decoration:none;
    display:block;
    padding:10px;
    background-color:#999999;
    color:#005544;
    margin:1px;
}

#topNavBar ul li a:hover {
    background:transparent;
    color:white;
}

#topNavBar ul li span.selected {
    background:transparent;
    color:white;
    display:block;
    padding:10px;
    margin:1px;
}

div.galleryItem {
    clear:left;
    padding-top:20px;
    margin-left:5px;
}

div.galleryItem div.bunch {
    float:left;
}

div.galleryItem h3 {
    color:black;
    font-size:14px;
    padding:0px;
    margin:0px;
}

div.galleryItem h3 a {
    margin:0px;
    padding:0px;
    color:black;
    display:block;
    float:left;
    text-decoration:none;
    border-style:none;
    border-bottom-style:solid;
    border-color:#005544;
    border-width:2px;
        
}

div.galleryItem h3 a:hover {
    border-bottom-color:#aabbaa;
}

div.galleryItem ul {
    clear:left;
    float:left;
    margin:0px;
    padding:0px;
    color:black;
    font-size:12px;
    list-style-type:circle;
    padding-top:2px;
}

div.galleryItem li {
    line-height:20px;
    margin:0px;
    
    margin-left:30px;
    padding:0px;
    
}

div.galleryItem p.illustration {
    margin:0px;
    padding:0px;
    margin-right:10px;
    width:86px;
    height:100px;
    float:left;
}

div.galleryItem p.illustration img{
    float:left;
    position:relative;
    top:-10px;
}

div.galleryItem p.siteImage {
    clear:left;
    text-align:center;
    padding-top:5px;
}

div.galleryItem p.siteImage img {
    
    display:block;
    margin-top:8px;
    border-style:solid;
    border-color:black;
    border-width:1px;
}

div.galleryItem a {
    color:black;
}

div.galleryItem a img {
    border-style:solid;
    border-color:black;
    border-width:1px;
    margin-left:auto;
    margin-right:auto;
}
