/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size:0.85em;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
text-align: right;
font-weight: bold;
border-bottom: dotted 1px #C0C0C0;
font-size: 1.5em;
}

h2{
text-align: left;
margin: 10px 5px 20px 105px;
font-weight: bold;
font-size: 1.3em;
}

h3{
text-align: left;
font-weight: bold;
font-size: 1.3em;
}


/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
 font: normal normal normal 9pt Arial, Helvetica, sans-serif;
}


p {
line-height: 18px;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}

big {
  font-size:1.3em;
  font-weight: bold;
}

/* Links and Images */
a, a:link, a:visited, a:active, a:hover {
  text-decoration: underline;
}


.webmail A:link {text-decoration: none; color: #C0C0C0;}
.webmail A:visited {text-decoration: none; color: #C0C0C0;}
.webmail A:active {text-decoration: none; color: #C0C0C0;}
.webmail A:hover {text-decoration: underline; color: #C0C0C0;}

img {
  border: none;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}


.contentbox {
border: 1px #c00000 solid; 
width: 660px; 
margin: 5px 2px 2px 2px; 
padding: 5px 15px 5px 15px; 
background-color: #FFFFFF;
text-align: left;
}


/* LIGHBOX CSS */
#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(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/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; }
/*END OF LIGHTBOX */

/* menu css  */
/* Begin CSS Drop Down Menu */

#nav, #nav ul {
	width: 690px;
	height: 20px;
	margin: 0 auto;
	list-style: none;
	line-height: 1;
	background: black;
	font-weight: bold;
	padding: 0;
	border: solid #000000;
	border-width: 1px 0;
}

#nav a {
	display: block;
	width: 9em;
	w\idth: 6em;
	color: #ffffff;
	text-decoration: none;
}


#nav li {
	float: left;
	padding: 2px 0 0 0 ;
	width: 9em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-bottom: .7em;
	width: 9em
}

#nav li ul a {
	width: 9em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #4c4c4c;
}

