/*------------------------------------------------------------*

**  Global

**------------------------------------------------------------*/

body {

	background: #ffffff url(../img/body_.png) repeat-x;
	border-top: 5px solid #713942; 	
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 83%; 
	text-align: center;
	margin: 0; 
	padding: 0;
	color: #333;
	}

img { 
border: 0;
 }

a:link, a:visited { 
color: #9a2c33;

 	}

a:hover{
	text-decoration: none;
	}

p { 
font-size: 1.05em; line-height: 1.4em; margin: 15px 0 20px; 
	}

	




/*------------------------------------------------------------*

**  -

**------------------------------------------------------------*/

#header h1,

#nav div,

#content  { width: 760px; margin: 0 auto !important; text-align: left; }



/*------------------------------------------------------------*

**  Header

**------------------------------------------------------------*/	

#header { padding: 52px 0 10px; background: #A3525C url(../img/header_.gif) repeat-x; }

#header h1 {
	}

#header h1 a { text-decoration: none; color: #FFFFFF; }	



/*------------------------------------------------------------*

**  Navigation

**------------------------------------------------------------*/	

#nav { 
background: transparent url(../img/nav_.gif) repeat-x; 
padding-top: 5px; }

#nav:after	{ 

	content: "."; 

	display: block; 

	clear: both; 

	visibility: hidden; 

	height: 0;

	}	

#nav ul {	

	margin: 0;

	padding: 0;

	list-style-type: none;

	float: right;

	}	

#nav ul li { 
float: left; 
margin: 0; 
text-align: center; }	

#nav ul li a { 

	display: block; 

	padding: 5px 1.2em 8px; 

	border-left: 2px solid #fff;

	border-bottom: 2px solid #fff;

	color: #fff;
	background-color: #89454F; 
	text-decoration: none;
	font-size: 1.0em;
	text-transform: uppercase;
}

#nav ul li a.on,

#nav ul li a:hover { 

background-color: #bd606c; 
border-left: 2px solid #fff; 
border-bottom: 2px solid #fff; }






/*------------------------------------------------------------*

**  Content

**------------------------------------------------------------*/

#content { }

#content h2 {	
	color: #96463a;
	font-family: Georgia, serif;
	font-size: 1.7em;
	font-weight: normal;
	background: transparent url(../img/title_.gif) no-repeat;
	padding-top: 40px;

	}

#content h3 {
font-family: Georgia, serif;
font-size: 1.2em;
color: #b8a573;
margin-bottom: 10px;
margin-top:15px;
}

#content h4 {

font-size: 1.0em;
color: #787878;
margin-bottom: 15px;
margin-top:0px;
}

#content h5 {

font-size: 0.7em;
color: #7b7b7b;
margin-bottom: 10px;
margin-top:5px;
}

dl.feature {
	margin: 10px 10px 10px 0;
	padding: 10px 10px 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	color: #c6b27c;
}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	padding-bottom: 5px;
	padding-top: 5px;
}
dl.feature dt img {
	float: right;
	margin-right: 15px;
	padding-bottom: 15px;
}
dl.feature dd {

	margin-left: 0px;
	font-size: 95%;
	line-height: 1.5em;
	color: #666;
	}
	
	
	
#innercontainer {
	margin-left: 5px;
}



/* easy drop shadow*/

.img-wrapper {
	background: url(../img/shadow.gif) no-repeat bottom right;
	float:left;
	line-height:0;
	margin-right: 40px;
}

.img-wrapper img {
float:none;
margin:0;
background:#fff;
padding:4px;
border:1px solid #C5BDBD;
position:relative;
left:-5px;
top:-5px;
}

.img-wrapper-3right {
	background: url(../img/shadow.gif) no-repeat bottom right;
	float:left;
	line-height:0;
	
}

.img-wrapper-3right img {
float:none;
margin:0;
background:#fff;
padding:4px;
border:1px solid #C5BDBD;
position:relative;
left:-5px;
top:-5px;
}



.img-wrapper-left {
	background: url(../img/shadow.gif) no-repeat bottom right;
	float: left;
	line-height:0;
	margin-right: 20px;
}
 
.img-wrapper-left img {
float:none;
margin:0;
background:#fff;
padding:4px;
border:1px solid #C5BDBD;
position:relative;
left:-5px;
top:-5px;
}





.spacer {
clear: both;
}

.drop {
	float: left;
	font-size: 400%;
	line-height: 1em;
	margin: 4px 10px 10px 0;
	padding: 4px 10px;
	border: 2px solid #ccc;
	background: #ECE9CF;
	
	  	}

.redtext {
	font-size: 1.1em;
	color: #96463a;
	font-weight: bold;
}

/*------------------------------------------------------------*

**  Footer

**------------------------------------------------------------*/	

#footer { 
margin-top: 50px; 
padding-bottom: 1px; }

#footer div {

background: #a5515a url(../img/footerlinks_.gif) repeat-x; 
border-top: 5px solid #713942;
border-bottom: 5px solid #713942;
padding: 12px 10px 14px;
font-size: 0.9em;

}	

#footer div ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
	}	

#footer div ul li { 
display: inline; 
border-left: 1px solid #fff; 
margin-right: 10px; 
padding-left: 10px; }

#footer div ul li a { 
color: #fff; 
font-weight: bold;
text-decoration: none;
}


#footer div ul li a:hover{
	text-decoration: underline;
} 



#footer p { 
font-size: 0.9em; }




/*  lightbox */


#lightbox{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0%;
    }

#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: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
    }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}

#prevLink:hover {background: url(images/prev.gif) no-repeat; background-position:center;background-position:left;}
#prevLink:visited:hover {background: url(images/prev.gif) no-repeat; background-position:center;background-position:left;}

#nextLink:hover {background: url(images/next.gif)  no-repeat; background-position:center; background-position:right;}
#nextLink:visited:hover {background: url(images/next.gif) no-repeat; background-position:center; background-position:right}


#imageDataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #ffffff;
    margin: 0 auto;
    line-height: 1.4em;
    }

#imageData{
    padding:0 10px;
    }
#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;    }    
        
#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000000;
    }

.clearfix:after {
    content: "."; 
    display: block; 
    clear: both; 
    visibility: hidden;
	padding: 10px;
}
    
* html>body .clearfix {
    display: inline; 
    width: 100%;
    }

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
    } 
    
    
 /*  IE fixes */

.feature { 
	display: inline-table; 
	}
	
/* Hides from IE/Mac \*/
.feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}

/* End hide from IE/Mac */   