/*CSS Document
width:960
height:615*/
* {
	margin: 0;
	padding: 0;
	border: none;
}

HTML, BODY {
	height: 100%;
	background-color: #464670;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#wrapper-shadow {
	min-height: 100%;
	height: auto !important;
	/*ie6*/
	height: 100%;
	width: 1000px;
	background-image: url(../images/content.png);
	margin: 0 auto -40px auto;
}

#wrapper-all {
	width: 960px;
	margin: 0 auto;
}

/*oooooooooooooooooooo Header*/
#wrapper-header {
	background: url(../images/header.jpg) top center no-repeat;
	height: 125px;/*height:150px;*/
}

#logo {
	padding-left: 20px;
	padding-top: 10px;
	height: 115px;
	width: 310px;
}

/*oooooooooooooooooooo Navigation*/
#nav-horizontal {
	text-align: right;
	margin-top: -36px;
   margin-right: 15px;
   float: right;
}

#nav-horizontal li {
	height: 36px;
	width: 119px;
   margin-left: 5px;
	display: block;
   float: left;
	background: url(../images/button2.png) no-repeat;
	list-style: none;
   font-size: 10pt;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
   font-weight: 600;
	color: #FFCC66;
}

#nav-horizontal a {
	text-decoration: none;
	display: block;
	width: 119px;
	height: 20px;
	padding: 8px 0;
	color: #FFCC66;
}

#nav-horizontal a:hover, #nav-horizontal a.active {
	background: url(../images/button1.png) no-repeat;
	color: #73BFB4;
}

/*oooooooooooooooooooo Content*/
#content-top {
	height: 25px;
	width: 1000px;
	position: relative;
	margin-left: -20px;
	margin-top: -14px;
	z-index: 20;
	background-image: url(../images/top.png) no-repeat top;
}

#wrapper-content {
   padding: 15px 10px 10px 25px;
   width: 920px;
}

#column-a1 {
	float: left;
   width: 347px;
   overflow: hidden;
}

#column-a1 img {
   border: 6px solid #464670;
   width: 335px;
}

#column-a2 {
	width: 560px;
	float: right;
}

h1 {
	margin-bottom: 15px;
}

#column-a3 {
	float: left;
	width: 295px;
	color: #57381C;
	margin-left: 5px;
	line-height: 140%;
}

#column-a4 {
	float: right;
	width: 248px;
	color: #9C4317;
	text-align: left;
}

#column-a4 a:hover {
	text-decoration: underline;
}

#column-a4 img {
   margin-bottom: 15px;
   border: 4px solid #464670;
}

#column-b1 {
	float: left;
   width: 231px;
}

#column-b1 img {
   border: 3px solid #464670;
   width: 225px;
   margin-bottom: 15px;
}

#column-b2 {
	width: 660px;
	float: right;
}

#column-b3 {
	float: left;
	width: 380px;
	color: #57381C;
	margin-left: 5px;
	line-height: 140%;
   padding-right: 5px;
}

#column-b4 {
	float: right;
	width: 240px;
	text-align: left;
   padding-left: 10px;
   border-left: 1px solid #9C4317;
}

#column-b4 img {
   margin-bottom: 1em;
}

#book-button {
	margin-top: 25px;
	text-align: right;
}
#book-button img{
   border: none;
}

/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push {
	height: 40px;
	/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#sticky-footer-push {
	clear: both;
	visibility: hidden;
}

#footer {
	clear: both;
	text-align: right;
}

#footer-ob-logo {
	float: left;
	padding-left: 20px;
}

#footer-links {
	font-size: 9pt;
	color: #464670;
	float: right;
	text-align: right;
	padding-right: 0px;
	padding-top: 10px;
}

#footer-links a {
	font-size: 9pt;
	color: #464670;
	text-decoration: none;
}

#footer-links a:hover {
	text-decoration: underline;
}

/*Sticky Footer by Ryan Fait: http://ryanfait.com/*/

iframe#map {
   width: 335px;
   height: 460px;
}

.clear {
	clear: both;
}

#wrapper-content ul {
   margin-left: 20px;
}

#wrapper-content li {
   margin: 10px 0;
}

h1 {
   color: #73BFB4;
}

h2 {
   color: #464670;
}

a {
   color: #464670;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}

p {
	margin-bottom: 15px;
}

dt {
   font-weight: bold;
   margin-top: .75em;
}

dd {
   margin: 3px 0;
}
.trip-advisor {
   display: block;
   margin: 10px 0;
}
#tripadvisor-link a img {
   margin: 0;
}


/* Availability Search     
#availability-search {
   text-align: left;
   font-size: 9pt;
   width: 238px;
   height: 90px;
   padding: 5px;
   *padding-bottom: 8px;
   background: #464670;
   color: #ffffff;
   margin-bottom: 15px;
}
#availability-search .adults, 
#availability-search .children{
   width: 35px;
}

#availability-search table {
   color: #000000;
}
#as-form div {
   display: block;
}
#as-checkout-date,
#as-checkin-date {
   width: 245px;
   height: 20px;
   overflow: hidden;
   clear: left;
}

#as-form input[type=text],
#as-form select {
   font-size: 9pt;
   padding: 0;
}

#as-form input[type=text] {
   height: 16px;
}
#as-form select {
   height: 16px;
   *height: 20px;
}


#as-form div,
#as-form label,
#as-form select,
#as-form input[type=text] {
   display: block;
   float: left;
}
#availability-search label {
   margin-right: 3px;
   margin-top: 1px;
   *margin-top: 3px;
   font-weight: bold;
   width: 75px;
}
#availability-search .month {
   width: 55px;
}
#availability-search .day {
   width: 45px;
}
#availability-search .year {
   width: 35px !important;
}
#as-checkin-date,
#as-checkout-date,
#as-adults,
#as-children {
   margin: 2px 0;
}
#as-adults,
#as-children {
   width: 114px;
   margin-bottom: 5px;
}
div#as-children {
   float: right !important;
}
div#as-promo {
   width: 137px;
   float: left !important;
}
div#as-promo input[type=text] {
   width: 50px !important;
}
div#as-search-button {
   float: right !important;
   background: blue;
}
#as-search-button input[type=submit]{
   border: none;
   width: 70px;
   height: 20px;
   *height: 22px;
   padding: 2px 5px 7px 5px;
   *padding: 4px 5px 9px 5px;
   background: #9b4216;
   color: #FFFFFF;
   font-size: 9pt;
   font-weight: bold;
   font-family: Arial, sans-serif;
   letter-spacing: 1px;
   text-transform: uppercase;   
}*/

/* Availability Search     */
#availability-search {
   text-align: left;
   font-size: 9pt;
   width: 224px;
   height: 90px;
   padding: 5px 12px;
   background: #464670;
   color: #ffffff;
   margin-bottom: 15px;
}
#availability-search img {
   border: none;
}
#availability-search .adults, 
#availability-search .children{
   width: 35px;
}

#availability-search table {
   color: #000000;
}
#as-form div {
   display: block;
}
#as-checkout-date,
#as-checkin-date {
   width: 245px;
   height: 20px;
   overflow: hidden;
   clear: left;
}
#as-form div,
#as-form label,
#as-form select,
#as-form input[type=text] {
   display: block;
   float: left;
   font-size: 8pt;
}
#as-form input[type=text] {
   height: 14px;
   *height: 12px;
}
#as-form select {
   height: 16px;
   *height: 18px;
}
#availability-search label {
   margin-right: 3px;
   margin-top: 1px;
   *margin-top: 3px;
   font-weight: bold;
   width: 70px;
}
#availability-search .month {
   width: 55px;
}
#availability-search .day {
   width: 45px;
}
#availability-search .year {
   width: 27px !important;
   height: 16px;
   *height: 14px;
   padding: 1px 2px;
}
#as-checkin-date,
#as-checkout-date,
#as-adults,
#as-children {
   margin: 2px 0;
   *margin: 1px 0;
}
#as-adults,
#as-children {
   clear: left;
   width: 120px;
   margin-top: 2px;
}
div#as-search-button {
   float: right !important;
   *margin-top: 23px;
}
#as-search-button input[type=submit]{
   border: none;
   width: 75px;
   height: 20px;
   *height: 22px;
   padding: 2px 5px 7px 5px;
   *padding: 4px 5px 9px 5px;
   background: #73BFB4 url(../images/button-background.jpg) repeat-x center center;
   color: #FFFFFF;
   font-size: 9pt;
   font-weight: bold;
   font-family: Arial, sans-serif;
   letter-spacing: 1px;
   text-transform: uppercase;   
}
