/* Start of CMSMS style sheet 'Red Top' */
/*
A CSS Framework by Mike Stenhouse of Content with Style 
-------------------------------------------------------

Copyright (c) 2005, Mike Stenhouse of Content with Style

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    * Neither the name of CSS Framework nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/* remove doted border in mozila */
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
/* end remove doted border in mozila */
/* NAV BAR AT THE TOP AND ONE COLUMN OF CONTENT */
    div#content {
        position: relative;
        margin: 0px auto 0px auto;
        padding: 0;
        
        text-align: left;
    }
    div#main {
        padding: 25px 25px;
        padding-bottom: 20px;
        min-height: 400px;
        position: relative;
        overflow: auto;
    }
    div#local {
    }
    div#sub {
        width: 100%;
    }
    div#nav {
        position: relative; 
    }
    div#nav ul{
        position: relative;
    }
    
/* END CONTENT */


/* NAV */
    div#nav  {
        font-size: 0.9em;
        text-transform: uppercase;
        
    }
    * html div#nav {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    /*div#nav div.wrapper {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }*/
    div#nav ul {
        width: 100%;
                
        margin: 0;
        padding: 0;
        
        line-height: 1em;
        list-style: none;
        padding-top: 10px;
        padding-bottom: 6px;
    }
    div#nav li {
        float: left;
        display: inline;
        
        margin: 0;
        padding: 0;
        
        list-style: none;
        
        line-height: 1em;
        
    }
    div#nav li.last {
        border-right: none;
    }
    div#nav a,
    div#nav a:link,
    div#nav a:active,
    div#nav a:visited {
        display: inline-block;
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
        margin: 0;
        padding: 0px 25px 5px 25px;
        
        
        text-decoration: none;
        
        color: #333;
        
    }
    div#nav a:hover {
        color: #666;
    }
    div#nav strong {
        display: inline-block;
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
        color: #333;
        background: black;
    }
    div#nav strong a,
    div#nav strong a:link,
    div#nav strong a:active,
    div#nav strong a:visited,
    div#nav strong a:hover {
       color: #333;
       background-color: black;
    }
   div#nav .menuactive a {
       background-color: #fff;
       color: #C30310;
       font-weight: bold;
   }

    #local ul {
        margin: 0;
        list-style-type: none;
        border-left: 1px solid #6A7094; 
    }

/* END NAV */

/* clearing */
    .stretch,
    .clear {
        clear: both;
        height: 1px;
        
        margin: 0;
        padding: 0;
        
        font-size: 15px;
        line-height: 1px;
    }
    .clearfix:after {
        clear: both;
        height: 0;
        
        display: block;
        visibility: hidden;
        
        content: ".";
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */
/* end clearing */

/* accessibility */
     span.accesskey {
         text-decoration: none;
     }
     .accessibility {
         position: absolute;
         top: -999em;
         left: -999em;
     }
/* end accessibility */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 0;
              
        text-align: center;
        
        
    }
    div#page {
        width: 840px;
        
        margin:  0 auto;
        padding: 0;
        
        text-align: center;
        
        
    }
    
    /* HEADER */
        div#header {
            margin: 40px 0 0px; 0;
            padding: 0;
            position: relative;
            overflow: hidden;
            text-align: left;
            border-bottom: 1px solid #6A7094;
        }
        div#branding {
            margin: 0;
            text-align: left;
            display:block;
            height: 123px;
        }
        div#search {
            display: none;
            position: absolute;
            right: 0px;
            bottom: 10px;
            margin: 0;
            padding: 16px 20px 0 0;
            
            text-align: right;
        }

    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
            
        }
        
        /* MAIN */
            div#main {
                
            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
             
        }
        div#footer p {
            margin: 0;
            padding: 10px 20px 15px 0px;
            text-align: right;
            font-size: 0.8em;
        }
    /* END FOOTER */
/* END LAYOUT */


/* UL.SUBNAV */
    ul.subnav {
        margin: 0;
        padding: 0;
        
        font-size: 0.8em;
        list-style: none;
    }
    ul.subnav li {
        margin: 0 0 1em 0;
        padding: 0;
        
        list-style: none;
    }
    ul.subnav li a,
    ul.subnav li a:link,
    ul.subnav li a:visited,
    ul.subnav li a:active {
        text-decoration: none;
        font-weight: bold;
        
        color: black;
    }
    ul.subnav li a:hover {
        text-decoration: underline;
    }
    ul.subnav li .menuactive {
        padding: 0 0 0 12px;
        
    }
    ul.subnav li strong a,
    ul.subnav li strong a:link,
    ul.subnav li strong a:visited,
    ul.subnav li strong a:active {

    }
/* END UL.SUBNAV */

/* TYPOGRAPHY */
    body {
        text-align: left;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 86%;
        line-height: 1.3em;
        

    }
    div {
        font-size: 1em;
    }
    img {
        border: 0;
    }
    
    
/* LINKS */
    a,
    a:link,
    a:active {
        color: #c30310;;
        text-decoration: none;
        
    }
    a:visited {
        background-color: transparent;
    }
    a:hover {
        text-decoration: underline;

    }

    .external span {
        display: none;
    } 
/* END LINKS */
    
/* HEADINGS */
    h1 {
        margin: 0 0 0.5em 0;
        padding: 0;
        
        font-size: 2em;
        line-height: 1.5em;
        
    }
    h2 {
        margin: 0 0 0.5em 0;
        padding: 0;
        
        font-size: 1.5em;
        line-height: 1.5em;
        
    }
    h3 {
        margin: 0 0 0.5em 0;
        padding:0;
        
        font-size: 1.3em;
        line-height: 1.3em;

    }
    h4 {
        margin: 0 0 0.25em 0;
        padding: 0;
        
        font-size: 1.2em;
        line-height: 1.3em;
        
        color: black;
    }
    h5 {
        margin: 0.5em 0 0.25em 0;
        padding: 0;
        
        font-size: 1.1em;
        line-height: 1.3em;
        
        color: black;
    }
    h6 {
        margin: 0 0 0.25em 0;
        padding: 0;
        
        font-size: 1em;
        line-height: 1.3em;
        
        color: black;
    }
/* END HEADINGS */

/* TEXT */
    p {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        font-size: 1em;
        line-height:1.4em;
    }
    blockquote {
        margin-left: 10px;
        
        border-left: 10px solid #ddd;
    }
    pre {
        font-family: monospace;
        font-size: 1.0em;
    }
    strong, b {
        font-weight: bold;
    }
    em, i {
        font-style:italic;
    }
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
    
/* LISTS */
    ul {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        line-height:1.4em;
    }
    ul li {
        margin: 0 0 0.25em 30px;
        padding: 0;
    }
    ol {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        font-size: 1.0em;
        line-height: 1.4em;
    }
    ol li {
        margin: 0 0 0.25em 30px;
        padding: 0;
        
        font-size: 1.0em;
    }
    dl {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        line-height: 1.4em;
    }
    dl dt {
        margin: 0.25em 0 0.25em 0;
        padding: 0;
        
        font-weight: bold;
    }
    dl dd {
        margin: 0 0 0 30px;
        padding: 0;
    }
/* END LISTS */
    
    
/* TABLE */
    table {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        font-size: 1em;
    }
    table caption {
        margin: 0;
        padding: 0 0 1.5em 0;
        
        font-weight: bold;
    }
    th {
        font-weight: bold;
        text-align: left;
    }
    td {
        font-size: 1em;
    }
/* END TABLE */    
    
    hr {
        display: none;
    }
    div.hr {
        height: 1px;
        
        margin: 1.5em 10px;
        
        border-bottom: 1px dotted black;
    }
    
/* END TYPOGRAPHY */    

/* COLOURS */

body {
    color: #555;
    /*background: #000 url(/uploads/images/interface/background.png) no-repeat;*/
    background: #fafafa;
}

#main {

    background: #fff; /* url(/uploads/images/interface/main2.png) no-repeat;*/
    border: 1px solid #6A7094;
    border-top: none;
}

#main h2 {
    margin-bottom: 30px;
}

#header {
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #c30310; 
}
h5{
  color: #6A7094; 
}
strong {
    color: #333;
}

#local {
    background-color: #FFF;
    margin: 0;
}

#footer {
    background: url(/uploads/images/interface/footer.jpg) no-repeat;
    color: #fff;
    background-position: 0 -0px;
    position: relative;
    top: -1px;
    
}

#nav {
    
    border-left: 1px solid #6A7094;
    border-right: 1px solid #6A7094;
    
 
}

#local {
    top: -0px;
    position: relative;
    border-left: 1px solid #6A7094;
    border-right: 1px solid #6A7094;
    
}

/* END COLOURS */


/* NEWS */

.NewsSummary .NewsSummaryAuthor {
    display: none;
}

.NewsSummary .NewsSummaryCategory {
    display: none;
}

.NewsSummary {
    background: #fafafa;
    padding: 15px;
    margin: 5px 0;
    color: #333;
}

.NewsSummaryPostdate {
    font-size: 120%;
    float:right;
}

.NewsSummaryLink {
    font-size: 120%;
    margin-bottom: 15px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #999;
}
 
/* END NEWS */


.banner_output {
    position: relative;
}

body .banner_title {
padding: 15px 20px;
padding-left: 30px;

bottom: 0;
left: 0;
font-size: 150%;
font-family: Arial;

}

#locationDetails {

    width: 790px;
    margin-top: 55px;
}

#locationText {
   float: left;
   clear: left;
   width: 130px;
}

#locationText h3 {
    
    
}

#locationText dd {
    margin: auto;
}

#storefrontImage {
    float: right !important;
}

#map {
    margin-bottom: 25px;
    width: 790px !important;
}

.banner_output, .banner_output * {
    padding: 0;
    margin: 0;
}

.banner_output {
    padding: 2px;
    text-align: center;
}
#closurepage blockquote{
 border-left: none !important;
 margin-left: 20px;
}
#closurepage #main h2{
  color: #6A7094;
}
#closurepage #main a, #closurepage #main a:link{
  color: #6A7094;
  text-decoration: underline;
}
#closurepage #main a:hover{
  color: #999;
  text-decoration: none;
}
div#leftcol{
  position: relative;
  float: left;
  left: 0;
  top: 0;
  margin-right: 15px;
  padding-right: 20px;
  width: 500px;
  border-right: 2px dotted #6A7094;
  
}
div#rightcol{
  left:0;
  top:0;
  float: left;
  position: relative;
  width: 250px;
}
#threecolbox div#leftcol{
  width: 300px;
  border-right: none;
}
#threecolbox #middlecol{
  left:0;
  top:0;
  float: left;
  position: relative;
  width: 80px;
  padding-right: 20px;
}
#threecolbox div#rightcol{
  width: 350px;
}
#local ul {
position:relative;
line-height:1em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0px 0 0;
text-transform: uppercase;
}
#local li {
display:inline;
float:left;
line-height:1em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
#local a, #local a:link, #local a:active, #local a:visited {
color:#4B5171;
display:block;
margin:0;
padding:5px 25px 5px;
text-decoration:none;
background: #CFCFF5;
color: #4B5171;
border: 1px solid #6A7094;
border-top: none;
border-left: none;
}
#local li.menuactive a{
  background: #6C7292;
  color: #fff;
}
#local a:hover{
  color:#222;
}
#exhibitionspage #rightcol {
  margin-top: -20px;
} 
 #designedBy{
  text-align: right;
  position:relative;
  display: block;
  margin-top: 10px;
  padding-right: 20px;
  
}
#designedBy a{
  color: #ccc;

}
#designedby-content{
   width: 840px;
   margin: 0 auto;
}
#about-servicespage #main img {
  padding: 3px;
  border: 3px double #eee;
}
<!--[if IE6]>;
<style type="text/css">
.banner_title {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/uploads/images/interface/title_bar.png,sizingMethod=\'scale\');</style>
<![endif]-->



/* End of 'Red Top' */

/* Start of CMSMS style sheet 'slimbox' */
/* SLIMBOX */

body #content .albumName {
    font-size: 190%;
    clear: both;
    
    padding: 3px 4px;
    padding-bottom: 0px; 
    letter-spacing: 1px;
    border-bottom: 1px solid #6A7094;
    margin-bottom: 30px;
}


.thumb p {
    margin: 6px 0;
}


.noprint {
    display: none;
}

.albumComment {
   float: left;
   width: 240px;
   position: relative;
   top:0;
   left:0;
   padding: 0 20px;
}

.bigAlbumComment {
    width: 480px;
}

.picturelist {
    display: block;
    overflow: auto;
    position: relative;
    left: -1px;
    /*top: -1px;*/
    padding-top: 0px;
    padding-left: 25px;
    padding-bottom: 50px;
    

}


#lbOverlay {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #000;
        cursor: pointer;
        z-index: 200;
}

#lbBottomContainer {
        width: 200px;
        position: relative;
}

#lbCenter, #lbBottomContainer {
        position: absolute;
        left: 50.05%;
        overflow: hidden;
        background-color: #fff;
        z-index: 202;

}

.lbLoading {
        background: #fff url(/modules/Album/templates/db/slimbox/images/loading.gif) no-repeat center;
        z-index: 201;
}

#lbImage {
        position: absolute;
        left: 0;
        top: 0;
        border: 10px solid #fff;
        background-repeat: no-repeat;

}

#lbPrevLink, #lbNextLink {
        display: block;
        position: absolute;
        top: 0px;
        outline: none;
        z-index: 202;
        height: 20px;
        width: 70px;
        background: blue;
        
        padding: 3px;
}

#lbPrevLink {
        left: 4px;
        bottom: 0;
        background: transparent url(/modules/Album/templates/db/slimbox/images/prevlabel.gif) no-repeat 0% 50%;

}

#lbPrevLink:hover {
        
}

#lbNextLink {
        right: 4px;
        bottom: 0px;
        background: transparent url(/modules/Album/templates/db/slimbox/images/nextlabel.gif) no-repeat 100% 50%;
}

#lbNextLink:hover {
        background: transparent url(/modules/Album/templates/db/slimbox/images/nextlabel.gif) no-repeat 100% 50%;
}

#lbBottom {
        color: #666;
        line-height: 1.4em;
        text-align: left;
        padding: 10px;
        padding-top: 33px;
}

#lbCloseLink {
        display: block;
        float: right;
        width: 66px;
        height: 22px;
        background: transparent url(/modules/Album/templates/db/slimbox/images/closelabel.gif) no-repeat center;
        margin: 5px 0;
        z-index: 203;
}

#lbCaption, #lbNumber {
        margin-right: 71px;
        margin-left: 10px;
        
}

#lbCaption {
        font-weight: bold;
}

/* Album and Picture Lists */
.thumb
{
        height: 220px;
        padding:0;
        width:150px;
        margin:0 0.5em 0.5em 0;

/* Thumbnail spacing */
        text-decoration:none;
        line-height:normal;
        list-style-type:none;
        text-align:center;
        float:left;

}

.thumb .pictureLink
{
        display:block;
        height:72px;
/* Set link formatting*/
        width:100px;
/* Thumb width*/

/* Thumb height*/
        padding:10px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
        margin:0 auto;
        background-color:white;
        border: 1px solid #eee;
        text-decoration:none;

}
.albumcomment { text-align: left; }
.thumb .pictureLink:visited img
{
        background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

.thumb .pictureLink:hover img
{
        background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
.albumname
{
        
        text-align:center;
        font-weight:bold;
        font-style:normal;
}

.albumname .pictureLink
{
        display: inline;
        border: none;
        margin:none;
        padding:none;
        background-color:transparent;
}
.albumpicturecount
{
        text-align:center;
        font-weight:normal;
        font-style:italic;
}

.albumcomment
{
        text-align:center;
        font-weight:normal;
        font-style:normal;
}

.albumnav
{
        text-align:center;
        font-weight:normal;
        font-style:normal;
}

.instructiontext
{
        font-weight:normal;
        font-style:normal;
        font-style:italic;
    
}

.category_name {
    display: none;
}
#rightcol .thumb{
  height: 140px;
  margin-left: 50px;
}

/* End of 'slimbox' */

