/* general layout */

body {
	background-color: #e7ebd0;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 9pt;
}
a:link, a:visited, a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
        color: #000000;
        font-weight: bold;
        text-decoration: underline;
}
#container-main {
	width: 866px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#container-shadow-left {
	background-image: url(../images/shadow-left.jpg);
	background-repeat: repeat-y;
	width: 8px;
}
#container-header {
        background-color: #06421e;
        width: 850px;
	height: 90px;
	color: #ffffff;
	font-weight: normal;
	font-size: 20pt;
	text-transform: uppercase;
}
#container-shadow-right {
        background-image: url(../images/shadow-right.jpg);
        background-repeat: repeat-y;
        width: 8px;
}
#container-interior {
	width: 850px;
}
#container-left {
	background-color: #06421e;
	width: 186px;
	height: 145px;
        font-size: 11pt;
        font-weight: bold;
	color: #ffffff;
	vertical-align: top;
}
#reservations-text {
	width: 186px;
	display: block;
	border-top: 1px solid #ffffff;
	text-transform: uppercase;
	padding: 5px 0px 0px 0px;
}
#menu-left {
	width: 186px;
	margin: 0px;
	padding: 0px;
	background-color: #45687b;
	text-align: left;
	font-size: 9pt;
}
#menu-left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu-left li a {
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 100%;
}		
#menu-left li a.light:link, #menu-left li a.light:visited, #menu-left li a.light:active {
	color: #06421e;
	display: block;
	background: #e5e7e4;
	padding: 5px 15px;
}	
#menu-left li a.light:hover {
	color: #06421e;
	background: #e5e7e4;
	padding: 5px 15px;
	text-decoration: underline;
}
#menu-left li a.dark:link, #menu-left li a.dark:visited, #menu-left li a.dark:active {
        color: #06421e;
        display: block;
        background: #d7dcd7;
        padding: 5px 15px;
}
#menu-left li a.dark:hover {
        color: #06421e;
        background: #d7dcd7;
        padding: 5px 15px;
        text-decoration: underline;
}
#online-reservations-text {
        width: 186px;
        display: block;
	background-color: #ffffff;
        text-transform: uppercase;
	color: #000000;
	font-size: 10pt;
	padding: 5px 0px;
        border-top: 5px solid #06421e;
}
.social {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
}
.social .float-left {
	float: left;
}
.banners {
	padding: 10px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.banners .float-left {
        margin-left: 2px;
	margin-right: 2px;
}
#container-right {
	background-color: #afbbb7;
	width: 590px;
	padding: 15px 37px 15px 37px;
	vertical-align: top;
	text-align: left;
        font-size: 8pt;
}
#container-right-main {
        background-color: #afbbb7;
        width: 664px;
        padding: 15px 0px 15px 0px;
        vertical-align: top;
        text-align: left;
        font-size: 8pt;
}
#container-footer-line-one {
	height: 4px;
	background-color: #c8d5ce;
}
#container-footer-line-two {
        height: 2px;
        background-color: #465b50;
}
.menu-footer {
	background-color: #6c7e74;
	width: 850px;
	height: 25px;
	font-size: 8pt;
	font-weight: bold;
}
a.footer:link, a.footer:visited, a.footer:active {
        color: #000000;
        font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
a.footer:hover {
        color: #000000;
        font-weight: normal;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
}
#container-footer {
	background-color: #c8d5ce;
	width: 850px;
	padding: 20px 0px;
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
}
td.container-shadow-footer-side {
	width: 8px;
	height: 11px;
}
#container-shadow-footer-center {
        background-image: url(../images/shadow-footer-center.jpg);
        background-repeat: repeat-x;
	width: 850px;
	height: 11px;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.container-content-01 {
	border: 1px solid #06421e;
	width: 588px;
	background-color: #efe7e4;
	text-align: center;
	vertical-align: top;
	padding: 15px 0px;
}
.container-content-02 {
        border: 1px solid #06421e;
        width: 558px;
        background-color: #afbbb7;
        text-align: left;
        vertical-align: top;
        padding: 15px 15px;
}
.container-content-03 {
        border: 1px solid #06421e;
        width: 590px;
        background-color: #afbbb7;
        text-align: left;
        vertical-align: top;
        padding: 15px 0px;
}


/* hotel packages */

table.package {
	margin-left: auto;
	margin-right: auto;
	width: 590px;
	margin-top: 8px;
}
img.package {
	border: 1px solid #06421e;
	vertical-align: top;
}
.package-name {
        background-color: #06421e;
	height: 28px;
	width: 344px;
        color: #ffffff;
        font-weight: bold;
        font-size: 12pt;
	text-align: left;
	padding: 0px 0px 0px 4px;
}
a.package-click:link, a.package-click:visited, a.package-click:active {
	background-color: #efe7e4;
        width: 118px;
        height: 26px;
        font-size: 10pt;
        text-transform: uppercase;
	line-height: 26px;
        border: 1px solid #06421e;
	display: block;
	text-align: center;
}
a.package-click:hover {
	background-color: #efe7e4;
        width: 118px;
        height: 26px;
        font-size: 10pt;
        text-transform: uppercase;
	line-height: 26px;
        border: 1px solid #06421e;
        display: block;
	text-align: center;
}
a.packages:link, a.packages:visited, a.packages:active {
	font-weight: normal;
	text-decoration: underline;
}
a.packages:hover {
        font-weight: normal;
        text-decoration: none;
}
a.package-click-big:link, a.package-click-big:visited, a.package-click-big:active {
	background-color: #efe7e4;
        width: 118px;
        height: 40px;
        font-size: 10pt;
        text-transform: uppercase;
        line-height: 40px;
        border: 1px solid #06421e;
        display: block;
        text-align: center;
}
a.package-click-big:hover {
	background-color: #efe7e4;
        width: 118px;
        height: 40px;
        font-size: 10pt;
        text-transform: uppercase;
        line-height: 40px;
        border: 1px solid #06421e;
        display: block;
        text-align: center;
}
.package-info {
	width: 463px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	font-size: 8pt;
}
.package-bottom {
        border-top: 1px solid #06421e;
        border-bottom: 1px solid #06421e;
        text-align: left;
	height: 15px;
}
.package-more {
	width: 446px;
	height: 15px;
	text-align: left;
	padding: 0px 5px;
}
.package-top {
	width: 17px;
	height: 15px;
}
.package-divide {
	width: 8px;
}

/* restaurants information */

table.restaurants {
        margin-left: auto;
        margin-right: auto;
        width: 590px;
        margin-top: 8px;
	border: 1px solid #06421e;
}
.restaurants-name {
        background-color: #06421e;
        height: 22px;
        width: 287px;
        color: #ffffff;
        font-weight: bold;
        font-size: 12pt;
        text-align: left;
        padding: 4px;
}
.restaurants-info {
        width: 290px;
        text-align: left;
        vertical-align: top;
        padding: 2px;
        font-size: 8pt;
	background-color: #efe7e4;
}
a.restaurant-reservations:link, a.restaurant-reservations:visited, a.restaurant-reservations:active {
        background-color: #06421e;
        width: 294px;
        height: 26px;
        color: #ffffff;
        font-size: 12pt;
        line-height: 26px;
        display: block;
        text-align: center;
}
a.package-restaurant-reservations:hover {
        background-color: #06421e;
        width: 294px;
        height: 26px;
        color: #ffffff;
        font-size: 12pt;
        line-height: 26px;
        display: block;
        text-align: center;
}
a.restaurant-reservations-big:link, a.restaurant-reservations-big:visited, a.restaurant-reservations-big:active {
        background-color: #06421e;
        width: 294px;
        height: 46px;
        color: #ffffff;
        font-size: 12pt;
        line-height: 46px;
        display: block;
        text-align: center;
}
a.package-restaurant-reservations-big:hover {
        background-color: #06421e;
        width: 294px;
        height: 46px;
        color: #ffffff;
        font-size: 12pt;
        line-height: 46px;
        display: block;
        text-align: center;
}

img.restaurants {
	border-right: 1px solid #06421e;
}
.restaurants-location {
        width: 288px;
	line-height: 21px;
        text-align: left;
        vertical-align: top;
	text-align: center;
        padding: 2px;
        font-size: 8pt;
	background-color: #efe7e4;
	border-top: 1px solid #06421e;
	border-right: 1px solid #06421e;
}


/* casino information */

table.casino {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}
table.casino-info {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #06421e;
	color: #06421e;
	font-size: 14pt;
	background-color: #d7dcd7;
	padding: 10px 55px;
}
.casino-name {
        background-color: #06421e;
        height: 22px;
        width: 463px;
        color: #ffffff;
        font-weight: bold;
        font-size: 12pt;
        text-align: left;
        padding: 4px;
}


/* calendar of events */

td.content-bg {
        background: url('../images/events_bg.jpg') no-repeat;
        height: 122px;
        vertical-align: top;
        width: 122px;
        padding-left: 1px;
}
table.months {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
}
td.months {
        font-size: 15px;
        text-transform: uppercase;
        display: inline;
}
.month {
        font-weight: bold;
        color: #06421e;
}
img.arrow {
        position: relative;
        top: 3px;
}
a.content-title:link, a.content-title:visited, a.content-title:active,a.content-title:hover {
	font-weight: bold;
	color: #ffffff;
}
td.content-title {
	width: 451px;
	height: 28px;
        background: #06421e;
        color: #ffffff;
        font-weight: bold;
        font-size: 12pt;
        text-align: left;
        padding: 0px 5px;
	border-top: 1px solid #ffffff;
}
td.content-info {
	width: 451px;
        background-color: #afbbb7;
	padding: 5px;
        font-size: 8pt;
	text-align: left;
}
td.content-link {
	width: 451px;
	height: 23px;
        background-color: #afbbb7;
        padding: 0px;
        text-align: left;
        border-top: 1px solid #422100;
        border-bottom: 1px solid #422100;
        font-size: 8pt;
        text-align: left;
}
img.content-link {
        position: relative;
	top: 3px;
}


/* photo gallery */

.photogallery-title {
        background-color: #06421e;
        width: 143px;
        height: 30px;
        color: #ffffff;
        font-size: 8pt;
	line-height: 7pt;
	font-weight: bold;
        text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}


/* image styles */

img {
        border: 0px;
        margin: 0px;
        padding: 0px;
}
img.border {
        border: 2px solid #06421e;
}
img.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.border-center {
        border: 1px solid #06421e;
        margin-left: auto;
        margin-right: auto;
        display: block;
}

/* main page */

.main-container-01 {
	width: 210px;
	height: 200px;
	text-align: center;
	background-image: url(../images/main-container-01.jpg);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
	padding: 6px 0px 0px 0px;
}
.main-container-02 {
        width: 210px;
        height: 200px;
        text-align: center;
        background-image: url(../images/main-container-02.jpg);
        text-transform: uppercase;
        font-weight: bold;
        font-size: 8pt;
        padding: 6px 0px 0px 0px;
}
.main-container-03 {
        width: 212px;
        height: 200px;
        text-align: center;
        background-image: url(../images/main-container-03.jpg);
        text-transform: uppercase;
        font-weight: bold;
        font-size: 8pt;
        padding: 6px 0px 0px 0px;
}

/* meetings page content */

.meetings-table {
	width: 590px;
	font-size: 8pt;
}
.meetings-header-01 {
	background-color: #06421e;
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	padding: 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 7pt;
}
.meetings-header-02 {
        background-color: #335044;
        color: #ffffff;
        font-weight: bold;
        height: 30px;
        padding: 5px;
        text-transform: uppercase;
	text-align: center;
	font-size: 7pt;
}
.meetings-dark-01 {
	background-color: #d7dcd8;
	height: 30px;
	padding: 5px;
}
.meetings-dark-02 {
        background-color: #dde1de;
        height: 30px;
        padding: 5px;
}
.meetings-light-01 {
	background-color: #e5e7e4;
	height: 30px;
	padding: 5px;
}
.meetings-light-02 {
        background-color: #e9ebe8;
        height: 30px;
        padding: 5px;
}


/* hotel shuttle service styles */

#shuttle-info {
	background-color: #c4cac7;
	width: 530px;
	padding: 10px 30px;
	color: #06421e;
	font-size: 10pt;
	margin-top: 14px;
}
.shuttle-list {
	padding: 10px;
}
.shuttle-container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.shuttle-header-01 {
	height: 27px;
	width: 95px;
	background-color: #06421e;
	color: #ffffff;
	font-weight: bold;
        font-size: 12pt;
        text-align: left;
	border-right: 3px solid #afbbb7;
	padding: 4px;
}
.shuttle-header-02 {
        height: 27px;
        width: 476px;
        background-color: #06421e;
        color: #ffffff;
        font-weight: bold;
        font-size: 12pt;
        text-align: left;
        padding: 4px;
}
.shuttle-diagram {
	background-color: #e7ebd0;
	text-align: center;
	padding: 15px 0px;
}


/* mailing list popup content */

td.form {
        background: #879890;
}
table.form {
        width: 587px;
}


/* font styles */

h1 {
	color: #06421e;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
}
.title {
	display: block;
	width: 588px;
	height: 25px;
	font-size: 14pt;
	text-transform: uppercase;
	border: 1px solid #06421e;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #06421e;
}
.subtitle-01 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
.subtitle-02 {
	font-size: 10pt;
	font-weight: bold;
}
.subtitle-03 {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #06421e;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.subtitle-04 {
	font-size: 11pt;
}
.bold {
	font-weight: bold;
}
.bold-underline {
	font-weight: bold;
	text-decoration: underline;
}

/* calendar fireworks */

.calendarfireworks {
	width: 370px;
	border: 1px solid #5b574d;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.calendartitle {
	background-color: #c3bda7;
	font-weight: bold;
	font-size: 11pt;
	padding: 5px;
	border-bottom: 2px solid #5b574d;
	text-align: center;
	color: #333333;
}
.calendarsubtitle {
	background-color: #9c9785;
	padding: 5px;
	min-width: 60px;
}
.calendardivide {
        width: 1px;
        background-color: #504d3c;
}
.calendarinfolight {
        background-color: #f4f1ea;
        padding: 5px;
}
.calendarinfodark {
        background-color: #e8e5d2;
        padding: 5px;
}
.calendardisclaimer {
        background-color: #c3bda7;
        padding: 5px;
        border-top: 2px solid #5b574d;
	font-size: 7pt;
	text-align: center;
}

.mailing {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
	width: 341px;
	height: 378px;
	border: 5px solid #000000;
	padding: 25px 25px 0px 25px;;
	font-size: 10pt;
}
.mailing h1 {
	margin-top: 0px;
	color: #000000;
}

/* convention styles */

.convention-container {
	width: 506px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.convention-container-01 {
	margin-top: 10px;
	width: 502px;
	background: #d7dddb;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-weight: normal;
	font-size: 11pt;
}
.convention-container-02 {
	font-size: 8pt;
        margin-top: 10px;
	padding: 10px 75px 10px 75px;
        width: 352px;
        background: #8da397;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
        font-weight: normal;
}
.convention-container-03 {
	background: #ffffff;
        margin-right: auto;
        margin-left: auto;
	width: 482px;
	padding: 10px;
	margin-top: 10px;
	text-align: left;
	font-size: 8pt;
	font-weight: normal;
}
.convention-title {
	color: #33684e;
}
.convention-chart-container {
	font-size: 6pt;
	font-weight: normal;
}
.convention-chart-container .title-chart {
	background: #000000;
	color: #ffffff;
	vertical-align: top;
	border-right: 1px solid #ffffff;
}
.convention-chart-container .blue {
	background: #00bbe4;
	color: #000000;
	border-right: 1px solid #ffffff;
}
.convention-chart-container .orange {
	background: #f89827;
	color: #000000;
	border-right: 1px solid #ffffff;
}
.convention-chart-container .green {
	background: #48a942;
	color: #000000;
	border-right: 1px solid #ffffff;
}
.convention-chart-container .purple {
	background: #c34c9c;
	color: #000000;
	border-right: 1px solid #ffffff;
}
.convention-chart-container .red {
	background: #ee2d24;
	color: #000000;
	border-right: 1px solid #ffffff;
}

