/* CSS Document */


/*   tan #f1edea   light gray #8e877e        gold #d8b558     */

body {
	background-color: #8e877e ;
	
	margin: 0px;
	font-family: 'Questrial', sans-serif; 
	font-size:14px; color:black; }

.title1{font-size:19px; font-weight:bold; padding:18px 0 6px 0px; font-family: 'Questrial', sans-serif; }
.clear{clear:both;}
.bk_top{background-image: url(images/bk_top.jpg); background-repeat: repeat-x;   background-color:#f1edea}
.bk_bottom{background-image:url(images/bk_bottom.jpg); background-repeat: repeat-x; background-color:#8e877e ; font-family:Arial, Helvetica, sans-serif;}

.maincontent{width:945px; margin:0 auto; font-family:Arial, Helvetica, sans-serif }
.bottomcontent{width:945px; margin:0 auto; color:white; padding-top:25px; background-image:url(images/bk_bottom_logo.jpg); background-repeat:no-repeat;  font-size:12px; padding-bottom:10px; background-position:bottom left;  }
.slidebox{float:right; width:614px; margin-top:2px; padding-left:15px;}
.imgrt{float:right; padding-left:15px;}
.bd{border:1px solid black;}
.footer{text-align:center; padding-bottom:15px;}
.header{background:url(images/header.jpg); background-repeat:no-repeat; }
.address{color:white; font-size:18px; text-align:right; float:right; width:400px; padding:35px 5px 0 0; line-height:25px }
.title_white{font-weight:bold; color:white; text-align:center; font-size:16px; font-family: 'Questrial', sans-serif;  }

.intro{color:#8e877e; font-size:16px; padding:5px 0 15px 0px; line-height:22px;}

.navbox{background-color:#8e877e}
.bdw{ border: 3px solid white;}

a.whiteft:link{font-size:12px; color:white; text-decoration:none;}
a.whiteft:visited{font-size:12px; color:white; text-decoration:none;}
a.whiteft:hover{font-size:12px; color:#d8b558; text-decoration:none;}


a.dark:link{font-size:16px; color:#8e877e; text-decoration:none; font-weight:bold }
a.dark:visited{font-size:16px; color:#8e877e; text-decoration:none; font-weight:bold}
a.dark:hover{font-size:16px; color:#8e877e; text-decoration:underline; font-weight:bold}

a.pd:link{color:white; text-decoration:none; font-size:12px; }
a.pd:visited{color:white; text-decoration:none; font-size:12px;  }
a.pd:hover{color: #663399; text-decoration:none; font-size:12px; }

 


.tiles img {border: 3px solid #ffffff;
 
}
.tiles:hover img {border: 3px solid #d8b558;
}

.tiles-image {
    border: 3px solid white;

}
 

.mattblacktabs{
width: 100%;
overflow: hidden;

}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font-size:13px;
list-style-type: none;
font-family: 'Questrial', sans-serif;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 15px; /*padding inside each tab*/
border-right: 2px solid #f1edea; /*right divider between tabs*/
color: white;
background: #8e877e ; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #4c4949; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


/* LIGHTBOX */


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

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

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