/* CSS Document */

.content
{ 
background-image: url('boxline1.jpg');
background-repeat: repeat-y;
}

.blue
{
background-color:#0099FF;
}

.boxtext
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height: 125%;
padding-left: 40px;
color: rgb(80, 51, 11);
padding-right: 40px;
}

a
{
color:#CC3300;
text-decoration:none;
}

a:hover
{
color:#0066FF;
}

.green
{
background-color: rgb(5,46,22);
}

.nav
{
width: 200px;
height: 75px;
align: left;
valign: top;
}

#footer
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFCC;
line-height: 125%;
}

.caption
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 10px;
line-height: 125%;
color: rgb(80, 51, 11);
font-style: oblique;
}

.ongreen 
{
color: #FFFFCC;
}

a.ongreen
{
color: #FFFFCC;
text-decoration:underline;
}

.onbody {color:rgb(11,52,93)}

.schedinfo {font:Georgia, "Times New Roman", Times, serif;
font-size:  12px;
 color: rgb(80, 51, 11);
 line-height: 110%;}
 
hr	{
color: rgb(80, 51, 11); 
height: 1px;
background-color: rgb(80, 51, 11);
border: 0;
text align: left;
}

.hr	{
color: #ffffcc; 
height: 1px;
background-color: #ffff99;
border: 0;
text align: left;
}

.top	{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
}

.calbox {
padding-left: 5px;

font-family:Arial, Helvetica, sans-serif; font-size:11px;
height: 9px;
text-align: left;
vertical-align: top;
}

.caltime {
text-align: left;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
height:60px;
line-height: 160%;
vertical-align: top;
padding-left: 5px;
text-decoration:none;
} 

a.caltime:hover
{
text-decoration:none;
color:#0066FF;
}


a.image { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 320px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(images/dinner.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.image:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/dinner2.jpg); /* source for target image */
     } 
	 
	 
a.image2 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 320px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(images/funruns.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.image2:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/funruns2.jpg); /* source for target image */
     } 
	 
a.image3 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 320px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(images/pizzatrain.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.image3:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/pizzatrain2.jpg); /* source for target image */
     } 
	 
a.image4 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 320px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(images/special.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.image4:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/special2.jpg); /* source for target image */
     } 
	 
a.image5 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 320px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(images/charters.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.image5:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/charters2.jpg); /* source for target image */
     } 
	 
.rightbox
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height: 125%;
color: #FFFFCC;
}

.runslink A:link {text-decoration: none;}
.runslink A:visited {text-decoration: none;}
.runslink A:active {text-decoration: none;}
.runslink A:hover {text-decoration: underline;}

/* Begin Lightbox formatting */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 1100; 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: 1010; }
#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: 80%; 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: 1090; width: 100%; height: 500px; background-color: #000; }

/* End Lightbox formatting*/