/* CSS CONTENT */

body {
background:#857657 url(images/background2.jpg) top center repeat;
color:#303030;
font:76% Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
text-align:center;
}

body, html { 
  scrollbar-face-color: #d0c7a7 ; 
  scrollbar-shadow-color: ThreeDDarkShadow  ; 
  scrollbar-highlight-color: ThreeDHighlight ; 
  scrollbar-3dlight-color: ThreeDLightShadow ; 
  scrollbar-darkshadow-color: ThreeDDarkShadow ; 
  scrollbar-track-color: #ffffff ; 
  scrollbar-arrow-color: #ffffff ; 
}

a {
color:#505050;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#808080;
text-decoration:underline;
}

p {
line-height:1.5em;
margin:0 0 15px;
}

/*** Main container ***/

#container {
background:#e1dbcd url(images/header_bg.gif) top left repeat;
color:#8a7c69;
margin:0 auto;
width:770px;
padding:0;
text-align:left;

}

/*** Header section ***/

#sitename {
color:#000000;
height:92px;
margin:0 20px 10px;
text-align:center;
}

#sitename img {
float:left;
margin:0px 15px 0px 0;
padding:0px;
}

#sitename h1,#sitename h2 {
font-weight:400;
letter-spacing:-2px;
margin:0;
padding:0;
}

#sitename h1 {
	font-size:2.4em;
	padding-top:20px;
	background-position: center;
}

#sitename h2 {
	font-size: 16px;
	letter-spacing: 1;
	font-variant: small-caps;
	
}

/*** Horizontal menu ***/

/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
      background:#e1dbcd;
      font-size:93%;
      line-height:normal;
      border-bottom:2px solid #000000;
      border-top:1px dotted #000000;
      }
    #tabsF ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("images/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
	  
	  
/*- Menu Tabs GH--------------------------- */

    #tabsGH {
      float:left;
      width:100%;
      font-size:85%;
      line-height:normal;
      border-bottom:2px solid #000000;
      }
    #tabsGH ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsGH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsGH a {
      float:left;
      background:url("images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsGH a span {
      float:auto;
      display:block;
      background:url("images/tabrightF.gif") no-repeat right top;
      padding:8px 16px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsGH a span {float:left;}
    /* End IE5-Mac hack */
    #tabsGH a:hover span {
      color:#FFF;
      }
    #tabsGH a:hover {
      background-position:0% -42px;
      }
    #tabsGH a:hover span {
      background-position:0% -42px; no-repeat right top;
      }
/*** Content wrap ***/

#wrap {
clear:both;
background:#8b7c69  url(images/content_bg_low_rouge.jpg) top left no-repeat;
font-size:0.9em;
padding:0 10px 0 0;

}

/*** Sidebars ***/



#rightside {
float: right ;
background: #e1d9cc;
opacity: 0.70;
-moz-opacity: 0.70;
_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
border: 1px solid #000000;
margin-left:5px;
width: 150px;
padding: 0 0 0 5px;
}

#rightside h1 {
color:#000000;
font-size:1.6em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 12px;

}

#rightside h2 {
font-size:1.1em;
margin:0 0 20px;

}

#rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
color: #666666;
}

.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}

.linklist a {
color:#666666;
}

/*** Content ***/

#content,#contentalt {
width: 560px;
height: 1200px;
background:#ffffff;
opacity: 0.80;
-moz-opacity: 0.80;
_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
border:1px solid #000000;
color:#2a2a2a;
padding: 5px 0 0 5px;
}

#content {margin:0px 10px 0px 0px;}
#contentalt {margin:0px 10px 0 20px;}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
background-color:inherit;
color:#000000;
font-size:1.8em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

#content h2,#contentalt h2 {
font-size:1.6em;
margin-bottom:10px;
}

#content img,#contentalt img {
border:1px solid #e1d9cc;
float:center;
margin:5px 15px 6px;
padding:5px;
}

/*** Scroll Box ***/

#scroll {
height: 700px;
background:transparent;
color:#2a2a2a;
padding:0px 5px 0px 5px;
overflow: inherit;
}





/*** Footer ***/

#footer {
background:#8b7c69;
clear:both;
color:#e1d9cc;
font-size:0.9em;
font-weight:bold;
margin:0;
padding:20px 0;
text-align:center;
width:100%;
}

#footer a {
color:#e1d9cc;
font-weight:bold;
}

/*** Various classes ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}

.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*~~~~~~~~~~~styles light box~~~~~~~~~~~~~~~*/

.style4 {font-size: 16px}
.style5 {
	font-size: 12px;
	color: #CCCCCC;}
	
#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, #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;
	}

#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: #b2aba2;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

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