/**
 * Best Western MAIN STYLE
 */

/*****************

COLOURS:


******************/


/**
* MAIN LAYOUT STYLES
* 
* light-grey: #d1d1d1
* grey: #999999
* dark blue: #003876
* red: #8f0711
* bright-red: #ff0000
* yellow: #ffcb2b;
* mustard-yellow: #c19b1e
*
*/

body {
    text-align: center;
    /*background-image: url(../images/body-bg.gif);*/
    background-repeat: repeat-x;
    background-color: #d1d1d1;
    font-family: georgia, serif;
}

a {
    text-decoration: none;
}

a:hover {
}

.selected a {
}

.selected {
}

/** Layout **/
#layout_container {
    width: 768px;
    margin: 24px auto 0px auto;
    position: relative;
}

#layout_body_shadow {
    width: 768px;
    background-image: url(../images/shadow-body-vertical.gif);
    background-repeat: repeat-y;
    text-align: center;
}

#layout_body_shadow .shadow_bottom {
    height: 16px;
    background-image: url(../images/shadow-body-horizontal.gif);
    background-repeat: no-repeat;
}

#layout_body {
    width: 730px;
    margin: 0px auto;
    padding: 5px;
    background-color: #fff;
    text-align: left;
}

#layout_header {
    height: 85px;
    margin-bottom: 5px;
    position: relative;
}

#layout_header h1.title {
    position: absolute;
    top: 5px;
    left: 5px;
    text-indent: -500em;
    background-image: url('../../../images/header.gif');
    width: 498px;
    height: 75px;
}

#layout_header ul.corporateLinks {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    font-size: 11px;
}

#layout_header ul.corporateLinks a {
    text-decoration: none;
    color: #59D;
}

#layout_header ul.corporateLinks a:hover {
    color: #027;
}



#layout_menubar {
    text-align:right;
    border-bottom: 2px solid #002674;
    margin-bottom: 5px;
}

layout_columns {
}

#layout_sidebar {
    background-color: #8f0711;
    width: 257px;
}

#layout_main_content {
}

#layout_footer {
    text-align: center;
    color: #003876;
    /*text-transform: uppercase;*/
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

/** Menu Style **/

#menu_main {
    margin-left: auto;
    margin-right: 0;
}

#menu_main .item {
}

#menu_main a {
    display: block;
}

#menu_main img {
    display:block;
}

#menu_main img.selected {
}


/* Sidebar Style **/

#sidebar {
    padding: 15px 9px;
    text-align: center;
}

#sidebar a {
    display: block;
}

#sidebar h1 {
    color: #ffcb2b;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.5em;
    text-align: left;
}

#sidebar img.banner {
    display: block;
    padding: 4px;
    margin: 0px auto 9px auto;
    border: 1px solid #ff0000;
}

/** Main Content Styles **/

#main_content {
    margin: 20px;
}

#main_content a {
    color: #ff0000;
    text-decoration: underline;
}

#main_content h1 {
    color: #003876;
    font-weight: normal;
    font-size: 25px;
    line-height: 1.1em;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #003876;
}

#main_content h2 {
    color: #003876;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.1em;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #003876;
    clear: both;
}

#main_content h3 {
    color: #003876;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1em;
}

#main_content h1 span {
    color: #ff0000;
}

#main_content img {
    display: inline;
    float: right;
    border: 1px solid #003876;
    margin: 0px 0px 5px 5px;
}

#main_content img.button {
    display: inline;
    float: left;
    border: 0px;
    margin: 0px 5px 0px 0px;
}

#main_content ul {
    list-style-type: square;
    margin: 25px;
    line-height: 1em;
}

#main_content li {
    margin: 0 0 0.5em 0;
    padding: 0;
}

#main_content p.note {
    color: #ff0000;
    font-style: italic;
}

/** Forms **/

.form_layout {
}

.form_layout label {
}

.form_layout required {
}

.form_layout .error {
    border: 1px solid #ff0000;
}

.error_messages_box {
    border: 1px solid #ff0000;
    padding: 10px 10px 2px 10px;
    color: #ff0000; 
    margin-bottom: 10px;
    text-align: left;
}
