body {
margin:0;
font-family: Arial, Helvetica, sans-serif;
background-color:#e8c01f;
font-size:11px;
}
body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{  margin:0; padding:0;}
img{border:0;}
table{
color:#818181;
border:0;
border-collapse:collapse;
padding:0;
font-size:11px;
}
ol, ul {
margin:10px 0 0 15px; padding:0;
}
.main {
background-color:#FFFFFF;
}

a {
color:#414141;
text-decoration:none;
font-weight:bold;
}
a:hover {
text-decoration:underline;
}
td.smallText {
font-size: 9px;
color: #818181;
text-align: left;
}
td.footer {
font-size: 9px;
background-color:#e8c01f;
color:#ffffff;
text-align: right;
}
.accent{
background-color:#e8c01f;
color:#ffffff;
}

h2 {
text-transform:uppercase;
color:#404040;
font-size:10px;
line-height:140%;
padding-top:20px;
letter-spacing: 0.2em;
}
h3 {
color:#ffffff;
line-height:120%;
font-size:14px;
padding-left:10px;
font-weight:normal;
}
h4 {
color:#990000; font-size:14px; line-height:120%; font-weight:normal;
padding:5px 0 5px 0;
}
h4 span{
color:#990000; font-size:10px; line-height:120%; font-weight:normal;
padding:5px 0 5px 0;
}
.content {
font-size:11px; line-height:130%;  padding:0 8px 0 8px; color:#666;
text-align:justify;
}
td.leftBorder{
padding:5px;
/*border-left:1px dotted #BFBFBF; */
color:#818181;
text-align:justify;
}
th.tablecontent{
text-transform:uppercase;
color:#404040;
font-size:10px;
line-height:140%;
background-color: #FFFF99;
border: 1px solid #CCCCCC;
padding:1px 0 1px 0;
letter-spacing: 0.2em;
font-weight: bold;
}
td.tablecontent{
font-size:10px;
text-align:justify;
line-height:20px;
}
a.tablecontent {
color: #172F6B;
font-size:10px;
font-weight:bold;
}
.input{
color: #676767; font-size: 8pt;
}
.button{
color: #676767; font-size: 6pt;
}
li.menu {
display:inline;
}
.thumb img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity:0.7;
}
.thumb:hover img{
filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
.mandatory {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
ul.sitemap {
	margin: 0;
	padding:5;
	list-style-type: none;
	font-size: 12px;
	color: #999999;
	font-weight:bold;
}
li.sitemapSub{
	margin-left:30px;
}
a.sitemap:link {
	font-weight:bold;
}
a.sitemap:hover {
	color: #CC3300;
	text-decoration:none;
}
a.sitemapSub:link {
	font-weight:normal;
}
a.sitemapSub:hover {
	color: #CC3300;
	text-decoration:none;
}
.label {
	width:20px;
	height:20px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
/*	border: thin groove #999999; */
	padding: 1px;
	position: relative;
	top: 15px;
	cursor: help;
	text-align: center;
	margin: 0px;
}
.portfolio {
background-color:#e8c01f;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
width: 110px;
visibility: hidden;
text-align:left;
background-color:#FFFFFF;
}
.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 15px;
text-decoration: none;
font-weight: normal;
color: #999999;
filter:alpha(opacity=90);
-moz-opacity:.90;opacity:.90;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e8d06e;
color: #333333;
text-decoration:none;
}
.defaultcursor {
cursor:default;
}
/* ######### Style for Image View Lightbox ######### */
#lightbox{
	position: absolute;
	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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

