html, body {
    margin:         0;
    padding:        0;
    background:     white;
    height:         100%;
    width:          100%;
    font-family:    'Tahoma', 'Verdana', 'Times New Roman', serif;
}

.right_column p {
    margin:         0;
    padding:        0;
}

.centered {
    text-align:     center;
}

.black {
    color:          black;
    text-decoration:none;
}

.underline {
    text-decoration:underline;
}

.container {
    width:          880px;
    margin:         0 auto -120px;
}

.footer, .push {
    height:         120px;
}

.footer {
    width:          880px;
    margin:         0 auto;
    padding-top:    10px;
    font-size:      0.8em;
    font-family:    'Arial', sans-serif;
}

.footer a {
    text-decoration:none;
    color:          black;
}

.footer_ad_box {
    margin:         0 5px;
    float:          left;
    height:         60px;
    width:          120px;
    border:         1px black solid;
    position:       relative;
    top:            10px;
    left:           50px;
}

.footer_redline {
    background:     #FF0900;
    color:          white;
    padding:        0 10px;
}

.right_column {
    width:          120px;
    float:          right;
    padding-top:    100px;
}

.right_link_list {
    padding:        2px;
    font-size:      0.7em;
    background:     #FF0900;
    color:          white;
    font-family:    'Arial', sans-serif;
}

.bold {
    font-weight:    bold;
}

ul.plain {
    list-style-type: none;
    padding:        0;
    margin:         0;
}

ul.plain li {
    padding-bottom: 2px;
}

ul.plain li a {
    text-decoration:    none;
    color:              white;
}

.padded_bottom {
    padding-bottom: 10px;
}

.main_column {
    width:          742px;
    float:          left;
    position:       relative;
}

.main_column p {
    margin-left:    20px;
}

.header {
    background:     #FF0900;
    color:          white;
    font-size:      0.8em;
    padding:        25px 0 0;
}

.afterhours {
    position:       absolute;
    z-index:        5;
    top:            230px;
    left:           440px;
}

.header a {
    color:          black;
    font-weight:    bold;
    text-decoration:none;
    padding:        0 10px;
    font-family:    'Arial', sans-serif;
}

.heading {
    font-size:      2.4em;
    font-family:    "Times New Roman", "Tahoma", "Arial", sans-serif;
    float:          left;
    margin:         0 10px;
    position:       relative;
    top:            -15px;    
}

.floatleft {
    float:          left;
    margin:         0;
    border:         0;
    padding:        0;
}

.floatright { 
    float:          right;
}

.clear {
    clear:          both;
}

.first_nav {
    width:          100%;
    background:     #FF0900;
    font-size:      1.5em;
    color:          white;
    text-align:     center;
    font-family:    'Arial', sans-serif;
}

.first_nav a {
    color:          black;
    text-decoration:none;
    padding:        0 5px;
}

.second_nav {
    width:          100%;
    background:     white;
    color:          black;
    text-align:     center;
    font-family:    'Arial', sans-serif;
    font-weight:    bold;
    font-size:      0.95em;
}

.second_nav a {
    color:          black;
    text-decoration:none;
    padding:        0 2px;
}

.redheader {
    font-weight:    bold;
    font-family:    'Arial', sans-serif;
}

.paddedleft {
    position:       relative;
    left:           10px;
}

.thickborder {
    border:         2px black solid;
    margin-right:   5px;
}

ul.bulleted li {
    padding-bottom: 5px;
}

.address_container {
    text-align:     center;
    margin:         20px 0;
}

