/*
	global
*/
* {
	padding:0;
	margin:0;
}
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:1.0em;
	background-color:#8dc63f;
	background-image:url(images/background2.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
	padding:0;
	height:100%;
	
}

/*
	structure 
*/
div#wrap {
	min-height:100%;
	margin:0 auto;
	width:800px;
	padding-top:10px;
}
div#header {
	background-image:url(images/header-middle.gif);
	background-repeat:repeat-x;
	background-position:top left;
	height:159px;
}
div#innerheader {
	background-image:url(images/header-right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:159px;
}
div#title {
	background-image:url(images/header-left.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:159px;
	padding-top:10px;
	padding-left:0px;
}
div#content {
	border-left:5px solid #414141;
	border-right:5px solid #414141;
	background-color:#DCDCDC;

}
div#page {
	background-color:#ffffff;
	width:84%;
	float:left;
	min-height:100px;
	background-image:url(images/page-corner.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
div.innerpage {
	padding:10px;
	background-image:url(images/page-corner-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

div#sidebar {
	width:16%;
	float:left;
	margin-top:50px;
}

.gfx {
	background: url(images/sideswirls copy.png) no-repeat;
	float: left;
	height: 188px;
	margin-top: 420px;
	padding-left: 100px;
	width: 173px;
}
.border {background:url(images/dot-line.gif) 0 0 repeat-x; height:1px; padding:0 0 14px 0;}

/*
	nav
*/
div#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
	
}
div#sidebar ul li {
}
div#sidebar ul li a {
	background-color:#8dc63f;
	font-size:15px;
	color:#ffffff;
	border-bottom:2px dotted #000000;
	border-right:0px solid #000000;
	border-left:2px dotted #000000;
	display:block;
	padding:14px 5px;
	text-decoration:none;
	
}
div#sidebar ul li a:hover {
	background-color:#333333;
	color:#8dc63f;
	border-bottom:2px dotted #000000;
	border-right:0px solid #000000;
	border-left:0px solid #000000;
	font-weight:bold;
}



/*
	headers
*/
h1 {
	color:#f27822;
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h2 {font-size: 17px;
	color: #666666;
	font-weight:bold;
	padding:0;
	margin:-10px 0 0 0;
	
}

h3 {
	font-size:1.4em;
	color:#f27822;
	font-weight:normal;
}



/*
	links
*/
a {
	color:#66a215;
}
a:hover {
	color:#880000;
}
div#sidebar ul li a.selected, div#sidebar ul li a.selected:hover {
	background-color:#ffffff;
	border-left:0px solid #f27822;
	border-top:2px solid #8dc63f;
	font-weight:bold;
	color:#8dc63f;
}



/*
	paragraphs
*/
p {
	font-size:13px;
	color:#333333;
	line-height:1.80em;
	padding-bottom:20px;
}

/*-------------------------------------------------
		- IMAGES -					
-------------------------------------------------*/

a img.raam { 
	background: #fff;
	border: 3px solid #A9855A;
	padding: 2px;
	float: left;
	margin-right: 8px;
	}
a:hover img.raam {
	border: 3px solid #156cbb;
	}

div.gallery {
    margin: 15px auto;
    width: 99%;
}
    div.gallery img {
        margin: 0 13px 35px 0;
    }
    
img.raam {
    border: 3px solid #A9855A;
    padding: 2px;
}

div.smlgal {
    margin: 10px auto;
    width: 99%;
}
    div.smlgal img {
        margin: 0 13px 15px 0;
    }
	#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/lightbox/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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/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: #000;
	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 */
	}	
	

/*
	footer
*/
div#footer {
	padding:5px 0;
	border-left:5px solid #414141;
	border-right:5px solid #414141;
	background-color:#DCDCDC;
}
div#footer p {
	text-align:left;
	margin:0;
	padding-left:10px;
}
div#footer p, div#footer a {
	color:#000000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}






/*
	tables
*/
td {
	
	font-size:13px;
	color:#333333;
}




/*
	lists
*/
div.sidebar ul {
	list-style:none;
	padding:0;
	border-top:4px solid #dddddd;
	margin:0 0 20px 0
}
ul {font-size:13px;
	color:#333333;
	margin:0 0 20px 20px;
	padding:0;
	list-style:square;
}
ul li {
	padding:3px 0;
}
ol {font-size:13px;
	color:#333333;
	margin:0 0 20px 20px;
	padding:0;
	list-style: decimal;
}
ol li {
	padding:3px 0;
}



/*
	miscs
*/
code {
	border:1px solid #cccccc;
	background-color:#dddddd;
	color:#333333;
	display:block;
	padding:10px 5px;
	margin:10px 0;
}
.clear {
	clear:both; 
}
.right { 
	float:right; 
}
.left  {
	float:left;  
}
*:focus {
	outline:none;
}
