@charset "utf-8";
/*
GENERIC
---------------------------------------------------------------------------------------------------------------- */
body {
	background-color: #e4e4e4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #555;
	line-height: 1.5em;
}

/*
MAIN STRUCTURE
---------------------------------------------------------------------------------------------------------------- */
#wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#mast {
	background-color: #fff;
	width: 960px;
	float: left;
	padding-bottom: 40px;
}
#columnLeft {
	float: left;
	width: 170px;
	margin-left: 40px;
	margin-right: 40px;
	display: inline;
	margin-top: 40px;
}
#columnRight {
	float: right;
	width: 710px;
	margin-top: 40px;
}
#logo {
	float: left;
	height: 110px;
	width: 170px;
}
#navigation {
	float: left;
	width: 170px;
	margin-top: 50px;
}

#mastBanner {
	float: left;
	height: 230px;
	width: 710px;
	margin-top: 88px;
	margin-bottom: 40px;
}
#content {
	float: left;
	width: 710px;
}
#contentLeft {
	float: left;
	width: 480px;
	margin-right: 40px;
}
#contentRight {
	float: right;
	width: 190px;
}
#footer {
	background-color: #868A7A;
	width: 960px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footerInner {
	background-image: url(../img/footer_telephone.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	width: 880px;
	color: #DAE2D5;
	display: inline;
	margin-right: 40px;
	margin-left: 40px;
}
/*
NAVIGATION
---------------------------------------------------------------------------------------------------------------- */
#navigation li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin-bottom: 5px;
	color: #868a7a;
}
#navigation li a {
	display: block;
	color: #868A7A;
	text-decoration: none;
	width: 170px;
	height: 18px;
}
#navigation li a:hover {
	text-decoration: underline;
	color: #555;
}

#navigation li li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #868a7a;
}
#navigation li li a {
	display: block;
	color: #555555;
	text-decoration: none;
	width: 164px;
	height: 18px;
	padding-left: 16px;
}
#navigation li li a:hover {
	text-decoration: underline;
	color: #555;
}
#navigation li.active {
	text-decoration: none;
	color: #555;
}
#footerInner a {
	color: #DAE2D5;
	text-decoration: none;
}
#footerInner a:hover {
	text-decoration: underline;
}
#events {
	float: left;
	width: 170px;
	margin-top: 63px;
	background-image: url(../img/border_dotted.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*
TYPE
---------------------------------------------------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-family: 'avenir', Georgia, "Times New Roman", Times, serif;
}
h1.replace {
	width: 170px;
	height: 110px;
	text-indent: -9999px;
	background-image: url(../img/logo_seven.gif);
	background-repeat: no-repeat;
} 
h2 {
	font-size: 2em;
	font-weight: normal;
	color: #868A7A;
}
h2#eventsHeading {
	font-size: 2em;
	font-weight: normal;
	color: #AC1C2F;
	background-image: url(../img/border_dotted.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
h3 {
	color: #AC1C2F;
	font-weight: normal;
	font-size: 2em;
	margin-top: 10px;
}
#contentLeft p {
	margin-top: 15px;
}
#map h4 {
	color: #AC1C2F;
	margin-top: 2px;
	text-indent: -9999px;
	background-image: url(../img/logo_seven_map.gif);
	background-repeat: no-repeat;
	height: 22px;
}
/*
LINKS
---------------------------------------------------------------------------------------------------------------- */
#availability a {
	background-image: url(../img/button_booking.gif);
	display: block;
	height: 37px;
	width: 190px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.replace a {
	display: block;
	height: 110px;
	width: 170px;
}

#availability a:hover {
	background-position: 0px -37px;
}
#events a {
	display: block;
	width: 170px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #868A7A;
	text-decoration: none;
}
#events a:hover {
	text-decoration: underline;
	color: #555;
}
#contentLeft a {
	color: #AC1C2F;
	text-decoration: underline;
}
#contentLeft a:hover {
	color: #AC1C2F;
	text-decoration: none;
}

