html {
    background-image: url(../../images/background.gif);
    background-repeat: repeat-x;
    background-position: left top;
    
}

body {
    font-family: "Verdana", "Trebuchet MS", sans-serif;
}

.clearer {
  clear: both;
  overflow: hidden;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  width: 100%;
}

.centered {
    margin: 0 auto;
    text-align: center;
}

h4 {
    font-size: 14px;
}

h3 {
    font-size: 16px;
}


em {
    color: #FFF;
    font-style: normal;
}

a {
    color: #53A6BF;
    text-decoration: none;
    font-size: 10px;
}

#layout_container {
    width: 924px;
    padding-top: 54px;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    color: #949495;
    font-size: 12px;
}


#container_shadow_top {
    background-image: url(../../images/shadows/shadow-top-922.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 10px;
}

#container_shadow_bottom {
    background-image: url(../../images/shadows/shadow-bottom-924.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 21px;
}

.container_shadow_middle {
    background-image: url(../../images/shadows/shadow-middle-12-900-12.png);
    background-repeat: repeat-y;
    background-position: top center;
}

#container {
    width: 898px;
    margin: 0 auto;
    border: 1px solid #000;
}

#layout_header {
    margin: 0 auto;
    height: 114px;
    background-image: url(../../images/bg-header.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    display: block;
}

#header {
    
}

#header h1 {
    width: 223px;
    height: 79px;
    background-image: url(../../images/main-logo.gif);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: 13px;
    left: 30px;
    display: block;
}

#header h1 a {
    width: 223px;
    height: 79px;
    display: block;
    text-indent: -10000em;
}


#layout_menu_main {
    padding-left: 24px;
    text-align: left;
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
    background-image: url(../../images/bg-menu-main.gif);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    height: 25px;
    position: relative;
}

#menu_main {
    text-decoration: none;
    text-transform: uppercase;
    color: #BCBCBC;
}

#menu_main .item {
    line-height: 23px;
    font-family: "Verdana", sans-serif;
    font-size: 11px;
    text-align: left;
    padding: 0 8px;
    padding-right: 32px;
}


#menu_main .item a {
    text-decoration: none;
    text-transform: uppercase;
    color: #BCBCBC;
    text-align: left;
}

#menu_main .item a:hover {
    color: #AAA;
}

#menu_main .selected_item a:hover,
#menu_main .selected_item a {
    color: #999;
}

.reservation_button {
    position: absolute;
    top: 3px;
    left: 710px;
    line-height: 19px;
    background-image: url(../../images/bg-menu-bubble.gif);
    background-position: top right;
    background-repeat: no-repeat;
    height: 19px;
    color: #FFF;
    padding-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: #BD8B1A;
    font-size: 11px;
}

.reservation_button .side {
    float: left;
    background-image: url(../../images/bg-menu-bubble-left.gif);
    background-position: top right;
    background-repeat: no-repeat;
    width: 9px;
    height: 19px;
    overflow: hidden;
}

#main_content {
    background-image: url(../../images/bg-innerpage.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #29292A;
    padding-left: 12px;
}

.generic_main_content {
    padding: 0 12px 12px 0;
}

#main_content .page_title {
    padding: 40px 0;
}

#main_content_home {
    background-image: url(../../images/bg-homepage.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #29292A;
}

#main_content_home .layout_content {
    padding: 16px 24px 12px 24px;
}

#main_content_home .layout_content .two_cols {
    width: 100%;
}

#main_content_home .layout_content .two_cols .left_col {
    width: 496px;
    padding-top: 94px;
    padding-right: 10px;
    padding-left: 7px;
    font-size: 16px;
    line-height: 1.5em;
}

#main_content_home .layout_content .two_cols .right_col {
    
}

#main_content_home .layout_content .two_cols .right_col .right_block {
    background-image: url(../../images/right-block-bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    width: 360px;
    height: 271px;
    text-align: center;
}

#main_content_home .layout_content .two_cols .right_col .right_block img {
    padding-top: 12px;
}

#main_content_home .layout_content .two_cols .right_col .right_block p {
    padding-top: 24px;
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
}

#layout_four_cols {
    margin-top: -16px;
    padding: 0 4px 0 4px;
}

#layout_four_cols .four_cols {
    width: 100%;
}

#layout_four_cols .four_cols td {
    width: 229px; 
}

#layout_four_cols .four_cols img {
    padding-left: 8px;
    display: block;
}

#layout_four_cols .four_cols .shadow_middle {
    background-image: url(../../images/shadows/shadow-middle-8-213-8.png);
    background-repeat: repeat-y;
    background-position: top center;
}

#layout_four_cols .four_cols .shadow_top {
    background-image: url(../../images/shadows/shadow-top-229.png);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    height: 8px;
}

#layout_four_cols .four_cols .shadow_bottom {
    background-image: url(../../images/shadows/shadow-bottom-229.png);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    height: 15px;
}


#layout_footer {
    color: #ADADAE;
    padding-left: 13px;
    padding-right: 13px;
}

#layout_footer .footer {
    font-size: 11px;
    width: 100%;
}

#layout_footer .footer .left_col {
    
}

#layout_footer .footer .right_col {
    text-align: right;
}

#layout_contact_container {
    padding-top: 110px;
    padding-right: 10px;
    padding-left: 18px;
}



#contact_table {
    width: 100%;
}

#contact_table td {
    padding-top: 16px;
    font-size: 12px;
}


#layout_contact_container em {
    color: #FFF;
    
}

#layout_bottom_contacts {
    padding-top: 56px;
    padding-bottom: 30px;
    padding-right: 20px;
}

#layout_bottom_contacts .layout_title {
    width: 100%;
    background-image: url(../../images/horizontal-line.gif);
    background-repeat: repeat-x;
    background-position: center left;
}

#layout_bottom_contacts .layout_title .title {
    background-color: #29292A;
    float: left;
    padding-right: 10px;
}


#contact_bottom_table {
    width: 100%;
}

#contact_bottom_table td {
    padding-top: 18px;
    vertical-align: top;
}

#contact_bottom_table a {
    color: #FFBB20;
    font-size: 10px;
    text-decoration: none;
}


#layout_about_container {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 18px;
    padding-bottom: 30px;
    font-size: 11px;
}

#layout_about_container .text p {
    padding-top: 10px;
    line-height: 1.4em;
}

#layout_about_container .two_cols {
    width: 100%;
}

#layout_about_container .text {
    padding-top: 38px;
    
}

#layout_about_container .two_cols .left_col {
    width: 450px;
}

#layout_about_container .two_cols .right_col {
    padding-left: 60px;
    padding-top: 26px;
}

#layout_press_container {
    padding-top: 71px;
    padding-right: 18px;
    padding-left: 12px;
    padding-bottom: 30px;
}

#layout_press_container .two_cols {
    width: 100%;
}

#layout_press_container .two_cols td {
    padding-top: 75px;
}

#layout_press_container .two_cols .left_col {
    padding-right: 60px;
}

#layout_press_container .two_cols .left {
    float: left;
    padding-right: 12px;
}

#layout_press_container .two_cols .info {
    padding-top: 12px;
    
}

#layout_press_container .two_cols h4 {
    padding-bottom: 12px;
}


.job_posting_list {
    width: 100%;
    margin-bottom: 1em;
}

.job_posting_list th {
    text-transform: uppercase;
    font-size: 10px;
}

.job_posting_list th,
.job_posting_list td {
    padding: 3px;
    border-bottom: 1px solid #757575;
}

.job_posting_list .last_item td {
    border-bottom-width: 0;
}

.job_posting_list .item a {
    display: block;
}

.job_posting_list .item:hover {
    background-color: #29293A;
}


.job_posting {
    margin-bottom: 1em;
}

.job_posting td {
    padding: 5px;
    vertical-align: middle;
}

.job_posting .label {
    text-transform: uppercase;
    text-align: right;
    font-size: 10px;
    white-space: nonowrap;
}

