
/**
Page
**/
div#page {
    width: 960px;
    text-align: left;
    margin: 0px auto;
    border-top:0px;
    border-right:0px;
    min-height:430px;
    background-color: white;
}

div#page_container {
    background: transparent url('/images/header_below_nav2.jpg') 0px 46px no-repeat;
}

div#page_container hr {
    border: none;
    border-bottom: 1px solid #8BB9DF;
}

/**
Page Header
**/
div#page_header {
    height: 196px;
    border-bottom: 1px solid #8BB9DF;
}

div#page_header #header_bar {
    background-color: #131B2E;
    color: #DAE2F5;
    height: 46px;
}

div#page_header #header_bar .charter_bus_rates {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

div#page_header #header_bar .header_flags {
    float: left;
    margin-left: 90px;
}

div#page_header #header_bar ul {
    float: right;
}

div#page_header #header_bar ul li {
    float: left;
    list-style: none;
    height: 46px;
    /*padding: 0px 15px;
    padding-top: 18px;*/
    border-left: 1px groove #CCC;
    margin: 0px;
}

div#page_header #header_bar ul li a {
    display: block;
    color: #DAE2F5;
    text-decoration: none;
    padding: 16px 15px;
}

div#page_header #header_bar a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #E7981C;
}

/**
Page Content
**/
div#page_content {
    float: left;
    color: black;
    background-color: #FFFFFF;
    padding: 5px;
    width: 750px;
}
/**
Results Page Container
**/
div#page_content.results_page {
    float: auto;
    width: auto;
}

/**
Searchbar
**/
div#searchbar {
    float: right;
    color: black;
    padding-top: 5px;
    padding-right: 2px;
}

img.submit_img {
    cursor: pointer;
}

form.frm_request_quote table
{
    width: 100%;
}