/* ----------------------------------- */
/* ---------->>> =GLOBAL <<<---------- */
/* ----------------------------------- */

body {
	background-color: #2d3232;
	color: #000;
}

h1 {
	color: #515151;
}
h2 {
	color: #515151;
}

#side-bar h3 {
	color: #1D7089;
}

#side-bar a {
    color: #1D7089;
}

a, a:link, a:visited  {
	color: #745002;
}

a:hover, a:active {
	color: #ad7600;
}

hr {
	background-color: #d5d5d5;
	border: 0;
	clear: both;
	color: #d5d5d5;
	display: block;
	height: 1px;
	margin: 0 0 15px;
	!margin: -7px 0 8px; /* IE */
}


/* ----------------------------------- */
/* ---------->>> =FORMS <<<----------- */
/* ----------------------------------- */

form p {
	margin-bottom: 5px;
}

form ol li {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}

button {
	border: 0;
	color: #fff;
	display: block;
	font: 14px Verdana, Geneva, sans-serif;
	height: 29px;
	line-height: 29px;
	overflow: visible;
	text-align: left;
	width: 180px;
}

#reservation-form div.errors {
	margin-bottom: 20px;
}

#reservation-form h2 {
	margin-bottom: 10px;
}

#reservation-form ol li {
	margin-bottom: 5px;
}
#reservation-form ol li.last {
	margin-bottom: 0;
}

#reservation-form fieldset.section {
	margin-bottom: 10px;
}

#reservation-form label {
	float: left;
	font-weight: bold;
	width: 80px;
}
#reservation-form label.auto {
	float: none;
	width: auto;
}

#reservation-form input[type=text] {
	float: left;
	width: 123px;
}
#reservation-form input[type=text].small {
	width: 97px;
}

#reservation-form img.calendar-trigger {
	cursor: pointer;
	float: right;
	height: 21px;
	width: 21px;
}

#reservation-form button {
	background: transparent;
	height: 29px;
	margin-bottom: 7px;
	width: 180px;
}


/* ----------------------------------- */
/* ------>>> =PAGE STRUCTURE <<<------ */
/* ----------------------------------- */

#footer {
	background-color: white;
}

/* --->>> Navigation <<<--- */

/* Note - Full menu width = 665px */

#nav {
	background: url(http://www.aviawest.com/images/accommodation-sites/waters-edge/nav-sprite.gif) repeat-x;
}

#nav li {
	background: url(http://www.aviawest.com/images/accommodation-sites/waters-edge/nav-sprite.gif) repeat-x;
}
#nav li a {
	color: #F3F3F3;
}

/* SUB-NAV DROP DOWNS */
#nav li ul a {
	color: #6d6d6d;
}

#nav li ul li a:hover, #nav li ul li.active a  {
	color: white;
	background: url(http://www.aviawest.com/images/accommodation-sites/waters-edge/nav-sprite.gif) 0 -128px repeat-x;
}


/* ----------------------------------- */
/* ----->>> =PAGE COMPONENTS <<<------ */
/* ----------------------------------- */

.side-bar-divider {
	background-image: url(http://www.aviawest.com/images/accommodation-sites/waters-edge/side-bar-divider.gif);
}


/* --->>> Room Availability <<<--- */

.formtextbtn:hover {
	background-color: #5581A4;
	color: white;
	cursor: pointer;
}

a.button {
	background: url(http://www.aviawest.com/images/accommodation-sites/buttons/blue.png) no-repeat;
	color: #fff;
	display: block;
	font-size: 13px;
	height: 29px;
	line-height: 28px;
	padding-left: 10px;
	text-decoration: none;
	width: 180px;
}


/* ----------------------------------- */
/* ----->>> =OVERRIDE STYLES <<<------ */
/* ----------------------------------- */

#extra-footer h2 {
	color: #1E7188;
	font-family: Verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
}

/* footer */
#footer-bottom {
	line-height: 16px;
	text-align:center;
}

#footer-bottom a { 
	color: #CCCCCC;
}

#footer-bottom a:hover { 
	color: #AD7600;
}

/* SOCIAL MEDIA FOOTER */

#social-media-footer {
	margin: 0px 0 0 -9px;
}

#social-media-footer img {
	border-right: 1px solid #C7C7C5;
	padding: 0 20px;
}

/* ---------------------- */

/* reservation form */
.contact2 {
	margin-top: 14px;
}

/* icons */
.amenity-icons img {
	background-color: #d1ebff;
}

.amenity-icons img.select {
	background-color: #D1FFDF;
}

.amenity-icons img.soon {
	background-color: #e2e0e0;
}

#header-image {
	/* background: url(http://www.aviawest.com/images/accommodation-sites/pacific-shores/headers/glass.jpg) no-repeat;  */
}

.code {
	color: #009900;
	font-size: 1.2em;
	font-weight: bold;
}

/* tooltip styling */

.tooltip {
	display:none;
	background-color:#ffa;
	border:1px solid #cc9;
	padding:10px 10px 5px 10px;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	width: 320px;
	font-size:11px;
	color: black;
	margin:0;
}
