@charset "utf-8";
/* CSS Document */



*{
padding:0;
margin:0;}

body{
	background-color:#ccd8e0;
	background-image:url(../img/background.jpg);
	background-attachment:fixed;
	font-family:"Lucida Sans Unicode";
	font-size:12px;
	color:#FFFFFF;
}



#container{
position:relative;
top:20px;
}

#content{
background-color:#9d5c49;
margin:0 auto;
padding:10px;
width: 780px;
overflow:none;

}

.imgleft{

float:left;
padding-right:10px;}


.imgleftgallery{

float:left;
padding-right:10px;
padding-bottom:10px}




#header{
	height: 300px;
	width: 780px;
	background-color:#FFFFFF;
	background-image: url(../img/header.jpg);
}
h1 {
	padding-top: 10px;
	font-size: 24px;
}


#leftheader{
background-color:#b3c2c7;
background-image:url(../img/header.jpg);
background-repeat:no-repeat;
height:150px;
width:564px;
float:left;
text-align:center;
line-height: 150px;
font-family:"Trebuchet MS";
}

#leftheader h2{

font-size:26px;}

#rightheader{
width:190px;
height:150px;
background-color:#999999;
float:right;
font-family:"Trebuchet MS";
padding:0 10px 0 10px;

}

#rightheader h2{
padding-top:10px;
}

#nav{
margin: 0 auto;
margin-top:5px;
width: 780px;
background-image:url(../img/nav.gif);
height:41px;
word-spacing:20px;
}

#nav a{
background: url(../img/nav.gif);
font: bold 12px sans-serif;
text-decoration:none;
border-right: 1px solid #AFBEC7;
line-height: 41px;
padding: 0 20px;
color:#FFFFFF;
display: block;
float: left;
}

#nav a:hover{
background-position:bottom; 
color:#E1DDCC;
}

#nav ul{
list-style:none;


}

#nav li{
display:inline;

}

#txt{
	width:760px;
	color:#444;
	font-family:"Lucida Sans Unicode";
	float: left;
	text-align:justify;
	background-image:url(../img/bgmain.gif);
	padding:10px;

}

#txt a{
color:#963;
}

#footer a{
color:#FFFFFF;
}

#txt a:hover{
color:#c60;
}

#footer a:hover{
color:#cdc4ad;
}

#txt .date{
	color:#9d5c49;
	display:block;
	padding-top:5px;
	padding-bottom:10px;
}

#txt h2{
padding-top:20px;
}

#txt p{
padding-bottom:10px;
padding-right:20px;

}

#txt ul{

padding-bottom:10px;
}

#txt li{
list-style: url(img/li.gif);
margin-left: 18px;
	}

blockquote {
background: url(../img/quote.gif) no-repeat;
display: block;
font-weight: bold;
padding-left: 28px;
}


#nav2 {
float: right;
width: 210px;

}

#nav2 h3{
padding: 8px 0 8px 0;
}

#nav2 a{
color:#554;
text-decoration:none;
background-color:#f7f8f2;
display:block;
padding: 8px 0 8px 10px;

}

#nav2 a:hover{
color:#654;
background-color:#f0f0eb;
}


#nav2 li{
background-color:#f7f8f2;
list-style:none;
border-bottom:#EAEADA 1px solid ;
color:#000000;

}


.nav2txt{
color:#5a5a43;
font-weight:bold;
padding-left:8px;

}

#footer{
clear:both;
width:780px;
background-image:url(../img/bgfooter.gif);
height:39px;
font-weight:bold;
line-height: 39px;
text-align:center;}




/* 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 */ 
	
#container #content #txt a {
	
}
