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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #dfc99b;
	margin-top: 20px;
	}

#wrapper {
	width: 1000px; height: 800px;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #cc9966;
	}

#navcontainer {
	width: 1000px; padding-top: 20px;
	}

#navlist {
	padding: 0 0 10px 0; margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: lowercase;
	z-index: 1000;
}

#navcontainer ul li { 
	display: inline; 
	}

#navcontainer ul li a {
	color: #737373;
	margin: 0 30px;
	text-decoration: none;
	float: left;
	border-bottom: 2px solid #FFF; /* IE  Hack*/
}

#navcontainer ul li a:hover {
	border-bottom: 2px solid #737373;
}

#content_wrapper {
	clear: both; width: 990px; height: 730px;
	padding: 5px 0 0 0; margin: 0 5px 0 5px;
	}

.content {
	height: 700px;
	margin: 0; padding: 0;
	}


br {
	clear: both;
	}

.content p, #typewriter-message {
	font-size: .7em;
	}

#footer {
	clear: both;
	text-align: right;
	padding: 0 5px 10px 5px;
	font-size: .6em;
	}
	
.splashImage {
	display: block;
	margin-top: 280px;
	margin-left: auto;
	margin-right: auto;
	}

.galleryRow {
	margin: 0 0 3px 50px;
	}

.galleryRow img {
	margin-right: 8px;
	margin-top: 20px;
	}

#galleryNav {
	list-style: none;
	margin: 0 0 30px 25px; padding: 0;
	border-bottom: 2px solid #dfc99b;
	}

#galleryNav li {
	display: inline;
	}

#galleryNav a {
	text-decoration: none;
	font-size: .7em;
	padding-right: 30px;
	}

a:link, a:visited {
	color: #737373;
	}

a:hover, a:active {
	color: #333333;
	}
	
.linkDir {
	float: left;
	width: 325px;
	margin: 0 0 0 5px; padding: 0;
	}

.linkDir li {
	list-style: none;
	padding: 0; margin: 0;
	}

.linkDir h2 {
	font-size: .7em; font-weight: bold;
	color: #c0a979;
	font-family: Arial, Helvetica, sans-serif;
	}

.linkDirSub {
	margin: 0; padding: 0;
	}

.linkDir a {
	font-size: 10px;
	text-decoration: none; font-weight: bold;
	}

.linkDirSub h3 {
	font-size: .7em; font-weight: bold;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	}

#id3 {
	display: block;
	margin: 25px 0 0 250px;
	width: 700px;
}

#galleryInfo {
	float: left;
	width: 200px;
	height: 300px;
	}

#galleryInfo h2, #contact_form h2 {
	font-weight: normal;
	margin: 0; padding: 0;
	}

#contact_form {
	margin: 10px 0 0 0; padding: 0;
	width: 400px;
	}

#contact_form label {
	display: block; float: left;
	font-size: .7em;
	width: 50px; padding-right: 10px;
	vertical-align: top;
	}

#contact_form input {
	font-size: .7em;
	}

.input_message {
	height: 150px;
	}

#button_send {
	margin-left: 60px;
	}

.form_row {
	margin-bottom: 3px;
	}

.input_name, .input_email {
	width: 180px;
	}

#errors {
	color: #FF0000;
	font-size: .7em;
	margin-bottom: 5px;
	}

#id4 p {
	font-size: .9em;
}

#id2 {
	margin-top:30px;
}

#id4 {
	clear:both;
	}
	
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

