body {
	font-family: verdana;
	font-size:12pt;
	color:#000000;
	background-color:#536A6C;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

img {
	border:none;
}

h2 { 
  	font-size: 22px;
	color: #9C6531;
	margin: 25px 0 25px 0;
}	 

h3 {
  	font-size: 20px;
	color: #9C6531;
  	font-variant: normal;
}

h4 {
  	font-size: 20px;
	margin: 10px 0 10px 0;
	font-weight: normal;
}

.targetblank {  /* shrinks notice of page opening in new window */
	font-size:10pt;
}

ul {
	list-style-type:none;
}

.q {  /*used with span makes minutes bold*/
	font-weight:bold;
	font-size:11pt;
	}


/********** Home Page Styles **********/

div.homecont {
  clear:left;
	float:left;
	width:100%;
	background: #FFF9EF;
	position:relative;
	right: 220px;
}

div.home {
  width: 650px;
	float:left;
	padding:10px;
	line-height:20px;
	overflow:hidden;
	position:relative;
	left: 220px;
}

div.home div {
	float: left;
	width: 300px;
	margin: 10px;
	font-size: 12px;
}

div.home a:link,a:visited{
	color: #000;
	text-decoration: underline;
}

div.home a:hover{
	text-decoration: none;
}

div.sidebarhome {
	width: 220px;
	float:left;
	font-family:verdana;
	font-variant:small-caps;
	text-align: center;
	overflow:hidden;
	position:relative;
  left: 220px;	
}

/********** Header Styles **********/
div.header {
	background-color:#BAC291;
	border-bottom:#334F43 3px solid;
  	text-align:center;
}

div.header img { 
	border:none;
	margin:0px;
}

div.header img.left { /* Aligns right-most img with left edge */
	float:left;
}

div.header img.right { /* Aligns right-most img with right edge */
	float:right;
}

div.header td {  /* top nav */
	font-family: garamond;
	font-variant:small-caps;
	font-weight:bold;
	padding: 5px;
	text-align: center;
}

/********** Mid-Section Styles **********/

/***containers for the midsection hold the column backgrounds***/
div.sidebarcont {
  	clear:left;
	float:left;
	width:100%;
	background: #FFF9EF;
	overflow:hidden;
	position:relative;
}

div.contentcont {
  	clear:left;
	float:left;
	width:100%;
	background: #FFF9EF;	
	position:relative;
	right: 220px;
}

div.leftnavcont {
 	float:left;
	width:100%;
	background: #BAC291;	
	position:relative;
	right: 470px;
}



/* Left Hand Navigation*/

div.leftnav {
	/*background-color: #BAC291;*/
	width: 210px;
	text-align:center;
	float:left;
	line-height:22px;
	overflow:hidden;
	position:relative;
 	left: 690px;	
}	

div.leftnav div.sublinks {
	text-align:left;
	margin-left:15px;
}

div.leftnav div.sublinks div {
  margin-left:10px;
}

div.leftnav img {
  border: 2px solid #9C6531;
	margin: 35px 0 15px 0;
}

/* Content Area */
div.content {
	width: 450px;
	float:left;
	/*background-color: #FFF9EF;*/
	padding:10px;
	line-height:21px;
	overflow:hidden;
	position:relative;
  	left: 690px;	
}

/* Right Hand Side Bar */
div.sidebar {
	width: 220px;
	float:left;
	font-family:verdana;
	font-variant:small-caps;
	text-align: center;
 /* background-color: #FFF9EF;*/
	overflow:hidden;
	position:relative;
  left: 690px;	
}

.bar {
	float:left;
	margin-top:20px;
}

div.sidebar div  {
  font-weight:bold;
	margin: 20px 0 20px 0;
}

div.sidebar a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

div.sidebar a:hover {
  color: #000;
	text-decoration: none;
}

div.sidebar a img {
  border:none;
	text-decoration: none;
}

div.sidebarhome div  {
  font-weight:bold;
	margin: 20px 0 20px 0;
}

div.sidebarhome a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

div.sidebarhome a:hover {
  color: #000;
	text-decoration: none;
}

div.sidebarhome a img {
  border:none;
	text-decoration: none;
}


.caption {	/* for captions and new window statements */
	font-size:9px;
	line-height:normal;
}

/* ******** Collections table styles ********* */
table.collections td {
	padding:5px;
	vertical-align:top;
}

table.collections td div {
	text-align: right;
}
	
/********** Footer Styles **********/
div.footer {
	text-align: center;
	border-top:#334F43 5px solid;
	background-color:#BAC291;
	font-family: garamond;
	padding: 5px 0 5px 0;
	clear: both;
}


/*********** Links ***************/
a:link { /*left nav*/
	text-decoration:underline;
	color:#000000;
		}

a:visited {
	text-decoration:underline;
	color:#000000;
		}
		
a:hover {
	text-decoration:underline;
	color:#000000;
		}
		
a:visited:hover {
	text-decoration:underline;
	color:#000000;
		}


.sublinks a:link { /*left nav*/
	text-decoration:none;
	color:#000000;
		}

.sublinks a:visited {
	text-decoration:none;
	color:#000000;
		}
		
.sublinks a:hover {
	text-decoration:underline;
	color:#000000;
		}
		
.sublinks a:visited:hover {
	text-decoration:underline;
	color:#000000;
		}
		
table a:link { /*top nav*/
	text-decoration:none;
	color:#000000;
		}

table a:visited {
	text-decoration:none;
	color:#000000;
		}
		
table a:hover {
	text-decoration:underline;
	color:#000000;
		}
		
table a:visited:hover {
	text-decoration:underline;
	color:#000000;
		}
		
div.footer a:link { /*footer email addy*/
	text-decoration:none;
	color:#000000;
		}

div.footer a:visited {
	text-decoration:none;
	color:#000000;
		}
		
div.footer a:hover {
	text-decoration:underline;
	color:#000000;
		}
		
div.footer a:visited:hover {
	text-decoration:underline;
	color:#000000;
		} 		

/********** Portal styles **********/

div.portal {
		background-color: #fff;
		padding: 15px;
}


/********** Slideshow styles **********/

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

		
