html {
	font-family: Calibri, Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
}
body { 
	background-image: url('../images/tile.png'); 
	background-repeat:no-repeat; 
	background-position:center top; 
	background-color: #2f2f2f;
	color: black; 
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
}
td { 
text-align: left;
color: black; 
font-size: 11px; 
vertical-align: top; 
font-weight: normal; 
}



input, select {
 	font-family: Calibri, Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; 
	vertical-align: top;
        font-weight: normal;
        font-size: 12px;
        margin: 0;
        padding: 0;
}

.specials { color: black; font-size: 11px; font-family: Calibri, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }
.maintext { color: black; font-size: 14px; font-family: Calibri, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }
.footer { color: white; font-size: 11px; font-family: Calibri, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }
.smaller { color: white; font-size: 9px; font-family: Calibri, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-align: right; }
.checkbox {
	color: white; 
	font-size: 11px;
	line-height: 18px;}

a.foot:link { color: white; font-size: 9px; font-family: Calibri, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-align: right; }
a:link { color: red }
a:visited { color: gray }
a:hover { color: gray }
a:active { color: red }
option.red {font-weight: bold; font-size: 12px; color: red;}
ul li{
	margin-left: -25px; 
	font-family: inherit;
}
li.red {
	color: red;
	font-weight: bold;
}
li.small {
	font-size: 8px;
}

h1, h2, h3 { 
	color: red; 
	font-size: 16px; 
	font-family: Calibri, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	margin-top: 16px; 
	margin-bottom: 0; 
}
h2 { /* Specials header */
	font-size: 14px; 
}
h3 { /* FAQ Header */
	font-size: 12px; 
}
h4   /* Contact Us, Phone, Fax, Email text */  { color: red; font-size: 14px; font-family: Calibri, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: bold; line-height: 16px; margin-top: 5px; margin-bottom: 5px; }
h5  /* Used on the Contact Us page as the red location headers */ { color: red; font-size: 12px; font-family: Calibri, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: bold; margin-top: 5px; margin-bottom: 0; }
li  /* used on the Bus page */ { color: black; font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-align: left; }
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#contentWrapper {
	padding: 10px 40px 40px 53px;
	background-color: #fff;
}

.contentLeftCol {
	float: left;
	width: 450px;
	padding-right: 30px;
}
.contentRightCol {
	float: left;
	width: 400px;
	margin-top: 10px;
}
img.specialStamp {
	margin: 10px 0 0 -5px;
}
td.stampColumn {
	width: 160px;
}
