body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    min-height:1031px;
    min-width:960px;
}
body h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 120%;
}
body h2 {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 100%;
}
body h3 {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
}
body p {
    font-size: 14px;
    color: #505050;
    line-height: 157%;
}
body a {
    color: #1C66C7;
    font-weight: normal;
}
.main_wrapper {
    clear:both;
    width:100%;
    margin:0px auto;
    min-width:960px;
    padding-top:0px;
    background-image:url(../images/bg-5.png);
    height:auto;
    min-height:1031px;
}
.header {
    clear: both;
    text-align: center;
    min-height: 171px;
}
.logo_and_nav {
    min-height: 169px;
}
.hmenubar {
    list-style:none;
    padding:0;
    margin:0;
    margin-left: 0px;
    text-align: center;
    font-size: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
    min-height:60px;
}
.hmenubar li {
    padding:0;
    display: inline-block;
    position: relative;
    width: 178px;
    margin: 0 2px 0 0;
}
.hmenubar li a {
    display: block;
    margin: 0;
    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%);
}
.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 {
    clear: both;
    min-height: 61px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9C0226), color-stop(73%, #8A011F), color-stop(100%, #7C011D));
    background-image: -webkit-linear-gradient(top, #9C0226 0%, #8A011F 73%, #7C011D 100%);
    background-image: -moz-linear-gradient(top, #9C0226 0%, #8A011F 73%, #7C011D 100%);
    background-image: -o-linear-gradient(top, #9C0226 0%, #8A011F 73%, #7C011D 100%);
    background-image: -ms-linear-gradient(top, #9C0226 0%, #8A011F 73%, #7C011D 100%);
    background-image: linear-gradient(to bottom, #9C0226 0%, #8A011F 73%, #7C011D 100%);
}
.menu {
    width: 960px;
    margin-left:auto;
    margin-right:auto;
    min-height:61px;
    border-bottom:1px solid rgb(235, 235, 235);
    border-color:#000000;
    border-style:none;
    border-width:0px;
}
.content {
    clear: both;
    height:auto;
    width:960px;
    min-height: 500px;
    margin-left:auto;
    margin-right:auto;
    height:auto;
}
.main_services {
    min-height: 392px;
    margin-top:20px;
}
.services_list_holder {
    float: left;
    width: 265px;
    min-height: 372px;
    margin-bottom:20px;
    border-right:1px solid #D5CAA0;
}
.special_services {
    float: left;
    width: 630px;
    min-height: 370px;
    margin-bottom:20px;
    padding-left:30px;
}
.special_service_nugget {
    float: left;
    width: 295px;
    min-height: 311px;
    padding-left:10px;
    padding-right:10px;
}
.form_main_holder {
    float: left;
    width: 500px;
    min-height: 457px;
    margin-bottom:20px;
}
.map_main_holder {
    float: left;
    width: 430px;
    min-height: 456px;
    padding-left:30px;
    margin-bottom:20px;
}
.address {
    width: 430px;
}
.left_content {
    float: left;
    width: 688px;
    min-height: 446px;
}
.right_content {
    float: left;
    width: 240px;
    min-height: 446px;
    padding-left:30px;
}
.logo {
    clear:both;
    min-height:88px;
}
.logo_img {
    margin: 27px auto;
}
.slideshow {
    clear: both;
    min-height: 465px;
    text-align:center;
}
.quote {
    clear: both;
    min-height: 168px;
}
.quote_box {
    clear: both;
    min-height: 168px;
}
.customer_area {
    clear: both;
    min-height: 494px;
}
.other_services {
    clear: both;
    min-height: 335px;
    background-color:#EBE4CE;
    margin-top:20px;
    margin-bottom:20px;
}
.our_offers {
    margin-left: 0px;
    float: left;
    width: 249px;
    min-height: 265px;
    padding-left:25px;
    padding-top:25px;
    padding:35px;
    border-right:1px solid rgb(255, 255, 255);
}
.conference {
    float: left;
    width: 285px;
    min-height: 470px;
}
.pool_area {
    float: left;
    width: 289px;
    min-height: 470px;
    margin-left:25px;
}
.booking_area {
    float: left;
    width: 360px;
    min-height: 380px;
}
.rights {
    clear: both;
    min-height: 294px;
    background-color:#310002;
    padding-top:40px;
}
.footer {
    clear: both;
    min-height: 50px;
}
.rights h3 {
    font-size: 14px;
    color:#FFFFFF;
}
.rights a {
    color: #FFFFFF;
    font-size:13px;
    line-height:24px;
    text-decoration:none;
}
.list {
    list-style-type: none;
    min-height:228px;
    margin-top:0em;
    margin:0em;
}
.rights li {
    line-height:157%;
    background-image:url(../images/footbullet.jpg);
    background-repeat:no-repeat;
    background-position:0% 50%;
    padding-left:13px;
}
.find_us {
    min-height: 291px;
    width: 961px;
    margin-left:auto;
    margin-right:auto;
}
.contact_info {
    float: left;
    width: 192px;
    min-height: 291px;
}
.social_area {
    float: left;
    width: 193px;
    min-height: 291px;
}
h2.social_title {
    color:#ffffff;
    font:normal 24px/24px;
    margin-top:0em;
    margin:0em;
}
span.span {
    font-size: 18px;
    color:#e6242b;
    line-height:24px;
}
p.social_text {
    color: #ffffff;
}
.social {
    padding-left: 3px;
}
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: justify;
}
.image {
    float: right;
    margin-right:60px;
}
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 {
    clear: both;
    min-height: 350px;
    padding:20px;
    background-color:#F9ECCD;
    border: 1px solid #D5CAA0;
}
.image_conference {
    margin-left: 0px;
}
.pool_image {
    margin-left: 0px;
    margin-right:25px;
}
h2.services_title {
    text-align: left;
    font-weight: normal;
    margin-left: 0px;
    margin-top: 22px;
}
a.e-mail_text {
    color: #48bd50;
}
.slideshow_image {
    width:940px;
    padding:10px;
    border:1px solid #CCC;
}
.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:25px;
}
p.conference_desc {
    margin-left: 0px;
    margin-right:25px;
}
.copyright {
    height: 49px;
    display: block;
    text-align: center;
    color: #310002;
    font: normal 12px/49px Arial, Helvetica, sans-serif;
}
form {
    padding: 0px;
    min-height:350px;
    margin-top:0em;
    margin-bottom:0em;
}
.inpt {
    border: 1px solid #C2B88E;
    background-color: white;
    height: 30px;
    width: 301px;
    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: 30px;
    width: 314px;
    padding: 0 0 0 10px;
    color: #917D5B;
    font: normal 12px/30px Arial, Helvetica, sans-serif;
    margin-top:7px;
}
.textareainpt {
    border: 1px solid #C2B88E;
    background-color: white;
    height: 60px;
    width: 301px;
    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: 30px;
    width:102px;
    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;
    margin:12px 0 0 auto;
    text-transform: uppercase;
    color: white;
    font: bold 15px/35px Arial, Helvetica, sans-serif;
}
.about_title {
    color: #83011F;
    font: normal 30px/30px Arial, Helvetica, sans-serif;
    background-color: inherit;
    min-height:39px;
    margin-top:0em;
    margin-bottom:20px;
}
.confirm {
    min-height: 382px;
}
.about_text {
    margin: 28px 0 0 0;
    color: black;
    font: normal 14px/19px Arial, Helvetica, sans-serif;
    background-color: inherit;
    padding-right:20px;
}
p.description_text {
    margin-bottom:1.15em;
}
.description_text {
    margin: 9px 0 0 0;
    color: black;
    font: normal 12px/17px Arial, Helvetica, sans-serif;
    background-color: inherit;
}
.right_content h2 {
    color: #83011F;
    font: bold 18px/19px Arial, Helvetica, sans-serif;
}
.right_content h4 {
    color: #83011F;
    font: bold 14px/17px Arial, Helvetica, sans-serif;
    margin: 21px 0 0 0;
}
.hotel_form {
    background-color: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
    min-height:382px;
    border-width:0 1px 0 0;
    border-style:none solid none none;
    border-right-color:#D4C89F;
}
.confirm label {
    display: block;
    position: relative;
    min-height: 60px;
    width: 344px;
}
.confirm input {
    display: block;
    margin: 0;
    outline: none;
    padding: 0 15px;
    width: 312px;
    height: 48px;
    color: #333;
    font: normal 12px/30px Arial, Helvetica, sans-serif;
    background-color: white;
    border: 1px solid #D4C89F;
}
.confirm label.message {
    min-height: 170px;
}
.confirm textarea {
    resize: none;
    overflow: auto;
    display: block;
    margin: 0;
    outline: none;
    padding: 10px 15px;
    width: 437px;
    height: 128px;
    color: #333;
    font: normal 12px/30px Arial, Helvetica, sans-serif;
    background-color: white;
    border: 1px solid #D4C89F;
}
.button-small {
    min-width: 60px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    font: bold 14px/30px Arial, Helvetica, sans-serif;
    line-height: 27px;
    position: relative;
    margin-right:20px;
    text-decoration:none;
    border: 1px solid #D4C89F;
    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%);
}
.button-small:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C60000), color-stop(100%, #C60001));
    background-image: -webkit-linear-gradient(top, #C60000 0%, #C60001 100%);
    background-image: -moz-linear-gradient(top, #C60000 0%, #C60001 100%);
    background-image: -o-linear-gradient(top, #C60000 0%, #C60001 100%);
    background-image: -ms-linear-gradient(top, #C60000 0%, #C60001 100%);
    background-image: linear-gradient(to bottom, #C60000 0%, #C60001 100%);
}
.contact_text {
    margin: 9px 0 0 0;
    color: #917D5B;
    font: normal 14px/17px Arial, Helvetica, sans-serif;
    background-color: inherit;
}
.company_name {
    color: #83011F;
    font: bold 18px/19px Arial, Helvetica, sans-serif;
    margin-bottom:10px;
}
.service_image {
    margin-right:10px;
}
.services_list {
    list-style-type: none;
    min-height: 228px;
    padding:0 0 0 20px;
}
.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: 24px;
    text-decoration: none;
}
.services_list a:hover {
    text-decoration: underline;
}
.main_activities {
    clear: both;
    min-height: 260px;
    margin-bottom:30px;
}
.activity_nugget {
    float: left;
    width: 218px;
    min-height: 201px;
    background-color:#EBE4CE;
    padding:20px 10px;
    margin-right:1px;
    margin-left:1px;
}
.activity_image {
    width: 218px;
    height:130px;
}
.activity_title {
    color: #333;
    font: bold 14px/17px Arial, Helvetica, sans-serif;
    margin: 10px 0 0 0;
    text-decoration:none;
}
.activity_text {
    margin: 9px 0 0 0;
    color: black;
    font: normal 12px/17px Arial, Helvetica, sans-serif;
    background-color: inherit;
}
.activity_title:hover {
    color: #83011F;
}
p.special_services_text {
    font: normal 12px/17px Arial, Helvetica, sans-serif;
    color:#333;
}
.activities_main_title {
    color: #83011F;
    font: normal 30px/19px Arial, Helvetica, sans-serif;
    margin-top:10px;
    min-height:14px;
    margin-bottom:20px;
}
.element {
    min-height: 300px;
}
.element1 {
    min-height: 539px;
}
.customClass {
    min-height: 300px;
}
.element2 {
    min-height: 306px;
}