﻿
.content_main_body
{
    margin-top: 17px;
    width: 870px;
    padding: 0;
}

#content_top
{
    background-position: bottom;
    background-image: url('images/red_line.png');
    background-repeat: no-repeat;
    width: 870px;
    padding: 0 0 4px 0;

}
#content_top_left
{
    width: 566px;
    float: left;
    display: block;
    padding-right: 18px;
    vertical-align: text-top;
}
#content_top_right
{
    padding: 0 0px 0 8px;
    width: 270px;
    float: left;
    display: block;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #848484;
    vertical-align: text-top;
}

.content_clear
{
    clear: both;    
}
#content_blocks
{
    width: 840px;
    background-color: #373737;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

#content_article_blocks
{
    width: 840px;
    background-color: #373737;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    height: 1400px;
}

#content-page
{
    background-color: White;
    color: #000000;
    margin: 6px 0 6px 0;
    padding: 25px;
}

#master_left
{
    width: 220px; 
    /*border-right: solid 1px #848484;*/
    padding: 4px 8px 4px 4px;
    vertical-align: top;
}

#master_right
{
    border-left: solid 1px #848484; 
    padding: 4px 4px 4px 8px; 
    
    vertical-align: top;
}

.venue_list_item
{
    width: 100%;
    height: 110px;
}

.venue_list_item_left
{
    float: left;
    display: block;
    width: 140px;
}

.venue_list_item_right
{
    float: left;
    display: block;
    width: 428px;
}

/* Registration */

.reg
{
    padding: 10px;
}
.reg_content
{
    padding: 1px;
    width: 100%;
    background-color: White;
}
.reg_title
{
    padding: 6px 12px;
    display: block;
    background-color: #c1c1c1;
    font-size: 14px;
    font-weight: bold;
}

.reg_body
{
    padding: 10px 6px 10px 6px;
    color: #000000;
}
.reg_block
{
    margin: 18px;
    width: 380px;
    display: block;
    float: left;    
    background-color: #F7F7DE;
    border-color: #CCCC99;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana;
    font-size: 10pt;
    height: 250px;
}
.reg_block_no_style
{
    margin: 18px;
    width: 380px;
    display: block;
    float: left;    
    font-family: Verdana;
    font-size: 10pt;
    height: 250px;
}
.reg_header
{
    font-size: 18px;
    line-height: 36px;
    vertical-align: top;
}
.reg_highlight
{
    font-size:8.5pt;
    color:black;
    font-weight: bold;
    vertical-align: top;
    width: 130px;
}
.reg_notes
{
    color: Gray;
}
.reg_required
{
    color: Red;
    vertical-align: top;
}

