@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	background-color: #f3f3f3;
	text-align: center;
	font: 14px/17px "Times New Roman", Times, serif;
}
h1 {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: normal;
}
h1 b {
	font-weight: normal;
}
h2 {
	font-size: 20px;
	color: #678713;
	font-weight: normal;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	color: #678713;
	font-weight: normal;
	margin-bottom: 5px;
}
b, a , strong{
	color: #678713;
}
p {
	margin-bottom: 10px;
}
table, table td {
	border-collapse: collapse;
}
td , th{
	padding: 3px;
}
th {
	color: #FFF;
	background: #4C660F;
	text-align: left;
}

ul {
	margin-left: 20px;
	margin-bottom: 10px;
	width: 200px;
	float: left;
	margin-right: 10px;
}

.formInput {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	padding: 2px;
}



#content {
	text-align: left;
	height: 660px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/backgroundContent.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#mainMenu {
	font-size: 18px;
	color: #FFF;
	position: absolute;
	width: 760px;
	top: 112px;
	right: 35px;
	text-align: right;
}
#mainMenu a {
	color: #FFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
#mainMenu a:hover {
	color: #97bf0d;
}
#liveryImage {
	position: absolute;
	left: 0px;
	top: 183px;
	background: url(images/imageOverlay.gif) no-repeat;
	overflow: hidden;
	height: 405px;
	width: 426px;
}
#map {
	position: absolute;
	left: 20px;
	top: 208px;
	z-index: 1;
}
#imageOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 43000;
}
#mainContent {
	width: 500px;
	position: absolute;
	left: 450px;
	top: 195px;
	color: #333;
	height: 340px;
	overflow: auto;
}
#adminContent {
	width: 880px;
	position: absolute;
	left: 50px;
	top: 220px;
	color: #333;
}
#addressDetails {
	color: #FFF;
	text-align: center;
	width: 960px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
#addressDetails p {
	font-size: 14px;
}
#footer {
	color: #678713;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#footer h1 {
	font-size: 14px;
	margin-bottom: 10px;
}

body.mceContentBody {
   background: #FFF;
   text-align: left;
   background-image: none;
}
#pageNav {
	position: absolute;
	top: 180px;
	right: 30px;
}
#advertising {
	background: url(images/ad-blank.jpg);
	height: 72px;
	width: 665px;
	position: absolute;
	top: 22px;
	right: 20px;
}
