/* Miscellaneous */

body {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 13px;
	color: #666;
	background: #1a4286 url(../images/pennekamp-bg.jpg) top center no-repeat;
	background-attachment: fixed;
}
img a, a img {
	border: 0
}
a {
	text-decoration: none;
}
ul.bulleted-list {
	list-style: disc;
	margin-left: 1em;
	padding-left: 1em;
}
ul.compact {
	margin-top: 0;
	margin-bottom: .5em;
}
ul.bulleted-list li {
}
#main_content a, #sidebar .widget a {
	color: #317e99;
	font-weight: 700;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #5B9931;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.padding {
	margin-left: 6px;
}
.corner {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.left_corner {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
h3 {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	color: #5B9931;
	margin-top: 1px;
	margin-bottom: 10px;
}
p, ul.bulleted-list li {
	line-height: 22px;
	margin: 0 0 14px;
	font-size: 13px;
}
ul.compact li {
	margin: 0;
}
.price_table p, .price_table ul.bulleted-list li {
	font-size: 11px;
	line-height: 1.5em;
	margin: .25em 0;
}
.price_table ul.bulleted-list li {
	margin: .125em 0;
}
#container {
	background: #f4f4f4 url(../images/container_bg.png) top left repeat-X;
	margin: 0px auto;
	width: 1004px;
	border-top: 1px solid #f4f4f4;
}
.inner_container {
	padding: 12px 16px 0;
}
/* Header */

#header {
	font-size: 11px;
}
.header_logo {
	float: left;
}
.logo {
	float: left;
}
.header_logo h2 {
	float: left;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 14px;
	margin-top: 6px;
}
.header_logo h2 a {
	color: #899bc1;
}
.logo a {
	width: 469px;
	height: 23px;
	background: url(../images/logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
}
.header_top_nav {
	float: right;
	margin-top: 6px;
}
.header_top_nav ul li {
	float: left;
	margin-left: 17px;
	text-transform: uppercase;
}
.header_top_nav ul a {
	color: #999;
	text-transform: uppercase;
}
.header_top_nav ul a:hover {
	color: #666;
}
.nav {
	margin-bottom: 17px;
	margin-top: 12px;
/*	height: 44px; */
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #ececec;
	background: url(../images/nav_bg.png) repeat-x;
	border-radius: 3px 3px 5px 5px;
	-moz-border-radius: 3px 3px 5px 5px;
	-webkit-border-radius: 3px 3px 5px 5px;
	margin-left: -2px;
	padding-left: 15px;
	width: 952px;
}
.nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	height: 44px;
}
.nav li {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
/*	float: left; */
	font-size: 12px;
/*	margin-right: 10px;
	margin-left: 0px;
	margin-top: 8px; */
}
.nav li a {
	color: #999999;
	display: block;
/*	padding: 6px 6px 6px; */
/*	float: left; */
/*	margin-right: 4px; */
}
.nav li.share a img {
	width: 32px;
	height: auto;
/*	margin-top: -4px; */
}
.nav li.selected a {
	/*background-color:#317e99;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
	color: #5b9931;
	text-decoration: underline;
}
.nav li a:hover {
	color: #999;
}
.nav li.selected:hover a {
	color: #5b9931;
}
.nav .pennekamp_park a {
	color: #FF8300 !important;
}
.nav span {
	display: none;
/*
	background-color: #DFDFDF;
	display: block;
	float: left;
	height: 26px;
	margin-top: 1px;
	width: 1px;
	margin-left: 10px;
*/
}
.header_date {
	margin-top: 5px;
	margin-bottom: 7px;
	color: #999999;
	text-transform: uppercase;
	padding-left: 13px;
	background: url(../images/green.jpg) left 1px no-repeat;
	display: block;
}
.header_left_image {
	background: url("../images/image_shadow.png") no-repeat scroll 9px bottom transparent;
	float: left;
	padding-bottom: 20px;
}
.sub_menu {
	float: right;
	margin-right: 5px;
	width: 240px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	max-height: 327px;
}
.sub_menu ul {
	background-color: #36b0bf;
}
.sub_menu li {
	border-bottom: 1px solid #FFF;
}
.sub_menu li.selected {
	background-color: #5b9931;
}
.sub_menu li:hover a {
	text-decoration: underline;
}
.sub_menu li.selected:hover a {
	text-decoration: none;
}
.sub_menu li.selected:first-child {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.sub_menu li.selected:last-child {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.sub_menu a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-top: 15px;
}
.sub_menu a.book-now {
	margin-left: -5px;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0;
}
/* Content */

#content {
	margin-top: 8px;
	padding-bottom: 5px;
	position: relative;
}
#main_content {
	width: 700px;
	float: left;
}
#main_content h2 {
	color: #317E99;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 20px;
	margin-bottom: 12px;
	margin-top: 4px;
}
#sidebar {
	float: right;
	margin-right: 5px;
	width: 240px;
	margin-top: 8px;
}
.widget {
	margin-bottom: 26px;
}
.widget a {
	color: #666;
}
/* Footer */

#footer {
	border-top: 1px solid #dce0e1;
	font-size: 11px;
	color: #999;
	padding-top: 34px;
	padding-bottom: 41px;
	width: 960px;
	position: relative;
}
#footer strong {
	display: block;
	margin-bottom: 7px;
}
#footer ul {
	line-height: 13px;
	line-height: 1.5em;
}
.first-footer {
	margin-left: 30px;
}
.second-footer {
	margin-top: -64px;
	margin-left: 100px;
	position: relative;
	top: -1px;
}
.social {
	color: #666666;
	left: 27px;
	margin-left: 42px;
	margin-top: -8px;
	position: relative;
}
#footer .social strong {
	color: #666;
}
.social a {
	color: #666;
}
.twitter {
	margin-top: 10px;
	margin-left: 10px;
	line-height: 6px !important;
}
.twitter a {
	float: left;
}
.twitter img {
	margin-left: 10px;
	margin-top: -6px;
}
.at15t_email {
	display: none !important;
}
.media_page {
	height: 500px;
	margin-bottom: 20px;
	width: 960px;
	position: relative;
}
.nav_left {
	background: url("../images/previous_project.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 63px;
	left: 21px;
	position: absolute;
	top: 207px;
	width: 63px;
}
.nav_right {
	height: 63px;
	width: 63px;
	position: absolute;
	right: 21px;
	top: 207px;
	background: url(../images/next_project.png) no-repeat;
	cursor: pointer;
}
/*.media_page_sidebar{
	width:206px;
	margin:0;
	float:left;
	position:relative;
	left:9px;
}

.media_page_sidebar img{
	margin-left:12px;
	margin-bottom:14px;
}

*/

.media_page_inner {
	width: 751px;
	margin: 0 auto;
	text-align: center;
}
.media_page_inner img {
	max-width: 751px;
	max-height: 500px;
}
.media_page .header_left_image {
	padding-bottom: 20px;
	border: 0;
}
.map_page .header_left_image {
	padding-bottom: 19px;
	border: 0;
}
.get_out_doors {
	background-color: #69AE32;
	color: #FFFFFF;
	margin-top: 12px;
	padding-bottom: 14px;
	padding-left: 15px;
	padding-top: 34px;
}
.get_out_doors h3 {
	margin-bottom: 1px;
	color: #FFF;
	font-size: 24px;
}
.get_out_doors p {
	line-height: 17px;
}
.slideshow_main {
	background: none repeat scroll 0 0 #3b3a98;
	height: 400px;
	position: relative;
	width: 960px;
}
.slideshow {
	overflow: hidden;
	height: 400px;
	width: 960px;
}
.slideshow .slide {
	position: relative;
}
.slideshow .slide img {
	float: left;
	width: 700px;
	height: 400px;
}
.slide_info {
	float: left;
	height: 226px;
	margin-left: 28px;
	margin-top: 95px;
	width: 200px;
	color: #95aad6;
}
.slide_info h2 {
	font-size: 24px;
	margin-bottom: 12px;
	color: #FFF;
}
.slide_info p {
	line-height: 18px;
}
.slide_info .links {
	color: #4de1fb;
	font-weight: 700;
	font-size: 13px;
}
.slide_info .links a {
	color: #4de1fb;
}
.slideshow_nav {
	height: 20px;
	position: absolute;
	right: 99px;
	bottom: 23px;
	width: 133px;
	z-index: 23;
}
.slideshow_nav li {
	float: left;
	margin-right: 6px;
	display: block !important;
}
.slideshow_nav li a {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/slide_unactive.png);
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	text-indent: -99999px;
}
.slideshow_nav li a.corner {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.slideshow_nav li a.activeSlide {
	background: url(../images/slide_active1.png);
}
.slideshow_main .header_left_image {
	padding-bottom: 43px;
	background: url(../images/home_shadow.png) left bottom no-repeat;
}
.sub_menu .widget {
	margin-top: 23px;
	position: absolute;
}
#footer .logos {
	left: 20px;
	position: relative;
	text-align: center;
	width: 217px;
	top: -9px;
}
.footer_logo_1 {
	position: relative;
	left: 14px;
	top: 5px;
}
.footer_logo_2 {
	position: relative;
	top: 11px;
	left: 30px;
}
.footer_logo_3 {
	margin-left: 7px;
	margin-top: 25px;
	position: relative;
	left: -5px;
}
.footer_logo_4 {
	left: 63px;
	position: relative;
}
body .weather_temperature {
	width: 236px;
	padding-top: 1px;
}
.col1, .col2 {
	width: 340px;
	float: left;
}
.col2 {
	float: right;
}
.by_wodu {
	position: absolute;
	right: 0;
	bottom: 10px;
}
.by_wodu p {
	font-size: 11px;
	margin: 0;
}
#footer .by_wodu a {
	color: #999;
	font-weight: normal;
}
#footer .by_wodu a:hoveR {
	color: #666;
}
.weather_container div {
	margin-bottom: 3px;
	font-size: 12px;
}
.weather_container a {
	display: block;
	color: #315b98;
	font-size: 10px;
	margin-top: 2px;
}
.weather_1 {
	width: 270px;
	float: left;
}
.weather_2 {
	float: right;
	width: 420px;
}
#main_content .weather_1 h2, #main_content .weather_2 h2 {
	font-size: 18px;
	margin-bottom: 27px;
}
.weather_page div {
	color: #666 !important;
}
.weather_page .weather_2 .weather_container {
	width: 200px;
	margin-bottom: 27px;
}
#main_content.weather_page .weather_temperature {
	font-size: 16px;
	color: #000 !important;
}
.weather_page .weather_day {
	color: #666666;
	position: relative;
	right: -1px;
	text-align: center;
	text-transform: uppercase;
	top: 5px;
	width: 38px;
}
.weather_page .weather_c1 .weather_current, .weather_page .weather_c2 .weather_current {
}
.weather_page .weather_wind {
	font-size: 12px;
	color: inherit;
}
.weather_page .weather_humidity {
	margin-left: 49px;
}
.footer_inner {
	border-bottom: 1px solid #DCE0E1;
	padding-bottom: 23px;
}
.company {
	position: absolute;
	bottom: 15px;
}
.price_table {
	color: #002538;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #F4F4F4;
	margin-bottom: 18px;
}
.price_table thead {
	background-color: #90c1d4;
}
.price_table tbody {
	background-color: #d5edf7;
}
.price_table td, .price_table th {
	padding: 7px 8px 8px;
}
.price_table td {
	border-top: 1px solid #FFF;
}
.price_table td.rate-desc {
	border-top: 0;
	padding: 0 8px 8px;
}
.price_table tbody tr {
	border-top: 1px solid #FFF;
}
#content.home {
	margin-top: 0;
}
.page_link {
	margin-right: 26px;
	float: left;
}
.page_link.one {
	margin-right: 27px;
}
.page_link.last {
	margin: 0;
	margin-left: 1px;
}
.page_link h3 {
	font-size: 12px;
	color: #36b0be;
	text-align: center;
}
.page_link h3 a {
	color: #999;
	text-transform: uppercase;
}
.page_link h3 a:hover, .hovered {
	color: #317e99 !important;
	text-decoration: underline;
}
.page_image {
	background: url(../images/home_link.png) left bottom no-repeat;
	width: 220px;
	height: 110px;
	padding-bottom: 8px;
	margin-bottom: 4px;
}
#links_other_pages {
	border-bottom: 1px solid #DCE0E1;
	border-top: 1px solid #C3C3C3;
	margin-bottom: 25px;
	padding-top: 17px;
	margin-top: -30px;
	width: 960px;
}
.reservations {
	background-color: #317e99;
	width: 240px;
	height: 300px;
	color: #FFF;
	position: relative;
}
.reservations h3 {
	color: #FFF;
	font-size: 16px;
}
.reservations label {
	color: #4de1fb;
	text-transform: uppercase;
	display: block;
}
.reservations .step1, .reservations .step2, .reservations .step3 {
	padding: 19px 19px 19px 21px;
	font-size: 12px;
	overflow: hidden;
}
.reservations select {
	text-transform: none;
	border: 1px solid #D2D1B7;
	height: 24px;
	padding: 4px 2px;
}
.reservations label select {
	display: block;
}
.reservations p {
	font-size: 12px;
	margin-bottom: 9px;
}
.step1 select {
	width: 67px;
}
.step1 #year {
	width: 58px;
}
.step2, .step3 {
	display: none;
}
.next_button {
	background: url("../images/button.png") no-repeat scroll 0 0 transparent;
	bottom: -14px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	height: 39px;
	line-height: 42px;
	position: absolute;
	right: 16px;
	text-align: center;
	text-indent: 0px;
	text-transform: uppercase;
	width: 77px;
}
.text_field {
	border: 0;
	padding: 3px 2px;
}
.stepNumber {
	bottom: -9px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 9px;
	position: absolute;
	right: 19px;
	text-align: center;
	width: 71px;
}
.step2 p {
	margin-bottom: 3px;
}
.step2 label {
	padding-left: 3px;
	margin-bottom: -5px;
}
.step2 input {
	width: 200px;
}
.explore_bahia {
	background: url("../images/pennekamp-park-explore.png") no-repeat scroll 0 0 #F4F4F4;
	height: 24px;
	left: 285px;
	position: absolute;
	top: -7px;
	width: 391px;
}
.home #content {
	margin-top: 16px;
}
#month {
	width: 54px;
	margin-right: 6px;
}
#day {
	width: 52px;
	margin-right: 6px;
}
#time, #group, #request {
	width: 100px;
}
.head_color {
	background-color: #90C1D4;
}
.weather_current strong {
	font-weight: normal;
}
.contact_header .header_left_image {
	float: right;
	margin-right: 6px;
}
.contact_header #sidebar {
	float: left;
}
.contact_header h3 {
	font-size: 18px;
}
.faq_page #main_content h2 {
	margin-bottom: 20px;
}
.faq_page #sidebar h3 {
/*margin-bottom:26px;*/
}
.hr {
	border-top: 1px solid #DCE0E1;
	width: 100%;
	height: 1px;
	position: relative;
	top: 30px;
}
.user_photos img {
	width: 220px;
	height: 120px;
}
.user_photo {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	background: url(../images/home_link.png) left bottom no-repeat;
	height: 128px;
}
.user_photo.last {
	margin-right: 0;
}
#security_image {
	position: relative;
	top: 4px;
}
#submit_contact {
	background-color: #FFFFFF;
	border-color: #DCDCDC #999999 #999999 #DCDCDC;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 14px;
	height: 30px;
	margin-top: 20px;
	text-align: center;
	width: 70px;
}
.guests_photo .reservations {
	height: 270px;
}
.sub_menu .info_button {
	display: inline;
	font-size: 14px;
	padding: 0px;
	position: relative;
	top: 3px;
	cursor: pointer;
}
.tour_info {
	background-color: #19C1DB;
	border: 1px solid #FFFFFF;
	color: #131313;
	font-family: Arial, "Helvetica", sans-serif;
	height: 82px;
	padding: 10px 12px;
	position: absolute;
	top: 67px;
	width: 179px;
	display: none;
}
.tour_info p {
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 15px;
}
body .close_info {
	background: url("../images/popup/close.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 25px;
	position: absolute;
	right: -10px;
	top: -8px;
	width: 25px;
	padding: 0;
}
.step2 #code {
	float: right;
	left: 3px;
	position: relative;
	width: 133px;
}
.disabled_info {
	font-weight: 700;
	padding: 11px 11px 11px 47px;
	line-height: 15px;
	/*width:469px;*/
	width: 400px;
	background: #e5f0d4 url("../images/disabled.gif") 12px 13px no-repeat;
}
#main_content img.right {
	margin-left: 10px;
	margin-bottom: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#main_content img.left {
	margin-right: 10px;
	margin-bottom: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#ui-datepicker-div {
	font-size: 12px !important;
}
.ui-widget-header {
	background-color: #689B34 !important;
	background-image: none !important;
	border: 1px solid #689B34 !important;
}
.ui-datepicker-today {
	opacity: 1 !important;
}
/*
.ui-datepicker-today span.ui-state-default{
	color:#EB8F00;
    background: url("images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #f1f1f1 !important;
	font-weight: bold;
	border: 1px solid #e2e2e2;
	
}
*/
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: 0.35 !important;
}
.send_message {
	display: none;
	text-transform: uppercase;
}
#footer_iphone, #header_iphone, #content_iphone, #top_nav, #main_nav, .mobile_top_image, #inner_nav, #mobile_tabs, .mobile_location, .reservationButton, #book_now {
	display: none;
}


.booknow-btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #317e99 !important;
  font-size: 20px !important;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
 margin: 20px 0px;
text-align: center;
text-transform: uppercase;
}

.booknow-btn:hover {
  background: #eeeeee;
  text-decoration: none;
}
#mobile-res {
	display: none;
}

.booknow-btn2 {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 20px !important;
  background: #1d4484;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
 margin: 20px 0px;
text-align: center;
text-transform: uppercase;
}

.booknow-btn2:hover {
  background: #eeeeee;
  text-decoration: none;
