html, body {
    background: #444;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

label {
    float: left;
    width: 100px;
}

a:link, a:visited {
    color: #2c4a67;
}

a:hover {
    color: #333;
}

/* Override stupid MS styles pasted from Word */

body a:link, body a:visited {
    color: #2c4a67;
    font-family: arial, helvetica, sans-serif;

}
body a:hover {
    color: #333;
    font-family: arial, helvetica, sans-serif;
} 

/* End stupid styles */

a img {
    border: none;
}

/*************** header styles ***************/
#header {
    background: #eee;
    margin: 0;
    min-width: 940px;
    padding: 4px 0 0;
    position: relative;
    z-index: 3;
}

#header .main_logo {
    left: 4px;
    position: absolute;
    top: 16px;
}

#header h1#main_title {
    color: #2c4a67;
    display: inline;
    font-family: 'Hobo Std', arial, sans-serif;
    font-size: 32px;
    line-height: 10px;
    margin: 0 12px 0 180px;
    padding: 0;
}

#header h2#main_subtitle {
    color: #5b687c;
    display: inline;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 10px;
}

#banner_background {
    background: #2c4a67 url('/images/bg_fill.jpg') repeat-x left top;
    height: 79px;
    padding: 0;
    width: 100%;
}

#banner_mosaic {
    background: transparent url('/images/banner_web.jpg') no-repeat left top;
    height: 79px;
    margin: 0 auto;
    width: 918px;
}

#flash_instructions {
    color: #666;
    font-size: 11px;
    font-style: italic;
}

/*************** navigation styles ***************/

#navigation {
    background: #fff;
    left: 34px;
    padding-top: 40px;
    position: absolute;
    top: 110px;
    width: 180px;
    box-shadow: 0px 0px 20px #111;
        -o-box-shadow: 0px 0px 20px #111;
        -icab-box-shadow: 0px 0px 20px #111;
        -khtml-box-shadow: 0px 0px 20px #111;
        -moz-box-shadow: 0px 0px 20px #111;
        -webkit-box-shadow: 0px 0px 20px #111;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=135, Strength=6);
    zoom: 1;
    z-index: 2;
}

#navigation ul {
    background:#ddd;
    font-size:13px;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

#navigation li {
    background: #fff;
    color:#333;
    margin: 0;
    padding: 0;
}

#navigation li a:link, #navigation li a:visited {
    background-color: #ddd; /* fallback color */
    background-image: -moz-linear-gradient(center bottom, #dddddd, #fff);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(235,235,235)),to(rgb(255,255,255)));
    color: #2c4a67;
    display: block;
    padding: 6px 4px 6px 16px;
    position: relative;
    text-decoration: none;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#dddddd);
    zoom: 1;
}

#navigation li a:hover {
    background-color: #fff4d9; /* fallback color */
    background-image: -moz-linear-gradient(center bottom, #fff4d9, #fafafa);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255,244,217)),to(rgb(255,255,255)));
    color: #333;
    position: relative;  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fafafa,endColorstr=#fff4d9);
    zoom: 1;
}

#navigation .link_label {
    display: block;
    padding: 6px 4px 0 16px;
}

#navigation li li a:link, #navigation li li a:visited {
    padding: 6px 4px 6px 36px;
}

form#cse_search_box, form#cse_search_box div {
    margin: 0px;
    padding: 0px;
}

#navigation #cse_search_input {
    float: left;
    height: 18px;
    margin: 8px 0 8px 4px;
    padding: 3px;
    width: 130px;
}

#navigation #search_submit {
    float: left;
    margin: 8px 2px;
    vertical-align: middle;
}

/*************** quick links styles ***************/

#quick_links {
    background: #888;
    background-image: -moz-linear-gradient(center top, #555555, #aaaaaa);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#aaaaaa));
    height: 40px;
    position: relative;
    width: 100%;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#555555,endColorstr=#aaaaaa);
    z-index: 1;
}

#quick_links ul {
    list-style-type: none;
    margin: 0;
    margin-left: 96px;
    padding: 0;
}

#quick_links ul li {
    float: left;
}

#quick_links ul li a:link, #quick_links ul li a:visited {
    background: #748391;
    border-left: 1px solid #626b73;
    border-right: 1px solid #626b73;
    border-top: 1px solid #b2b8bf;
    border-radius: 4px 4px 0px 0px;
        -o-border-radius: 4px 4px 0px 0px;
        -icab-border-radius: 4px 4px 0px 0px;
        -khtml-border-radius: 4px 4px 0px 0px;
        -moz-border-radius: 4px 4px 0px 0px;
        -webkit-border-radius: 4px 4px 0px 0px;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 24px;
    margin: 10px 4px 0 4px;
    padding: 5px 6px 0 6px;
    text-decoration: none;
}

#quick_links ul li a:hover {
    background: #838c95;
}

#quick_links ul li a.active {
    background: #fff;
    color: #203447;
    cursor: default;
}

/*************** main content styles ***************/

#page_content {
    background: #fff;
    box-shadow: 0px 0px 20px #111;
        -o-box-shadow: 0px 0px 20px #111;
        -icab-box-shadow: 0px 0px 20px #111;
        -khtml-box-shadow: 0px 0px 20px #111;
        -moz-box-shadow: 0px 0px 20px #111;
        -webkit-box-shadow: 0px 0px 20px #111;
    margin: 0 80px 30px 140px;
    min-width: 800px;
    padding: 10px 0 0;
    width: 84%;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=135, Strength=6);
    zoom: 1;
}

#main_content {
    margin: 30px 20px 0 100px;
}
            
#main_content .content_box {
    border: 1px solid #ddd;
    position: relative;
    width: 100%;
}

#main_content .content_box .content_container {
    overflow: hidden;
}

#main_content .content_box h2 {
    background: #fff;
    color: #444;
    display: inline;
    font-size: 20px;
    margin: 0 12px;
    padding: 0 12px;
    position: absolute;
    text-shadow: 1px 1px 0px #ccc;
    top: -12px;
    width: auto;
}

#main_content form#current_offer {
    clear: both;
}

#main_content .left_content {
    margin: 20px 24px;
}

#main_content .has_sidebar .left_content {
    margin-right: 230px;
}

#main_content .left_content img {
    float: left;
    margin-right: 6px;
}

#main_content .right_sidebar {
    background: #eee;
    float: right;
    margin-bottom: -1990px;
    padding: 8px;
    padding-bottom: 2000px;
    width: 200px;
}

#main_content .right_sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0 16px;
    text-indent: -12px;
}

#main_content .right_sidebar #rss_link a {
    background: #fff;
    background-image: -moz-linear-gradient(center bottom, #fffaea, #fff);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fffaea),to(#fff));
    border: 1px solid #ccc;
    border-radius: 8px 8px 8px 8px;
        -o-border-radius: 8px 8px 8px 8px;
        -icab-border-radius: 8px 8px 8px 8px;
        -khtml-border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 2px 3px #666;
        -o-box-shadow: 0px 2px 3px #666;
        -icab-box-shadow: 0px 2px 3px #666;
        -khtml-box-shadow: 0px 2px 3px #666;
        -moz-box-shadow: 0px 2px 3px #666;
        -webkit-box-shadow: 0px 2px 3px #666;
    display: block;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=135, Strength=3),
        progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#fffaea);
    font-size: 16px;
    line-height: 20px;
    margin: 12px auto;
    padding: 3px 6px;
    position: relative;
    text-decoration: none;
    width: 70%;
}

#main_content .right_sidebar #rss_link img {
    vertical-align: bottom;
}

#main_content h3.article_title {
    margin: 0;
    padding: 0;
}

#main_content h4.author_subtitle {
    color: #444;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

a.read_more {
    display: block;
    float: right;
    font-weight: bold;
    padding-bottom: 8px;
}

/*************** footer styles ***************/

#footer {
    background: #f0f6fc;
    border-top: 1px dashed #bbb;
    clear: both;
    margin-top: 30px;
    min-height: 24px;
    padding: 6px 20px 6px 100px;
}

#footer img {
    float: left;
    margin-right: 6px;
    padding: 2px;
    text-align: top;
}

#footer .copyright_date {
    background: transparent;
    color: #333;
}

#footer #footer_right_links {
    float: right;
}

