.clear {
	clear: both;
}
.tabs {
	padding: 0;
	margin: 0;
}
.tabs ul {
	margin: 0;
	padding: 0;
	height: 25px;
	background-color: #3E7685;
}
body.directions .tabs ul {
	background-color: #717B6D;
}
.tabs ul li {
	display: inline;
	padding: 0;
	margin: 0;
	height: 25px;
}
.tabs ul li a {
	margin: 0;
	padding: 0;
	height: 25px;
	display: block;
	float: left;
	border-top: 1px solid #6CCFF6;
	border-left: 1px solid #6CCFF6;
	border-right: 2px solid #111F16;
	background-color: #3E7685;
}
body.directions .tabs ul li a {
	background-color: #717B6D;
	border-top: 1px solid #b0beab;
	border-left: 1px solid #b0beab;
	border-right: 2px solid #111F16;
}
.tabs ul li a.selected {
	background-color: #384A3C;
	border-width: 1px 2px 0 1px;
	border-color: #7d9382 #1a241c #ffffff #7d9382;
	border-style: solid;
}
body.directions .tabs ul li a.selected {
	background-color: #384A3C;
	border-width: 1px 2px 0 1px;
	border-color: #7d9382 #1a241c #ffffff #7d9382;
	border-style: solid;
}

#tabcontent1 {
	font-family: Arial,Helvetica,Verdana,Sans-serif;
	font-size: 9px;
	color: #ffffff;
	background: url('/images/backgrounds/secondary-content-background.gif') right top repeat-y;
}
#tabcontent1 div.tabcontent {
	margin: 10px 0 5px 15px;
}
#tabcontent1 div.tabcontent div.column {
	float: left;
	line-height: 160%;
	width: 230px;
}


