﻿#tile1
{
    float:left;
}
#tile2
{
    float:left;
    margin-left:17px;
}
#tile3
{
    float:right;
}
.tiles
{
    margin-top:10px;
}
.tileCont
{
    width:222px; 
}
.tileHeader
{
    background:url(/web/design/images/tile-header.gif) no-repeat;
    width:222px;
    height:29px;
    font-size:14px;
    line-height:16px;
    color:#fff;
}
.tileHeader div
{
    padding:5px 5px 0 5px;    
}
.tileBody div
{
    /*padding:5px;*/
}
.tileBody div p
{
    padding:5px;
}
.tileFooter
{
    background:url(/web/design/images/tile-footer.gif) no-repeat;
    width:222px;
    height:20px;
}
.tileBody
{
    background:url(/web/design/images/tile-bg.gif) repeat-y;
    width:222px;
    min-height:250px;
    height:250px;    
}

/*____________________ BFG 18/02/09 - Top Tile _____________________ */
.tileTopCont
{
    width:700px;
    background: #C3E7FB;
}
.tileTopHeader
{
    background:url(/web/design/images/tile-top-header.gif) no-repeat;
    width:700px;
    height:29px;
    font-size:14px;
    line-height:16px;
    color:#fff;
}
.tileTopHeader div
{
    padding:5px 5px 0 5px;    
}
.tileTopBody div
{
    /* padding:5px; */
}
.tileTopBody div p
{
    padding:5px;
}
.tileTopFooter
{
    background:url(/web/design/images/tile-top-footer.gif) no-repeat;
    width:700px;
    height:20px;
}
.tileTopBody
{
    background:url(/web/design/images/tile-top-bg.gif) repeat-y;
    width:700px;
    min-height:150px;
    height:100%;
}
/* _________________________________________________________________ */
#col2
{
    background:none;
}
.contentTop,
.contentBottom
{
    display:none;
    margin:0;
}