BODY {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
#content {
	margin-left: 10px;
}


a {
cursor: pointer;
}

TD {font-family: Verdana, Arial, Helvetica; font-size: 12px;  color:#6e6e6e;}
TD A { color:#a73c1b; texttext-decoration: none; }
TD A:hover {color: #a73c1b; texttext-decoration:underline; }

.pagetitle {font-family: Verdana, Arial, Helvetica; font-size: 18px; font-weight: bold; -align: right; vertical-align: bottom; color: #92bf3e; letter-spacing: 0.2em;}
.sitetitle A {font-family: Verdana, Arial, Helvetica; font-size: 12px; font-weight: bold; color: #92bf3e; text-decoration: none;}

.w- {color: #000099; font-family: Verdana, Arial, Helvetica; font-size: 11px;}
.w- A {color: #000099; text-decoration: none;}
.w- A:hover {color:#000099; text-decoration:underline; cursor:pointer;}

.menu {color: #000000; font-family: Verdana; font-size: 14px;}
.menu A {color: #000000; text-decoration: none;font-family: Verdana;}
.menu A:hover {color: #ee7b22; text-decoration: none; cursor:pointer;}


.ncaption {color: #f2a158; font-family: Verdana, Arial, Helvetica; font-size: 12px; font-weight: bold;}
.h1caption {
	color: #FF7300;
	font-family: Verdana, Arial, Helvetica, sans-serif; Times New Roman, Times, serif;
	font-size:24px;
	align: left;
	font-weight:bold;
	margin-top: 10px;
	margin-left: 15px;
}

.article {
	margin-top: 10px;
	margin-left: 0px;
}

.h2caption {color: #000; font-family: Verdana, Arial, Helvetica; font-size: 14px; font-weight: bold; -align: left;}
.thead {color: #006699; font-family: Verdana, Arial, Helvetica; font-size: 11px; font-weight: bold;}

.sidelink {color: #b69a39; font-family: Verdana, Helvetica; font-size: 12px;}
.sidelink {color: #b69a39; text-decoration: none;}
.sidelink A:hover {color: #b69a39; text-decoration: underline;}

.foot {color: #fff; font-family: Verdana, Arial; font-size: 12px; -align:center;  padding-top:5px;}
.foot A{color: #fff;text-decoration: none;}
.foot A:hover {color: #fff; text-decoration: underline;}

.links {color: #000; font-family: Verdana, Arial; font-size: 12px;}
.links a{color: #000; text-decoration:none}

.img_name {
	-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.links A{color: #000; text-decoration: none;}
.links A:hover {color: #ee7b22; text-decoration: underline;}

.bordered1 {border: thin solid; border-color: #b69a39; border-width: 0;}
.bordered {border: 0px solid #666666;}
.seth {
	color:#333333;
}
.seth A{color:#333333; text-decoration: none;}
.seth A:hover{color:#333333; text-decoration: none;}



.contact_form{border:0px; color:#000000}
.contact_form th{text-align:left; font-size:12; color:#000000;}
.contact_form td{font-size:12; color:#000000; border:none;}

#footer{
	text-align:center;
	background-color:#e9e9e9;
}

#footer a{
	font-family: Verdana, Arial, Helvetica; font-size: 12px;
	color:#000;
	texttext-decoration:none;
	font-weight:normal;
}

#footer a:hover{
	font-family: Verdana, Arial, Helvetica; font-size: 12px;
	color:#000;
	texttext-decoration:underline;
	font-weight:normal;
}



#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: #ffc08c;
	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, #prevLink:visited { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink, #nextLink:visited { 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;
	}

#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: #ffd5b3;
	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 */
	}	
	
