﻿.layout_fullcontainer
{
 background-color:#eeeeee;   
}

.layout_pagecontainer
{
    margin-left:auto;
    margin-right:auto;
    width:910px;
    height:100%;
    background-color:White;
    
    
}

.layout_contentcontainer
{
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    text-align:justify;
    width:910px;
}

.layout_defaultheadercontainer
{
    height:203px;
    
}

.layout_header_topstrip
{
    text-align:right;
    clear:both;
    float:left;
    height:14px;
    width:910px;
    background-image:url('../../Images/Layout/Masterpages/Default/master_01.jpg');
}
.layout_header_logospace
{
    float:left;
    height:142px;
    width:455px;
    background-image:url('../../Images/Layout/Masterpages/Default/master_02.jpg');
}
.layout_header_photospace
{
    padding-top:30px;
    text-align:center;
    vertical-align:middle;
    float:right;
    height:112px;
    width:455px;
    background-image:url('../../Images/Layout/Masterpages/Default/master_03.jpg');
}
.layout_header_tabstrip
{
    
    clear:both;
    float:left;
    height:45px;
    width:680px;
    background-image:url('../../Images/Layout/Masterpages/Default/master_04.jpg');
}

.layout_header_tabstrip_tab
{
    
    padding-top:7px;
    float:left;
    margin-left:10px;
    background-image:url('../../Images/Tabs/HeaderTab.png');
    width:114px;
    height:21px;
    text-align:center;
    vertical-align:middle;
}

.layout_header_affiliated
{
    float:right;
    height:45px;
    width:230px;
    background-image:url('../../Images/Layout/Masterpages/Default/master_05.jpg');
}
    
.layout_leftcolumn
{
    margin-top:10px;
    float:left;
    width:200px;
    
    background-color:White;
}
.layout_leftcolumn_rotator
{
    padding-left:45px;
    margin-top:10px;
    float:left;
    width:200px;
    
    background-color:White;
}
.layout_rightcolumn
{
    padding-right:10px;
    margin-top:10px;
    float:right;
    width:690px;
    margin-left:10px;
    
    background-color:White;
}

.layout_footer
{
    margin-top:10px;
    width:910px;
    height:38px;
    color:White;
    padding-top:13px;
    vertical-align:middle;
    text-align:center;
    background-color:#6B008F;
}


