@charset "UTF-8";
/* CSS Document */
html {
	height:100%;!important
	}

body {
padding:0;
margin:0;
background:#000;
}
.clearing {
clear:both;
}
/***** Commone Elements ****/
h1 {
font-family: palatino, georgia, times new roman, serif;
font-weight:normal;
font-size: 28px;
color: #fff;
}
h2 {
font-family: arial, helvetica, sans-serif;;
font-weight:bold;
font-size: 16px;
color: #e5e510;
}
p, td, span, li, a, form {
font-family: arial, helvetica, sans-serif;;
font-weight:normal;
font-size: 14px;
color: #fff;
}
a {
text-decoration:underline;
color:#e5e510;
}
a:hover {
text-decoration:none;
}

/**** Wrapper elements ****/
#uber_wrapper, #uber_wrapper_accomm, #uber_wrapper_attract, #uber_wrapper_facil {
width:100%;
margin:0 auto;
height:100%!important;
background: url(gfx/bg1.jpg) top center no-repeat;
float:left;
display:inline;
}
#uber_wrapper_accomm {
background: url(gfx/bg3.jpg) top center no-repeat;
}
#uber_wrapper_attract {
background: url(gfx/bg2.jpg) top center no-repeat;
}
#uber_wrapper_facil {
background: url(gfx/bg4.jpg) top center no-repeat;
}
#wrapper {
width:980px;
margin:0 auto;
}
#wrapper_float {
float:left;
display:inline;
width:980px;
}
#content_wrapper {
float:left;
display:inline;
width:980px;
background:#777d37;
}
/**** Header Elements ****/
#header {
float:left;
display:inline;
width:980px;
height:82px;
background: url(gfx/bg_header.png) no-repeat;
}
#best_western_logo {
float:left;
display:inline;
width:97px;
}
#best_nav {
float:left;
display:inline;
width:499px;
margin-top:60px;
}
#best_nav a {
color:#000;
}
#logo {
float:left;
display:inline;
width: 380px;
}
/***** Nav Elemetns ****/
#nav {
width:980px;
height:32px;
float:left;
display:inline;
background: url(gfx/bg_nav.png) no-repeat;
margin-top:320px;
}
ul#topnav {
margin:0;
padding:0;
margin-top:5px;
}
ul#topnav li {
list-style:none;
display:inline;
color: #fff;
}
ul#topnav li a {
font-family: arial, helvetica, sans-serif;
padding:0px 18px 3px;
text-decoration:none;
color: #fff;
}
ul#topnav li a:hover {
text-decoration:underline;
}
/**** Content Elements ****/
#left_col {
float:left;
display:inline;
width:520px;
margin:20px 10px 20px 20px;
}
#right_col {
float:left;
display:inline;
width:380px;
margin:20px 20px 20px 10px;
}
#scrollimg, #map2 {
width:377px;
height:300px;
margin-top:15px;
}
.img_float_right{
	float: right;
	margin: 0 0 5px 10px;
	display:inline; 
}
#left_bullets, #right_bullets {
float:left;
display:inline;
}
#map2 p {
color:#000;
}
/**** Footer Elements ***/
#footer {
float:left;
width:980px;
background:#575b27;
color:#e5e510;
}
#footer_text {
margin:20px;
}
#footer_text p {
color:#e5e510;
}
#footer_left {
float:left;
display:inline;
}
#footer_right {
float:right;
display:inline;
}
