@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #272e37 url(../../images/layout/background.gif) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneCol #header { 
	width: 100%;
	background: #3a4c60 url(../../images/layout/header_background.gif) repeat-x top;
	padding: 0;
	height: 7px;
}
.oneCol #container {
	position: absolute;
	top: 7px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.oneCol #innerContainer {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
.oneCol #mainMenu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 114px;
	margin: 0 auto;
	padding: 0 20px;
	background: #3b4d61 url(../../images/layout/escLogo_background.gif) no-repeat bottom left;
}
.oneCol #onlineReservations {
	position: absolute;
	width: 214px;
	height: 71px;
	top: 0px;
	right: 70px;
}
#menuTable {
	position: absolute;
	top: 92px;
	left: 170px;
	margin: 0;
	padding: 0;
	width: 678px;
}
#menuTable ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
}
#menuTable li {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}
#menuTable a {
	padding: 0;
	margin: 0;
}
.oneCol #sportMenu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 41px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../../images/layout/sportsMenu_background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.oneCol #mainContent {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../../images/layout/leftFlank.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#commonBody {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 843px;
	min-height: 266px;
	padding: 10px;
	background: #eee url(../../images/layout/contentBody_background.gif) repeat-x top;
	border: 1px solid #333;
}
.blogTitle {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #333333;
}

.blogByline {
	font-size: 13px; 
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: italic;
	color: #666666;
}
.subscribe2 {
	padding: 5px;
}

a.subscribe, a.subscribe:visited
{
	padding: 5px;
	border: 1px solid #cf9c1c;
	background-color: #f7edd5;
	height: 1em;
	padding: 3px 4px 4px 20px;
	background-repeat: no-repeat;
	background-position: 4px 50%;
	background-image: url(../../images/layout/feed-icon-12x12.gif);
	font-weight: bold;
	text-decoration: none!important;
}

a.subscribe:hover
{
	text-decoration: none;
	position: relative;
	top: 1px;
	left: 1px;
}
.oneCol #footer { 
	text-align: center;
	color: #ddd;
	font-size: 9px;
	line-height: 150%;
}
.oneCol #footer a { 
	color: #ddd;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.oneCol #footer a:hover { 
	color: #666600;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.oneCol #footer p {
	margin: 0;
	padding: 10px 0;
}
#homeCalendar {
	position: relative;
	width: 252px;
	height: 214px;
	top: 0px;
	left: 0px;
	overflow: auto;
	color: #FFFFCC;
	font-size: 10px;
	padding: 5px;
}
.error {
	color: red;
	font-weight: bold;
}
