* { margin: 0; padding: 0; }

body {
	color: #004040;
	font: normal 10px/1.3 Tahoma, sans-serif;
	background: url(../images/background.jpg) fixed repeat 50% 0;
}

a { text-decoration: underline; }
a:link    { color: #008080; }
a:visited { color: #008080; }
a:hover   { color: #004040; }
a:active  { color: #cc0033; }
a img     { border: none; }

fieldset {
	border: none;
}
input, select, select option {
	color: #111;
	font: inherit;
	margin: 0;
	padding: 2px;
	border: 1px solid #92acc4;
}
input.button {
	color: #f1f1f1;
	font-size: 11px;
	font-weight: bold;
	background-color: #cc0033;
	border: 1px solid #fff;
	padding: 3px 6px;
	overflow: visible;
}
input.button:hover {
	color: #fff;
	background-color: #850324;
}
input.button, label, select {
	cursor: pointer;
}
select {
	display: block;
	margin: 0 auto 0.5em;
}

h1 {
	font-size: 15px;
	margin-bottom: 1em;
}
h2 {
	font-size: 14px;
	margin-bottom: 0.75em;
}
h1,h2,h3 {
	font-weight: bold;
}
p {
	margin-bottom: 1em;
}

#wrapper {
	margin: 0 auto;
	padding: 30px 0;
	width: 746px;
}

#header {
	background: url(../images/header.gif) no-repeat 0 0;
	padding: 30px 0 15px 33px;
}
#header #logo {
	display: block;
	width: 134px;
	height: 85px;
	overflow: hidden;
}
#header #logo img {
	display: block;
	width: 134px;
	height: 85px;
}

#navigation {
	background-color: #fff;
}
#main_menu {
	background: url(../images/navigation.gif) no-repeat 50% 100%;
	/*border-top: 2px solid #749797;*/
	padding: 0 25px 25px;
	overflow: auto;
}
#main_menu li {
	display: inline;
	float: left;
	list-style: none;
}
#main_menu li a {
	color: #1e4545;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 20px;
	padding: 10px 0;
}
#main_menu li a:hover {
	color: #cc0033;
}

#content {
	font-size: 13px;
	background-color: #fff;
	height: auto;
	min-height: 300px;
	padding: 0 25px 10px;
}

#footer {
	background: transparent url(../images/footer.gif) no-repeat 0 100%;
	padding: 20px 15px;
}
#footer ul {
	margin: 0 auto;
	overflow: auto;
}
#footer ul li {
	display: inline;
}
#footer ul li.first a {
	border-left: none;
}
#footer ul li a {
	font-size: 12px;
	line-height: 1.2;
	float: left;
	padding: 0 6px;
	border-left: 1px solid #000;
}

#home .find_halls {
	width: 150px;
	float: left;
	margin: 0 10px 15px -10px;
}

.find_halls {
	font-size: 12px;
	background: #ffdab9;
	padding: 10px;
	border: 10px solid #ffdab9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.find_halls h2 {
	font-size: 13px;
	text-align: center;
	margin-bottom: 1em;
}
.find_halls label {
	clear: both;
}
.find_halls input#postcode {
	width: 100px;
}
.find_halls input.button {
	display: block;
	margin: 1em auto 0;
}

.clearfix {
	clear: both;
}

#operators {
	border-top: 1px solid #749797;
	/*margin: 0 -5px;*/
}
#operators h2 {
	border-top: 2px solid #dce5e5;
	padding: 1em 0 0.5em;
}
#operators ul {
	width: 650px;
	margin: 0 auto;
	border: 15px solid #ffdab9;
	-webkit-border-radius: 10px;
}
#operators ul li {
	display: inline;
	float: left;
	width: 50%;
	list-style: none;
}
#operators ul li a.thumb {
	display: block;
	float: left;
}
#operators ul li h3 {
	font-size: 13px;
}
#operators ul li p {
	font-size: 12px;
}
#operators ul li h3,
#operators ul li p {
	text-align: center;
	margin-left: 130px;
}

.operators {
	background: #ffdab9;
	overflow: auto;
}

#map {
	display: block;
	width: 100%;
	height: 500px;
}

.speech_bubble {
	background: url(../images/bubble-left.gif) no-repeat 0 0;
	height: 42px;
	margin-bottom: 4px;
	padding-left: 22px;
}
.speech_bubble h1, .speech_bubble h2 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/bubble-right.gif) no-repeat 100% 0;
	height: 23px;
	margin: 0;
	padding-top: 6px;
}

#main_column {
	width: 480px;
	float: left;
}
#sidebar {
	font-size: 12px;
	width: 200px;
	float: right;
}
#sidebar .find_halls {
	background-color: #e6ad7b;
	border-color: #e6ad7b;
	float: none;
	margin: 0;
	width: auto;
}

.clearfix {
	clear: both;
	height: 0;
}

#instructions {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#instructions, #operators_list {
	background-color: #ffdab9;
	margin-top: 5px;
	padding: 8px 10px;
	border-bottom: 1px solid #e5c4a6;
}
#instructions li {
	margin: 4px 0 4px 18px;
}
#operators_list h3 {
	font-size: 13px;
	margin-bottom: 0.5em;
}
#operators_list ul {
	padding: 0 0 0.5em 0.5em;
}
#operators_list ul li {
	list-style: none;
	padding: 1px 0;
}

#featured_clubs {
	height: 60px;
	margin-bottom: 1.5em;
}
#featured_clubs li {
	display: inline;
	float: left;
	height: 60px;
	list-style: none;
	width: 50%;
}
#featured_clubs li .thumb {
	display: block;
	float: left;
	width: 120px;
	height: 60px;
	overflow: hidden;
}
#featured_clubs li h3,
#featured_clubs li p {
	margin-left: 130px;
	margin-bottom: 0;
}
