@charset "utf-8";
/* CSS Document */


/* Begin Blue Banner */

#subbannerbkg {
	background-image:url(../images/bannerbkg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:100px;
	}

.subbanner {
	margin:auto;
	width:970px;
	height:70px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:25px;
	background-image:url(../images/subbannerbkg.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	}
	
.subbannertextbox {
	width:800px; 
	margin-top:15px;
	float:left;
	}

/* End Blue Banner */


/* Begin Text Styles */

.informationtext {
	font-size:12px;
	color:#000000;
	line-height:18px;
	margin-top:20px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	}

.bluesubtitle {
	font-size:16px; 
	color:#0286b6; 
	line-height:20px;
	text-decoration:none;
	font-weight:bold;
	}

.unavailable {
color:#FF0000;
}
	
/* End Text Styles */

/* Begin Boxes */

.subeventbox {
	border-bottom:dotted 1px #c5c4c4; 
	padding-top:10px; 
	padding-bottom:20px; 
	margin-bottom:10px;
	}

.minutes1 {
	float:left; 
	width:100px; 
	padding-right:15px; 
	border-right:solid 1px #c6c6c6;
	margin-left:15px;
	}

.minutes2 {
	float:left; 
	width:100px; 
	padding-right:15px; 
	padding-left:15px; 
	border-right:solid 1px #c6c6c6;
}

.minutes3 {
	float:left; 
	width:100px; 
	padding-left:15px;
}


/* End Boxes */

/* Begin Link Styles */

#greenlink a:link {
	color:#5b9004;
	text-decoration:none;
	text-transform:none;
	font-weight:bold;
	}

#greenlink a:hover {
	color:#36291e;
	text-decoration:none;
	text-transform:none;
	font-weight:bold;
	}

#greenlink a:visited {
	color:#5b9004;
	text-decoration:none;
	text-transform:none;
	font-weight:bold;
	}

#greylink a:link, a:visited {
	color:#666666;
	text-decoration:none;
	text-transform:none;
	font-weight:bold;
	}

#greylink a:hover {
	color:#5b9004;
	text-decoration:none;
	text-transform:none;
	font-weight:bold;
	}

	
/* End Link Styles */

/* Begin Rental Boxes */

.rentalbox {
	float:left; 
	width:250px; 
	margin-bottom:10px; 
	border:solid 1px #e9e7e7; 
	padding:7px; 
	background-image:url(../images/rentalbtnbkg.jpg); 
	background-position:bottom left; 
	background-repeat:repeat-x; 
	background-color:#f7f4f4;
	}

.rentaltext {
	float:left; 
	margin-top:10px; 
	color:#777777; 
	font-size:14px; 
	font-weight:bold;
	}

#rentallinks a:link {
	color:#777777; 
	font-size:14px; 
	font-weight:bold;
	text-decoration:none;
	}

#rentallinks a:visited{
	color:#777777; 
	font-size:14px; 
	font-weight:bold;
	text-decoration:none;
	}

#rentallinks a:hover {
	color:#0286b6; 
	font-size:14px; 
	font-weight:bold;
	text-decoration:none;
	}

#rentallinks a:focus {
	color:#0286b6; 
	font-size:14px; 
	font-weight:bold;
	text-decoration:none;
	}



.leftbox {
	float:left; 
	width:275px; 
	margin-right:25px; 
	margin-top:10px;
	}

/* End Rental Boxes */

/* Begin Box Styles */

.dashedbtmboxes {
	border-bottom:dashed 1px #c3c3c3;
	}