/* layout-related styles*/
body { 
	color: black; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;  }
p {}
td {  }
/* text-related styles */
P 		{ margin: 0px 0px 1em 0px; padding: 0px 0px 0px 0px; }

.alignleft {
	text-align: left;
	}
.aligncenter {
	text-align: center;
	}
.alignright {
	text-align: right;
	}
.italictext 	{ font-style: italic; }
.boldcopy   	{ font-weight: bold; }
.bolditalic 	{ font-weight: bold; font-style: italic; }

.smtxt2  		{ font-size: 80%; line-height: 2; }
.smtxt { font-size: 90%; }
.trademark   	{ color: #333; font-size: 80%; text-align: left; }
TD.adjustfontsize { font-size: 1px; }
DIV.imgbox 	{ text-align: left; padding-bottom: 15px; }

/* COOL HOVER EFFECT from joshuaink.com */
#image-box {
  width: 600px;
}  

#image-box a:hover {
  white-space: normal;
}

#image-box li {
	width:100px;
	border: solid 1px #ddd;
	background:#fff;
	padding:10px;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#image-box a span {
/*\*/
	position:absolute;
	left:-9999px;
}

#image-box a:hover span{	
	top:10px;
	left:10px;
	width:102px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	font-size:80%;
	border:1px solid #eee;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 

#image-box img{
	border:1px solid #eee;
}

/* gallery "lightbox effect" styles */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#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/prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 53% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	height: 38px;
	}

#imageData{
	padding:0 10px;
	}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; }			
#imageData #bottomNavClose{ width: 36px; float: right; }	
		
#overlay{ 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
	}
a:link { color: #504335 ; text-decoration: underline; }
a:visited { color: #666 ; text-decoration: underline; }
a:hover { color: #504335 ; text-decoration: underline; }
a:active { color: #504335 ; }
.bold, B, STRONG {
	font-weight: bold;
	}
.italic, I, EM {
	font-style: italic;
	}
.footnote {
	color: #666;
	font-size: 75%;
	}
.alignleft {
	text-align: left;
	}
.aligncenter {
	text-align: center;
	}
.alignright {
	text-align: right;
	}
BODY  { color: #000; font-size: 80%; font-family: Arial, Helvetica, Geneva, Sans-Serif; background-color: #fff; margin: 0 }
H1 {
	font-weight: bold;
	font-size: 110%;
	}
H2 {
	font-weight: bold;
	font-size: 105%;
	}
.tablerowgray { color:black; background-color: #f4f4f4; }
.formcopy { font-size: 90%; font-weight: bold; }
.navtablemargin { font-size: 90%; padding-right: 14px; padding-left: 14px; }
.smallgreytext { color: #343434; font-size: 95%; }
.header { color: #ccc; font-size: 90%; font-weight: bold; background-color: #5b5b5b; text-align: right; padding-right: 10px; }
.featurestoryimage { padding: 2px; border: solid 1px #ccc; }
.header a:active { color: #ccc; text-decoration: none; }
.mainnav a:active { color: #504335; font-weight: bold; text-decoration: none !important; }
.header a:hover { color: #fff; text-decoration: none; }
.mainnav a:hover { color: #504335; font-weight: bold; text-decoration: none; }
.header a:visited { color: #fff; text-decoration: none; }
.mainnav a:visited { color: #504335; font-weight: bold; text-decoration: none; }
.header a:link { color: #fff; text-decoration: none; }
.mainnav a:link { color: #504335; font-weight: bold; text-decoration: none; }
.mainnav { font-size: 90%; font-weight: bold; padding-top: 2px; padding-bottom: 2px; border: solid 1px #ccc; }
.homebg { background-image: url(../images/greybars_bg.gif); background-repeat: repeat-x; }
.bodycopy { padding-top: 55px; padding-right: 20px; padding-left: 40px; }
.homecopy { color: #666; font-size: 95%; padding-left: 10px; }
ul.nav { margin: 0; padding: 0 0 0 0; display: inline; }
ul.nav li { padding-right: 10px; padding-left: 10px; display: inline; }
ul.nav li.current { background-color: #ccc; padding-top: 3px; padding-bottom: 3px; }
.leftimage { float: left; padding-right: 12px; padding-bottom: 12px; }
.rightimage { padding-bottom: 15px; padding-left: 15px; }
.tableheads { font-size: 90%; font-weight: bold; padding-top: 4px; padding-bottom: 4px; border-bottom: 1px solid #ccc; }
.featurestory { font-size: 95%; padding-right: 20px; padding-left: 10px; border-right: 1px solid #b6ada4; }
.subbg { background-image: url(../images/sub_bg.gif); }
.sidebar_bg { background-image: url(../images/sidebar_bg.gif); background-repeat: repeat-y; background-position: right top; }
.sub_body { padding-top: 30px; padding-right: 30px; }
.leftsidebarimage { padding-right: 30px; white-space: nowrap; }
.tablecelloutline { text-align: center; padding: 8px; border: solid 1px #ccc; }
.tablepadleft { margin-left: 55px; }
.sidenav { font-size: 90%; margin-bottom: 12px; margin-left: 12px; padding-left: 8px; border-left: 1px solid #ccc; }
.sidenavtitle { color: #343434; font-weight: bold; line-height: 20pt; }
.browntablehead { color: #fff; font-size: 90%; background-color: #857667; padding: 4px 6px; }
