#nav {
width:150px; height:100%;  border: 1px solid #ffffff;}
#cont {
width:150px; height:100%;  border: 1px solid #ffffff;}

a:link, a:visited {color:#006600;}
a:hover {color:#000000;}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.main_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.dash {border-bottom:2px dotted #cccccc;
	margin:10px 10px 25px 10px;
}
.hours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:black;
	margin:3px 0px 3px 0px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.small a:link {text-decoration:none; color:#001a57;}
.small a:visited {text-decoration:none; color:#001a57;}
.small a:hover {text-decoration:none; color:#f09905;}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
h1 {
	font-family: Trebuchet MS;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;	
}

h2 {
	font:bold 12px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	color:#00539b;
}

.subhead {
	font-family: Trebuchet MS;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
}
.indent {
	margin-left:15px;
}
ul {
	list-style-type: square;
}
li {margin-left:-15px;}
.bullet {list-style-type:circle}
.margin_rt {
	padding-right: 20px;
}

.grayline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}

.vline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.highlight {
	padding:10px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background:#fffffc;
}

.square {
	list-style-type: square;
}
.news {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.newscontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	padding: 5px 5px 0px 5px;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	text-transform:uppercase;
	padding: 7px;
	letter-spacing:1px;
}
.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	font-weight: bolder;
	color: #759e33;
	padding: 1px 3px 1px 4px;
	
}
.style4 {
	color: #6EA003;
	font-weight: bold;
}

/* retail section */

.retail {
	padding:30px 0px 30px 0px;
	border-bottom:2px solid white;
	border-top:1px solid #efefef;
}

.retaildesc {
	float:right;
	width:270px;
}

.retaillogo {
	float:left;
	width:150px;
	margin-right:10px;
	position:relative;
}

.retaillogo img {
	margin-bottom:10px;
}

.retailhours {
	position:absolute;
	left:-108px;
	background:url(../images/hours_icon.gif) no-repeat;
	font:10px Arial, Helvetica, sans-serif;
	padding-left:108px;
}

.empty {}

.clear {
	clear:both;
}