* {
  margin: 0;
  padding: 0;
}

body {
	text-align: center;
	min-width: 792px;
	color: #000000;
	font: 12px/1.3 "book Antiqua";
}

h1 {
	color: #F99704;
	text-transform: lowercase;
	font: italic normal 2.3em "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	letter-spacing: -2px;
}




h2 {
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h3 {
	font-size: 1.5em;
	color: #6D795A;
}
#mainContent p, #mainContent h1, #mainContent h2, #mainContent h3, #mainContent hr {
	margin-left: 25px;
	margin-right: 30px;
	margin-bottom: 8px;
}
#mainContent p {
	font-size: 16px;
	margin-bottom: 9px;
}
#wrapper #container #mainContent .style_a {
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin-bottom: -4px;
	margin-top: 25px;
	font: italic normal 3em/1 "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

a:link, a:visited, a:active {
	color: #C97A03;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #453C3D;
}

.clearFix {
	clear: both;
	text-indent: -9000px;
	display: none;
}


#wrapper {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/layout/top_tile.gif) repeat-x center top;

}
#wrapper2 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: #DEEA86 url(../images/layout/wrapperRepeat.jpg) repeat-y center 15px;
}


#header {
	clear: both;
	width: 960px;
	height: 148px;
	background: url(../images/layout/top.jpg) no-repeat left top;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#header ul li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#header ul li a {
	color: #333;
	text-decoration: none;
	font: normal 1.1em "Century Gothic";
	margin-right: 12px;
	border-bottom: 3px solid #F99704;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}
#header ul {
	position: absolute;
	top: 85px;
	width: 625px;
	left: 360px;
}

#header h1 {
	text-decoration: none;
	text-indent: -9000px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	z-index: 3;
	height: 130px;
	width: 351px;
	background-image: url(../images/logoER.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	left: 0px;
}

#header h1 a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 351px;
	border-style: none;
	background-image: url(../images/logoER.png);
	background-repeat: no-repeat;
}

#container {
	width: 726px;
	float: left;
}

#mainContent {
	float: right;
	width: 605px;
}
#mainContent .left {
	float: left;
	width: 300px;
}
#mainContent .right {
	float: right;
	width: 300px;
}
#mainContent .left h3, #mainContent .right h3 {
	clear: both;
	color: #495535;
	text-transform: uppercase;
	font: normal 2em/1 "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	border-bottom: 3px solid #F99704;
}
#mainContent .left p img, #mainContent .right p img {
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 2px;
	float: left;
	margin-right: 14px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#mainContent .holder {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 605px;
}
#container .oneCol {
	clear: both;
	width: 726px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container .oneCol p, #container .oneCol img, #container .oneCol h2 {
	margin-left: 25px;
	margin-right: 30px;
	font-weight: normal;
}
#container .oneCol img {
	float: left;
}
p {
	color: #333;
}




#subcontent {
	float: left;
	width: 118px;
}
#divAdverts {
	float: right;
	width: 233px;
	padding-bottom: 20px;
}


#footer {
	clear: both;
	background: url(../images/layout/footerRepeat.jpg) repeat-x center bottom;
	height: 104px;
	position: relative;
}
#footer p a {
	text-decoration: none;
	border-style: none;
	margin: 0px;
	padding: 0px;
	color: #666;
}
#footer p a:hover {
	text-decoration: none;
	border-style: none;
	margin: 0px;
	padding: 0px;
	color: #333;
}
#footer .copyright {
	position: absolute;
	bottom: 35px;
	color: #768857;
	font-size: 1.2em;
}


#footer p {
	position: absolute;
	bottom: 3px;
	left: 20px;
	font-size: 1.1em;
	color: #FFF;
}
#footer img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}


a.tooltip {
	font:1.2em Arial, sans-serif;
	text-decoration:none;
	position: relative;
	border-style: none;

}
#divAdverts p img {
	text-decoration: none;
	border: 3px solid #9EAF82;
	margin-bottom: 10px;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	padding: 5px 10px;
	border: 3px solid #9EAF82;
	color: #000;
	background: #DEEA86;
	width: 187px;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	line-height: 1.6em;
	z-index: 10;
	font-weight: normal;
	top: 4px;
	left: 0px;
	* html top: 0px;
	* html left: -217px;

	
}

a.tooltip:hover {
	font-size: 99%;
	text-decoration: none;
	border-style: none;
}
#container .oneCol p {
	font-size: 1.2em;
	margin-bottom: 8px;
}
#container .oneCol a.readmore:link {
	color: #F99704;
	text-decoration: underline;
	border-style: none;
	font-weight: bold;
	font-style: italic;
	display: block;
	text-align: right;
	width: 90px;
	clear: both;
	float: right;
	margin-bottom: 15px;
}
#mainContent .holder .right h3 a, #mainContent .holder .left  h3 a {
	clear: both;
	color: #495535;
	text-transform: uppercase;
	display: inline;
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
}
#header ul li a:hover, #header ul li a.current:link, #header ul li a.current:visited {
	color: #333;
	text-decoration: none;
	font: normal 1.1em "Century Gothic";
	margin-right: 12px;
	border-bottom: 3px solid #9EAF82;
	text-transform: uppercase;
	display: block;
	float: left;
}
.noBorder {
	text-decoration: none;
	border-style: none;
}
#divAdverts ul {
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
#divAdverts ul li {
	list-style: none;
}
#divAdverts ul li a {
	font-size: 1.3em;
	display: block;
	color: #FFF;
	text-decoration: none;
	border-style: none;
	padding: 3px 6px;
	font-weight: normal;
	background: #9EAF82;
	margin-bottom: 3px;
}
#divAdverts h2 {
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 12px;
}

#plb #divAdverts p {
	margin-left: 10px;
	margin-right: 12px;
	font-size: 1.4em;
	margin-bottom: 9px;
}
#divAdverts ul li a:hover {
	background: #798C59;
}
#mainContent #galImages {
	float: left;
	clear: both;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 15px;
}
#mainContent #galImages li {
	float: left;
	list-style: none;
}
#mainContent #galImages li a img {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	text-decoration: none;
	border: 1px solid #666;
}
#mainContent #pageNavigation {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 605px;
	float: left;
	text-align: center;
}
#stories #container #mainContent h1 {
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin-bottom: -4px;
	margin-top: 25px;
	font: italic normal 3em/1 "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
#stories #container #mainContent .style_a {
	color: #F99704;
	text-transform: lowercase;
	font: italic normal 2.2em "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	letter-spacing: -2px;
	margin-bottom: 12px;
	margin-top: 0px;
}
.imgLandscape {
	margin-top: 6px;
	margin-bottom: 15px;
	border: 2px solid #718251;
}
p .title {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #000;
	font-size: 1.3em;
}
.clear {
	clear: both;
}
#ctc {
	margin-right: 15px;
	margin-left: 10px;
}

#mainContent ul  {
	margin: 12px 20px 12px 60px;
	clear: both;
	width: 525px;
}
#mainContent ul li  {
	margin-bottom: 4px;
	font-size: 1.4em;
	color: #445429;
	font-weight: bold;
}
#basic div label {
	display: block;
	font-size: 1.2em;
	margin-bottom: 3px;
}
#basic div input, #basic div textarea {
	width: 300px;
	margin-bottom: 4px;
	background: #EEF4C1;
	border: 1px solid #DEEA86;
	padding: 2px 6px;
}
#basic div select {
	background: #EEF4C1;
}
#basic div .btn{
	width: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 8px;
	padding-left: 8px;
}
#basic div input:focus, #basic div textarea:focus {
	width: 300px;
	margin-bottom: 4px;
	background: #9FB181;
	border: 1px solid #DEEA86;
	padding: 2px 6px;
	color: #FFF;
}
#basic div .btn:hover {
	width: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 8px;
	padding-left: 8px;
	background: #9FB181;
}
.img_left {
	float: left;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 5px;
	padding: 1px;
	border: 2px solid #A0B081;
}
.img_right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 14px;
	padding: 1px;
	border: 2px solid #9FB083;
}
#basic {
	margin: 6px 20px 6px 25px;
}
#accommodation .holder .left p img , #accommodation .holder .right p img{
	background: #FFF;
	display: block;
	padding: 10px;
	clear: both;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
	border: 3px solid #9EAF82;
}
#divAdverts h3 {
	margin-left: 20px;
	margin-right: 12px;
	font-size: 1.6em;
}
#pldDiv {
	margin-top: 10px;
	margin-bottom: 12px;
}
#plb #container {
	width: 550px;
}
#plb #mainContent {
	width: 431px;
}
#plb #divAdverts {
	width: 410px;
}
#basic div #item_selection_1 {
	margin-bottom: 10px;
}
#stories #wrapper2 #wrapper #container #mainContent hr {
	width: 80%;
}
#stories #wrapper2 #wrapper #container #mainContent hr {
	line-height: 1px;
	color: #9FB181;
	background: #9FB181;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.flash {
	font-size: 1.4em;
	font-weight: bold;
	color: #F00;
}
#searchRoutes #search_form div {
	width: 116px;
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0px;
}
#searchRoutes #search_form div label {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
}
#searchRoutes #search_form {
	margin-left: 25px;
	margin-top: 15px;
}
#searchRoutes {
	float: left;
	padding-bottom: 15px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9EAF82;
	width: 605px;
	margin-bottom: 20px;
}
#routes #divAdverts p {
	font-size: 16px;
	margin-left: 20px;
}
#routes #map {
	margin-top: 20px;
	border: 1px solid black;
	width:500px;
	height:450px;
}
#mapWrapper {
	margin-left: 25px;
	margin-bottom: 5px;
}
#mainContent #checkout {
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.3em;
	width: 400px;
}
#mainContent #checkout tr .alignRight {
	text-align: right;
}

#mainContent #checkout td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.submitButton {
	background-color: #9EAF82;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #FFF;
	width: auto;
	padding: 3px 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#searchRoutes #search_form .submitButton {
	margin-top: 15px;
	padding: 2px;
	margin-left: 10px;
	
}
#checkout th {
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9EAF82;
}
#searchRoutes #search_form div.duration {
	width: 110px;
}
#searchRoutes #search_form div select {
	width: 115px;
}
#basic .submitButton:hover {
	color: #F99704;
}
#header a #facebook {
	text-decoration: none;
	border-style: none;
	position: absolute;
	top: 25px;
	left: 370px;
}
#mainContent table {
	margin: 12px 30px 12px 25px;
}
#mainContent table td {
	font-size: 14px;
	padding: 5px 8px;
	border: 1px solid #9EAF82;
}

