body {margin-left : 0px; margin-top : 0px; margin-right : 0px; margin-bottom : 0px; font-family : arial, helvetica, sans-serif; background : #f7f7ff;}

.colmask {position:relative; clear:both; float:left; width:100%; overflow:hidden;}

.colright, .colmid, .colleft {float:left;width:100%;position:relative;}

.col1, .col2, .col3 {float:left; position:relative; padding:0 0 1em 0; overflow:hidden;}

.threecol {background:#eee;}

	.threecol {
		background:#f7f7ff;		/* right column background colour */
	}
	.threecol .colmid {
		right:12%;			/* width of the right column */
		background:#f7f7ff;		/* center column background colour */
	}
	.threecol .colleft {
		right:68%;			/* width of the middle column */
		background : #003366;	/* left column background colour */
	}
	.threecol .col1 {
		width:62%;			/* width of center column content (column width minus padding on either side) */
		left:103%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:20%;			/* Width of left column content (column width minus padding on either side) */
		left:18%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
	text-align : center;
		width:12%;			/* Width of right column content (column width minus padding on either side) */
		left:86%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

.col1 li {margin : 0.5em 0em 0.5em 0em; list-style-image : url(../img/bullet.jpg);}

.col2 {text-align : center;}
.col2 .logo {height : 234px; width : 200px; border : 0; padding : 0; margin : 0;}

.col2 ul li a:link, .col2 ul li a:visited {color : #ffffff; font-weight : bold; text-decoration : none;}
.col2 ul li a:hover, .col2 ul li a:active {color : #e6e6ee; font-weight : bold; text-decoration : underline;}
.col2 ul li {margin : 5px 0 5px 0; list-style : none;}
.col2 ul {margin : 25px 0 75px 0px; list-style : none; padding : 0;}

.col2 .button {font-size : 0.7em; margin-top : 10px;}

.col3 {padding-top : 15px;}

a:link {color : #6666ee;}
a:hover {color : #dd0000;}
a:active {color : #dd0000;}
a:visited {color : #6666ee;}

.a {color : #000066; text-align : left; vertical-align : top;}
.a strong {color : #ff0000;}
.a strong a:link {color : #ff0000;}
.footer {font-size : 0.6em; color : #aaaaaa; text-align : center; padding : 1.5em 0em 0.5em 0em; clear : both;}
.em {color : #dd0000; font-weight : bold;}

h1 {font-size : large; color : #000066; font-weight : bold;}
h2 {font-size : medium; color : #000066; font-weight : bold;}
h3 {font-size : medium; color : #000066; font-weight : bold;}

.col1 p, .col1 li, .col1 td, .col1 dl, .col1 dd {font-size : small; color : #003366;}

.tn {border : 0em; padding : 0.4em; width : 100px; height : 100px;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-weight : bold;
font-size : 0.7em;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

#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(../img/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(../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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}