@charset "utf-8";
.main {
	font-family: "century Gothic";
	font-size: 12px;
	background-color: #ffffff;
	margin-left:0;
	margin-right:0;
}
.a:link {
	color:#4AAA42;
	text-decoration: none;
}
.a:visited {
	color:#4AAA42;
	text-decoration: none;
}
.a:hover {
	color:#4AAA42;
	text-decoration: underline;
}
.a:active {
	color:#4AAA42;
	text-decoration: none;
}
.nav {
	color:#000000;
}
.nav:link {
	color: #fff;
	text-decoration: none;
}
.nav:visited {
	color: #fff;
	text-decoration: none;
}
.nav:hover {
	color: #fff;
	text-decoration: underline;
}
.nav:active {
	color: #fff;
	text-decoration: none;
}
.subnav {
	font-weight: bold;
	font-size: 10px;
	color:#4AAA42;
}
.subnav:link {
	color:#999999;
	text-decoration: none;
}
.subnav:visited {
	color:#999999;
	text-decoration: none;
}
.subnav:hover {
	color:#999999;
	text-decoration: underline;
}
.subnav:active {
	color:#999;
	text-decoration: none;
}
img { 
	border: 0px;
}

#container {
	margin: 0 auto;
	width: 870px;
	padding: 0px;
}
#cheader {
	clear: both;
	padding: 5px 5px 0px 5px;
	height: 130px;
}
#logo{
	width: 250px;
	float:left;
	text-align:left
}
#quote{
	width: 550px;
	float:right;
	text-align: right;
	padding: 50px 10px 0 0;
}
#cslider {
	background-image: url(images/slider-bg.jpg);
	background-repeat: no-repeat;
	height: 233px;
	padding: 10px 0px 0px 10px;
}
#cpanel{
	background-image: url(images/panel-bg.jpg);
	background-repeat: no-repeat;
	width: 870px;
	height: 130px;
	float: left;
	padding: 0px 0px 10px 10px;	
}
#mcontent{
	background-image: url(images/longcontent-bg.jpg);
	background-repeat: no-repeat;
	width:100%;
	height: 373px;
	float: left;
	padding: 10px 10px 0 10px;	
}
#mcontent2{
	background-image: url(images/longcontent-bg.jpg);
	background-repeat: no-repeat;
	width:100%;
	height: 373px;
	float: left;
	padding: 10px 10px 0 10px;	
}
#csubmenu{
	position:absolute;
	width: 155px;
	
	text-align:right;
	padding: 10px;
	z-index: 2;
}
#ccontent{
	position:absolute;
	margin-left: 175px;
	width: 371px;
	
	text-align:left;
	padding: 10px 20px 0 10px;
	z-index: 2;
}
#ccontent2{
	position:absolute;
	margin-left: 560px;
	margin-top: 15px;
	width: 260px;
	
	text-align:left;
	padding: 10px 20px 0 10px;
	z-index: 2;
}
#clongcontent{
	position:absolute;
	margin-left: 175px;
	width: 650px;
	
	text-align:left;
	padding: 10px 20px 0 10px;
	z-index: 2;
}
#scontent{
	position:absolute;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}
#sccontent{
	width: 250px;
	float: left;
	text-align:left;
	padding-top: 50px;
}
#cimage{
	width: 210px;
	height: 280px;
	float: left;
	padding: 5px 0px 0px 0px;	
}
#navigation{
	clear:both;
	background-color: #4AAA42;
	color: #000000;
	font-size: 12px;
	text-align: center;
	padding: 5px;
}

#footer{
	clear:both;
	text-align: center;
	padding: 5px;
	color: #B0B0B0;
}
.green {
	color: #4AAA42;
	font-weight: bold;
}
.grey {
	color: #999999;
	font-weight: bold;
}




/*====================================== lightbox ===================================*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
.smalltext {
	font-size: 10px;
}

