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



/* HTML styles */
html {
	margin: 0px;
	padding: 0px;
	}
	
body{
		background-color: #fff;
		text-decoration: none;
		font: normal 14px/21px Verdana, Arial, Helvetica, sans-serif;
		color: #444f60;
		margin: 0px; 
		padding: 0px;
		}
	
a:link {
		color: #fff;
		text-decoration: none;
		font-weight: normal;
		}

a:hover {
		color: #899cbc;
		}
	
a:visited {
			color: #fff;
			text-decoration: none;
			font-weight: normal;
			}
		
		
div{
		text-decoration: none;
		font: normal 14px/21px Verdana, Arial, Helvetica, sans-serif;
		color: #444f60;
		margin: 0px; 
		padding: 0px;
		}
		
		
li, ol, ul{
		text-decoration: none;
		font: normal 12px/17px Verdana, Arial, Helvetica, sans-serif;
		color: #444f60;
		margin: 0px; 
		padding: 0px;
		}
		
		
.bold{font-weight:bold;}

.italic{font-style:oblique}

form {margin: 0;}

	
p,h1, h2, pre {
	margin:0px 0px 0px 0px;
	}
	
h1{
	color: #1b2535;
	font: 20px/22px Georgia, "Times New Roman", Times, serif;
	margin-top: 17px;
	margin-bottom:20px;
	margin-left:20px;
}

*html body h1{
	color: #1b2535;
	font: 20px/22px Georgia, "Times New Roman", Times, serif;
	margin-top: 17px;
	margin-bottom:20px;
	margin-left:42px;
}


h2{
	color: #1b2535;
	font: 20px/22px Georgia, "Times New Roman", Times, serif;
	margin-top: 17px;
	margin-bottom:20px;
	margin-left:42px;
}
*html body h2{
	color: #1b2535;
	font: 20px/22px Georgia, "Times New Roman", Times, serif;
	margin-top: 17px;
	margin-bottom:20px;
	margin-left:42px;
}

h3{margin: 0px;}
	
/* Holds the position and with of the main window */	
#container {
	position:absolute;
	left:0%;
	top: 0px;
	width:100%;
	margin: 0px;
	padding:0px;
	visibility: visible;
	}

#TopBanner{
	background-color: #ffffff;
	height: 183px;
	width: 960px;
	}
		
	
#logoLeft {
	float: left;
	width: 162px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 183px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	}

#logoLeft li {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	display: inline;
	}
	
#logoLeft li a:link, #logoLeft li a:visited {
	display: block; 
	float: left;
	height: 183px;
	width: 162px;
	}
	
#logoLeft li a:hover {background-image: url(../images/logo.gif);}

#logoLeft span {display: none;}

#banner_right{
	float: left;
	width: 798px;
	height:183px;
	margin: 0px 0px 0px 0px;
	position:relative;
}

#banner_right{
	float: left;
	width: 798px;
	height:144;
	margin: 0px 0px 0px 0px;
	position:relative;
}

#tagLine {
	float: left;
	width: 448px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 144px;
	background-image: url(../images/tagLine.gif);
	background-repeat: no-repeat;
	position:relative;
	}
	
#tagLine h2 {display: none;}


#tagLineRight {
	font: 24px/30px Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	color: #7693b3;
	float: right;
	width: 335px;
	margin-top: 50px;
	margin-right:0px;
	height: 94px;
	text-align:right;
	}
	
	
	
/*Home Page Menu*/
#navcontainer{
	float: left;
	width: 793px;
	margin: 0px 0px 0px 5px;
	position:relative;
}

*html body #navcontainer{
	float: left;
	width: 793px;
	margin: 0px 0px 0px 2px;
	position:relative;
}

 #navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: 0px 41px 0px 0px;
color: #999999;
font: normal 18px/18px Georgia, "Times New Roman", Times, serif;
}


#navcontainer ul li a.right
{
text-decoration: none;
padding: 0px 0px 0px 0px;
color: #999999;
font: normal 18px/18px Georgia, "Times New Roman", Times, serif;

}

#navcontainer ul li a:hover
{
color: #444f60;

}



/* Holds the position of the white area containing the side menu and text */	
div.spacer {
  clear: both;
  }
  
#mainWrapper{
	background-color: #bfcce2;
    background-position : left;
	background-repeat:repeat-x;
	margin-left: 10px;
	margin-top: 0px;
	width:100%;
	border-top: 2px solid #899cbc;
	border-bottom: 2px solid #899cbc;
	}
	
/*keeps contents from wrapping when page is resized*/
#contentWrapper
{
	width:950px;

}

/*home page*/
#slideshow{
	float:left;
	width:600px;
}

#home_text{
	float:left;
	background-color:#9dafce;
	width: 304px;
	height: 414px;
	padding:18px 20px 18px 26px;
}


#home_text h3{
	color: #fff;
	font: normal 15px/22px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-bottom:20px;
}

#home_text p{
	color: #4a505a;
	font: normal 13px/20px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin-bottom:20px;
}


/*secondary pages*/
#bg_area{
	float:left;
	background-color:#9dafce;
	width:950px;
	height:100%;
}

#top_section{
	float:left;
	width:929px;
	/*height:229px;*/
	height:100%;
	margin-left:21px;
	background-color:#899cbc;
}
	
#top_section img{
padding:2px 23px 2px 2px;
float:left;
}


#top_section p{
	color: #3b414c;
	font: normal 14px/21px Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	padding-right:15px;
	padding-top:20px;
}

#top_section a, #top_section a:link, #top_section a:visited{
	color: #444f60;
	font-weight: normal;
	border-bottom:1px dotted #444f60;
	}
	
#top_section a:hover{
	color: #fff;
	border-bottom:1px dotted #fff;
	}

p.photo_click{
	color:#1b2535;
	font: normal 10px/21px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px 22px;
	width:500px;
	float:left;
}

#bottom{
	float:left;
	width:927px;
	padding-left:0px;
	left:22px;
	position:relative;
	background-color: #9dafce;
	background-image: url(../images/internal-bg.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}


#bottom #left {
	float:left;
	width:275px;
	position:relative;
	padding-left:15px;
	padding-right:10px;
	margin-top:5px;
}

#bottom #right {
	float:left;
	width:586px;
	position:relative;
	padding-left:23px;
	padding-right:10px;
	margin-top:5px;
}
	
/* list box in body */
#bottom #left ul{
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 18px;		
	font: normal Verdana, Arial, Helvetica, sans-serif;
	color: #bfcce2;
	position: relative;
	width: 240px;
	}
	
#bottom #left li{
	padding: 0px 0px 12px 0px;
	text-align: left;
	font: normal Verdana, Arial, Helvetica, sans-serif;
	color: #bfcce2;
	list-style-type:square;
	list-type:inside;
	 width: 260px;
	}
	
#bottom #left ol.number{
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 20px;		
	font: normal Verdana, Arial, Helvetica, sans-serif;
	color: #bfcce2;
	position: relative;
	width: 240px;
	}

#bottom #left li.number{
	padding: 15px 0px 0px 0px;
	text-align: left;
	font: normal Verdana, Arial, Helvetica, sans-serif;
	color: #bfcce2;
	list-style-type:decimal;
	list-type:inside;
	width: 250px;
	}
	
#bottom #left h2{
	color:#fff;
	font: normal 15px/21px Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:20px;
	margin-left:0px;
	}
	
#bottom #left p{
	font: normal 12px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #bfcce2;
}

#bottom #left p.caption{padding-bottom:20px; text-align:center;}

#bottom #left img{
	border:1px solid #9dafce;
}
#bottom #right h2{
	color:#1b2535;
	font: bold 14px/21px Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-left:0px;
	}
	
#bottom #right h3{
	color:#444f60;
	font: bold 14px/21px Verdana, Arial, Helvetica, sans-serif;
	margin-top:15px;
	margin-bottom:0px;
	}
	
	
#bottom #right a, #bottom #right a:link, #bottom #right a:visited{
	color: #fff;
	font: bold 14px/21px Verdana, Arial, Helvetica, sans-serif;
	}
	
#bottom #right a:hover{
	color: #444f60;
	}
	
	
#bottom #right ul{
	text-align: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;		
	font:  normal 14px/21px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	position: relative;
	width: 540px;
	}
	
#bottom #right li.specials{
	padding: 0px 0px 20px 30px;
	text-align: left;
	font:  normal 14px/21px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	list-style-type:none;
	background: transparent url(../images/right_list.gif) left top no-repeat;
	width: 540px;
	}
	
#bottom #right li.specials a, #bottom #right li.specials a:link, #bottom #right li.specials a:visited{
	color: #fff;
	border-bottom:1px dotted #fff;
	font-weight:normal;
	}
	
#bottom #right li.specials a:hover{
	color: #444f60;
	border-bottom:1px dotted #444f60;
	}
	
#bottom #right li{
	padding: 0px 0px 20px 30px;
	text-align: left;
	font:  normal 14px/21px Verdana, Arial, Helvetica, sans-serif;
	color: #444f60;
	list-style-type:none;
	background: transparent url(../images/right_list.gif) left top no-repeat;
	width: 540px;
	}	
	
#bottom #right li a, #bottom #right li a:link, #bottom #right li a:visited{
	color: #fff;
	}
	
#bottom #right li a:hover{
	color: #444f60;
	}
	
	
#bottom #right p{
	color:#444f60;
	font: normal 14px/21px Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
	}
	
/*ROOMS page*/
#room_list{
	float:left;
	width:910px;
	margin-left:21px;
	background-color:#9dafce;
	position:relative;
	border:1px solid #1b2535;
}

#room_list .dark{
	background-color:#788bac;
	width:910px;
	float:left;
}	

#room_list .light{
	background-color:#899cbc;
	width:910px;
	float:left;
}


#room_list .room_photo{
	width: 110px;
	padding: 5px 0px 5px 5px;
	float: left;
	position:relative;
	border: 0px;
	}
	
#room_list .room_photo li {
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	display: inline;
	border: 0px;
	}
	

#room_list .room_photo a:link, #room_list .room_photo a:visited{
	display: block; 
	float: left;
	width: 90px;
	border: 1px solid #1b2535;	
	}
	
#room_list .room_photo a:hover {
	border: 1px solid #bfcce2;
	}

#room_list .name{
	color: #fff;
	font: 18px/21px Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	float:left;
	position:relative;
	padding:28px 0px 0px 0px;
	width:174px;
}	

#room_list .descript{
	color: #1b2535;
	font: 12px/17px Arial, Helvetica, sans-serif;
	float:left;
	position:relative;
	padding:17px 0px 10px 5px;
	width:485px;
}

#room_list .price{
	color: #fff;
	font: bold 14px/21px Georgia, "Times New Roman", Times, serif;
	float:left;
	position:relative;
	padding:28px 0px 0px 15px;
	width:112px;
}
	
.small{
	color: #1b2535;
	font: 10px/14px Arial, Helvetica, sans-serif;
}

#room_bottom{
	float:left;
	position:relative;
	width: 910px;

}
.room_policy{
	color: #1b2535;
	font: 12px/17px Arial, Helvetica, sans-serif;
	font-style:oblique;
	padding:10px 0px 10px 20px;
	}
	
#bottom_menu{
	float:left;
	padding-left:0px;
	position:relative;
	background-color: #9dafce;
	background-image: url(../images/internal-bg.gif);
	background-repeat:repeat-y;
	width:920px;
	padding:0px 0px 5px 0px;
	left:22px;
	text-align:right;
	color: #fff;
	font: 10px/15px Arial, Helvetica, sans-serif;
}	

#bottom_menu a:link, #bottom_menu a:visited{
	color: #fff;
	font: 10px/15px Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
	
	
#bottom_menu a:hover{
	color: #1b2535;
	text-decoration:none;
	}
	



#bottom_menu_rooms{
	color: #fff;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding:0px 0px 5px 20px;
	float:left;
	position:relative;
	}
	
#bottom_menu_rooms a:link, #bottom_menu_rooms a:visited{
	color: #fff;
	font: 10px/15px Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
	
	
#bottom_menu_rooms a:hover{
	color: #1b2535;
	text-decoration:none;
	}
	
		
		
		
p.page_top{
	color: #fff;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding:0px 0px 5px 20px;
	}
	
.page_top a:link, .page_top a:visited{
	color: #fff;
	font: 10px/15px Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
	
	
.page_top a:hover{
	color: #1b2535;
	text-decoration:none;
	}
	
	
	
#footer{
	margin-left: 10px;
	margin-top: 5px;
	padding-bottom:25px;
	width:950px;
	}
	
#footer .left{
	text-align:left;
	float:left;
	color: #999999;
	font: normal 10px/10px Verdana, Arial, Helvetica, sans-serif;
	}
	
#footer .right{
	text-align:right;
	float:right;
	color: #999999;
	font: normal 10px/10px Verdana, Arial, Helvetica, sans-serif;
	}
	
	
#footer a{
	color: #47618d;
}

#footer a:hover{
	color: #999999;
}

#leftCol{
   float: left;
    background-image : url(../images/leftGradient.gif);
	background-repeat : none;
	background-position : right top;
	padding : 0px 0px 0px 0px;
	width: 180px;
	}
	
#SEO_tags{
	color: #fff;
	font: 9px/12px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#USCA-pr{
	width:650px;
	padding:10px 20px 10px 20px;
}

#USCA-pr a{
	color: #47618d;
	font-weight:bold;
	border-bottom:1px dotted #47618d;
}

#USCA-pr a:hover{
	color: #999999;
	font-weight:bold;
	border-bottom:1px dotted #999999;
}

#USCA-pr .bold{
	color: #47618d;
	font-weight:bold;
}


/*Rooms*/
#awardHeader{	
	width: 950px;
	}
		
	
#pageTitle {
	float: left;
	width: 320px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#award {
	float: right;
	width:615px; 
	border:1px solid #999;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background-color:#bfcce2;
	}


span.USCA{
	font-weight:bold; 
	font-size:12px;
}

a.USCA{
	color: #444f60;
	font-weight:bold;
}

a.USCA:hover{
	color: #999;
	font-weight:bold;
}
