@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}



body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999999;
	background-image: url(../images/whitebg.gif);
	background-repeat: repeat;
}

/* Header */

#header {
	height: 115px;
	width: 100%;
	background-image: url(../images/sitebg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #BBB2A5;
}


#headercontent {
	height: 100px;
	padding: 0;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
	
#headercontent .logo {
	float: left;
	margin-left: 25px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	

/* Main Content */	
	
#main {
	text-align: left;
	height: auto;
	width: 100%;
	background-color: #0A4EA3;
}

#maincontent {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
}

	
#footer {
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9000;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-bottom: 10px;
}
#footercontent {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-size: 80%;
	color: #094FA3;
}


/* Subtitles */

h1{
	margin-bottom: 10px;
        font-size: 20px;
}

h1 #title1{
	position: absolute;
	width: 532px;
	height: 27px;
	background: url(../images/title1.gif) no-repeat;
        display: block;
        margin: 0;
        padding: 0;
}

h1 #rooms{
	position: absolute;
	width: 95px;
	height: 22px;
	background: url(../images/rooms.gif) no-repeat;
        display: block;
        margin: 0;
        padding: 0;
}

h1 #rates{
	position: absolute;
	width: 296px;
	height: 22px;
	background: url(../images/rates.gif) no-repeat;
        display: block;
        margin: 0;
        padding: 0;
}

h1 #map{
	position: absolute;
	width: 300px;
	height: 27px;
	background: url(../images/map.gif) no-repeat;
        display: block;
        margin: 0;
        padding: 0;
}

h1 #contactus{
	position: absolute;
	width: 144px;
	height: 22px;
	background: url(../images/contactus.gif) no-repeat;
        display: block;
        margin: 0;
        padding: 0;
}

h1 #employment{
	position: absolute;
	width: 500px;
	height: 27px;
	background: url(../images/employment.gif) no-repeat;
        display: block;
        margin: 0;
        padding: 0;
}


h2{
	margin-bottom: 10px;
        font-size: 14px;
}


h2 #subtitle1{
	position: absolute;
	width: 354px;
	height: 21px;
	background: url(../images/subtitle1.gif) no-repeat;
        display: block;
        margin: 0;
        padding: 0;
}


h2 #cabins{
	position: absolute;
	width: 72px;
	height: 17px;
	background: url(../images/cabins.gif) no-repeat;
        display: block;
        margin: 0;
        padding: 0;
}

h2 #motelrooms{
	position: absolute;
	width: 141px;
	height: 17px;
	background: url(../images/motelrooms.gif) no-repeat;
        display: block;
        margin: 0;
        padding: 0;
}

h2 #hotelrooms{
	position: absolute;
	width: 139px;
	height: 17px;
	background: url(../images/hotelrooms.gif) no-repeat;
        display: block;
        margin: 0;
        padding: 0;
}

h2 #executivesuite{
	position: absolute;
	width: 169px;
	height: 17px;
	background: url(../images/executivesuite.gif) no-repeat;
        display: block;
        margin: 0;
        padding: 0;
}

h2 #reservationpolicy{
	position: absolute;
	width: 208px;
	height: 21px;
	background: url(../images/reservationpolicy.gif) no-repeat;
        display: block;
        margin: 0;
        padding: 0;
}

h2 #cancellationpolicy{
	position: absolute;
	width: 205px;
	height: 21px;
	background: url(../images/cancellationpolicy.gif) no-repeat;
        display: block;
        margin: 0;
        padding: 0;
}


/* Navigation */


#topmenu {
	display: block;
	float: right;
	height: 40px;
	width: 594px;
	margin-top: 28px;
	margin-right: 22px;
}

#topmenu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-image: none;
	list-style-type: circle;
}

#topmenu a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	margin: 0px;
	padding-top: 44px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
	
#topmenu a:hover {
	background-position: 0 -44px;
}

#topmenu a:active, #topmenu a.current {
	background-position: 0 -88px;
}

#home a  {
	width: 55px;
	height: 44px;
	margin-left: 0px;
	background: url(../images/menu.gif) top left no-repeat;
}

#rooms a  {
	width: 56px;
	height: 44px;
	margin-left: 0px;
	background: url(../images/menu-02.gif) top left no-repeat;
}

#rates a  {
	width: 141px;
	height: 44px;
	margin-left: 0px;
	background: url(../images/menu-03.gif) top left no-repeat;
}

#map a  {
	width: 37px;
	height: 44px;
	margin-left: 0px;
	background: url(../images/menu-04.gif) top left no-repeat;
}

#events a  {
	width: 113px;
	height: 44px;
	margin-left: 0px;
	background: url(../images/menu-05.gif) top left no-repeat;
}

#contact a  {
	width: 88px;
	height: 44px;
	margin-left: 0px;
	background: url(../images/menu-06.gif) top left no-repeat;
}

#employment a  {
	width: 104px;
	height: 44px;
	margin-left: 0px;
	background: url(../images/menu-07.gif) top left no-repeat;
}
#main #maincontent li {
	list-style-position: inside;
}
a {
	color: #FF9000;
}
a:hover {
	color: #FFFFFF;
}
