﻿DIV.colLayMask
{
    position: relative; /* This fixes the IE7 overflow hidden bug */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
}

DIV.colLayCol1, DIV.colLayCol2, DIV.colLayCol3 
{
	float: left;
	position: relative;
	padding: 0 0 1em 0;
    /* no left and right padding on columns, we just make them narrower instead 
	only padding top and bottom is included here, make it whatever value you need */
	overflow: hidden;
}


#divContentEnvelope
{
    font-family: Trebuchet MS;
    color:#333333;
    font-size:13px;
    margin:0 auto;
    width:990px;
    position: relative;
}

    #divContentEnvelope #divTitle {
        margin: 0 auto;
        height: 188px;
        width: 990px;
        background-image: url(../Images/site-head-off.jpg);
        xbackground-image: url(../Images/site-head.jpg);
        position: relative;
    }


#divContentEnvelope #divTitle img.imgLogoLink
{
    margin:10px 0px 0px 10px;
    position:absolute;
}



    #divContentEnvelope #divMenu {
        margin: 0 auto;
        /*font-family:Verdana;*/
        width: 990px;
        color: white;
        font-size: 11px;
        height: 28px;
        background-image: url(../Images/menu-bg.gif);
    }

#divContentEnvelope #divPage 
{    
    min-height: 550px;
}

#divContentEnvelope #divFooter
{
    text-align: center;
    padding: 0px 0;

} 

#divContentEnvelope #divFooter > div
{
    clear:both;
    height:25px;
    line-height:25px;
    font-size:10px;
} 

DIV.colLayOffset1, DIV.colLayOffset2
{
   	float: left;
	width: 100%; 
	position: relative;
}

DIV.colLayOffset1
{
    right: 585px;
}

DIV.colLayOffset2
{ 
}

DIV.colLayCol1
{
    width: 600px;    
    left: 780px;
}

DIV.colLayCol2
{
    width: 172px;    
}

DIV.colLayCol3
{
    width: 172px;    
    left: 615px;
}
