body {
	margin: 0 auto;
	background: #5e682c url(../images/bg.jpg) repeat-x center top;
	font: 62.5% Arial, Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	text-align: center;
}

/* Global
----------------------------------------*/
a {	color: #000;text-decoration: none; }

	a:visited {
		color: #000;
	}

	a:hover {
		color: #3f5328;
		text-decoration: underline;
	}
	
	a img { border: none; }
	
	a.title { font-weight:bold; }
	
	a.more { 
		font-style:italic; 
		text-decoration:underline;
	}

.small-text {
	font-size: 1em;
}

.clear {
	clear:both;
	height:0;
	background-color: #45361f;
	overflow:hidden;
}

/* Wrapper and header
----------------------------------------*/
#wrapper {
	width: 778px;
	margin: 0 auto;
	background: #e0d083; 
	text-align: left;
}

#header {
	position: relative;
	height: 175px;
	background: #405429 url(../images/header-photo.jpg) no-repeat right top;
}

#header h1 {
	height: 175px;
	margin: 0;
}

#headernav {
	margin: 0;
	padding: 0;
	list-style:none;
	position: absolute;
	top: 0;
	right: 0;
}

#headernav li {	float: left; }

#headernav li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	outline: none;
	text-decoration:none;
}

#headernav-weather {
	width: 186px;
	height: 30px;
	background: url(../images/headernav-bg.jpg) no-repeat left top;
}

#headernav-weather:hover { background-position: left bottom; }

#headernav-space {
	width: 183px;
	height: 30px;
	background: url(../images/headernav-bg.jpg) no-repeat -186px top;
}

#headernav-login {
	width: 163px;
	height: 30px;
	background: url(../images/headernav-bg.jpg) no-repeat right top;
}

#headernav-login:hover { background-position: right bottom; }



/* Navigation
----------------------------------------*/
	
#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #554226 url(../images/nav-bg.gif) no-repeat left top;
}

#navigation li a {
	display: block;
	text-indent: -9999em;
	font-size: 1.3em;
	text-decoration: none;
	color: #ebb869;
}

#navigation ul li a:hover { background: #68522f; }
	
#navigation li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	width: 165px;
	margin: 0;
	padding: 0;
	background: #483921;
	list-style: none;
	border: 1px solid #68522f;
	z-index: 10000 !important;
}
	
#navigation li:hover ul, #navigation li:hover ul li:hover ul { display: block; }

#navigation iframe { display: none; }

#navigation ul li {
	position: relative;
	border-bottom: 1px solid #a75c00;
}

#navigation ul li a {
	width: 165px;
	padding: 5px 0;
	text-indent: 10px;
}
	
#navigation ul ul, #navigation li:hover ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 165px;
	margin: 0;
	padding: 0;
	list-style: none;
}
/*---------------------*/

#nav-home {
	width: 102px;
	height: 38px;
	background: url(../images/nav-bg.gif) no-repeat left top;
}

#nav-home:hover { background-position: left bottom; }

#nav-about {
	width: 106px;
	height: 38px;
	background: url(../images/nav-bg.gif) no-repeat -102px top;
}

#nav-about:hover { background-position: -102px bottom; }

.nav-products {
	width: 160px;
	height: 38px;
	background: url(../images/nav-bg.gif) no-repeat -208px top;
}

.nav-products:hover { background-position: -208px bottom; }

#nav-helpful {
	width: 150px;
	height: 38px;
	background: url(../images/nav-bg.gif) no-repeat -368px top;
}

#nav-helpful:hover { background-position: -368px bottom; }

#nav-news {
	width: 133px;
	height: 38px;
	background: url(../images/nav-bg.gif) no-repeat -518px top;
}

#nav-news:hover { background-position: -518px bottom; }

#nav-contact {
	width: 127px;
	height: 38px;
	background: url(../images/nav-bg.gif) no-repeat -651px top;
}

#nav-contact:hover { background-position: -651px bottom; }

/* Content
----------------------------------------*/
			
#content {
	float: right;
	width: 492px;
	background-color: #e0d083;
	padding: 0 20px 0;
	font-size: 1.3em;
}
	#content h2 {
		font-size: 1.4em;
		color: #91271d;
		border-bottom: 1px solid #d8a961;
		margin: 20px 0 0;
	}
	
	#content h3 {
		font-size: 1.1em;
		font-style:italic;
		margin: 23px 0 0;
		border-bottom: 1px solid #d8a961;
		color: #91271d;
		font-weight:600;
	}
	#content h4 {
	    font-size: 1.1em;
	    font-style: italic;
	    font-weight: bold;
	    margin:0;
	}
	
	#content p {
	    margin-top: 10px;
	}
	
	#content div.quote {
		font-style:italic;
		width: 100px;
		background-color: #e0c857;
		float: right;
		padding: 5px;
		margin: 10px 0 0 5px;
		font-size: 8pt;
	}
	
	#content div.image { 
		border: 2px solid #66502e;
		background: #66502e; 
	}
	
		#content div.image.align-right {
			float: right;
			margin: 10px 0 0 10px;
			/*width: 175px;*/
		}
		
		#content div.image.align-left {
			float: left;
			margin: 10px 10px 0 0;
			/*width: 175px;*/
		}
		
		#content div.image.top-bottom {
			width: 370px;
			margin: 10px 0 10px 0;
			float: left;
		}
		
		#content div.image span.caption {
			font-size: 8pt;
			color: #e0d083;
		}
		
	#content ul {
		margin-left: 20px;	
		padding-left: 20px;	
	}
	
		#content ul.triangle-bullets {
			list-style-image: url(../images/triangle-bullet.gif);
		}
		
		#content ul.logo-bullets {
			list-style-type: none;
			padding: 0;
			margin: 10px 0 0 0;
		}
		
			#content ul.logo-bullets li {
				background-image: url(../images/logo-bullet.gif);
				background-repeat: no-repeat;
				background-position: 0 -.3em;
				padding-left: 30px;
				padding-bottom: 20px;
			}
			
	.emptyptag
	{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	/* photo gallery */
	
	.gallerythumbnail 
	{
	    float: left;
	    
	    margin: 5px 5px 15px 0;
	   /*width: 114px; height: 125px;padding: 5px;*/
	    border: 2px solid #66502e;
		background: #66502e;
	}
	
	
	
/* home content
-----------------------------------------*/	
#home-left {
	float: left;
	width: 240px;
}
	#home-left p { font-size: 8pt; }

#home-right {
	float: right;
	width: 240px;
}
	#home-right p { font-size: 8pt; }

/* Sidebar
----------------------------------------*/
#sidebar {
	float: left;
	width: 206px;
	padding: 0 20px 0;
	font-size: 1.3em;
	background: #dc7a04 url(../images/sidebar-bg.jpg) repeat-x right top;	
}
	#sidebar h3 {
		font-size: 1.1em;
		font-style:italic;
		margin: 23px 0 0;
		padding: 0;
		border-bottom: 1px solid #e0d083;
		color: #e0d083;
		font-weight:600;
	}

	#sidebar p { color: #f7e698; padding:0;margin:10px 0 0; }
	
	#sidebar a { color: #f7e698; text-decoration:underline; }
	
	#sidebar a:hover { text-decoration: none; }
	
	#sidebar a.title { text-decoration: none; }
	
	#sidebar a.title:hover, a.more:hover { text-decoration: underline; }
	
	#sidebar a.more:hover { text-decoration: underline; }
	
/* contact 
----------------------------------------*/
#contactform fieldset{
	margin: 10px 0 5px;
	border: none;
}

#contactform legend {
		font-style:italic;
		margin: 23px 20px 0;
		border-bottom: 1px solid #d8a961;
		color: #91271d;
		font-weight:600;
}

#contactform label {
	width: 11em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;

}

#contactform dd {
	clear: both;
	margin: 0 0 2px;
}

#contactform textarea {
	height: 130px;
}

#contactform .btn {
	margin-left: 152px;
	background-color: #554226;
	border: 1px solid #91271d;
	color: #fff;
	padding: 2px 4px;
	width: auto !important;
}

.required { color: #F00; }	

.status {
	font-size: 1.4em;
	font-style:normal;
	padding-top: 10px;
	margin-left: 20px;
	font-weight:500;
	color: Maroon;
}

/* web links
----------------------------------------*/
ul#Links {
	list-style: none;
	margin: 0;	
	padding: 0;	
}

ul#Links .LinkCategory {
	font-weight: bold;
	padding: 0 0 0 20px;
	margin:0;
	text-decoration: none;
}

ul#Links dl {
    margin: 0;
    padding: 0;
}

ul#Links a {
	text-decoration: underline;
}

ul#Links li {
	padding: 0 0 0;
	margin: 0 0 3px 0;
}

p.filters {
	padding: 5px 5px 0 0;
	font-size: 8pt;
	margin: 0;
}


ul#Links .view {
	background: url(../images/plus.gif) no-repeat left center;
}

ul#Links .close {
	background: url(../images/minus.gif) no-repeat left center;
}

/* our people 
----------------------------------------*/
div#person {
	width: 125px;
	padding: 0;
	margin:0;
}

div#person p{ margin: 5px 0 0 0;}
div#person h3{ margin: 0 3px 0 0; }
	
div#person a.selected
{
	color:Maroon;
	text-decoration: underline;
}	

.stalbert {
	float: left;
	margin-left: 10px;
}

.legal {
	float:left;
	margin-left: 5px;

}

div.photodiv {
	float:left;
	width: 180px;
	margin-left: 50px;
	padding: 0 5px 0;
	visibility: hidden;/**/
}
	#description{ margin-left: 0;	}
	

/* Footer
----------------------------------------*/
#footer {
	clear: both;
	background-color: #45361f;
	height: 20px;
}

	#footer p {
		margin: 0;
		color:#e0d083;
		padding: 4px;
	}
	
	#footer p.left { float: left; }
	
	#footer p.right { float: right; }
	
	#footer a { color:#e0d083; }
	

/* Lightbox CSS
---------------------------------------------------------------------*/
#loadingNotice{
	position:absolute;
	width:250px;
	z-index:50;
	top:200px;
	left:35%;
	font-weight:bold;
	background-color:#fff;
	border:#999999 thin solid;
	padding:20px;
	color:#333333;
	text-align: center;
}

#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: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px 65px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 25%;/**/
	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/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;background: url(../images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right;background: url(../images/nextlabel.gif) right 15% no-repeat;}
#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 "Trebuchet MS", Tahoma, Verdana, Arial, 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: 100%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; text-align: right;	}			
#bottomNavClose{ 
	right: 0;
	position: absolute;
	z-index: 20;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
