/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #49672E;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1
{
font-family: Garamond, "Times New Roman", Times, serif;
font-size: 2.5em;
font-weight: normal;
}
h2
{
font-family: Garamond, "Times New Roman", Times, serif;
color:#990000;
font-weight: bold;
}

h3
{
font-family: Garamond, "Times New Roman", Times, serif;
font-size: 1.5em;
font-weight: normal;
}

#front
{
font-family: Georgia, "Times New Roman", Times, serif;
color:green;
font-size: 1.5em;
font-weight: normal;
}

h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;

	
}



a {
	font-weight: bold;	
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
	width: 900px;
	height: 85px;
	margin: 0px auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	


}




/************* MENU ************/

#menu {
	width: 900px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 8px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

#menu2 {
	width: 900px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #ffec8b;
}

#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	padding: 5px 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #cc3300;

}

#menu2 a:hover {
	background-color: #ffc125;
}



#body {
	width: 865px;
	margin: 0px auto;
background-color: #ffffcc;
border: 2px solid #832A18;
	padding: 15px 20px 5px 15px;
text-align:center;
}

#body h1, #body h2, #body h3, #body h4, #body h5 {

	text-align: center;
	
}
#body img
{border: 1px solid black;
	padding: 2px;
	display: center;
    margin-left: auto;
    margin-right: auto;
}




#footer {
	width: 890px;
	margin: 0px auto;
background-color: #ffffcc;
border: 2px solid #832A18;
	padding: 0px 5px 0px 5px;
text-align: center;
}
#footer h4
{text-align:center;}
#footer h5
{text-align:center;}
#times
{
border:2px solid #cc3300; padding:5px;}
#times td
{padding: 4px;}


#fares
{
 padding:5px; background-color: black; color:white;}
#fares td
{padding: 10px;}


#lightbox{	
position: absolute;	
left: 0;
 width: 100%;
 z-index: 100; 
text-align: center;
 line-height: 0;}



#lightbox img{
 width: auto; 
height: auto;}

#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-image: url(data:image/gif;base64,AAAA); /* 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; 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; outline: none;}	 	


#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


