/******************/
/*    Header     */
/******************/
#header div {
    height: 80px;
}
#logo img {
    padding: 0 20px;
}
#search {
    line-height: 80px;
}

/***************************/
/*  Navigation Menus   */
/***************************/
.navigation {
    background-color: #0a4d8d;
    border-bottom: 1px solid #e5e8ff;
    color: #fff;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}
.navigation ul.bottom {
    padding: 0;
}
.navigation ul li {
    display: inline;
    list-style: none;
}
.navigation ul li a {
    color: #fff;
    font-size: 100%;
    text-decoration: none;
}
.navigation ul li a:hover {
    text-decoration: underline;
}
.navigation div.last p { /* Toll-Free Number */
    font-size: 100%;
    padding-right: 5px;
    text-align: right;
}

/***************************/
/*         Home            */
/***************************/
#home-header {
    height: 229px;
    overflow: hidden;
}
#home-header div {
    border-bottom:1px solid #E5E8FF;
    background-color: #FFFFFF;
    height: 229px;
}
#home-content {
	background-color: #fff;
	font-size: 90%;
	text-align:left;
}
#home-content div.span-18.wrapper { /* wraps the first two columns */
	background: url(../images/home/box_bg.jpg) repeat-y;
	width: 700px;
}
#home-content div.span-9.box {
	width: 350px;
}
#home-content div.span-6.box.last {
	width: 260px;
}
#home-content div.span-6.box.last img {
	border: 0;
	float: none;
	margin: 0;
}
#home-content .box h2 {
    background-color: #C2C5DE;
	border-right: 1px solid #fff;
    color: #0A4D8D;
    display: block;
    font-size: 125%;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
	margin: 0;
	padding: 0;
    text-align: center;
    width: 349px;
}
#home-content .box.last h2 {
	border: 0;
	width: 100%;
}
#home-content .box div { /* wraps the box content */
	border-right: 1px solid #ccc;
	padding: 8px;
}
#home-content .box.last div {
	border: 0;
}
#home-content .box h3 {
	color: #666666;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#home-content .box p.first {
	color: #666666;
	font-size: 100%;
	margin: -10px 0 5px 0;
	text-align: center;
	text-transform: uppercase;
}
#home-content .box p.second {
	color: #0A4D8D;
	font-size: 100%;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}
#home-content .box img {
	border: 1px solid #bbbbb9;
	float: right;
	margin: 0 0 3px 3px;
	padding: 3px;
}
#home-content div.span-18.learn-more { /* wraps the divs for the top row learn more links */
	width: 700px;
}
#home-content .learn-more {
	background-color: #E5E8FF;
	text-align: right;
}
#home-content .learn-more .span-9 {
	border-right: 1px solid #fff;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	width: 349px;
}
#home-content .learn-more .span-6 {
	height: 24px;
	line-height: 24px;
	width: 260px;
}
#home-content .learn-more a {
	display: block;
	padding-right: 8px;
	text-decoration: none;
}
#home-content .learn-more a:hover {
	text-decoration: underline;
}
#home-content .span-6.last ul, #home-content .span-6.last ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/***************************/
/*  Reservation widget     */
/***************************/
#home-header #home-reservation form p,
#reservation form p {
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#home-header #home-reservation form select {
	font: 11px Verdana;
	width: 220px;
}
#home-header #home-reservation form li.res-date select,
#home-header #home-reservation form li.res-date2 select,
#reservation form li.res-date select,
#reservation form li.res-date2 select  {
	width: auto;
}
#home-header #home-reservation form li.spacing,
#reservation form li.spacing{
	height: 22px;
}
#home-header #home-reservation form ul,
#home-header #home-reservation form ul li,
#reservation form ul,
#reservation form ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#home-header #home-reservation form li.submit,
#reservation form li.submit{
	margin-top: 10px;
}
#reservation {
	background-color: #fff;
	height: 229px;
	width: 219px;
}
#reservation form select {
	font: 11px Verdana;
	width: 200px;
}
#reservation #res-date-month,
#reservation #res-date-month2 {
	width: 79px;
}

/***************************/
/*  Subheader              */
/***************************/
#subheader {
    border-bottom: 1px solid #e5e8ff;
    height: 229px;
    overflow: hidden;
}
#menu {
    width: 220px;
}
#menu div {
    height: 49px;
    vertical-align: middle;
}
#menu div span { /* Menu Header */
    display: block;
    font-size: 130%;
    line-height: 110%;
    padding-left: 10px;
    text-transform: uppercase;
}
#menu div span.second { /* Secondary Menu Header */
    font-size: 180%;
    text-transform: none;
}
#menu ul, #menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu ul li a {
    background-color: #bfc2db;
    border-top: 1px solid #e5e8ff;
    display: block;
    font-size: 90%;
    line-height: 17px;
    padding-left: 10px;
    text-decoration: none;
    width: 210px;
}
#menu ul li a:hover {
    background-color: #e5e8ff;
}
#menu ul li a.active {
    font-weight: bold;
}
#flash {
    border-left: 1px solid #e5e8ff;
    border-right: 1px solid #e5e8ff;
    width: 519px;
}

/***************************/
/*  Sidebar                */
/***************************/
.sidebar-wrapper {
    background-color: #fff;
    width: 220px;
}
.sidebar-wrapper .col-header, #content-wrapper .col-header {
    background-color: #0a4d8d;
    display: block;
    height: 24px;
    margin-bottom: 0;
    padding-left: 10px;
}
.sidebar-wrapper .col-header h2, #content-wrapper .col-header h1 {
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.sidebar-wrapper.last {
    width: 219px;
}
.sidebar.last {
    padding: 10px;
}
.sidebar div.stamp {
    margin: 10px auto auto auto;
    width: 100%;
    text-align: center;
}
.sidebar div.stamp img {
    width: 200px;
}
.sidebar ul, .sidebar ul li {
    font-size: 90%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar ul li span.title {
    display: block;
    font-weight: bold;
}
.sidebar ul li.title {
    font-size: 110%;
    font-weight: bold;
    list-style: none;
    margin-bottom: 5px;
}
.sidebar ul li.show-amenities {
	display: none;
	list-style: none;
}
.sidebar ul.icons li {
	list-style: none;
	padding: 0 0 12px 30px;
}
.sidebar ul.icons li.pdf {
    background: url(../images/icons/icon.pdf.gif) no-repeat;
}
.sidebar ul.icons li.parking {
    background: url(../images/icons/icon.parking.gif) no-repeat;
}
.sidebar ul.icons li.address {
    background: url(../images/icons/icon.address.gif) no-repeat;
}
.sidebar ul.icons li.phone {
    background: url(../images/icons/icon.phone.gif) no-repeat;
}
.sidebar ul.icons li.fax {
    background: url(../images/icons/icon.fax.gif) no-repeat;
}
.sidebar ul.icons li.tollfree {
    background: url(../images/icons/icon.tollfree.gif) no-repeat;
}
.sidebar ul.icons li.clock {
    background: url(../images/icons/icon.checkin.gif) no-repeat;
}
.sidebar ul.icons li.clipboard {
    background: url(../images/icons/icon.rooms.gif) no-repeat;
}
.sidebar ul.icons li.internet {
    background: url(../images/icons/icon.internet.gif) no-repeat;
}
.sidebar ul.icons li.printer {
    background: url(../images/icons/icon.printer.gif) no-repeat;
}
.sidebar ul.icons li.hanger {
    background: url(../images/icons/icon.hanger.gif) no-repeat;
}
.sidebar ul.icons li.map {
    background: url(../images/icons/icon.map.gif) no-repeat;
}
.sidebar ul.icons li.multimedia {
    background: url(../images/icons/icon.multimedia.gif) no-repeat;
}
.sidebar ul.bullets, .sidebar ul.bullets li {
	list-style: disc;
	margin-left: 5px;
}

/***************************/
/*  Content              */
/***************************/
#content-container {
    background-color: #fff;
}
#content-wrapper {
    background-color: #e5e8ff;
    border-left: 1px solid #e5e8ff;
    border-right: 1px solid #e5e8ff;
    width: 519px;
}
#content-container .col-header {
    background-color: #0a4d8d;
    display: block;
    height: 24px;
    margin-bottom: 0;
}
#content {
    background-color: inherit;
    padding: 10px;
}
#content.full-width { /* This is used when there is only the right sidebar (ie forms on ssl) */
    width: 679px;
}
#content div.sitemap {
    float: left;
    font-size: 90%;
    width: 50%;
}
#content div.sitemap ul li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#content div.sitemap ul li a {
    text-decoration: none;
}
#content div.sitemap ul li a:hover {
    text-decoration: underline;
}
#content div.sitemap ul li h3 {
    font-size: 100%;
    margin: 20px 0 0 0;
}
#content div.sitemap ul li h3.first {
    font-size: 100%;
    margin-top: 0;;
}
#content h1 {
    font-size: 110%;
    font-weight: bold;
}
#content h2 {
    font-size: 100%;
    font-weight: bold;
}
#content h3 {
    font-size: 100%;
    font-weight: bold;
}
#content img {
	border: 1px solid #bbbbb9;
	/* background-color: #ffffff; */
	padding: 3px;
}
#content img.specials {
	border: 0;
	padding: 0;
	vertical-align:middle;
}
#content ul.columns {
    list-style: none;
    margin: 0;
}
#content ul.columns li {
    display: table-cell;
    font-size: 90%;
    float: left;
    margin: 10px 0;
    padding: 0 0 0 10px;
}
#content ul.columns li p {
    display: table-cell;
}
#content ul.columns li img,
#content dl.columns dt img {
    background-color: #fff;
    border: 1px solid #bbbbb9;
    float: left;
    margin-right: 20px;
    padding: 3px;
}
#content dl.columns dd h3 {
    margin-bottom: 0;
}
#content dl.columns dd p {
    font-size: 90%;
}
#content ul.columns li h1,
#content ul.columns li h2,
#content ul.columns li h3,
#content dl.columns li h1,
#content dl.columns li h2,
#content dl.columns li h3 {
    font-size: 100%;
    font-weight: bold;
    margin: 0;
}
#content dl.columns {
	float: left;
	overflow: hidden;
	width: 499px;
}
#content dl.columns dd {
	display: inline-block;
	width: 331px;
}
#content dl.columns dt {
	float: left;
	width: 168px;
}
#content dl.features {
	background-color: #fff;
	border: 1px solid #0A4D8D;
	float: left;
	width: 499px;
}
#content dl.features {
	background-color: #fff;
	border: 1px solid #0A4D8D;
	float: left;
	width: 499px;
}
#content dl.features dt {
	float: left;
	padding-left: 5px;
	width: 125px;
}
#content dl.features dd {
    display: table-cell;
    width: 369px;
}
#content dl.features .odd {
	background-color: #ccc;
}
#content dl.promotions {
	float: left;
	width: 499px;
}
#content dl.promotions dt,
#content dl.promotions dd {
	height: 40px;
	margin-bottom: 10px;
}
#content dl.promotions dt {
	float: left;
	font-weight: normal;
	width: 300px;
}
#content dl.promotions dd {
	line-height: 40px;
}

/***************************/
/*  Press Releases         */
/***************************/
#content dl.pr dt,
#content dl.pr dd {
	margin-bottom: 15px;
}
#content dl.pr .header {
	background-color: #A59896;
	color: white;
	font-weight: bold;
}
#content dl.pr dt {
	width: 110px;
}
#content dl.pr dd {
	width: 389px;
}
#content dl.pr dd span {
	display: block;
	font-size: 90%;
}

/***************************/
/*  Locations              */
/***************************/
#location-wrapper {
    background-color: #0A4D8D;
    border-top: 1px solid #E5E8FF;
}
#content-container .col-header {
    background-color: #0a4d8d;
    display: block;
    height: 24px;
    margin-bottom: 0;
}
#locations {
    padding: 10px;
}
#location-wrapper h1 {
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding-left: 10px;
}
#locations  h2 {
    font-size: 100%;
    font-weight: bold;
    margin: 10px 0 0 0;
}
#locations  h2.top {
    margin: 0;
}
#locations dl.locationlist {
    margin: 0 0 20px 0;
    width: 400px;
}
#locations dl.last {
    margin-bottom: 0;
}
#locations dl.locationlist dt {
    color: #666;
    float: left;
    font-size: 90%;
    font-weight: normal;
    width: 115px;
}
#locations dl.locationlist dd {
    font-size: 90%;
}
#locations dl.locationlist dd a {
    text-decoration: none;
}
#locations dl.locationlist dd a:hover {
    text-decoration: underline;
}

/***************************/
/*  Submenu                */
/***************************/
ul.submenu li a {
    display: block;
    padding: 3px 0 3px 10px;
    text-decoration: none;
    width: 210px;
}
ul.submenu li a:hover {
    background-color: #e5e8ff;
}
ul.submenu li a.active {
    background-color: #e5e8ff;
    font-weight: bold;
}

/***************************/
/*  Sub Footer             */
/***************************/
#subfooter {
    background-color: #bfc2db;
    height: 24px;
    line-height: 24px;
}
#subfooter div {
    width: 220px;
}
#subfooter div.second {
    border-left: 1px solid #e5e8ff;
    border-right: 1px solid #e5e8ff;
    text-align: right;
    width: 519px;
}
#subfooter div.second a {
    font-size: 80%;
    padding-right: 10px;
    text-decoration: none;
    display: block;
}
#subfooter div.second a:hover {
    text-decoration: underline;
}
#subfooter div.last {
    border: 0;
    width: 219px;
}

/***************************/
/*  Footer                 */
/***************************/
#footer .navigation {
    border-bottom: 0px;
    font-size: 90%;
    text-align: center;
}
#footer-links {
    font-size: 90%;
    margin: 15px 0 0 15px;
    text-align: left;
}
#footer-links h4 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 5px;
}
#footer-links div.wrapper {
    float: left;
}
#footer-links div.wrapper ul, #footer-links div.wrapper ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-links div.wrapper ul li {
    width: 190px;
}
#footer-links div.wrapper ul li a {
    text-decoration: none;
}
#footer-links div.wrapper ul li a:hover {
    text-decoration: underline;
}
#footer-links ul li.first {
    clear: left;
}
#footer-links p {
    clear: both;
    float: left;
    margin-top: 15px;
    width: 100%;
}
#footer-links p.copyright {
    clear: left;
    font-size: 80%;
    margin-top: 0;
}
#footer-links p span {
    display: block;
    margin-bottom: 5px;
    padding-left: 18px;
}
#footer-links p span.facebook {
    background: url(../images/icons/logo.facebook.gif) no-repeat;
}
#footer-links p span.twitter {
    background: url(../images/icons/logo.twitter.gif) no-repeat;
}