/***************************/
/*  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: 220px;
}
#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: 518px;
	overflow-x: hidden;
}

/***************************/
/*  Sidebar                */
/***************************/

#right-sidebar {
    padding: 10px;
}

.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 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;
}

.sidebar .ad img {
	display: block;
	margin: 10px auto 0 auto;
	border: 1px solid #b9b9b9;
	padding: 3px;
}

#content .ad {
	text-align: center;
}

#content .ad img {
	background-color: #fff;
}



/***************************/
/*  Content              */
/***************************/
#content-container {
    background-color: #fff;
}
#content-wrapper {
    background-color: #e5e8ff;
    border-left: 1px solid #e5e8ff;
    border-right: 1px solid #e5e8ff;
    width: 518px;
}
#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: inline-block;
    font-size: 90%;
    float: left;
    margin: 10px 0;
    padding: 0 0 0 10px;
}
#content ul.columns li p {
    display: inline-block;
}
#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 {
	float: left; 
	display: inline-block;
	width: 331px;
}
#content dl.columns dt {
	float: left;
	width: 168px;
}

#content dl.features {
	background-color: #fff;
	border: 1px solid #00a0dc;
	float: left;
	width: 499px;
}
#content dl.features dt {
	float: left;
	padding-left: 5px;
	width: 125px;
}
#content dl.features dd {
	float: left; 
    display: inline-block;
    width: 369px;
}
#content dl.features .odd {
	background-color: #d1d3d4;
}
#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 {
	float: left; 
	line-height: 40px;
}

/***************************/
/*  Press Releases         */
/***************************/
#content dl.pr {
	margin-top: 10px;
}

#content dl.pr dt,
#content dl.pr dd {
	margin-bottom: 15px;
}
#content dl.pr .header {
	border-bottom: 1px solid #a7a9ac;
	font-weight: bold;
}

#content dl.pr dt {
	width: 110px;
}
#content dl.pr dd {
	width: 389px;
}

#content dl.pr dd a {
	font-weight: bold;
	text-decoration: none;
}

#content dl.pr dd a:hover {
	text-decoration: underline;
}

#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;
	line-height: 24px;
}
#subfooter div {
    width: 220px;
}
#subfooter div.second {
    border-left: 1px solid #e5e8ff;
    border-right: 1px solid #e5e8ff;
    text-align: right;
    width: 518px;
}

#subfooter a {
	color: #ffffff; 
}

#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: 220px;
}
