@charset "UTF-8";

/* Top section */

#container {
	position: relative;
	left: 50%;
	width: 850px;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	height: 100%;
	float: none;
	background-color: #FFF;
}

#indcontainer {
	opacity:0.0;
	position: relative;
	left: 50%;
	width: 850px;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	height: 100%;
	float: none;
	background-color: #FFF;
}

#header {
	position: relative;
	width: 800px;
	height: 86px;
	float: left;
}
#nav {
	position: relative;
	background-color: #FFF;
	float: left;
	width: 100%;
	height: 50px;
}
#navbar {
	text-align: left;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size: 13px;
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 7px;
	color: #999;
}
#navbar a {
	width:100px;
	color:#666;
	text-decoration:none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navbar a:hover {
	background-position:0 -45px;
	color:#999;
	font-weight: bolder;
}
#navbar a:active {
    background-position:0 -90px;
    color:#1e5ebd;
}



/* Main content area */

#leftcol {
	position: relative;
	width: 350px;
	background-color: #FFF;
	float: left;
	height: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
}
.thumbs img{
	position: relative;
	width: 400px;
	height: 100%;
	background-color: #FFF;
	float: left;
	text-align: left;
	padding-top: 0px;
}

/* CONTACT US Main content area */

#mapleftcol {
	position: relative;
	width: 250px;
	background-color: #FFF;
	float: left;
	height: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
}
#map {
	position: relative;
	width: 500px;
	height: 100%;
	background-color: #FFF;
	float: left;
	text-align: left;
	padding-top: 0px;
}
/* GALLERY */

h2 {
	font: bold 190%/100% Arial, Helvetica, sans-serif;
	margin: 0 0 .2em;
}
h2 em {
	font: normal 80%/100% Arial, Helvetica, sans-serif;
	color: #999999;
}
#largeImg {
	width: 550px;
	height: 366px;
	border: 1px solid #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbs img {
	border: 0px;
	width: 75px;
	height: 75px;
	padding: 2px;
}
.thumbs img:hover {
	border: 5px;
	border-color: #000;
}


#galcol {
	position: relative;
	width: 240px;
	background-color: #FFF;
	float: left;
	height: 100%;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
}
#prevnext {
	position: relative;
	width: 150px;
	background-color: #FFF;
	float: left;
	height: 30px;
	padding-top: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	font-weight: bold;
	text-align:left;
}
#galcontent {
	position: relative;
	width: 550px;
	height: 100%;
	background-color: #FFF;
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	padding-right: 5px;
	padding-bottom: 5px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Bottom section */

#footer {
	position: relative;
	width: 850px;
	height: 35px;
	background-color: #FFF;
	clear: both;
	float: none;
}
#foot {
	position: relative;
	width: 800px;
	height: 30px;
	clear: both;
	float: left;
}
