/* CSS Document */
/*--------------------------------------Default------------------------------------*/
* {
	margin:0px; padding:0px;
	}
	
body {
	background-color:#FFFFFF;
	font-family:"Myriad Pro", "Century Gothic"; font-size:14px; color:#837963; text-align: justify;}
	

h1 {
	font-size:30px; color:#837963;
	}

h2 {
	font-size:18px; color:#bfb9ac;
	}
	
h3 {
	font-size:18px; font-weight: normal; color:#837963;
	}
	
h4 {
	font-size:16px; font-weight: normal; color:#bfb9ac;
	}
	
h5 {
	font-size:24px; font-weight: normal; color:#bfbaaf;
}

h6 {
	font-size:16px; font-weight: normal; color:#837963; text-align:center;
}

	
p {
	margin-bottom:10px;
	}

	
.clear {
	clear:both;
	}
	
.left {
	float:left;
	margin-right:20px;
	}
	
.right {
	float:right;
	margin-left:20px;
	}
/*--------------------------------------Maincontainer------------------------------------*/
.maincontainer {
	width:900px;
	margin:80px auto 0px auto;
	}
/*--------------------------------------Header------------------------------------*/
.header {
	height: 100px;
	font-size:35px; color:#837963;
	}
	a:link {
	text-decoration: none;
	color: #837963;
}
a:visited {
	text-decoration: none;
	color: #837963;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*--------------------------------------Content------------------------------------*/
.content {
	
	}
	
.left_col {
		width:150px;
		float:left; display:inline;
		}
		
.right_col {
		width:480px;
		float:left; display:inline;
		font-size:14px;
		}

.right_col1 {
		width:197px;
		margin-left:43px;
		float:left; display:inline;
		}
		
		
.news_col {
		width:460px;
		font-size:14px;
		float:left; display:inline;
		}
		
.home_image {
    float:left;
    margin-right:20px;
    margin-top:190px;
}  

/*--------------------------------------Navigation------------------------------------*/
.nav {
	float: right;
	width:200px;
		}
		
	.nav li {
		list-style-type: none;
		height:24px;
		}
				
	.nav a {
		font-size:16px; color: #bfb9ac;
		text-decoration:none;
		}
		
	.nav a:hover {
		color: #837963;
		}
		
	.onstate a {
		color: #837963;
		}
	
.nav_footer {
	margin-top:50px;
	}
/*--------------------------------------Galleries------------------------------------*/
.sub_header {
	width:690px; height: 75px;
	float: left;
	}

.two_col {
	width:200px;
	float:left; display:inline;
	margin-right:20px;
	}
	
.two_col a {
	font-size:18px; color:#bfb9ac; text-decoration: none;
	}

.two_col a:hover {
	color:#837963;
	}
	
.three_col {
	width:200px;
	float:left; display:inline;
	margin-right:15px;
	margin-top:12px;
	}
	
.three_col a {
	font-size:18px; color:#bfb9ac; text-decoration: none;
	}

.three_col a:hover {
	color:#837963;
	}
	
.four_col1 {
	width:700px;
	float:left; display:inline;
	}

	.four_col1 img {
		margin-bottom:15px;
		margin-right:20px;
		}

.four_col {
	width:150px;
	float:left; display:inline;
	margin-right: 15px;
	
	
	}
	
	.four_col a {
		font-size:18px; color:#bfb9ac; text-decoration: none; 
		}
	
	.four_col a:hover {
		color:#837963;
		}
		
	.four_col img {
		margin-bottom:10px;
		}
		
.pages {
	float:right;
	margin-right:50px; display:inline;
	}
	
	.pages a {
		text-decoration: none; color: #837963;
		}
		
	.pages a:hover {
		text-decoration: underline;
		}
		
	.current {
		text-decoration: underline;
		}

/*javascript gallery */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

