@charset "utf-8";
/* CSS Document */

/*  Resets and overides */

* {
margin: 0;
padding: 0;
}
h1 {
	font-size: 27px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-weight: normal;
	color: #3C1F57;
	margin-right: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	width: 400px;
	display: block;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	font-weight: normal;
	color: #3C1F57;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

img { border: none;}

/* Links and type */
body {
	font-family: "Arial, Helvetica" , Verdana, sans-serif;
	font-size: 100%;
	background-image: url(../assets/home_page_back_fill.jpg);
	background-repeat: repeat-x;
	background-color: #D7DBE7;
}

/* Forms */
#wrapper {
	width: 960px;
	margin: 0px auto 0px auto;
}
#search_bar {
	height: 36px;
	width: 960px;
}
#search_bar #search_form {
	float: left;
	width: 500px;
	font-size: 12px;
	padding-top: 9px;
	height: 27px;
	margin-left: 30px;
	color: #5B3280;
}
#wrapper #search_bar #search_form img {
	margin-top: -15px;
	height: 16px;
	width: 16px;
	display: block;
	position: absolute;
	margin-left: 306px;
	float: right;
}

#search_bar #twitter_text {
	font-size: 12px;
	width: 300px;
	float: right;
	padding-top: 9px;
	height: 27px;
}
#navigation {
	height: 179px;
	width: 960px;
	background-image: url(../assets/main_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}
#navigation #logo {
	height: 132px;
	width: 960px;
}
#nav_buttons  {
	height: 47px;
	width: 960px;
}
/* Navigation buttons */
#home_btn {
	float: left;
}
a.home_btn {
	background-image: url(../assets/nav_full_complete.jpg);
	height: 47px;
	width: 153px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}
a.home_btn:hover {
	background-image: url(../assets/nav_full_complete.jpg);
	height: 47px;
	width: 153px;
	display: block;
	background-position: 0px -47px;
	background-repeat: no-repeat;
	text-decoration: none;
}
/**/
#about_btn {
	float: left;
}
a.about_btn {
	background-image: url(../assets/nav_full_complete.jpg);
	height: 47px;
	width: 111px;
	display: block;
	background-position: -153px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}
a.about_btn:hover {
	background-image: url(../assets/nav_full_complete.jpg);
	height: 47px;
	width: 111px;
	display: block;
	background-position: -153px -47px;
	background-repeat: no-repeat;
	text-decoration: none;
}
/**/
#booking_btn {
	float: left;
}
a.booking_btn {
	background-image: url(../assets/nav_full_complete.jpg);
	height: 47px;
	width: 127px;
	display: block;
	background-position: -264px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}
a.booking_btn:hover {
	background-image: url(../assets/nav_full_complete.jpg);
	height: 47px;
	width: 127px;
	display: block;
	background-position: -264px -47px;
	background-repeat: no-repeat;
	text-decoration: none;
}
/**/
#walk_btn {
	float: left;
}
a.walk_btn {
	background-image: url(../assets/nav_full_complete.jpg);
	height: 47px;
	width: 126px;
	display: block;
	background-position: -391px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

a.walk_btn:hover {
	background-image: url(../assets/nav_full_complete.jpg);
	height: 47px;
	width: 126px;
	display: block;
	background-position: -391px -47px;
	background-repeat: no-repeat;
	text-decoration: none;
}
/**/
#outdoors_btn {
	float: left;
}
a.outdoors_btn {
	background-image: url(../assets/nav_full_complete.jpg);
	height: 47px;
	width: 144px;
	display: block;
	background-position: -517px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}
a.outdoors_btn:hover {
	background-image: url(../assets/nav_full_complete.jpg);
	height: 47px;
	width: 144px;
	display: block;
	background-position: -517px -47px;
	background-repeat: no-repeat;
	text-decoration: none;
}
/**/
#nearby_btn {
	float: left;
}
a.nearby_btn {
	background-image: url(../assets/nav_full_complete.jpg);
	height: 47px;
	width: 117px;
	display: block;
	background-position: -661px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}
a.nearby_btn:hover {
	background-image: url(../assets/nav_full_complete.jpg);
	height: 47px;
	width: 117px;
	display: block;
	background-position: -661px -47px;
	background-repeat: no-repeat;
	text-decoration: none;
}
/**/
#contact_btn {
	float: left;
}
a.contact_btn {
	background-image: url(../assets/nav_full_complete.jpg);
	height: 47px;
	width: 182px;
	display: block;
	background-position: -778px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}
a.contact_btn:hover {
	background-image: url(../assets/nav_full_complete.jpg);
	height: 47px;
	width: 182px;
	display: block;
	background-position: -778px -47px;
	background-repeat: no-repeat;
	text-decoration: none;
}
#ad_panel {
	width: 960px;
	height: 383px;
	margin: 0px;
	padding: 0px;
}
#ad_panel #ads {
	width: 890px;
	background-color: #D7DBE7;
	border: 2px solid #FFFFFF;
	height: 350px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 29px;
	margin-left: auto;
	padding: 0px;
}

#main_content {
	padding: 0px;
	width: 960px;
	margin: 0px;
	background-image: url(../assets/main_content_back.jpg);
	background-repeat: repeat-y;
}
#main_content #top_of_content {
	background-image: url(../assets/top_of_page.jpg);
	background-repeat: no-repeat;
	height: 4px;
	width: 960px;
}
#main_content #actual_content {
	width: 856px;
	padding-bottom: 16px;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: visible;
	line-height: 18px;
}
#main_content #content_base {
	background-image: url(../assets/main_content_base.jpg);
	height: 16px;
	width: 960px;
	background-repeat: no-repeat;
}


/* Latout */

#footer {
	height: 50px;
	width: 960px;
	text-align: center;
	font-size: small;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	text-decoration: none;
}
#base_links  {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 260px;
	display: block;
	height: 20px;
	margin-top: 0px;
}
#base_links ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#base_links ul li,
#base_links ul li a {
  float: left;
  display: block;
}
#base_links ul li a {
	font-family: arial;
	font-size: 12px;
	color: #5B6B99;
	text-decoration: none;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7A87AD;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 14px;
}
 
#base_links ul li a:hover {
	background-color: #5B6B99;
	color: #D7DBE7;
}
#copyright {
	width: 960px;
	height: 30px;
	clear: both;
	color: #5B6B99;
	text-decoration: none;
}
#copyright,a:link,a:visited, a:hover{
	text-decoration: none;
	color: #5B6B99;
}

.clearall {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#eviivo_startDate      {
	padding: 5px;
	font-size: 14px;
	color: #40306F;
	border: 1px solid #FFFFFF;
	width: 200px;
}
.eviivo_calendar {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#bravoaward {
	height: 108px;
	width: 152px;
	margin-right: auto;
	margin-left: auto;
}

