.leftborder {
	background-image:url(images/left_border.jpg);
	width: 20px;
}

.rightborder {
	background-image:url(images/right_border.jpg);
	width: 20px;
}

.bottomborder {
	background-image:url(images/bottom_border.jpg);
	height: 20px;
}

.leftbotborder {
	background-image:url(images/leftbot_border.jpg);
	height: 20px;
}

.rightbotborder {
	background-image:url(images/rightbot_border.jpg);
	height: 20px;
}

body {
	margin: 0 0 0 0;
}

.buttons {
	background-image:url(images/button_bg.gif);
}

tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.whitetext {
	color:#FFFFFF;
}

.bigwhitetext {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

A:link { color:#0b55a7; text-decoration:underline; }
A:visited { color:#0b55a7; text-decoration:underline; }
A:hover { color:#862079; text-decoration:underline; }
A:active { color:#0b55a7; text-decoration:underline; }

.whitetext A:link { color:#FFFFFF; text-decoration:underline; }
.whitetext A:visited { color:#FFFFFF; text-decoration:underline; }
.whitetext A:hover { color:#bf7cb6; text-decoration:underline; }
.whitetext A:active { color:#FFFFFF; text-decoration:underline; }

.bigwhitetext A:link { color:#FFFFFF; text-decoration:underline; }
.bigwhitetext A:visited { color:#FFFFFF; text-decoration:underline; }
.bigwhitetext A:hover { color:#bf7cb6; text-decoration:underline; }
.bigwhitetext A:active { color:#FFFFFF; text-decoration:underline; }

.footer {
	height:25px;
	background-color:#0b55a7;
	vertical-align:middle;
	font-size:10px;
}

.box1 {
	background-color:#862079;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	height:230px;
	vertical-align:middle;
}

.box2 {
	background-color:#0b55a7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	height:230px;
	vertical-align:middle;
}

p {
	text-align:justify;
}

.whiteborder {
	border: 1px solid #FFFFFF;
}

.blackborder {
	border: 1px solid #000000;
}

.bottomnav {
	height:45px;
	vertical-align:middle;
	font-size:10px;
	color:#0b55a7;
	letter-spacing:1px;
}

.leftfooter {
	height:25px;
	width:75px;
	background-image:url(images/left_footer.gif);
}

H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#0b55a7;
	font-weight:bold;
}

.heading2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0b55a7;
	font-weight:bold;
}

.heading3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
}
.heading4 { color: #000; font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; background-color: #fff }
.smalltext {
	font-size:11px;
}
.smalltext2 { font-size: 11px; font-weight: normal }
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .9em;
}

.imageborder {
	border: 1px solid #000000;
}
#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 { background: url("images/blank.gif") no-repeat; display: block; width: 49%; height: 100% }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover  { background: url("images/prevlabel.gif") no-repeat left 15% }
#nextLink:hover, #nextLink:visited:hover  { background: url("images/nextlabel.gif") no-repeat right 15% }


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

.footertxt A:link { color: #666666; text-decoration:none; }
.footertxt A:visited { color: #666666; text-decoration:none; }
.footertxt A:hover { color: #666666; text-decoration:none; }
.footertxt A:active { color: #666666; text-decoration:none; }

#comment {
	position: absolute;
	top: 250px;
	height: 600px;
}

#comment.fixed {
  position: fixed;
  top: 0; width: 196px;
}
#comment.fixed.bottom {
  position: fixed;
  bottom: 80px; width: 214px;
}
