body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/bg.jpg) repeat;
}
body h1 {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	line-height: 100%;

}
.cancelled {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	line-height: 100%;
}

body h2 {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 100%;
}
body h3 {
	color: #83011F;
	font-size: 19px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	text-transform: capitalize;
	/* [disabled]border-top: 1px solid #83011F; */
	border-bottom: 1px solid #83011F;
	width: 100%;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
}
.contactus_h3 {
	color: #83011F;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
	border-bottom: 1px solid #83011F;
	width: 100%;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	float: left;
	margin-top: 0px;
}



.upcoming_h3 {
	color: #83011F;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	text-transform: capitalize;
	border-top: thin solid #83011F;
	margin-top: 40px;
}


body p {
	font-size: 19px;
	color: #3C3C3C;
	line-height: 150%;
	text-align: left;
}
.text-center  {
	font-size: 19px;
	color: #3C3C3C;
	line-height: 150%;
	text-align: center;
}

body strong {
	font-size: 19px;
	color: #000000;
	line-height: 150%;
	text-align: left;
	font-weight: bold;
}

.upcoming_p {
	font-size: 16px;
	color: #3C3C3C;
	line-height: normal;
	text-align: left;
}

.showcase  {
	font-size: 17px;
	color: #333333;
	line-height: 150%;
	text-align: left;
	width: auto;
	font-style: italic;
}

body a {
    color: #1C66C7;
    font-weight: normal;
}
.main_wrapper {
	padding-top: 0px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(../images/bg.jpg) repeat;
}
.header {
    text-align: center;
}
.hmenubar {
    text-align: center;
    font-size: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
    display:none;
    margin-top:0;
    margin-bottom:0;
    padding:10px;
    min-height:10px;
}
.hmenubar li {
    padding:0;
    position: relative;
}
.hmenubar li a {
    display: block;
    padding: 0;
    line-height: 19px;
    text-decoration: none;
    text-align: center;
    width: 178px;
    -webkit-border-radius:7px 7px 0px 0px;
    border-radius:7px 7px 0px 0px;
    -moz-border-radius:7px 7px 0px 0px;
    height: 60px;
    color: black;
    font: bold 15px/60px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e0e0e0));
    background-image:-webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
    background-image:-moz-linear-gradient(top, white 0%, #e0e0e0 100%);
    background-image:-o-linear-gradient(top, white 0%, #e0e0e0 100%);
    background-image:-ms-linear-gradient(top, white 0%, #e0e0e0 100%);
    background-image:linear-gradient(to bottom, white 0%, #e0e0e0 100%);
    margin-top:0;
    margin-bottom:0;
}
.hmenubar a:active, .hmenubar a:hover {
    -webkit-border-radius:7px 7px 0px 0px;
    border-radius:7px 7px 0px 0px;
    color:white;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ea402), color-stop(100%, #549400));
    background-image: -webkit-linear-gradient(top, #5ea402 0%, #549400 100%);
    background-image: -moz-linear-gradient(top, #5ea402 0%, #549400 100%);
    background-image: -o-linear-gradient(top, #5ea402 0%, #549400 100%);
    background-image: -ms-linear-gradient(top, #5ea402 0%, #549400 100%);
    background-image: linear-gradient(to bottom, #5ea402 0%, #549400 100%);
    -moz-border-radius:7px 7px 0px 0px;
}
.hmenubar a.clicked {
    -webkit-border-radius:7px 7px 0px 0px;
    border-radius:7px 7px 0px 0px;
    color:white;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ea402), color-stop(100%, #549400));
    background-image: -webkit-linear-gradient(top, #5ea402 0%, #549400 100%);
    background-image: -moz-linear-gradient(top, #5ea402 0%, #549400 100%);
    background-image: -o-linear-gradient(top, #5ea402 0%, #549400 100%);
    background-image: -ms-linear-gradient(top, #5ea402 0%, #549400 100%);
    background-image: linear-gradient(to bottom, #5ea402 0%, #549400 100%);
    -moz-border-radius:7px 7px 0px 0px;
}
.menu_holder {
	padding-top: 20px;
	min-height: 75px;
	background: url(../images/template/headerlogo.png) repeat top;
	font: bold 36px "Times New Roman", Times, serif;
	color: #FFF;
}
.menu {
    border-bottom:1px solid rgb(235, 235, 235);
    border-color:#000000;
    border-style:none;
    border-width:0px;
}
.content {
    height:auto;
    height:auto;
    padding-left:10px;
    padding-right:10px;
}
.contentpopups {
	height: auto;
	height: auto;
	width: 80%;
	text-align: left;
	vertical-align: top;
	clear: both;
	margin-right: 60px;
	margin-left: 60px;
}
.thankyoupopups {
	height: auto;
	height: auto;
	width: auto;
	text-align: center;
	vertical-align: top;
	clear: both;
	margin-right: 60px;
	margin-left: 60px;
}


.main_services {
    margin-top:20px;
}
.services_list_holder {
	margin-bottom: 20px;
	/* [disabled]border-right: 1px solid #D5CAA0; */
	height: 100%;
	margin-top: 0px;
	margin-right: 10px;
}
.special_services {
    margin-bottom:20px;
}
.special_service_nugget {
    padding:10px;
    min-height:10px;
}
.form_main_holder {
    margin-bottom:20px;
}
.map_main_holder {
    margin-bottom:20px;
}
.address {
	padding: 0px 10px 10px;
	min-height: 250px;
	margin-top: 0px;
}
.main_content {
	padding: 10px 30px 10px 10px;
	min-height: 10px;
}
.main_contentAbout {
	padding: 10px 30px 10px 10px;
	min-height: 10px;
}

.sidebar {
	padding: 10px;
	min-height: 10px;
}

.sidebarShowcase {
	padding: 0px;
	min-height: 10px;
	width: 350px;
	clear: none;
	margin: 0px;
	height: auto;
}
.sidebarIndex {
	padding: 0px;
	min-height: 10px;
	width: 350px;
	clear: none;
	margin: 0px;
	height: auto;
}

.sidebarJoinus {
	min-height: 10px;
	width: 650px;
	clear: none;
	margin: 15px;
	height: auto;
	text-align: center;
	padding: 0px 20px;
	border-radius: 8px;
	opacity: 0.9;
	border: 2px solid #83011F;
}


.logo {
    padding:10px;
    min-height:10px;
}
.logo_img {
	margin-top: 27px;
	margin-bottom: 5px;
}

.slideshow {
    text-align:center;
    padding:10px;
    min-height:10px;
}
.other_services {
    background-color:#EBE4CE;
    margin-top:20px;
    margin-bottom:20px;
}
.our_offers {
    border-right:1px solid rgb(255, 255, 255);
    padding:30px;
    min-height:214px;
}
.conference {
    padding:10px;
    min-height:10px;
}
.pool_area {
    padding:10px;
    min-height:10px;
}
.footer_columns_bg {
	background-color: #6F0005;
	/* [disabled]padding-top: 10px; */
}
.footer_columns_bg h3 {
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
}
.footer_columns_bg a {
    color: #FFFFFF;
    font-size:13px;
    line-height:24px;
    text-decoration:none;
}
.list {
    margin-top:0em;
    margin-bottom:0em;
    padding:15px;
    min-height:246px;
}
.footer_columns_bg li {
	line-height: 157%;
	text-align: left;
}
.list li {
    padding-left: 0px;
    min-height:30px;
}
.social_area {
	padding: 10px;
	min-height: 10px;
	margin-top: 20px;
}
h2.social_title {
	color: #ffffff;
	font: normal 24px/24px;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: left;
}
span.span {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: left;
}
p.social_text {
    color: #ffffff;
}
p.quote_text {
    min-height:35px;
    margin-top:5px;
    margin-bottom:0em;
    letter-spacing:0px;
    color:#1E1204;
    font-style:italic;
    font-size:18px;
    text-align: center;
}
p.author {
    color: #930223;
    font-weight:bold;
    line-height:20px;
    min-height:20px;
    margin-top:15px;
    margin-bottom:0em;
    text-align:center;
}
.image1 {
    margin-top: 13px;
}
h2.conference_room {
    font-weight: normal;
    margin-left:0px;
}
h2.pool {
    font-weight: normal;
    margin-left:0px;
}
h2.book_room {
    font-weight: normal;
}
.form_holder {
    background-color:#F9ECCD;
    border: 1px solid #D5CAA0;
    padding-top:20px;
    padding-bottom:20px;
    min-height:538px;
}
h2.services_title {
    text-align: center;
    font-weight: normal;
    margin-left: 0px;
    margin-top: 22px;
}
a.e-mail_text {
	color: #FFCC99;
}
.slideshow_image {
    padding-top:10px;
    padding-bottom:10px;
}
.read_more {
    color: #589B01;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-decoration:none;
}
.read_more:hover {
    text-decoration:underline;
}
p.pool_desc {
    margin-left: 0px;
    margin-right:0px;
}
p.conference_desc {
    margin-left: 0px;
    margin-right:0px;
}
.copyright {
    height: 49px;
    display: block;
    text-align: center;
    color: #310002;
    font: normal 12px/49px Arial, Helvetica, sans-serif;
}
.caption {
	height: auto;
	display: block;
	text-align: center;
	color: #BC281F;
	font: italic normal 17px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: middle;
	clear: both;
	margin: 5px auto 10px;
}

form {
    margin-top:0em;
    margin-bottom:0em;
    padding-top:0px;
    padding-bottom:0px;
}
.inpt {
	border: 1px solid #C2B88E;
	background-color: white;
	height: 41px;
	width: 80%;
	padding: 0 0 0 10px;
	color: #917D5B;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	margin-top: 7px;
}
.selectinpt {
    border: 1px solid #C2B88E;
    background-color: white;
    height: 38px;
    padding: 0 0 0 10px;
    color: #917D5B;
    font: normal 12px/30px Arial, Helvetica, sans-serif;
    margin-top:7px;
    width:80%;
}
.textareainpt {
    border: 1px solid #C2B88E;
    background-color: white;
    height: 88px;
    width: 80%;
    padding: 0 0 0 10px;
    color: #917D5B;
    font: normal 12px/30px Arial, Helvetica, sans-serif;
    resize: none;
    margin-top:10px;
}
.period {
    border: 1px solid #C2B88E;
    background-color: white;
    height: 35px;
    width:80%;
    padding: 0 0 0 10px;
    color: #917D5B;
    font: normal 12px/30px Arial, Helvetica, sans-serif;
    margin-top:10px;
}
.submitbtn {
    cursor: pointer;
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #C60001), color-stop(100%, #C60000));
    background-image:-webkit-linear-gradient(top, #C60001 0%, #C60000 100%);
    background-image:-moz-linear-gradient(top, #C60001 0%, #C60000 100%);
    background-image:-o-linear-gradient(top, #C60001 0%, #C60000 100%);
    background-image:-ms-linear-gradient(top, #C60001 0%, #C60000 100%);
    background-image:linear-gradient(to bottom, #C60001 0%, #C60000 100%);
    display: block;
    border: none;
    height: 35px;
    width: 96px;
    text-transform: uppercase;
    color: white;
    font: bold 15px/35px Arial, Helvetica, sans-serif;
    margin:30px auto 0 auto;
}
.about_title {
	color: #83011F;
	font: normal 42px/42px Arial, Helvetica, sans-serif;
	/* [disabled]background-color: #F3ECE2; */
	min-height: 39px;
	margin-top: 55px;
	margin-bottom: 10px;
	/* [disabled]border-bottom: 1px solid #83011F; */
	padding-bottom: 10px;
}
.about_title2linesmain {
	color: #83011F;
	font: normal 42px/42px Arial, Helvetica, sans-serif;
	/* [disabled]background-color: #F3ECE2; */
	min-height: 39px;
	margin-top: 10px;
	margin-bottom: 10px;
	/* [disabled]border-bottom: 1px solid #83011F; */
	/* [disabled]padding-bottom: 10px; */
}

.about_title2lines {
	color: #83011F;
	font: normal 36px/12px Arial, Helvetica, sans-serif;
	min-height: 39px;
	margin-top: 12px;
	/* [disabled]margin-bottom: 20px; */
}
.activities_main {
	color: #83011F;
	font: normal 42px/42px Arial, Helvetica, sans-serif;
	min-height: 39px;
	margin-top: 12px;
	margin-bottom: 20px;
}

.contact_title {
	color: #83011F;
	font: normal 42px/42px Arial, Helvetica, sans-serif;
	/* [disabled]background-color: inherit; */
	min-height: 39px;
	margin-top: 55px;
	margin-bottom: 20px;
}
.showcase_titleCenter {
	color: #83011F;
	font: normal 42px/42px Arial, Helvetica, sans-serif;
	/* [disabled]background-color: inherit; */
	min-height: 39px;
	margin-top: 0em;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
}

.about_text {
    color: black;
    font: normal 14px/19px Arial, Helvetica, sans-serif;
    background-color: inherit;
    padding-right:20px;
    margin-top:28px;
    margin-bottom:0;
}
p.description_text {
	margin-bottom: 1.35em;
}
.description_text {
	color: #333;
	font: normal 15px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
}
.description_textCancelled {
	color: #C00;
	font: bold small-caps 22px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: auto;
	text-align: center;
}
.description_Virtual_meeting {
	color: #C00;
	font: bold normal 18.5px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: auto;
	/* [disabled]text-align: left; */
}

.description_textCancelledLEFT {
	color: #C00;
	font: bold small-caps 22px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: auto;
	text-align: left;
}
.description_textCancelledLEFTitalic {
	color: #C00;
	padding-top: 0px;
	margin-top: auto;
	text-align: left;
	font: oblique bold normal 19px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
}



.sidebar_h2  {
	color: #83011F;
	font: bold 19px/22px Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 1px solid #83011F;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.sidebar_subheader {
	color: #83011F;
	font: bold 18px/18px Arial, Helvetica, sans-serif;
	text-align: left;
}
.sidebar_venuechange {
	color: #83011F;
	font: bold 20px/22px Arial, Helvetica, sans-serif;
	text-align: center;
}
.sidebar_venuechangeheading {
	color: #333333;
	font: bold normal 20px/22px Arial, Helvetica, sans-serif;
	text-align: center;
}
.sidebar_venueChristmasG {
	color: #006600;
	font: bold normal 20px/22px Arial, Helvetica, sans-serif;
	text-align: center;
}




.sidebar h4 {
	color: #83011F;
	font: bold 14px/15px Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: left;
}
.hotel_form {
    background-color: transparent;
    font-size: 100%;
    outline: 0;
    vertical-align: top;
    border-width:0 1px 0 0;
    border-style:none solid none none;
    border-right-color:#D4C89F;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
}
.contact_form_holder label {
    display: block;
    position: relative;
    min-height: 60px;
}
.contact_form_holder input {
    display: block;
    outline: none;
    padding: 0 15px 15px 15px;
    width: 80%;
    height: 48px;
    color: #333;
    font: normal 12px/30px Arial, Helvetica, sans-serif;
    background-color: white;
    border: 1px solid #D4C89F;
    margin-top:0;
    margin-bottom:15px;
    margin-left:auto;
    margin-right:auto;
}
.contact_form_holder label.message {
    min-height: 170px;
}
.contact_form_holder textarea {
    resize: none;
    overflow: auto;
    display: block;
    outline: none;
    padding: 10px 15px;
    width: 80%;
    height: 128px;
    color: #333;
    font: normal 12px/30px Arial, Helvetica, sans-serif;
    background-color: white;
    border: 1px solid #D4C89F;
    margin-top:0;
    margin-bottom:15px;
    margin-left:auto;
    margin-right:auto;
}
.button-small {
	min-width: 96px;
	text-align: center;
	display: inline-block;
	color: #6F0005;
	font: bold normal 16px/27px "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	text-decoration: none;
	border: 1px solid #D4C89F;
	/* [disabled]background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C60001), color-stop(100%, #C60000)); */
	/* [disabled]background-image: -webkit-linear-gradient(top, #C60001 0%, #C60000 100%); */
	/* [disabled]background-image: -moz-linear-gradient(top, #C60001 0%, #C60000 100%); */
	/* [disabled]background-image: -o-linear-gradient(top, #C60001 0%, #C60000 100%); */
	/* [disabled]background-image: -ms-linear-gradient(top, #C60001 0%, #C60000 100%); */
	/* [disabled]background-image: linear-gradient(to bottom, #C60001 0%, #C60000 100%); */
	width: 96px;
	min-height: 37px;
	padding: 10px;
	margin: auto;
	clear: both;
}
.button-small:hover {
	/* [disabled]background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C60000), color-stop(100%, #C60001)); */
	/* [disabled]background-image: -webkit-linear-gradient(top, #C60000 0%, #C60001 100%); */
	/* [disabled]background-image: -moz-linear-gradient(top, #C60000 0%, #C60001 100%); */
	/* [disabled]background-image: -o-linear-gradient(top, #C60000 0%, #C60001 100%); */
	/* [disabled]background-image: -ms-linear-gradient(top, #C60000 0%, #C60001 100%); */
	/* [disabled]background-image: linear-gradient(to bottom, #C60000 0%, #C60001 100%); */
}
.contact_text {
	color: #333333;
	font: normal 16px/18px Arial, Helvetica, sans-serif;
	/* [disabled]background-color: inherit; */
	margin-top: 0px;
	margin-bottom: 0px;
}
.contact_text_required {
	color: #83011F;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	/* [disabled]background-color: inherit; */
	margin-top: 9px;
	margin-bottom: 0px;
}

.company_name {
	color: #83011F;
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-align: left;
}
.company_nameblack {
	color: #000000;
	font: normal 22px/24px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-align: left;
}

.services_list {
	padding: 10px;
	min-height: 10px;
}
.services_listfollowuscontact {
	padding: 10px;
	min-height: 10px;
}

.services_list li {
    line-height:157%;
    background-image:url(../images/list_arrow.png);
    background-repeat:no-repeat;
    background-position:0% 50%;
    padding-left:13px;
}
.services_list a {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
}
.services_list a:hover {
    text-decoration: underline;
}
.main_activities {
	margin-bottom: 30px;
	width: auto;
}
.main_activitiescontactus {
	margin-bottom: 30px;
	width: 80%;
	margin-left: 0px;
	vertical-align: top;
	margin-top: 0px;
	float: right;
}

.activity_nugget {
	padding: 8px 3px;
	min-height: 10px;
	width: auto;
}
.activity_nuggetcontact {
	padding: 8px 3px;
	min-height: 10px;
	width: 50%;
	float: right;
}

.activity_nugget_align {
    margin-right: auto;
}
.activity_nugget_align {
    margin-left: auto;
}
.activity_title {
    color: #333;
    font: bold 14px/17px Arial, Helvetica, sans-serif;
    text-decoration:none;
    margin-top:10px;
    margin-bottom:0;
}

.activity_text {
	color: black;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	/* [disabled]background-color: inherit; */
	margin-top: 9px;
	margin-bottom: 0;
	/* [disabled]text-decoration: none; */
}
.activity_title:hover {
    color: #83011F;
}
p.special_services_text {
    font: normal 12px/17px Arial, Helvetica, sans-serif;
    color:#333;
}
.activities_main_title {
	color: #333333;
	font: normal 28px/18px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	min-height: 14px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #BC281F;
	padding-bottom: 10px;
	/* [disabled]width: 95%; */
}
.activities_main_titleshortheadings {
	color: #333333;
	font: normal 28px/18px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	min-height: 14px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #BC281F;
	padding-bottom: 10px;
	/* [disabled]width: 40%; */
}



.activities_main_title_center2 {
	color: #333333;
	font: normal 28px/18px Arial, Helvetica, sans-serif;
	min-height: 14px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #BC281F;
	padding-bottom: 10px;
	width: auto;
}
.activities_main_titleSub {
	color: #BC281F;
	font: normal 28px/18px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	min-height: 14px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #909090;
	padding-bottom: 5px;
}
.activities_main_titleSubShortLine {
	color: #BC281F;
	font: normal 28px/18px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	min-height: 14px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 2px dotted #A3A3A3;
	padding-bottom: 5px;
	width: 80%;
}


.activities_main_title2lines {
	color: #333333;
	font: normal 28px/28px Arial, Helvetica, sans-serif;
	margin-top: 0px;
	min-height: 14px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #BC281F;
	padding-bottom: 10px;
	font-stretch: ultra-condensed;
}

.menu select {
    display: inline-block;
    width: 90%;
    height: 30px;
}
body img {
	height: auto;
	max-width: 100%;
}
body ul {
    list-style-type: none;
    padding-left:0px;
}
.btns {
    min-height: 39px;
}
@media only screen and (min-width : 641px) {
    body {
        min-width:960px;
        text-align: left;
    }
    body img {
	height: auto;
	max-width: none;
	border-top: 1 rgba(102,102,102,1);
	border-right: 1 rgba(102,102,102,1);
	border-bottom: 1 rgba(102,102,102,1);
	border-left: 1 rgba(102,102,102,1);
	/* [disabled]box-shadow: 3px 3px 2px 2px rgba(102,102,102,1); */
    }
    body ul {
	list-style-type: disc;
	padding-left: 40px;
	text-align: left;
	font-size: 18px;
	line-height: 150%;
	color: #333333;
    }
.li_subtitle {
	text-align: left;
	color: #B1241D;
	/* [disabled]list-style: disc; */
	font: bold 20px/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
}


body ol {
	list-style-type: disc;
	padding-left: 40px;
	text-align: left;
	font-size: 18px;
	line-height: 150%;
	color: #333333;
}

    .menu select {
        display: none;
    }
    .hmenubar li {
        display: inline-block;
        width: 178px;
        margin: 0 2px 0 0;
    }
    .main_wrapper {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	min-width: 960px;
	min-height: 1030px;
	text-align: center;
    }
    .header {
	clear: both;
	min-height: 170px;
	text-align: center;
	padding-bottom: 10px;
    }
    .logo_and_nav {
        min-height: 169px;
    }
    .hmenubar {
        list-style: none;
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        margin-left: 0px;
        min-height: 60px;
        display: block;
        text-align: center;
    }
    .hmenubar li a {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .menu_holder {
	clear: both;
	min-height: 75px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
    }
    .menu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 61px;
	padding-top: 10px;
    }
.menuarchives {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 61px;
	padding-top: 10px;
	color: #FFF;
	font: bold larger Verdana, Geneva, sans-serif;
	text-shadow: 3px 3px 3px #333;
}

    .content {
	clear: both;
	width: 1200px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 30px;
	padding-left: 30px;
    }
.contentCalendar {
	clear: both;
	width: 1200px;
	min-height: 600px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	float: none;
	margin: auto;
	vertical-align: top;
	height: auto;
}

    .main_services {
        min-height: 392px;
    }
    .services_list_holder {
	float: left;
	width: 200px;
	min-height: 372px;
	clear: right;
	margin-left: 15px;
	padding: 0px 0px 0px 5px;
    }
    .special_services {
        float: left;
        width: 630px;
        min-height: 370px;
        padding-left: 30px;
    }
    .special_service_nugget {
        float: left;
        width: 295px;
        min-height: 311px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .form_main_holder {
        float: left;
        width: 500px;
        min-height: 457px;
    }
    .map_main_holder {
	float: left;
	width: auto;
	min-height: 456px;
	padding-left: 20px;
    }
    .address {
	width: 40%;
	padding: 0px 0px 0px 0px;
	float: left;
	margin: 0px;
    }
    .main_content {
	float: left;
	width: 870px;
	min-height: 446px;
	padding: 0px 20px 0px 0px;
    }
.main_contentAbout {
	float: left;
	width: 700px;
	min-height: 446px;
	padding: 0px 20px 20px 50px;
}

    .sidebar {
	float: left;
	width: 242px;
	min-height: 100px;
	padding: 10 10px 0;
	background-color: #FFF, opacity
: 0.5;
	background-color: rgb(255,255,255 opacity
:0.6);
	opacity: 0.3;
	;
	opacity: 0.8;
	border-radius: 10px;
	background: #FFF;
	margin-top: 80px;
    }
    .logo {
	clear: both;
	min-height: 88px;
	padding: 0px;
    }
    .logo_img {
	float: left;
	margin: 0px 20px 5px 0px;
    }
.logo_imggallery {
	float: none;
	margin: 0px 20px 5px 0px;
}

    .slideshow {
	clear: both;
	min-height: 450px;
	text-align: center;
	padding: 0px;
	float: right;
	margin: 10px 0px 20px 20px;
	border-radius: 15px;
	box-shadow: 4px 4px 8px 1px #999;
    }
    .quote {
	clear: both;
	min-height: 148px;
	font: italic 15px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 75%;
	padding-right: 6px;
	padding-left: 6px;
    }
    .quote_box {
        clear: both;
        min-height: 168px;
    }
    .services_area {
        clear: both;
        min-height: 494px;
    }
    .other_services {
        clear: both;
        min-height: 335px;
    }
    .our_offers {
        margin-left: 0px;
        float: left;
        width: 228px;
        min-height: 275px;
        padding-left: 25px;
        padding: 35px;
    }
    .conference {
        float: left;
        width: 279px;
        min-height: 470px;
        padding: 0px;
    }
    .pool_area {
        float: left;
        width: 282px;
        min-height: 470px;
        margin-left: 25px;
        padding: 0px;
    }
    .booking_area {
        float: left;
        width: 352px;
        min-height: 380px;
    }
    .footer_columns_bg {
	clear: both;
	min-height: 294px;
    }
    .footer {
        clear: both;
        min-height: 50px;
    }
    .list {
        list-style-type: none;
        min-height: 211px;
        margin-right: 0em;
        margin-left: 0em;
        padding: 15px;
    }
    .list li {
        padding-left: 13px;
        min-height:0;
    }
    .footer_columns {
	min-height: 250px;
	width: 961px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    }
    .footer_columns_bg li {
        background-image:url(../images/footbullet.png);
        background-repeat:no-repeat;
        background-position:0% 50%;
        padding-left:13px;
    }
    .contact_info {
	float: left;
	width: 192px;
	min-height: 250px;
    }
    .social_area {
	float: left;
	width: 250px;
	min-height: 250px;
	padding: 0px;
    }
    h2.social_title {
        margin-right: 0em;
        margin-left: 0em;
    }
    .social {
        padding-left: 3px;
    }
    p.quote_text {
        text-align: justify;
    }
    .image {
        float: right;
        margin-right: 60px;
    }
    p.author {
        text-align: center;
    }
    h2.conference_room {
        margin-left: 0px;
    }
    h2.pool {
        margin-left: 0px;
    }
    .form_holder {
        clear: both;
        min-height: 350px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .image_conference {
        margin-left: 0px;
    }
    .pool_image {
        margin-left: 0px;
        margin-right: 25px;
    }
    h2.services_title {
        text-align: left;
        margin-left: 0px;
    }
    .slideshow_image {
        width: 919px;
        padding-right: 10px;
        padding-left: 10px;
        border: 1px solid #CCC;
    }
.slideshow_thumbnailimage {
	width: auto;
	border: 1px solid #CCC;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	padding: 20px;
}
.thumbnailimage {
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
}


    p.pool_desc {
        margin-left: 0px;
        margin-right: 25px;
    }
    p.conference_desc {
        margin-left: 0px;
        margin-right: 25px;
    }
    .copyright {
	text-align: center;
	color: #FFF;
	line-height: 14px;
    }
.copyrightEventCalendar {
	text-align: center;
	color: #333;
	font: normal 10px/14px Verdana, Geneva, sans-serif;
}

    form {
	padding-right: 0px;
	padding-left: 0px;
	min-height: 350px;
	float: left;
	width: 350px;
	margin-top: 0px;
    }
    .inpt {
        width: 280px;
        height:30px;
    }
    .selectinpt {
        width: 298px;
        height:30px;
    }
    .period {
        width: 87px;
        height:30px;
    }
    .textareainpt {
        width: 294px;
        height:60px;
    }
    .submitbtn {
        margin-right: auto;
        margin-left: auto;
        margin-top:12px;
        width:88px;
    }

    .contact_form_holder {
        min-height: 382px;
    }
    .about_text {
        margin-right: 0;
        margin-left: 0;
    }
    .description_text {
	margin-right: 2px;
	margin-left: 2px;
    }
    .sidebar h4 {
        margin-right: 0;
        margin-left: 0;
    }
    .hotel_form {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	min-height: 382px;
    }
    .contact_form_holder label {
        width: 344px;
    }
    .contact_form_holder input {
	width: 430px;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 0px;
	height: 53px;
	margin-bottom: 15px;
    }
    .contact_form_holder textarea {
        width: 437px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom:15px;
    }
    .button-small {
	text-align: center;
	min-width: 60px;
	width: auto;
	min-height: 0;
	padding-top: 20;
	margin: 20px;
    }
.button-smallImage {
	text-align: center;
	/* [disabled]min-width: 60px; */
	width: 50%;
	min-height: 0;
	/* [disabled]margin: 10px; */
	height: auto;
	clear: both;
	vertical-align: top;
}
.button-smallImageTD {
	text-align: center;
	/* [disabled]min-width: 60px; */
	width: 50%;
	min-height: 0;
	margin: 10px;
	height: auto;
	clear: both;
	vertical-align: top;
}

.button-smallImagewide {
	text-align: center;
	/* [disabled]min-width: 60px; */
	width: 250px;
	min-height: 0;
	margin: 10px 10px 0px 20px;
	/* [disabled]padding: 5; */
	height: 200px;
}
.button-smallImagewideleft {
	text-align: left;
	/* [disabled]min-width: 60px; */
	width: 250px;
	min-height: 0;
	margin: 10px 10px 0px 20px;
	/* [disabled]padding: 5; */
	height: 200px;
	float: left;
	clear: right;
}
.button-smallImagewideright {
	text-align: left;
	/* [disabled]min-width: 60px; */
	width: 250px;
	min-height: 0;
	margin: 10px 0px 0px 10px;
	/* [disabled]padding: 5; */
	height: auto;
	float: right;
	clear: left;
}




    .contact_text {
        margin-right: 0;
        margin-left: 0;
    }
    .service_image {
        margin-right: 10px;
    }
    .services_list {
	list-style-type: none;
	min-height: 228px;
	padding: 0;
	text-align: left;
	margin-top: 20px;
    }
    .main_activities {
	clear: none;
	min-height: 260px;
	float: right;
	vertical-align: top;
	width: 80%;
    }
    .activity_nugget {
	float: left;
	width: 216px;
	min-height: 201px;
	padding: 3px 20px 3px 0px;
	margin-right: 1px;
    }
    .activity_image {
        width: 216px;
        height: 130px;
    }
    .activity_title {
        margin-right: 0;
        margin-left: 0;
    }
    .activity_text {
        margin-right: 0;
        margin-left: 0;
    }
    .activity_nugget_align {
        margin-left: 3px;
    }

.wowsliderholder {
	text-align: right;
	vertical-align: top;
	height: 450px;
	width: 350px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.tableimageCenterNoborder {
	text-align: center;
	vertical-align: middle;
	width: auto;
	height: auto;
	clear: both;
	margin: auto;
}
.tableimageleftNoborderCopy {
	text-align: left;
	vertical-align: middle;
	width: auto;
	height: auto;
	/* [disabled]border: 1px solid #999; */
	/* [disabled]padding: 5px; */
	margin-top: auto;
	margin-right: auto;
	/* [disabled]margin-bottom: 20px; */
	margin-left: auto;
}
.tableimageRightNoborder {
	text-align: left;
	vertical-align: middle;
	width: auto;
	height: auto;
	/* [disabled]border: 1px solid #999; */
	margin-top: 20px;
	margin-right: auto;
	/* [disabled]margin-bottom: 20px; */
	margin-left: 25px;
}
.tableimageRight_border {
	text-align: left;
	vertical-align: middle;
	width: auto;
	height: auto;
	border: 2px solid #999;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 25px;
}

.tableimageRightNoborderflushedwtexttop {
	text-align: left;
	vertical-align: middle;
	width: auto;
	height: auto;
	/* [disabled]border: 1px solid #999; */
	/* [disabled]margin-top: 2px; */
	margin-right: auto;
	/* [disabled]margin-bottom: 20px; */
	margin-left: 60px;
}


.tableexhibits {
	text-align: left;
	vertical-align: middle;
	width: auto;
	height: auto;
	/* [disabled]border: 1px solid #999; */
	/* [disabled]padding: 5px; */
	margin-top: auto;
	margin-right: auto;
	/* [disabled]margin-bottom: 20px; */
	margin-left: auto;
	font: 16px Verdana, Geneva, sans-serif;
	color: #3C3C3C;
}
.tablenewsletters {
	text-align: left;
	vertical-align: middle;
	width: 80%;
	height: auto;
	/* [disabled]border: 1px solid #999; */
	/* [disabled]padding: 5px; */
	margin-top: auto;
	margin-right: auto;
	/* [disabled]margin-bottom: 20px; */
	margin-left: auto;
	font: 16px Verdana, Geneva, sans-serif;
	color: #3C3C3C;
}

.tablepalette {
	text-align: left;
	vertical-align: middle;
	width: auto;
	height: auto;
	/* [disabled]border: 1px solid #999; */
	/* [disabled]padding: 5px; */
	margin-top: auto;
	margin-right: auto;
	/* [disabled]margin-bottom: 20px; */
	margin-left: auto;
	font: 16px Verdana, Geneva, sans-serif;
	color: #3C3C3C;
}
.exhibitsredborder {
	min-height: 10px;
	width: 650px;
	clear: both;
	margin: 15px auto;
	height: auto;
	text-align: center;
	padding: 0px 20px 15px;
	border-radius: 12px;
	opacity: 0.9;
	border: 2px solid #83011F;
	vertical-align: middle;
	float: none;
}

.tableexhibitslocationTD {
	text-align: right;
	vertical-align: middle;
	width: 10%;
	height: auto;
	/* [disabled]border: 1px solid #999; */
	font-weight: 600;
	margin: auto auto 20px;
	padding: 5px;
	text-transform: capitalize;
}
.tableexhibitslocationTDLEFT {
	text-align: left;
	vertical-align: middle;
	width: 10%;
	height: auto;
	/* [disabled]border: 1px solid #999; */
	font-weight: 600;
	margin: auto auto 20px;
	padding: 5px;
	text-transform: capitalize;
}

.tableexhibitscontentTD {
	text-align: center;
	vertical-align: middle;
	/* [disabled]width: 90%; */
	height: auto;
	border: 1px solid #999;
	padding: 20px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	clear: both;
	float: none;
}
.tableexhibitscontentTR {
	text-align: center;
	vertical-align: middle;
	/* [disabled]width: 90%; */
	height: auto;
	border: 1px solid #999;
	padding: 20px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-weight: bold;
}
.exhibits_fibrefling {
	text-align: center;
	margin: auto;
	clear: both;
	padding: 10px;
	font-weight: bold;
}
.exhibits_fibreflingTD {
	text-align: center;
	margin: auto;
	clear: both;
	/* [disabled]padding: 10px; */
	font-weight: bold;
}



.html-marquee-cancelled {
	color: #F00;
	font-size: 20px;
	font-weight: bold;
	border-top: 1px solid #F00;
	padding-top: 3px;
	margin-top: 0px;
	vertical-align: top;
	padding-bottom: 3px;
	text-transform: capitalize;
	text-align: center;
}
.artworktitle {
	font-weight: bold;
	color: #900;
	font-size: 20px;
}
