/* CSS Document */

.inner-pad h1
    {
        background: none;
        /*height: 55px;*/
        margin: 0px;
        text-indent: 0px;
        overflow: visible;
    }
    
#gallery-images
    {
        margin-left: 50px;
        width: 600px;
    }
    
.gallery
    {
       margin: 0pt;
    }
    
.gallery div
    {
        height: auto;
        margin: 0pt 8px 0pt 0pt;
        /*background-color: #B5B5B5;*/
        color: #FFFFFF;
        /*width: 133px;*/
    }
    
.gallery div .image-title
    {
         height: 30px;
         background-color: #B5B5B5;
         padding-left: 2px;
         width: 133px;
    }
    
.gallery div .plus-sign
    {
        background: url(/images/generic/plus-image.gif) no-repeat;
        position: absolute;
        width: 17px;
        height: 17px;
        margin: 109px 0pt 0pt 112px;
    }
    
#main-title
    {
        height: 80px;
    }
    
#main-title h1
    {
        margin-bottom: 5px;
    }

/* End of CSS Document */
