body {
                font-family: arial sans-serif;
                background-color: #B0BDB0;
                font-size: 14px;
}

a.red:link {
               color: #ff0000; text-decoration: underline
}

a.red:visited {
               color: #ff0000; text-decoration: underline
}

a.red:hover {
               text-decoration: none
}

#content {
                margin: 10px auto;
                width: 780px;
                background-color: #B0BDB0;
                border: solid 1px #000;
}

#header {
                background: url('images/header.jpg') top center;
                width: 780px;
                height: 185px;
}

h1 {
                font-weight: normal;
                text-align: left;
                font-size: 24px;
                margin: 20px 0 0 0;
}

h4 {
                font-size: 18px;
                color: #f00;
                text-decoration: none;
}

h4 a {
                color: #000;
}

/*
------------ Navigation -------------
*/

#navigation {
                float: right;
                width: 440px;
                list-style-type: none;
                text-align: left;
                font-size: 17px;
                font-weight: bold;
                margin-top: 22px;
                padding: 0px;
}
                
#navigation li {
                display: inline;
}

#navigation a {
                padding: 10px 5px;
}

#navigation a:link, a:active, a:visited {
                color: #000;
                text-decoration: none;
}

#navigation a:hover {
                color: #000;
                text-decoration: underline;
}

#strapline {
                clear: both;
                text-align: right;
                width: 770px;
                background-color: #C60001;
                margin: 5px 0 0 0;
                padding: 5px 5px 0 5px;
}

/*
------------ Main -------------
*/

#logo {
                float: left;
                padding: 15px 0 0 10px;
}

a #logo {
                border: none;
}

#main {
                width: 652px;
                clear: both;
                background: url("images/1.jpg") no-repeat top left;
                padding: 0 0 0 128px;
                margin: 0;
}

/*
#leftcol {
                float: left;
                width: 128px;
}
*/

#midcol {
                float: left;
                width: 375px;
                margin: 0 10px;
                text-align: justify;
}

#gallery #midcol {
                width: 780px;
                margin: 0;
                margin-bottom: 20px;
}

#contactpage #midcol {
                width: 632px;
}

#rightcol {
                float: right;
                width: 225px;
                margin: 50px 20px 0 0;
}

#rightcol p {
                font-weight: bold;
                margin: -40px 0 20px 0;
                padding: 5px;
                text-align: center;
}

#rightcol p img {
                padding: 0;
}

#rightcol img:firstchild {
                padding-top: 10px;
}

#rightcol img {
                padding-bottom: 10px;
}

.email {
                vertical-align: middle;
}

/*
------------ Footer -------------
*/

#footer {
                clear: both;
                width: 780px;
                text-align: center;
                margin: 20px 0 0 -128px;
                font-size: 12px;
                padding-bottom: 5px;
}

#footer a {
                color: #000;
                text-decoration: none;
}

#footer a:hover {
                color: #000;
                text-decoration: underline;
}

/*
------------ Services Page -------------
*/

#servicesnav a {
                color: #f00;
                font-size: 16px;
                text-decoration: none;
}

#servicesnav a:hover {
                text-decoration: underline;
}

/* 
--------- Gallery Page ----------
*/

#gallery h1, #gallery p {
                margin-left: 101px;
}

#gallery p {
}

.thumbnails  {
                float: left;
                width: 588px;
                margin-left: 96px;
                padding: 0px;
}

.thumbnails img {
                float: left;
                margin: 5px;
                border: solid 1px #000;
}

#smallermargin img {
                margin: 5px 3px;
}

#gallery #footer {
                margin: 0 auto;
}



/* 
--------- Contact Page ----------
*/

#contact {
                float: left;
                margin-top: 10px;
}

#address {
                float: left;
                margin-left: 50px;
}

/*
           ---------------- LIGHTBOX ----------------
*/
#lightbox{      position: absolute;     left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }

#imageData{     padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }                       
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}          

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
