.goldtabl { border-top:solid 1px #ecc101; text-align:center; }
.goldtabl tr.even { background-color:inherit; }
.goldtabl tr.odd { background-color:#fffdc0; } 
.goldtabl tr td.delim, .goldtabl tr th.delim { border-right:solid 1px #ecc101; }
.goldtabl tr th { color:#994800; vertical-align:middle; border-bottom:solid 1px #ecc101; }
/*.goldtabl tr th { color:#994800; vertical-align:middle; border-bottom:solid 1px #ecc101;
	background: transparent url(images/goldtab.gif) repeat-x scroll 0px -51px;
} */

.sidetab 
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	text-align:left;
	line-height: 16px;
	padding: 6px;
}
.sectionhdr {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 19px;
	padding: 0;
	text-align:left;
	margin:0;
	color: #FF9052;
	line-height: 20px;
}
.minihdr {
	color: #336699;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
}

.mainmenu, .mainmenu a:link, .mainmenu a:visited {
	font-size: 12px;
	color: #FFFFFF;
	font-family: tahoma, "lucida sans unicode", "lucida grande", verdana, ans-serif;
}
.mainmenu a:hover 
{
	color: #45ad45;
}

.collink, .collink a:link, .collink a:visited {
	color: #45ad45;
}
.collink a:hover 
{
	color: #45ad45;
	text-decoration:underline;
}

.submenu, .submenu a:link, .submenu a:visited, .submenu a:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height:20px;
	text-align: left;
}

.sitemapitem_main, .sitemapitem_main a:link, .sitemapitem_main a:visited {
	font-weight: bold;
	line-height: 25px;
}
.sitemapitem_main a:hover 
{
	color: #45ad45;
	text-decoration: underline;
}
.sitemapitem_sub, .sitemapitem_sub a:link, .sitemapitem_sub a:visited {
	font-weight: normal;
}

.sitemapitem_sub a:hover 
{
	color: #45ad45;
	text-decoration: underline;
}
	
.reverseunderline, .reverseunderline a:link, .reverseunderline a:visited {
	font-weight: normal;
	text-decoration: underline;
}
.reverseunderline a:hover 
{
	color: #45ad45;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
}

.hover {
	background-color: #ddf5dd;
}

img {
	border: 0px;
}

A:link, A:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #45ad45;
}

h1 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.title {
	color: #336699;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
}

.date {
	color: #FF0000;
	font-weight: bold;
}

.content {
	text-align: justify;
	line-height: 16px;
}

input, select, textarea {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 12px;
	color: #6b7b8f;
	/*padding: 5px; */
	border: 1px solid #d6d6d6;
	
}

input, select {
	height: 28px;
	background-image: url(images/bg_input.gif);
}

input:hover, select:hover {
	background-image: url(/images/bg_input_hover.gif);
	border: 1px solid #a1d4a8;
	border: 1px solid #a1d4a8;
}

textarea {
	background-image: url(images/bg_textarea.gif);
}

textarea:hover {
	background-image: url(images/bg_textarea_hover.gif);
	border: 1px solid #a1d4a8;
}

input:hover, textarea:hover {
	color: #738d76;
}

input:active {
	color: #d6d6d6;
}

textarea {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 11px;
	color: #6b7b8f;
	padding: 5px;
}

.answer {
	margin-bottom: 10px;
}

 /* Set up the default font and ovrall size to include image */
.menu {
position:relative;
margin-top: 27px;
font-family: tahoma, "lucida sans unicode", "lucida grande", verdana, sans-serif;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:table-cell;
position:relative;

text-decoration:none; 
text-align:left;  /*bb*/
color:#000; 
width:auto;
height:1.5em;
font-weight:bold;
color:#fff; 
/*border-bottom:8px solid #444;*/
background:#444; 
padding-left:20px;
line-height:1.5em;
margin-right:2px;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:98px;
width:88px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#45ad45;
text-decoration: none;
/*border-bottom:8px solid #444441;*/
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
/*top:1.2em;*/
top:2px;
margin-top:4px;
left:0; 
width:96px;
border:1px solid #888;
border-top:0;
background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:transparent url(images/opaque.png); 
color:#000; 
border:0;
margin:0;
color:#333;
font-weight:normal; 
font-size:0.9em;
height:auto; 
width:106px;
line-height:1em; 
padding:5px;
text-decoration: none;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#888; 
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 /*bb filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);*/
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#ddd;
width:96px; /* for IE5.5 faulty box model */
w\idth:88px; /* for IE6 */
}

#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(../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;
	}

#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 */
	}	


.goldbutton
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.goldbutton-left
{
	float: left;
	display: block;
	cursor: hand;
	cursor: pointer;
	width: 5px;
	height: 25px;
	background: transparent url(images/goldbutton.gif) no-repeat;
}
.goldbutton-right
{
	float: left;
	display: block;
	cursor: hand;cursor: pointer;
	width: 5px;
	height: 25px;
	background: transparent url(images/goldbutton.gif) no-repeat scroll 0px -25px;
}
.goldbutton:hover .goldbutton-left
{
	background: transparent url(images/goldbutton.gif) no-repeat scroll 0px -100px;
}

.goldbutton:hover .goldbutton-right
{
	background: transparent url(images/goldbutton.gif) no-repeat scroll 0px -125px;
}
.goldbutton:hover .goldbutton-text, .goldbutton:hover a:hover
{
	background: transparent url(images/goldbutton.gif) repeat-x scroll 0px -150px;
	color: #B96810;
}

.goldbutton-text, .goldbutton a:link, .goldbutton a:visited
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	display: block;
	color: #994800;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(images/goldbutton.gif) repeat-x scroll 0px -50px;
	height: 19px;
	line-height:13px;
	padding: 6px 8px 0 8px;
}
