body{
	margin:0;
	padding:0;
	background-color: #fff;
}

#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-image: url(../img/page_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #58585A;
}

#topsection{
	height: 128px; /*Height of top section*/
	text-align: right;
}

#menu{
	height: 36px; /*Height of menu section*/
	text-align: center;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 0 169px 0 169px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 169px; /*Width of left column in pixel*/
	margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
	float: left;
	width: 169px; /*Width of right column*/
	margin-left: -169px; /*Set left margin to -(RightColumnWidth)*/
}

#footer{
	clear: left;
	width: 100%;
	height: 50px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
}

.innertube{
	margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	margin-bottom: 0;
}

.innertube_header{
	margin: 0; /*Margins for inner DIV inside each column (to provide padding)*/
	padding-top: 40px;
	margin-right: 20px;
}

.innertube_footer{
	margin: 0; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-left: 10px;
	padding-top: 20px;
	font-size: 10px;
	color: #1A171B;
}

/*Start submenu css*/
#dropmenudiv{
position:absolute;
border:1px solid #ccc;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ccc;
padding: 1px 0;
text-decoration: none;
background-color: #F2F3E2;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F2F3E2;
color: #AFB982;
}
/*End submenu css*/

a:link {color:#6B7342;text-decoration: none;} 
a:active {color:#6B7342;text-decoration: none;}
a:visited {color:#6B7342;text-decoration: none;}
a:hover {color:#A5AE75;text-decoration: none;}

a.button:link {color:#6A7341;text-decoration: none;} 
a.button:active {color:#6A7341;text-decoration: none;}
a.button:visited {color:#6A7341;text-decoration: none;}
a.button:hover {color:#DBDFC8;text-decoration: none;}

a.activebutton:link {color: #6A7341;font-weight:bold;text-decoration: none;} 
a.activebutton:active {color: #6A7341;font-weight:bold;text-decoration: none;}
a.activebutton:visited {color: #6A7341;font-weight:bold;text-decoration: none;}
a.activebutton:hover {color: #6A7341;font-weight:bold;text-decoration: none;}

hr{
	border : none;
	border-top : dashed 1px #929874;
	color : #fff;
	background-color : #fff;
	height : 1px;
	clear: left;
}

h1{
	font-size: 16px;
	margin: 0;
}

.divider{
margin-left: 5px;
margin-right: 5px;
color: #6A7341;
}

.active{
color: #6A7341;
font-weight:bold;
}

.spacer{
margin-bottom: 4px;
}

.inputfield_large{
  width:250px;
}

input{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #58585A;
}

/*start lightbox css*/

#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#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(../img/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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
	/*end lightbox css*/