/* CSS Document *//* RESET */html, body, div, span, applet, object, iframe,
h1, h2, h4, h5, h6, h7, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

h3, p, img, table, b, u, i, center, tr, td {
	margin: 0;
	padding: 0;
    border: 0;
	background: transparent;
}
body {
	line-height: 1;
	background: #002d62;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
ol, ul {
	margin: 0;
	padding: 0 0 0 15px;
}li {
	margin: 0;
	padding: 4px 0;
}
ul.standard {
            margin: 0;
	        padding: 0 0 0 15px;
            }
li.standard {
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 12px;
	font-weight: normal;
    list-style-position: outside;
	list-style-type: square;
	color:#404040;
    text-align: left;
    padding: 5 0 0 0
}

li.standardlarge {
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 14px;
	font-weight: normal;
    list-style-position: outside;
	list-style-type: square;
	color:#404040;
    text-align: left;
    padding: 0px 0px 10px 0px;
}

li.standardlarge2 {
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 14px;
	font-weight: normal;
    list-style-position: outside;
	list-style-type: circle;
	color:#404040;
    text-align: left;
    padding: 10px 0px 0px 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}/* remember to define focus styles! */
:focus {
	outline: 0;
}/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}
select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}
/* END RESET */p {
	margin: 0;
	padding: 6px 0 8px 0;
	line-height: 18px;
	text-align: left;
}h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #316cae;
	line-height: 32px;
	border-bottom: 1px dotted #316cae;
	padding: 0;
	margin: 0 0 10px 0;
}h2 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #002d62;
	line-height: 24px;
	border-bottom: 1px dotted #fff;
	padding: 10px 0 0 0;
	margin: 0;
}h2.news {
	border-bottom: 1px dotted #2c66a6;
}h2 a {
	color: #002d62;
	text-decoration: none;
}h2 a:hover {
	color: #2c66a6;
	text-decoration: none;
}h3 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #ffc009;
	line-height: 24px;
	border-bottom: 1px dotted #a8d4f0;
	padding: 10px 0 0 0;
	margin: 0;
}
h3.blue {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #002d62;
	line-height: 20px;
	border-bottom: 0px dotted #a8d4f0;
	padding: 10px 0 0 0;
	margin: 0;
}h3 a {
	color: #ffc009;
	text-decoration: none;
}h3 a:hover {
	color: #2c66a6;
	text-decoration: none;
}
h3.news {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #002d62;
	line-height: 140%;
	border-bottom: 0px dotted #a8d4f0;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
h4 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #ffc009;
	line-height: 24px;
	padding: 0;
	margin: 0;
}
h4.news {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #ffc009;
	line-height: 24px;
	padding: 0;
	margin: 0;
}h6.images {
	margin: 0;
	padding: 0;
	line-height: 0;
}a {
	color: #2c66a6;
	text-decoration: underline;
	}a:hover {
	color: #002d62;
	text-decoration: none;
	}
    
#headerTop {
	width: 100%;
	height: 55px;
	text-align: center;
    background: url(../images/topBG1-100x55.jpg) repeat-x;
    background-color:#ffffff; 
	}
.topBG { 	
    background-color: #ffffff;
    }    
    
#header-wrap {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/bkg-header.jpg) repeat-x;
	border-bottom: 2px solid #fff;
}

#header {
	width: 950px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* top related styles */

.frameLeft {
	float:left;
}    
.headerNavText11 {
             font-family: Verdana, Arial, Helvetica, sans-serif;
             color: #02588A; 
             font-weight: bold;  
             font-size: 11px;
             letter-spacing : .0em;
             padding: 3px 0px 5px 0px;
             }
.headerNavText11 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 11px;
     color: #02588A; 
     font-weight: bold;   
    letter-spacing : .0em;
    text-decoration: none;
    padding: 3px 0px 5px 0px;
}     
.headerNavText11 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 11px;
             color: #02588A; 
             font-weight: bold;  
             letter-spacing : .0em;
    text-decoration: none;
    padding: 3px 0px 5px 0px;
}  
.headerNavText11 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 11px;
             color: #02588A; 
             font-weight: bold;
             letter-spacing : .0em;
    text-decoration: underline;
    padding: 3px 0px 5px 0px;
}  
.headerNavText11 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 11px;
             color: #02588A; 
             font-weight: bold; 
             letter-spacing : .0em;
    text-decoration: none;
    padding: 3px 0px 5px 0px;
}         

    
    
    
    
/* END top related styles */



#header-rt {
	width: 225px;
	height: auto;
	text-align: right;
	margin: 0;
	padding: 0;
	float: right;
}#mininav {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 220px;
}#mininav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}#mininav li {
	margin: 0;
	padding: 4px 0;
	list-style-type: none;
	display: inline;
	font: 12px Georgia, "Times New Roman", Times, serif;
}#mininav li a {
	color: #ffd51c;
	text-decoration: none;
	padding: 8px 4px 6px 4px;
	margin: 0;
	border-right: 1px solid #2a63a8;
	border-left: 1px solid #2a63a8;
	background: url(../images/bkg-mininav.gif) repeat-x;
	width: 90px;
	float: left;
}#mininav li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/bkg-mininav-on.gif) repeat-x;
}#header-lt {
	width: 225px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0 20px 50px;
	float: left;
}#header-lt p {
	margin: 0;
	padding: 0;
	text-align: center;
}.calltoday {
	color: #ffd51c;
	text-transform: uppercase;
	text-align: center; 
	margin: 0 auto;
	padding: 0;
}.phone {
	font: 24px Arial, Helvetica, sans-serif;
	color: #fff;
}#logo-wrap {
	width: 950px;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
}#logo-position {
	width: 180px;
	height: auto;
	position: absolute;
	left: 375px;
	top: 10px;
}#logo {
	width: 180px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}#navbar {
	width: auto;
	height: auto;
	border-top: 8px solid #ffd51c;
	border-bottom: 3px solid #4e7eb4;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}#nav-wrap {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/bkg-nav.gif) repeat-x top #a6d4f0;
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff; 
}#nav {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}#nav-rt {
	width: 380px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	float: right;
	text-align: center;
}#nav-lt {
	width: 380px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	float: left;
}#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}#nav a {
	display: block;
	padding: 8px 0 8px 0;
	color: #002d62;
	text-align: center;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}#nav a.on {
	display: block;
	padding: 8px 0 9px 0;
	margin-top: -1px;
	color: #fff;
	background: #ffd51c;
}#nav a:hover {
	background: #ffd51c;
	color: #fff;
	padding: 8px 0 9px 0;
	margin-top: -1px;
}#nav li {
	float: left;
	border-right: 1px dotted #fff;
	padding: 0;
}#nav li.last {
	border-right: none;
}#nav li.home {
	width: 50px;
	text-align: center;
}#nav li.amenities {
	width: 90px;
	text-align: center;
}#nav li.rooms {
	width: 60px;
	text-align: center;
}#nav li.special {
	width: 155px;
	text-align: center;
}#nav li.corp {
	width: 100px;
	text-align: center;
}#nav li.news {
	width: 60px;
	text-align: center;
}#nav.directions {
	width: 140px;
	text-align: center;
}#nav li.area {
	width: 115px;
	text-align: center;
}#content-wrap {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
}#content {
	width: 942px;
	height: auto;
	margin: 0 auto;
	padding: 4px 4px 0 4px;
	text-align: center;
}#content-rtcol {
	width: 284px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}#content-lt {
	width: 654px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}#content-midcol {
	width: 211px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
    }
#content-midcol-home {
	width: 211px;
	height: auto;
    background: url(../images/bkg-promos.gif) repeat-x top #ddeef9;
	margin: 0;
	padding: 0;
	float: right;
    }
    
    
#content-ltcol {
	width: 438px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}#reservations {
	background: url(../images/bkg-reservations.gif) repeat-x top #ffc206;
	padding: 0 12px;
	margin: 0;
	text-align: left;
	width: auto;
	height: 269px;
}#reservations td {
	padding: 6px 0;
}#reservations p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #2e68ab;
	margin: 0;
	padding: 10px 0 0 0;
}.btns {
	border: 1px solid #295280;
	color: #fff;
	font-weight: bold;
	background: #002d62;
	padding: 0;
}#news {
	width: auto;
	height: 300px;
	background: url(../images/bkg-news.gif) repeat-x top #fff;
	margin: 4px 0;
	padding: 0 15px;
	text-align: left;
}
}#news2 {
	width: auto;
	height: 300px;
	background: url(../images/bkg-news.gif) repeat-x top #fff;
	margin: 4px 0;
	padding: 0px 15px 15px 0px;
	text-align: left;
}
#promos {
	background: url(../images/bkg-promos.gif) repeat-x top #ddeef9;
	padding: 10px;
	margin: 4px 0;
	text-align: center;
	width: auto;
	height: 95px;
}
#promosHome {
	background: url(../images/bkg-promos.gif) repeat-x top #ddeef9;
	padding: 0px;
	margin: 4px 0;
	text-align: center;
	width: auto;
	height: 218px;
}#promos ul {
	display: block;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}#promos li {
	display: block;
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 5px 0px 5px 0px;
	text-align: center;
	border-bottom: 1px solid #a8d4f0;
	border-top: 1px solid #a8d4f0;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #002d62;
}#special {
	background: #a8d4f0;
	padding: 0;
	margin: 4px 0; 
	text-align: left;
	width: auto;
	height: 400px;
}#special-top {
	background: #316cae;
	padding: 0 12px;
}#special-top p {
	color: #fff;
	font-size: 11px;
}#special-top a {
	color: #ffbf07;
}#special ul {
	display: block;
	list-style-type: none;
	margin: 10px 20px;
	padding: 0;
}#special li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 15px;
	background: url(../images/img-arrow.gif) no-repeat;
	font-size: 12px;
}.btns2 {
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	background: #316cae;
	padding: 0 4px;
	text-decoration: none;
	font-size: 11px;
}#enews-wrap {
	width: auto;
	height: auto;
	background: url(../images/bkg-enews.gif) repeat-x;
	margin: 0 auto;
	padding: 8px 0;
}#enews, #mc_embed_signup {
	 950px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}#enews table, #mc_embed_signup table {
	margin: 0 auto;
	text-align: center;
	width: 675px;
}#enews p, #mc_embed_signup p {
	font-size: 11px;
	color: #2c66a6;
}
#mce-responses {
	color:#ffffff;
}
input.signup {
	background: #88bad9;
	border: 1px solid #357abd;
	color: #fff;
}
	
#footer {
	width: 950px;
	height: auto; 
	margin: 0 auto;
	padding: 4px 0 10px 0;
	text-align: center;
}#footer p {
	color: #acd6f0;
	text-align: center;
	font-size: 11px;
}#footer a {
	color: #acd6f0;
	text-decoration: none;
}#footer a:hover {
	color: #ffd51c;
	text-decoration: underline;
}#breadcrumb {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}#breadcrumb p {
	text-align: left;
	font-size: 10px;
	color: #c8e4f5;
	margin: 0;
	padding: 0;
}#content-in {
	width: 942px;
	height: auto;
	margin: 0 auto;
	padding: 4px 4px 0 0;
	text-align: center;
	background: url(../images/bkg-content.gif) repeat-y;
	border-bottom: 4px solid #fff;
}#content-in-rtcol {
	width: 282px;
	height: auto;
	margin: 0;
	padding: 8px 0;
	float: right;
	background: url(../images/bkg-rtcol-in.gif) repeat-x top #fff;
}#content-in-lt {
	width: 640px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
#content-in-lt2 {
	width: 922px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
#content-in-midcol {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0 0 0 20px;
	float: right;
	text-align: left;
}
#content-in-midcol2 {
	width: 680px;
	height: auto;
	margin: 0;
	padding: 0 0 0 10px;
	float: right;
	text-align: left;
}
#content-in-ltcol {
	width: 214px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}.caption {
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
}#leftnav {
	width: auto;
	height: auto;
	margin: 0;
	padding: 20px 0 50px 0;
}#leftnav ul {
	text-align: left;
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	
}#leftnav ul li a {
	text-align: left;
	color: #fff;
	display: block;
	width: 194px;
	padding: 6px 10px 6px 10px;
	margin: 0;
	border-bottom: 1px solid #316cae;
	background: #29609d;
	text-decoration: none;
	list-style-type: none;
	
}#leftnav ul li a.on {
	background: #518aca;
	color: #fff;
}#leftnav ul li a:hover {
	background: #518aca;
	color: #fff;
}/***Tony Aslett's clearing hack***/
.clearing:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}.clearing {
	display: inline-block;
}/* hides from IE/Mac \*/
* html .clearing { 
	height: 1%;
}.clearing {
	display: block;
}
#imageFrame295 {
border: none;
width:295px;
height: auto;
vertical-align: top;
float: right;
padding: 0px;}
#imageFrame275 {
border: none;
width:275px;
height: auto;
vertical-align: top;
float: right;
padding: 0px;}

/* end hide from IE-Mac */
/***end clearing hack***/

.hr1 {
   text-align: center;
   padding-top: 5px;
   padding-bottom: 5px;
   }
hr.2 {
   width: 100%; 
   height: 1px;
   color: #dddddd;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0;
   }
hr.3 {
   width: 100%; 
   height: 1px;
   color: #dddddd;
   margin-top: 5px;
   margin-bottom: 5px;
   }
   
hr.4 {
   width: 100%; 
   height: 1px;
   border-bottom-style: dotted;
   color: #CCCCCC;
   margin-top: 5px;
   margin-bottom: 5px;
   }
hr.clear {
          border-top: 1px solid #ffffff;
          width: 50%; 
          height: 1px;
          color: #ffffff;
          margin-top: 0px;
          margin-bottom: 0px;
          padding-top: 3px;
          }
p.titleLinks {
   font-weight: bold; 
   margin-top: 0 0 0 0; 
   padding: 0;
   }   

p.bodyLinks {
   font-weight: normal; 
   margin-top: 0;
   margin-bottom: 10px; 
   padding: 0;
   }           
.format5a {
            background-color: #1C3044; 
            font-family: Arial, Helvetica, sans-serif; 
            line-height: 100%;
            color: #FFFFFF; 
            font-weight: bold;  
            font-size: 9pt; 
            padding:2px 0px 2px 5px;
            }   
