/*-----------------------------------------------------------------------------
	Alta Vista de Boracay Stylesheet v1.0
	By: Lester Reyes (jlrworks.com)
-----------------------------------------------------------------------------*/

body {
	background-color: #2A1D09;
	margin-bottom: 0;
	margin-top: 0;
}

#wrapper {
}

.container {
	width: 820px;
}

blockquote {
	background: transparent url(../images/quote.gif) no-repeat 5px 5px;
	color: #EEEEEE;
	font-style: normal;
	padding: 0;
}

a {
	color: #CC9900;
	text-decoration: none;
}

a:hover {
	color: #CC6600;
}

blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; vertical-align: bottom; }
p {
	text-align: left;
}
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 9px; background: url('../images/icons/bullet_square_white.gif') left 5px no-repeat; }
ol				{ margin-left: 35px; }
ol li {
	background-image: none;
}
label			{ font-weight: normal; }
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

table {
	border-collapse: collapse;
}


h2 a {
	color: #3B4A25;
	text-decoration: none;
}

h3, h3 a {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
 	letter-spacing: 0px;
	line-height: 1.2;
	margin-bottom: 7px;
	text-decoration: none;
}

h4 {
	margin-bottom: 5px;
}

em {
	font-size: 10px;
}

acronym {
	border-bottom: 1px dotted #CCCCCC;
	cursor: help;
}

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	background-color: #0E0D0B;
	border-bottom: 5px solid #9B6702;
	clear: both;
	height: 75px;
}

#logo {
	float: left;
	height: 75px;
	padding: 0 0 0 33px;
	width: 134px;
}

#logo h1.logo-title {
	margin: 0;
	position: relative;
}

#logo a {
	background: transparent url(../images/logo.jpg) no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 75px;
	text-decoration: none;
	text-indent: -10000px;
	width: 134px;
}

#member {
	color: #F3F2C2;
	float: right;
	font-size: 9px;
	padding: 4px 15px 0 0;
	width: 94px;
}

/*-----------------------------------------------------------------------------
	Navigation & Sub-Navigation
-----------------------------------------------------------------------------*/

#nav {
	background-color: #1C1713;
	border-bottom: 2px solid #993300;
	clear: both;
	height: 50px;
	line-height: 50px;
	padding: 0;
}

#nav-inner {
	font-size: 10px;
	text-transform: uppercase;
	white-space: no-wrap;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul {
	margin: 0;
}

#nav li {
	background-image: none;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav li a {
	color: #EEEEEE;
	display: block;
	float: left;
	padding: 0 13px;
	position: relative;
}

#nav li.current-item a,
#nav li a:hover {
	color: #CC9900;
}

/*-----------------------------------------------------------------------------
	Main Content
-----------------------------------------------------------------------------*/
#page {
	clear: both;
}

#page-inner {
}

#maincontent {
	background: #993300 url(../images/bg-maincontent.jpg) repeat-y 0 0;
	clear: both;
	color: #FFCC99;
	font-size: 12px;
}

#maincontent h2.title {
	border-bottom: 1px dotted #9A9A9A;
	color: #CDEB8B;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 50px;
}

#maincontent h4.title {
	color: #FF9900;
	font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
}

#maincontent-inner {
}

#sidebar-left {
	float: left;
	width: 204px;
}

#sidebar-left-inner {
}

#content {
	min-height: 300px;
}

#content-inner {
}

div#actual-content {
	float: right;
	padding: 45px 55px 0 45px;
	text-align: justify;
	width: 516px;
}

div#limelight {
	border-bottom: 5px solid #993300;
}

/*-----------------------------------------------------------------------------
	404 Page
-----------------------------------------------------------------------------*/

.not-found-404-page #maincontent {
	background-image: none;
}

.not-found-404-page #content-inner {
	color: #FFFFFF;
	padding: 35px 40px;
}

.not-found-404-page h3 {
	color: #FFFFFF;
}

/*-----------------------------------------------------------------------------
	Sidebar Left
-----------------------------------------------------------------------------*/

div.bookdiv {
	color: #F3F2C2;
	font-family: "Century Gothic", Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	margin-top: 35px;
	width: 155px;
}

div.bookdiv p {
	color: #CC9900;
	text-align: center;
}

div.bookdiv p.align-left {
	margin-bottom: 5px;
	text-align: left;
}

div.bookdiv a.bookbutton {
	background: transparent url(../images/book-button.jpg) no-repeat 0 0;
	display: block;
	height: 30px;
	text-indent: -10000px;
	width: 155px;
}

div.bookdiv a.bookbutton:hover {
	background: transparent url(../images/book-button.jpg) no-repeat 0 -30px;
}

div.bookdiv ul {
	margin-left: 0;
}

div.bookdiv ul.logos {
	margin: 0;
}

div.bookdiv ul.logos li {
	background-image: none;
	padding: 0 0 20px 0;
	text-align: center;
}

div.bookdiv a.cancelbutton {
	background-color: #CDEB8B;
	color: #36393D;
	padding: 5px 8px;
}

div.bookdiv a.cancelbutton:hover {
	background-color: #FFFF88;
	color: #006E2E;
}

/*-----------------------------------------------------------------------------
	Home Page
-----------------------------------------------------------------------------*/

body.home-page {
	background-color: #993300;
}

.home-page .container,
.home-page #maincontent {
	background-color: #2A1D09;
	background-image: none;
	color: #999999;
}

.home-page #header {
	background: #2A1D09 url(../images/logo-home.jpg) no-repeat 0 0;
	border: 0;
}

.home-page #logo {
	height: 80px;
	padding: 0 0 0 354px;
}

.home-page #logo a {
	background: none;
	height: 80px;
}

.home-page #page-inner {
	padding-top: 50px;
}

.home-page #maincontent-inner {
	padding-top: 20px;
}

.home-page #content {
	min-height: 0;
	padding: 0 50px;
}

.home-page #nav {
	background-color: #2A1D09;
	border: 0;
}

.home-page h2.title {
	background: transparent url(../images/title-quiet-rediscovered.jpg) no-repeat 0 0;
	border: 0;
	height: 22px;
	margin: 0 auto;
	text-indent: -10000px;
	width: 232px;
}

.home-page #footer {
	background-color: #2A1D09;
	color: #999999;
	text-align: center;
}

/*-----------------------------------------------------------------------------
	Accommodations Page
-----------------------------------------------------------------------------*/

ul.accommodations {
	margin: 0;
}

ul.accommodations li {
	background-image: none;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
}

ul.accommodations li ul {
	margin: 1em 0;
	padding-left: 2em;
}

ul.accommodations li li {
	background-image: url(../images/icons/bullet_square_white.gif);
	border: 0;
	margin: 0;
	padding: 0 0 0 10px;
}

ul.accommodations div.acc-type {
	color: #CC9900;
	font-family: "Century Gothic", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 1em;
	text-align: center;
}

ul.accommodations div.acc-type span {
	color: #EEEEEE;
	font-size: 11px;
}

ul.accommodations div.acc-images div.acc-images-main {
	float: left;
	padding-right: 5px;
	width: 151px;
}

ul.accommodations div.acc-images div.acc-images-subs {
	float: left;
	width: 360px;
}

ul.accommodations div.acc-images div.acc-images-subs img {
	height: 110px;
	width: auto;
}

ul.accommodations div.acc-images div.acc-images-subs img.botimg {
	padding-top: 5px;
}

ul.accommodations div.acc-prds-wrapper {
	font-family: "Century Gothic", Helvetica, Arial, Verdana, sans-serif;
}

ul.accommodations div.acc-price {
	float: left;
}

ul.accommodations div.acc-discount {
	float: right;
}

ul.accommodations div.acc-discount a {
	color: #FFFFCD;
}

ul.accommodations div.acc-discount a:hover {
	color: #FFFFCD;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------
	Facilities Page
-----------------------------------------------------------------------------*/

.facilities-page #maincontent {
	background-image: none;
}

.facilities-page p.note {
	padding: 0 50px;
}

.facilities-page p.time {
	font-size: 11px;
	padding: 0 200px;
	text-align: justify;
}

div.pager {
	font-family: "Century Gothic", Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
}

ul.facilities {
	margin: 0;
	padding-top: 20px;
}

ul.facilities li {
	background-image: none;
	padding: 0 8px 20px 8px;
}

ul.facilities div.fac-type {
	color: #EEEEEE;
	font-family: "Century Gothic", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 1em;
	text-align: center;
}

ul.facilities div.fac-type span {
	color: #EEEEEE;
	font-size: 11px;
}
ul.facilities div.fac-images img.padleft2 {
	padding-left: 10px;
}

ul.facilities div.fac-images img.padleft3 {
	padding-left: 3px;
}

/*-----------------------------------------------------------------------------
	Location Map Page
-----------------------------------------------------------------------------*/

.location-map-page #maincontent {
	background-color: #463A30;
	background-image: none;
}

.location-map-page #maincontent h4.title {
	background-color: #993300;
	color: #FFFFCC;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-align: center;
}

/*-----------------------------------------------------------------------------
	Contact Us Page
-----------------------------------------------------------------------------*/

div.panel-top,
div.panel-bottom {
	clear: both;
}

div.panel-left {
	float: left;
}

div.panel-right {
	float: right;
	margin-right: 20px;
	text-align: center;
	width: 142px;
}

div.panel-right img {
	border: 1px solid #1A0000;
}

div.contact-form {
	text-align: left;
}

div.contact-form div.note {
	background-color: #FFFFFF;
	border: 1px solid #BEDB8A;
	color: #000000;
	margin: 10px 0;
	padding: 5px;
}

div.contact-form {
	padding-bottom: 15px;
}

div.contact-form fieldset {
	border-bottom: 1px solid #BEDB8A;
	margin: 0 0 7px 0;
	padding: 0;
}

div.contact-form label {
	color: #FF9900;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
}

div.contact-form input.custom,
div.contact-form textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
	padding: 5px;
	width: 300px;
}

div.contact-form input.custom:focus {
	border:1px solid #666;
}

div.contact-form textarea {
	height: 200px;
}

div.input-buttons input.button {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #0F0E13;
	border: 1px solid #000000;
	color: #FFFFFF;
	cursor: pointer;
	padding: 2px;
}

div.input-buttons input.button:hover {
	border-color: #CCCCCC;
	color: #CCCCCC;
}

.senderror {
	background-color: #FBE3E4;
	border: 1px solid #FF0000;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}

.sendsuccess {
	background-color: #CDEB8B;
	border: 1px solid #BEDB8A;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}

.goback {
	margin-top: 10px;
	text-align: center;
}

.goback a {
	font-weight: bold;
}

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer {
	background-color: #463A30;
	clear: both;
	color: #FFFFFF;
	font-family: "Century Gothic", Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	height: 40px;
	line-height: 40px;
	text-align: left;
}

#footer-inner {
	padding: 0 20px;
}

#footer-inner div.copyright {
	clear: both;
}

/*-----------------------------------------------------------------------------
	Misc
-----------------------------------------------------------------------------*/
.clear {
	clear: both;
}

.hidden {
	display: none;
	visibility: hidden;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

a.email {
	color: #1E90FF;
}

a.email:hover {
	color: #4AA6FF;
}

div.more {
	text-align: right;
}

a.head {
	cursor: pointer;
}

div.more-wide {
	padding-right: 15px;
}

hr.custom {
	background: transparent url(../images/hr.jpg) repeat-x 0 0;
	clear: both;
	height: 2px;
	margin: 20px 0;
	width: 100%;
}

div.no-js-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
}

div.no-js {
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
}

div.no-js div.inner {
	background-color: #211C19;
	color: #EEEEEE;
	padding: 20px;
}

body.no-js {
	background-position: 0 82px;
	padding-top: 82px;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
	text-align: left;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
	text-align: right;
}

img.center {
	text-align: center;
}
