@charset "utf-8";

/*-- reset css --*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}

caption, th, td {
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
h1,h2,h3,h4,h5,h6{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

/*-- end eric meyer reset css --*/

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	background-color: #15264D;
	line-height: 1;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/gfx/bg.png);
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #15264D;
	font-weight: normal;
	text-align: left;
	border-bottom: solid 1px #A9B7B4;
	padding: 5px 5px 10px 5px;
	margin: 0 0 10px 0;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	padding: 5px 5px 10px 5px;
	background-color: #3C4A72;
	margin: 10px 0 10px 0;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #64746F;
	text-align: left;
	font-weight: normal;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3C4A72;
	text-align: left;
}

h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #15264D;
	text-align: left;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #64746F;
	text-align: left;
}
p , ul, ol{
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #3C4A72;
	text-decoration: none;
}
a:visited {
	color: #3C4A72;
}
a:hover {
	color: #8BA3B8;
	text-decoration: underline;
}


label {
	font-size: 13px;
}
textarea {
	vertical-align: top;
}




#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/gfx/sbbg.png);
	background-repeat: repeat-y;
	background-color: #FFF;
} 
#header {
	padding: 40px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 84px;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
} 
#header img {
	position: absolute;
}
#logo2 {
	opacity: 0;
	width: 0px;
	position: absolute;
}
#logo3 {
	opacity: 0;
	left: 334px;
	position: absolute;
	margin: 0;
	width: 0px;
}
#logo4 {
	opacity: 0;
	width: 0px;
	position: absolute;
}

#tabs {
	width: 505px;
	height: 44px;
	position: absolute;
	margin: 51px 0 0 470px;
	overflow: hidden;
      }
    #tabs ul {
	margin:0;
	list-style:none;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
	float:right;
	background:url("images/gfx/tableft.png") no-repeat left top;
	margin:0;
	padding:0 0 0 10px;
	text-decoration:none;
      }
	#tabs .bookonline {
	background:url("images/gfx/tableftred.png") no-repeat left top;
	}

	#tabs a span {
	float:left;
	display:block;
	background:url("images/gfx/tabright.png") no-repeat right top;
	padding:10px 20px 8px 5px;
	color: #FFF;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
      }
	#tabs .bookonline span {
	background:url("images/gfx/tabrightred.png") no-repeat right top;
	}

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
	#tabs a:visited span {
	color: #FFF;
	}
    /* End IE5-Mac hack */
    #tabs a:hover span {
	color:#15264D;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px; /* padding keeps the content of the div away from the edges */
	overflow: hidden;
	height: auto;
	color: #FFF;
	margin: 0;
}
#sidebar1 a {
	color: #FFF;
}
#sidebar1 a:hover {
	color: #FFF;
	text-decoration: underline;
}
.bknw {
	height: 32px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

#bknwp img, #bknwa img{
	position: absolute;
}
#bknw1, #bknw3{
	position: absolute;
	display: none;
}
#bknwp a:hover img{
	background-image: url(images/gfx/bknw1.png);
}
#bknwa a:hover img{
	background-image: url(images/gfx/bknw3.png);
}

#hotels {
	margin: 0 0 10px 250px;
	width: 720px;
	position: relative;
	height: 240px;
}
#hotels div {
	width: 355px;
	float: left;
	background-color: #EEE;
	position: relative;
}
#hotels .wsa  {
	margin: 0 0 0 10px;

}

#phSlide, #wssSlide, #wsaSlide {
	position: absolute;
	top: 0px;
}


#hotels div p {
	padding: 5px;
	height: 25px;
	border-bottom: solid #ccc 1px;
	border-right: solid #ccc 1px;
	font-size: 11px;
}

#mainContent {
	margin: 0 0 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px;
} 
#mainContent p {
	line-height: 18px;
}
#mainContent .tagline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #3C4A72;
	font-style: italic;
}


#mainContent table  {
	width: 100%;
	margin: 10px 0;
}
#mainContent #contact td p {
	padding: 0 0 0 10px;
}

#feedbackForm {
	padding: 0 10px;
}

.smallForm  {
	margin: 0 0 10px 10px;
	float: right;
	width: 275px;
	text-align: right;
	background-color: #EEE;
	border-bottom: solid #ccc 1px;
	border-right: solid #ccc 1px;
}

.smallForm h3 {
	padding: 5px 0 5px 0;
	text-align: center;
	color: #fff;
	background-color: #8BA3B8;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.smallForm input {
	margin: 5px;
}
.focusBox {
	margin: 20px 0;
	background-color: #EEE;
	border-bottom: solid #ccc 1px;
	border-right: solid #ccc 1px;
}
.focusBox p {
	padding: 0 5px 5px 5px;
}

.focusBox h3 {
	padding: 5px;
	color: #fff;
	background-color: #8BA3B8;
	font-weight: normal;
	margin: 0 0 5px 0;
}
.specialOffers  {
	margin: 20px 0;
	padding: 0;
}
.specialOffers li {
	list-style: none;
	background-color: #eee;
	margin-top: 10px;
	border-bottom: solid #ccc 1px;
	border-right: solid #ccc 1px;
}
.specialOffers li p {
	padding: 0 5px;
}
#mainContent .events  {
	margin: 0px;
	padding: 0px;	
	/*max-height: 300px;*/
    /*overflow-y: scroll;*/
}
#mainContent .events li {
	list-style: none;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	background-color: #eee;
	border-bottom: solid #ccc 1px;
	border-right: solid #ccc 1px;
}

#social {
	margin: 15px 0 0 0;
	height: 15px;
}
#social .twitter-share-button {
	float: left;
}
#threeFeatures div {
	background-color: #eee;
	margin: 10px 0;
	height: 200px;
	border-bottom: solid #ccc 1px;
	border-right: solid #ccc 1px;
	position: relative;
}
#threeFeatures div p {
	padding: 10px;
	font-size: 16px;
}

#threeFeatures div img {
	float: left;
	margin-right: 10px;
}
.OSM a {
	border-bottom: dashed 1px #fff;
}
.OSM a:hover {
	background-color: #FFF;
	color: #15264D;
	text-decoration: none;
}
.OSMdir {
	background-color: #ccc;
	padding: 5px;
	font-weight: bold;
	display: block;
	font-size: 14px;
	width: 500px;
}

.OSMfile {
	margin-left: 50px;
	background: #eee;
	padding: 5px;
	display: block;
	font-size: 14px;
	width: 450px;
}

#socialFeeds {
	margin: 0 10px 0 250px;
	position: relative;
}
#twitterfeed {
	width: 335px;
	float: right;
	height: 100px;
	overflow: auto;
	padding: 60px 10px 10px 10px;
	background-color: #EEE;
	border-bottom: solid #ccc 1px;
	margin: 10px 0;
}
#twittertitle {
	position: absolute;
	width: 340px;
	margin: -60px 0 0 -11px;
	height: 50px;
}

#blogfeed {
	width: 335px;
	float: left;
	height: 100px;
	overflow: auto;
	padding: 60px 10px 10px 10px;
	background-color: #EEE;
	border-bottom: solid #ccc 1px;
	margin: 10px 0;
}
#blogtitle {
	position: absolute;
	width: 340px;
	margin: -60px 0 0 -10px;
	height: 50px;
}
#blogfeed h2{
	background-color: #eee;
	padding: 2px;
	margin: 0;
}

#blogfeed h2, blogfeed h2 a,#blogfeed h2 a:visited{
	font-size: 13px;
	text-decoration: none;
	color: #002248;
}
#blogfeed h2 img{
	margin-right: 5px;
	vertical-align: middle;
}
#blogfeed p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-align: justify;
	padding: 5px 0;
}
#blogfeed p a{
	color: #0084B4;
	text-decoration: none;
}

#blogfeed p a:visited {
	color: #0084B4;
	text-decoration: none;
}
#blogfeed p a:hover {
	color: #0084B4;
	text-decoration: underline;
}
.blogsep  {
	border-bottom: 1px dashed #D2DADA;
	margin: 5px 0;
}
#footer {
	background-color: #63726D;
	padding: 10px;
	text-align: center;
} 
#footer p ,    #footer p a{
	color: #FFF;
	text-decoration: none;
	margin-bottom: 5px;
}
#footer p a:hover  {
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding: 10px 0 10px 10px;
	background-color: #FFF;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding: 10px 10px 10px 0;
	background-color: #FFF;
}
img.L   {
	float: left;
	margin: 0 10px 10px 0;
	-webkit-box-shadow: 1px 1px 4px 0px #000000;
	-moz-box-shadow: 1px 1px 4px 0px #000000;
	box-shadow: 1px 1px 4px 0px #000000;
}
img.R  {
	float: right;
	margin: 0 0 0 10px;
	-webkit-box-shadow: 1px 1px 4px 0px #000000;
	-moz-box-shadow: 1px 1px 4px 0px #000000;
	box-shadow: 1px 1px 4px 0px #000000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

