/* -------------------------------------
	Author: John Doe ~ johndoe.com
	Built: 2008-06-26
	Last Edit: 2008-06-26 JD
	URI: http://www.theanguswebsite.com
---------------------------------------*/
/* @group Layout */
body {
	margin-top: 0;
	padding-top: 0;
	background: #fff url(images/bigbg.jpg) no-repeat center top;
}

body, p{

}

/* An extra div if needed, not plugged into the HTML by default */
#contact{
	
}

#container{
	width: 960px;

	padding-bottom: 34px;
	margin: auto;
	}/* must be same height as the footer */

#header{
	display: block;
	height: 131px;
}

#header a{
	height: 125px;
	display: block;
	width: 680px;
	text-decoration: none;
	margin: 0 auto;
}

#header a:hover{
	background-color: transparent;
}

#header a i{
	visibility: hidden;
	}

#wrapper{
	
}

#nav{
	display: block;
	float: left;
	background: url(images/nav_top.jpg) no-repeat;
	width: 201px;
	padding-bottom: 125px;
}

#nav ul{
	margin: 0;
	padding: 49px 0 0;
	list-style-type: none;
}

#nav li{
	
}

#nav li a{
	display: block;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #fff;
	text-decoration: none;
	background: url(images/nav_mid.png) 201px;
	margin-top: 6px;
}

#nav li a:hover{
	background: url(images/nav_mid.png) 402px;
	color: #000;
}

#content{
	display: block;
	float: right;
	width: 742px;
	padding: 8px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#content td{
	padding: 2px;
}

.contentclear{
	clear: both;
}

#footer{

	height: 34px;
	clear:both;
	text-align: center;
	padding-top: 16px;
	color: #5b4c39;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;

}

#footer a{
	color: #5b4c39;
}

#footer a:hover{
	color: #6d854f;
}

.heading{
	color: #fff;
	font-weight: bold;
	background-color: #6d854f;
	font-size: 14px;
}

.data{
	background-color: #fff;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
table{
	border-bottom: 3px solid #6D854F;
	border-left: 3px solid #6D854F;
	margin-bottom: 1em;
	padding: 0;
	/*width: 741px; */
}
table th, table td{
    border-top: 3px solid #6D854F;
	border-right: 3px solid #6D854F;
	padding: 3px;
}
table th{
	color: #fff;
	font-weight: bold;
	background-color: #6D854F;
	font-size: 14px;
}
table td{
    background-color: #fff;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
/* @end */

/* @group lightbox */

#lightbox {
	position: absolute;
	left: 0;
	width: 120%;
	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;
}

#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/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/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 #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;
	background-image: url(images/burlap.gif);
}

/* @end */

