/* ----------------------------------- */
/* ---------->>> =GLOBAL <<<---------- */
/* ----------------------------------- */

body {
	background-color: #5d4d45;
	color: #000;
}

h1 {
	color: #515151;
}
h2 {
	color: #515151;
}

#side-bar a {
    color: #1D7089;
}

a, a:link, a:visited  {
	color: #745002;
}

a:hover, a:active {
	color: #ad7600;
}


/* ----------------------------------- */
/* ---------->>> =FORMS <<<----------- */
/* ----------------------------------- */




/* ----------------------------------- */
/* ------>>> =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;
}


/* ----------------------------------- */
/* ----->>> =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: 20px;
}

/* 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/waters-edge/header-livingroom.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;
}
