body {
background-color:#FFFFFF;
font-size:100%;
/*100% needed for IE*/
font-family:Arial,Helvetica,sans-serif;
color:black;
margin:0;
padding:0;
}

#frame {
/*this is what keeps the page centered*/
width:800px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
padding:0;
text-align:left;
}

#content {
/*for full page width layout*/
width:800px;
padding:0;
margin-top:10px;
float:left;
}

#contentleft {
/*for 2-column layout*/
width:600px;
padding:0;
float:left;
background:#fff;
}

#contentright {
width:175px;
padding:0;
float:left;
background:#fff;
margin-left:25px;
}

.inline {
/*for an image included in the page content inline with text; aligns right*/
border:0;
margin:10px;
text-align:center;
float:right;
}

#breadcrumbs {
font-size:0.8em;
margin-top:0.4em;
margin-bottom:10px;
}

#navigation {
font-size:0.9em;
margin-top:10px;
text-align:center;
}

#footer {
margin-top:10px;
text-align:center;
font-size:0.8em;
}

/*typography*/
td {
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
}

h1 {
/*This is the title of the page*/
font-family:Verdana,Arial,sans-serif;
font-size:1.3em;
margin-top:15px;
color:#78A;
}

h2 {
/*This is for the heading of the right-hand navigation*/
font-size:1.1em;
font-weight:700;
margin-top:2.0em;
margin-left:1.0em;
/*moves the headers closer to the set of links*/
}

h3 {
/*This is subheading 1 */
font-size:1.0em;
color:navy;
margin-bottom:-0.3em;
}

h4 {
/*Subheading2 no line spacing*/
color:navy;
font-size:0.9em;
margin-bottom:0.1em;
}

h5{
/*Subheading 3 no line spacing*/
color:black;
font-weight:600;
margin-top:-0.1em;
margin-bottom:-0.3em;
}

p {
font-size:0.8em;
color:black;
}

/*for textual formatting:*/
.bodytext {
font-size:0.8em;
font-style:italic;
}

.sizeup1 {font-size:0.9em;
}

.sizeup2 {font-size:1.0em;
}

.bold {
font-weight:700;
}

.italics {
font-style:italic;
}

.grayback {
background-color:silver;
}

.attention {
background-color:#FFFF00
}

a:link {
border:none;
text-decoration:none;
color:#346;
}

a:visited {
text-decoration:none;
color:#78A;
}

a:hover,a:active {
color:#1d3251;
background:#E8E8E8;
}

.nobullet {
list-style:none;
text-align:left;
margin-top:-0.1em;
}

.linespace {
margin-top:1.0em;
margin-bottom:2.0em;
}

#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;
	}

#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;
	}

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}

/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/*for bulleted lists:*/
ul {
list-style-type:square;
margin-top:-0.1em;
margin-bottom:-0.2em;
}

li {
margin-top:-0.1em;
/*moves the links in a list closer together*/
font-size:0.8em;}


/*for highslide image display*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Arial, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.posthidden {display:none}
.postshown {display:inline}
</style>