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

body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:62.5%;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 1.4em;
 color: #C17611;
 margin: 0px;
 padding: 0px;
}
/*
h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 114%;
 color: #C17611;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #6F3700;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #44250F;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana, Arial, sans-serif;
 font-size: 140%;
 color: #C17611;
 margin: 0px;
 padding: 0px;
}
*/

a{
	color: #C17611;
	text-decoration: none;
	font-weight:bold;
}

a:link{
	color: #803903;
	text-decoration: none;
}

a:visited{
	color: #F2A260;
	text-decoration: none;
}

a:hover{
	color: #E09C41;
}

#outerWrapper {
		width:955px;
		height:auto;
		margin:0 auto;
}

#header {
		width:955px;
		height:300px;
		margin:0 0 10px 0;
}

#slide {
		width:300px;
		height:300px;
		float:left;
}

#logoMidCol {
		width:133px;
		height:300px;
		float:left;
		background:url(../images/construction/circle_large.jpg) no-repeat bottom left;
}

#logoRightCol {
		width:522px;
		height:300px;
		float:left;
}

#logo {
		width:100%;
		height:172px;
}

#showcase {
		width:auto;
		height:113px;
		padding:15px 0 0 160px;
}

#showcase img {
		width:50px;
		height:auto;
		position:relative;
		margin-top:0px;
		margin-left:0px;
		float:left;
		border:2px solid #763701;
		clear:none;
		display:inline;
		margin-right:6px;
		margin-bottom:0px;
		padding:0px;
}

#showcase p {
		font-size:1.2em;
		font-weight:bold;
		color:#783100;
}

#nav {
		width:955px;
		height:44px;
		/*background:#783100 url(../images/construction/nav-bgd.jpg) repeat-x;*/
		padding:0;
		color:#783100;
}

#nav a {
		display: block;
		padding: 0 0 2px 10px;
		/*color: #ffffff;*/
		color:#783100;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size:1.2em;
		text-decoration:none;
}

#nav a:hover {
		color:#b67501;
}

#nav ul {
		margin:0;
		padding:0;
}

#nav ul li {
		list-style:none;
		float:left;
		padding:13px 5px 0 5px;
		margin:0 5px;
		height:31px;
}

#nav ul li ul {
		margin:12px 0 0 0;
		padding:0;
		display:none;
		float:none;
}

#nav ul li ul li {
		height:20px;
}

#nav ul li:hover ul {
		display:block;
		position:absolute;
		width:100px;
		background:#ffffff;
		border-bottom:1px solid #B67501;
		border-left:1px solid #B67501;
		border-right:1px solid #B67501;
}

#nav ul li:hover li {
		float:none;
		padding:0;
		margin:0;
}

#nav ul li:hover li a {
		background:#ffffff;
		color:#C17611;
}

#nav ul li:hover li a:hover {
		background-color:#C17611;
		color:#ffffff;
}

#textContent {
		width:auto;
		height:auto;
		padding:20px 20px 20px 60px;
		font-size:1.2em;
		color:#783100;
		background:url(../images/construction/verticalline.gif) no-repeat 0 18px;
}

#footer {
		width:auto;
		height:30px;
		background:#C17611 url(../images/construction/circle_small.jpg) no-repeat top left;
		padding:2px 0 0 40px;
}

#footer a {
		color:#783100;
		text-decoration:none;
		font-weight:bold;
}

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

#contact {
	width: auto;
	height: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	font-size: 1.1em;
}

#designBy {
	width: auto;
	height: 16px;
	display: block;
	color: #FFFFFF;
	float: left;
	font-size: 1.1em;
}


/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#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: 180px;
	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;
	overflow: auto;
	width: 100%	
	}

#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;
	}

.clear
{
clear:both;
}

#gallerytext {
	float: left;
	padding: 0px 0px 0px 4px;
	font-size: 80%;
	width: 180px;
	margin:22px 0 0 31px;
}

#container-gallery > #gallerytext {
	margin:181px 0 0 31px;
}
