

html, body
{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: medium;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal; 
    color: White;
    height: 100%;
}

p
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

ul, li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

img 
{
	border: 0;
}

.watermark
{
    color: Gray;
}

.clear 
{
	clear: both;
    margin-bottom: -5px;	
}

hr
{
    color: #D9AA52;
    color: #D9BA32;
    color: #FFCC00;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

h2
{
	color: #FFCC00;
	margin-bottom: 10px;
}

body 
{
    background-image: url("images/rock1.jpg");
    text-align: center;
    z-index: 0;
}

.header_bottom
{
    background-image: url('images/header_bottom_border.png');
    height: 4px;
    clear: both;
}

#wrapper 
{
	text-align: left;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}


#headline 
{
	margin-bottom: 5px;
}


#photo 
{
    float: left;
}

#photo div 
{
    display: inline;
}

#photo img 
{
	display: block;
}

#body 
{
	padding-top: 5px;
	text-align: justify;
}

#body-left 
{
	float: left;
	width: 408px;
}

#body-right 
{
	float: right;
	width: 330px;
}

#thriftstoreimg 
{
    margin-top: 2px; 
}

#footer {
	color: #FFFFFF;
	background-color: #660000; /*#7F312D;*/
	padding:  10px 0 5px 0;
	font-size: smaller;
	margin-top: 20px;
}

#footer p 
{
	margin: 0;
}

/* -----------  TOP BAR  -----------  */

#headerbg
{
    position: relative;
    top: 0px;
    left: 0px;    
    z-index: 0;
    
    text-align: center;
    height: 203px;
    width: 100%;      
    
    display: block; 
    float: left;
    
    background-position: center top;
    background-image: url("images/Banner_SummerRiver2.jpg");
    background-repeat: repeat-x;
}


#header 
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;

    text-align: center;
    height: 203px;
    width: 100%; 
    
    display: block; 
    float: left;
    margin-top: 0px;
    clear: both;  
}

.nav
{
    width: 100%; 
    background: transparent url("images/menu-bg.png") top left repeat-x;    
    height: 43px;
    position: relative;
    top: 203;
    left: 0;
    text-align: center;
    clear: both;
}

ul#menu
{
    text-align: left;
    width: 860px;
    text-align: center;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    
    font-size: medium;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    list-style-type: none;
}

ul#menu li
{
    display: block;
    height: 43px;
    float: left;
    margin: 0px 0px 0px 5px;
}

ul#menu li a
{
    color: #EEEEEE;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    margin-top: 3px;
    margin-bottom: 0px;
}

ul#menu li a:hover
{ 
    color: #FFCC00;
}

ul#menu li a.current

{ 
    color: #FFCC00;
    font-style: italic;
    padding: 5px 15px -1px 0px;
}         

/* -------------------------------------------- */
/* -------------- d STYLES  ------------- */
/* -------------------------------------------- */



.gallerycontainer{
    position: relative;
    width: 100%;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail
{
    color: #342F2C;
}

.thumbnail:visited
{
    color: #342F2C;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #342F2C;
}

.thumbnail span{
    /*CSS for enlarged image*/
    position: absolute;
    background-color: #EBEAE9;
    padding: 5px;
    left: -1000px;
    border: 1px dashed gray;
    visibility: hidden;
    color: #342F2C;
    text-decoration: none;
    text-align: center; 
    white-space: nowrap;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: 150px; /*position where enlarged image should offset horizontally WAS 230px */
z-index: 50;
text-align: center;
}


/*  THIS SECTION DEFINES WHERE THE HIGHLIGHTED IMAGE DISPLAYS*/

.doorstyle_leftcolumn .thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: 225px; /*position where enlarged image should offset horizontally WAS 230px */
z-index: 50;
}

.thumb
{
width: 150px;
margin: 10px;
}

.photo
{
width: 600px; /*800*/
max-height: 375px;  /*500*/
}


/* -------------------------------------------- */
/* ---------- END GALLERY STYLES  ------------- */
/* -------------------------------------------- */
         

/*    
       COLOR  SWATCH    
---------------------------
Fair Red            #7F312D
Peace Green         #485946
Gentle Sun          #D9AA52
Life Tan            #AB7052
Percerverance Gray  #C6C1BD
---------------------------
*/



/* --------------------------------------------- */
/* ------------LIGHT BOX STYLES ---------------- */
/* --------------------------------------------- */

#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/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover 
{ 
    background: url(images/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; 
}

/* --------------------------------------------- */
/* ------------END LIGHT BOX STYLES ------------ */
/* --------------------------------------------- */
