body {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.main_body {
    width: 880px;
    background-color: #FFFFFF;
    border: 10px solid #a9a591;
    /* height: 756px; */
    margin: 0px auto;
}

.nice_links {
    color: #989480;
}

.nice_links:hover {
    color: #CB9B35;
}
.bigger_link{
	font-size:14px;
}
.bigger_link:hover{
	font-size:18px;
}
.no_style_links {
    color: inherit;
    text-decoration: none;
}

.main_logo_box {
    height: 160px;
}

.logo_box {
    background-image: url(images/logo.png);
    float: left;
    height: 128px;
    margin-left: 25px;
    width: 128px;
    position: absolute;
    z-index: 1;
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.tagline_box {
    background-image: url(images/yellow_top_arrow.png);
    width: 768px;
    position: absolute;
    height: 40px;
    top: 68px;
    float: left;
    display: block;
    z-index: 0;
    color: #FFFFFF;
}

.tagline_text_p {
    float: right;
    margin-right: 40px;
    margin-top: 10px;
    vertical-align: top;
    font-size: 18px;
}

.clear_div {
    clear: both;
}

.menu_main_div {
    padding-bottom: 3px;
    border-bottom: 10px solid #a9a591;
}

.menu_table td {
    background-image: url(images/violet_bg.gif);
    color: #333333;
    font-weight: bold;
    height: 22px;
    text-align: center;
    width: 130px;
    cursor: pointer;
}

.menu_table td:hover {
    background-image: url(images/yellow_bg.gif);
}

.content_table {
    width: 100%;
    border-collapse: collapse;
    background-color: #a9a591;
}

.main_content_box {
    border-right: 4px solid #a9a591;
    width: 645px;
    vertical-align: top;
}

.main_content_div {
    background-color: #FFFFFF;
}

.left_bar_box {
    vertical-align: top;
    background-color: #a9a591;
}

.carbon_prices_box {
    padding: 10px;
    background-color: #FFFFFF;
}

.scrolling_events_box {
    padding: 1px;
    background-color: #FFFFFF;
    border-top: 4px solid #a9a591;
    font-size: 10px;
    height: 50px;
}

.carbon_prices_data_div {
    background-color: #E3E3E3;
    padding: 10px;
    height: 150px;
}

#carbon_prices_table {
    /* display: none; */
}

.small_news_box {
    padding: 10px;
    background-color: #FFFFFF;
    border-top: 4px solid #a9a591;
    font-size: 10px;
}

.resources_box {
    padding: 10px;
    background-color: #FFFFFF;
    border-top: 4px solid #a9a591;
    font-size: 10px;
}

.join_mailing_list_button {
    background-image: url(images/mailing_list_bg.jpg);
    font-size: 22px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.join_mailing_list_button_hover {
    background-color: #C28938;
    background-image: none;
}

.hidden {
    display: none;
}

.gfc-title {
    font-size: 24px;
    color: #333333 !important;
}

.ajax_loader_div {
    width: 55px;
    margin: auto;
}

.video_image {
    cursor: pointer;
}

.video_image:hover {
    border: 10px solid #000000;
    border-width: 10px 0px;
    height: 52px;
    width: 90px;
}

/* jQuery UI style */
/* the overlayed element */
.simple_overlay {
    /* must be initially hidden */
    display: none;
    /* place overlay on top of other elements */
    z-index: 10000;
    /* styling */
    background-color: #000000;
    min-height: 200px;
    border: 1px solid #666;
    /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: fixed;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image: url(images/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

/* close button positioned on upper right corner */
.overlay .close {
    background-image: url(images/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: none;
}

.section_head {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: -2px;
    color: #FFFFFF;
    background-image: url(images/blue_bg.png);
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}
