/* common stuff */
body
{
    margin: 0px;
    padding: 0px;
    background-color: #6b6a6a;
    background-image: url('/images/background.png');
    font-family: Tahoma, sans-serif;
    font-size: 1px;
    color: #535252;
}
body.email
{
    background-color: #ffffff;
    background-image: none;
}
a
{
    color: #5ba92a;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:visited
{
    color: #458020;
}
a:active
{
    color: #5dac2e;
}
/* slogan */
div#slogan
{
    position: absolute;
    width: 450px;
    height: 80px;
    font-size: 12px;
    top: 15px;
    left: 50%;
    margin-left: -150px;
    z-index: 9999;
}
div#slogan h1
{
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding-left: 0px;
    background-image: none;
    text-align: center;
}
div#slogan h2
{
    font-family: Arial, sans-serif;
    font-size: 11px;
    text-align: center;
    margin-top: -8px;
    color: #5ba92a;
}
div#slogan h2 em
{
    color: #5e5c5c;
}
/* structure and appearance */
div#layer
{
    min-height: 730px;
    width: 100%;
    background-image: url('/images/layer.png');
    background-position: top left;
    background-repeat: repeat-x;
}
div#main
{
    margin: 0px auto;
    padding: 0px;
    width: 815px;
    background-image: url('/images/content_bg.png');
}
div#header
{
    position:relative;
    width: 815px;
    height: 372px;
}
div#header img
{
    width: 815px;
    height: 372px;
    border: 0px;
}
div#footer
{
    width: 815px;
    height: 52px;
    background-image: url('/images/footer_bg.png');
    position: relative;
    bottom: 0px;
}
div#copyright
{
    height: 52px;
    margin-left: 150px;
    padding-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #919194;
    float: left;
}
div#control
{
    height: 52px;
    float: right;
    margin-right: 25px;
    padding-top: 15px;
}
div#control img
{
    width: 18px;
    height: 18px;
    margin-left: 30px;
    border: 0px;
}
div#signature
{
    font-size: 9px;
    color: #404040;
    position: absolute;
    right: 30px;
    bottom: -12px;
}
div#signature a
{
    color: #404040;
    text-decoration: none;
}
div#pattern
{
    position: relative;
    width: 800px;
    margin: 0px;
    padding: 0px;
    margin-left: 7px;
    margin-right: 8px;
    background-image: url('/images/content_pattern.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}
div#menu
{
    position:relative;
    margin: 0px;
    width: 120px;
    min-height: 315px;
    margin-left: 0px;
    padding-right: 20px;
    float: left;
    font-size: 11px;
    font-family: Tahoma, sans-serif;
    color: #5e5e5e;
}
div#menu ul
{
    margin-left: -41px;
}
div#menu li
{
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 0px;
}
div#menu a
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    color: #5e5e5e;
    text-decoration: none;
    width: 100px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    background-image: url('/images/menu_separator.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}
div#menu a:hover
{
    color: #5dac2e;
    background-color: #f2f2f2;
}
div#menu a#active
{
    color: #41791e;
    background-color: #dadada;
}
div#menu a#active:hover
{
    color: #5dac2e;
}
div#content
{
    margin: 0px;
    padding: 0px;
    width: 640px;
    min-height: 540px;
    margin-right: 17px;
    margin-left: 140px;
    font-size: 11px;
    text-align: justify;
}
div#extra
{
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #5e5e5e;
    min-height: 70px;
    margin: 0px;
    width: 120px;
    margin-left: 0px;
    padding-right: 20px;
    float: left;
    position: relative;
    bottom: 80px;
}
div#extra a
{
    color: #5e5e5e;
    text-decoration: none;
}
div#extra a:hover
{
    color: #5dac2e;
}
div#extra ul
{
    position: relative;
    bottom: -40px;
}
div#extra li
{
    list-style-type: none;
    list-style-image: url('/images/bullet_general.png');
    margin-bottom: 5px;
}
div.apostille
{
    float: right;
    margin: 0px;
    margin-left: 25px;
    margin-top: 30px;
    margin-bottom: 15px;
}
div.chapter
{
    padding-left: 5px;
    padding-right: 160px;
    padding-bottom: 5px;
}
div.splash
{
    width: 470px;
    height: 180px;
    margin-top:25px;
    border: 0px;
    border-top: 1px dotted #353535;
    border-bottom: 1px dotted #353535;
}
div.splash img
{
    width: 470px;
    height: 178px;
    border: 0px;
}
/* content */
h1
{
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #5e5c5c;
    padding-left: 15px;
    background-image: url('/images/bullet_h1.png');
    background-position: center left;
    background-repeat: no-repeat;
}
/*h1.separated
{
    background-image: url('/images/content_sep.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 20px;
}*/
h2
{
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #5e5c5c;
    padding-left: 0px;
}
h3
{
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #5e5c5c;
    padding-left: 15px;
}
em
{
    font-style: normal;
    color: #5ba92a;
}
ul li
{
    list-style-type: none;
    list-style-image: url('/images/bullet_general.png');
    margin-bottom: 1em;
}
ul.short li
{
    margin-bottom: 0.3em;
}
table
{
    width: 470px;
    margin: 1em auto;
    border-collapse: collapse;
    border: 0px;
    empty-cells: show;
}
col
{
    border-right: 1px dotted #353535;
}
col.last
{
    border-right: 0px;
}
thead
{
    color: #5ba92a;
    background-color: #f2f2f2;
}
tbody tr
{
    border-top: 1px dotted #353535;
}
tbody tr.first
{
    border-top: 0px;
}
th
{
    font-weight: normal;
}
th,
td
{
    text-align: center;
    padding: 1em 2em;
}
address
{
    font-style: normal;
    margin-left: 15px;
}
dl.contacts
{
    margin-top: 2em;
    margin-left: 15px;
}
dl.contacts dt
{
    margin-top: 0px;
    font-weight: normal;
    padding-left: 15px;
    background-image: url('/images/bullet_general.png');
    background-position: center left;
    background-repeat: no-repeat;
}
dl.contacts dd
{
    color: #535252;
    display: inline;
    padding-left: 45px;
    position: relative;
    top: -13px;
}
dl
{
    margin-top: 2em;
    margin-left: 15px;
}
dl dt
{
    font-weight: normal;
    margin-top: 1em;
    margin-left: 10px;
    padding-left: 15px;
    background-image: url('/images/bullet_general.png');
    background-position: center left;
    background-repeat: no-repeat;
}
dl dd
{
    color: #7e7d7d;
}
.hidden
{
    visibility: hidden;
}
.centered 
{
    text-align: center;
}
/*
 * Specific content
 */
/* site messages */
p.error
{
    color: #db1d39;
}
p.message
{
    color: #458020;
}
/* testimonials */
div.testimonial
{
    border-bottom: 1px solid #7e7d7d;
}
div.last
{
    border: 0px;
}
p.signature
{
    margin-left: 15px;
    color: #7e7d7d;
}
a.close_button_text
{
    font-size: 75%;
    color: #535252;
    text-decoration: none;
}
a.close_button_text:hover
{
    color: #5ba92a;
    text-decoration: none;
}
/* search box */
div#search
{
    width: 170px;
    position: absolute;
    z-index: 1000;
    top: 12px;
    left: 20px;
}
form#search-form
{
    margin: 0px;
}
input#search-box
{
    width: 150px;
}
input.search-empty
{
    color: #bababa;
}
input.searchbox-emulator
{
    padding-left: 20px;
    background-image: url("/images/glass.png");
    background-position: 1px 1px;
    background-repeat: no-repeat;
}
/* brands */
table.brands
{
    width: 452px;
}
table.brands td
{
    width: 150px;
    height: 100px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding: 0px;
}
table.brands td:hover
{
    background-position: -150px 0px;
}
table.brands td#sheraton
{
    background-image: url(/images/logos/sheraton.png);
    text-indent: -9999px;
}
table.brands td#best_western
{
    background-image: url(/images/logos/best_western.png);
    text-indent: -9999px;
}
table.brands td#fairmont
{
    background-image: url(/images/logos/fairmont.png);
    text-indent: -9999px;
}
table.brands td#holiday_inn
{
    background-image: url(/images/logos/holiday_inn.png);
    text-indent: -9999px;
}
table.brands td#quality_suites
{
    background-image: url(/images/logos/quality_suites.png);
    text-indent: -9999px;
}
table.brands td#comfort_inn
{
    background-image: url(/images/logos/comfort_inn.png);
    text-indent: -9999px;
}
table.brands td#four_seasons
{
    background-image: url(/images/logos/four_seasons.png);
    text-indent: -9999px;
}
table.brands td#howard_johnson
{
    background-image: url(/images/logos/howard_johnson.png);
    text-indent: -9999px;
}
table.brands td#radisson
{
    background-image: url(/images/logos/radisson.png);
    text-indent: -9999px;
}
table.brands td#westin
{
    background-image: url(/images/logos/westin.png);
    text-indent: -9999px;
}
table.brands td#courtyard
{
    background-image: url(/images/logos/courtyard.png);
    text-indent: -9999px;
}
table.brands td#hilton
{
    background-image: url(/images/logos/hilton.png);
    text-indent: -9999px;
}
table.brands td#hyatt
{
    background-image: url(/images/logos/hyatt.png);
    text-indent: -9999px;
}
table.brands td#ramada
{
    background-image: url(/images/logos/ramada.png);
    text-indent: -9999px;
}
table.brands td#cambridge_suites
{
    background-image: url(/images/logos/cambridge_suites.png);
    text-indent: -9999px;
}
/* side photos */
img.side-photo
{
    width: 140px;
    position: absolute;
    margin-left: 495px;
}
#photo-theresa_syer_leadership
{
    height: 197px;
    margin-top: 45px;
}
#photo-todd_syer_leadership
{
    height: 175px;
    margin-top: 45px;
}

#photo-theresa_syer_keynote
{
    height: 175px;
    }
/* login */
div#loginbox,
div#videobox
{
    background: #ffffff;
    border: 1px solid #5ba92a;
    padding: 10px 20px 10px 30px;
    font-size: 14px;
    width: 435px;
    height: 289px;
    position: absolute;
    z-index: 9999;
    top: 245px;
    left: 0px;
}
div#login_close,
div#video_close
{
    position: absolute;
    right: 5px;
    top: 5px;
}
div#login_submit
{
    width: 98px;
    height: 32px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
div#login_error
{
    width: 180px;
    height: 32px;
    font-size: 11px;
    color: #db1d39;
    position: absolute;
    left: 15px;
    bottom: 15px;
}
div#login_error.ajax-loading
{
    background: url('/images/spinner.gif') no-repeat center;
}
div#login_username,
div#login_password
{
    width: 270px;
    margin-top: 15px;
    margin-right: 40px;
    text-align: right;
    font-size: 15px;
}
input#login_username_data,
input#login_password_data
{
    width: 150px;
    font-size: 15px;
    border: 1px solid #535252;
    color: #7e7d7d;
    margin-left: 10px;
}
#login-form input:focus
{
    border: 1px solid #5ba92a;
}
/* redirect */
div#redirectbox
{
    background: #ffffff;
    border: 1px solid #5ba92a;
    padding: 10px 20px 10px 30px;
    font-size: 14px;
    width: 450px;
    height: 150px;
    position: absolute;
    z-index: 9999;
    top: 245px;
    left: 50%;
    margin-left: -225px;
    padding-top: 2.5em;
}
div#redirect_close
{
    position: absolute;
    right: 5px;
    top: 5px;
}
div#redirectbox p
{
    margin-top: 1em;
    text-align: justify;
}
div#redirectbox div#welcome
{
    text-align: center;
    color: #5ba92a;
    margin-top: 2em;
}
#partners_logos
{
    position: absolute;
    width: 488px;
    height: 25px;
    left: 165px;
    bottom: 28px;
}
#partners_logos img
{
    border: 0px;
}

