﻿body 
{
    background-color:#FFFFFF; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    margin-right: 0px;
}

#contentWrapper 
{
    position: relative;
    left:0px;
    top:0px;
    width:900px;
    min-height:695px;
    overflow:visible;
}
#footerWrapper 
{
    position: relative;
    left: 0px;
    width: 900px;
}
#logoWrapper {
    position:relative;
    left:0px;
    top:0px;
    width:153px;
    height:81px;
}

#menuWrapper {
    position: absolute;
    left:153px;
    top:0px;
    width:747px;
    height:81px;
}

#bodyWrapper 
{
    position:relative;
    width:900px;
    min-height:380px;
    overflow: visible;
    /*background-image: url(../../images/home_body_bg_900w.gif);
    background-repeat:no-repeat;*/
}

#defaultBGLayer
{
    width:900px;
    min-height:380px;
    background-image: url(../../images/home_body_bg_900w_1.jpg);
    background-repeat:no-repeat;
    }

#ancillaryBGLayer
{
    width:900px;
    min-height:380px;
    background-image: url(../../images/ancillary_body_bg_900w_1.jpg);
    background-repeat:no-repeat;
    }
    
#investmentBGLayer
{
    width:900px;
    min-height:380px;
    background-image: url(../../images/investment_body_bg_900w_1.jpg);
    background-repeat:no-repeat;
    }
    
#managmentBGLayer
{
    width:900px;
    min-height:380px;
    background-image: url(../../images/mngmnt_body_bg_900w.jpg);
    background-repeat:no-repeat;
    }

#chicagoBGLayer
{
    width:900px;
    min-height:380px;
    background-image: url(../../images/different_body_bg_900w.jpg);
    background-repeat:no-repeat;
    }
	
#contactBGLayer
{
    width:900px;
    min-height:380px;
    background-image: url(../../images/contact_body_bg_900w_1.jpg);
    background-repeat:no-repeat;
    }
	
#whyBGLayer
{
    width:900px;
    min-height:380px;
    background-image: url(../../images/why_body_bg_900w_1.jpg);
    background-repeat:no-repeat;
    }	
	
#newsBGLayer
{
    width:900px;
    min-height:380px;
    background-image: url(../../images/news_body_bg_900w_1.jpg);
    background-repeat:no-repeat;
    }		


#textbox 
{
    font-family: Verdana;
    font-size: 10pt;
    color: #000000; /*#0086a6; */ /*websafe 0099cc */
    position: relative;
    left:20px;
    top: 30px;
    width:550px;
    min-height:450px;
    overflow: visible;
}

#contentBox1 
{
    float:left;
    height:134px;
}

#contentBox2  /*contact us */
{
    float: left;
    width: 300px;
    height:134px;
}

#contentBox3 /*current news*/
{
    float: right;
    width:301px;
    height:134px;
}

#footer {
    position: relative;
    width:900px;
    height:12px;
}

.imageBox 
{
    float: left;
    padding: 0px 10px 10px 0px;
    }

.subHeader
{
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
    color: #669933;
}
.bullet
{
    color: #669933;
}

.footerLink
{
    font-family: Verdana;
    font-size: 10pt;
    color: #669933;
    text-decoration: underline;
}