#headerimage {
	display:block;
	position:relative;
	width:auto;
	height:203px;
	padding-left:27px;
	background:url(images/header.jpg) no-repeat #FFF;
}
#tabs {
	position:absolute;
	display:block;
	height:40px;
	bottom:0px;
	left:27px;
	white-space:nowrap;
}
#tabs .maintab {
	display:inline-block;
	position:relative;
	height:40px;
	bottom:-3px;
	margin-right:-10px;
	z-index:1;
}
#tabs a {
	position:relative;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	white-space:nowrap;
	line-height:40px;
}
#tabs a:hover {
	cursor:hand;
	bottom:3px;
}
#tabs .tab {
	position:relative;
	display:inline-block;
	height:40px;
	width:auto;
	.left:21px;
	margin:0 21px 0 21px;
}
#tabs .leftborder, #tabs .rightborder {
	display:block;
	position:absolute;
	width:21px;
	height:40px;
	bottom:0px;
	behavior: url(iepngfix.htc);
}
#tabs .leftborder {
	left:0px;
}
#tabs .rightborder {
	right:0px;
}
.opera #tabs .rightborder {
	right:-21px;
}
#tabs a#cleveland .tab {
	background:url(images/clevelandtabbg.png) repeat-x;
}
#tabs a#cleveland .leftborder {
	background:url(images/clevelandtableft.png) no-repeat;
}
#tabs a#cleveland .rightborder {
	background:url(images/clevelandtabright.png) no-repeat;
}
#tabs a#akron .tab {
	background:url(images/akrontabbg.png) repeat-x;
}
#tabs a#akron .leftborder {
	background:url(images/akrontableft.png) no-repeat;
}
#tabs a#akron .rightborder {
	background:url(images/akrontabright.png) no-repeat;
}
#tabs a#lakegeauga .tab {
	background:url(images/lakegeaugatabbg.png) repeat-x;
}
#tabs a#lakegeauga .leftborder {
	background:url(images/lakegeaugatableft.png) no-repeat;
}
#tabs a#lakegeauga .rightborder {
	background:url(images/lakegeaugatabright.png) no-repeat;
}
#tabs .navbottom {
	position:absolute;
	bottom:0px;
	_bottom:-1px;
	z-index:2;
	display:block;
	height:3px;
	width:100%;
	padding-right:10px;
	_padding-right:0px;
	background:url(images/menubottom.png) repeat-x #FFF;
}