body	{
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-size:	12px;
	color:	#391806;
	text-decoration:	none;
	line-height:	1.6em;
	margin: 0; padding: 0; 
	}

a:link	{
	color:	#3c0f04;
	text-decoration:	underline;
	}
	
a:hover	{
	color:	#010c2d;
	text-decoration:	underline;
	}
	
a:active	{
	color:	#032b5c;
	text-decoration:	none;
	}
	
a:visited	{
	color:	#15012d;
	text-decoration:	underline;
	}
	

li {padding-bottom: 7px;}
	
h1 {
	font-family: Capitals, Georgia, Palatino, Times New Roman, Times, serif;
	font-size:	24px;
	line-height:	24px;
	font-weight: bold;
	}
	
h3 {
	font-family: Capitals, Georgia, Palatino, Times New Roman, Times, serif;
	font-size:	18px;
	line-height:	18px;
	font-weight: bold;
	}
			
h6 {
	font-family: Capitals, Georgia, Palatino, Times New Roman, Times, serif;
	font-size:	16px;
	line-height:	16px;
	font-weight: bold;
	}
		
		
.subsection{
 background-color:#826b4c;
 width:500px;
 padding: 10px;
 text-align:left;
 margin-left:25px;
 }

.tablehead
{
	font-family: Capitals, Georgia, Palatino, Times New Roman, Times, serif;
	font-size:	13px;
	line-height:	16px;
	font-weight: bold;
	padding:3px;
	}
.tablebody
{
background-color:#C5A273;
font-family: Palatino, Georgia, Times New Roman, Times, serif;
font-size:	12px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:15px;
border:2px solid #826b4c;
}

.extralinks{ 
background-color:#826b4c;
width:110px;
padding:10px;
margin-left:auto;
margin-right:auto;
}


	
	
/* Booking Form CSS */


#NameErr, #OrganizationErr, #Phone_NumberErr, #EmailErr, #EmailErr2, #AddressErr, #CityErr, #StateErr, #ZipErr, #MonthErr, #DateErr, #TimeErr, #MinutesErr, #PresentationsErr, #warningmsg
{
color:#660000;
font-weight:bold;
display:none;
}
	
.presentation{
width:500px;
border:1px solid #000000;
background-color:#826b4c;
}

.ContactForm{
width:500px;
border:1px solid #000;
background-color:#826b4c;
}

.p_col1{
width:150px;
border-bottom:1px solid #000000;
}
.p_col2{
width:50px;
border-bottom:1px solid #000000;
border-right:1px solid #000000;

}
.p_col3{
width:300px;
text-align:left;
vertical-align:top;
border-bottom:1px solid #000000;
}

.c_col1{
width:200px;
text-align:left;
}
.c_col2{
width:300px;
text-align:left;
}
.header{
font-family: Georgia, times;
font-size: 14px;
color: #000;
font-weight:bold;
}



/* Lightbox CSS */


#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: #FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 100%;
	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('http://www.hands-onhistory.com/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('http://www.hands-onhistory.com/images/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('http://www.hands-onhistory.com/images/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;
	}
