/* CSS Document */

body, table, div, p, td, th, ul, li, ol, br {
	font-family: Trebuchet MS, "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
}
input {
	font-family: Trebuchet MS, "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color: #004780;
	text-decoration:none;
}

body {
	background-image:url(../graphics/bg.jpg);
	background-repeat:no-repeat;
	margin-left: 13px;
	margin-top: 252px;
}
h1 {
	font-size:22px;
	font-weight:bold;
	color: #004780;
	margin: 0px 0px 12px 0px;
}
h3 {
	font-size: 13px;
	font-weight:bold;
	margin: 0px 0px 2px 0px;
}
h3 a {
	color: #004780;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 10px;
	color: #666666;
	margin: 0px 0px 8px 0px;
}
.bodyText {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	line-height:18px;
}
.bodyText a {
	color: #004780;
	text-decoration:none;
}
.bodyText li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom:5px;
	margin-left: 20px;
	padding-right:5px;
}
.bodyText a:hover {
	text-decoration:underline;
}
div#wrapper {
	width: 875px;
}
div#leftColumn{
	width: 173px;
	float: left;
}

div#leftColumn div.hours
{
	border-style:solid;
	border-width: 1px;
	border-color: #333333;
	padding: 3px;
	margin-bottom: 10px;
}

div#leftColumn div.hours p
{
	line-height: 18px;
}

div#leftColumn div.hours h3
{
	margin-bottom: 3px;
}

div#leftColumn div#nextyear
{
	margin-top: 20px;
	/*border-style:solid;
	border-width: 1px;
	border-color: #990000;*/
	padding: 5px;
	background-color:#990000;
}

div#leftColumn div#nextyear p {
	color: white;
}

div#menu {
	margin-top: 0px;
}

div#menu ul {
	list-style:none;
}
div#menu a {
	color: #004780;
	text-decoration: none;
}
div#menu a:hover {
	text-decoration: underline;
}
div#menu ul li {
	background-image:url(../graphics/menuBg.gif);
	background-repeat:no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	font-size:13px;
	font-weight:bold;
	
}
div#menu ul li.subMenu {
	background-image:none;
	margin: 5px 0px 5px 10px;
	padding:0px;
	font-size:11px;
	font-weight:bold;
	list-style:none;
	
}
div#middleColumn{
	width: 503px;
	margin-left: 13px;
	float: left;
}

div#middleColumn li {
	margin-left: 13px;
	margin-top: 6px;
}

div#middleColumn table.price {
	border: 1px solid #000000;	

}

div#middleColumn table.price input.noEdit {
	border: none;

}

div#middleColumn table.price td {
	padding: 3px;
}

div#middleColumn table.price tr.top {
	background-color:#CCCCCC;
	font-weight:bold;
}

div#middleColumn div.frontRedAd h3.leadTextIntroWhite {
	color: #FFF;
}

div#middleColumn div.frontRedAd h3.leadTextIntroWhite a {
	color: #FFF;
}

div#middleColumn div.frontRedAd {
	background-color:#900;
	padding: 10px 10px 9px 10px;
	margin-bottom: 20px;
	text-align: center;
	
}

div#wrapper table.price td.bottom {
	border-top: 1px solid #000000;
}

div#wrapper div.emptyAdBox {
	background-color:#a9c3d0;
	padding: 15px;
	text-align:center;
	
}

div#wrapper div.emptyAdBox p {
	color: #333333;
}
div#middleColumn div.emptyAdBox h3 {
	color: #333333;
	font-size: 14px;
	margin: 0 0 5px 0;
}


div#rightColumn{
	margin-left: 13px;
	width: 173px;
	float: left;
}

div#rightColumn p { 
	margin-top: 3px;
	}

div#bottomLine {
	background-image: url(../graphics/bottomGradient.jpg);
	background-repeat:no-repeat;
	width: 875px;
	height: 23px;
	margin: 10px 0px 0px 0px;
}

div#bottomLine p {
	color: #333333;
	text-align:center;
	padding: 3px 0px 0px 0px; 
}
div#bottomLine p a {
	color: #333333;
	text-decoration: none;
}

.adMargin {
	margin-bottom:5px;
}

div.halfWidthColumn {
	width: 49%;
	float:left;
	padding-right: 1%;
}
div.halfWidthColumn p {
	margin: 0px 0px 4px 0px;
}
div.halfWidthColumn img {
	margin: 0px 0px 20px 0px;
}

ul.highLight {
	
}

ul.highLight li {
	font-weight: bold;
	font-size: 16px;
}

div#flashBanner
{
	margin: 5px;
}

.clearFloats {
	clear: both;
	display:block;
}
