﻿#rightTool  
{
    float: right; 
    width: 290px;
    padding: 90px 20px 20px 20px;
}
#mainBody  
{
    width: 634px; float: left;
    height:auto;
    margin-top: 50px;
    padding: 0 20px 20px 40px;
    position:relative;
    z-index:50;
}
#mainBodyBg 
{
    background: url(MainBody/TowerBg.gif) bottom left no-repeat;
    width: 135px;
    height:410px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:49;
}
#container 
{   
    background: #fff url(Content/ContentSync.jpg) repeat-y;
}
#content 
{
    background: url(Content/ContentTop.jpg) top left no-repeat;
    position: relative;
    padding-bottom: 0;
}
#mainImage 
{
    background: url(Content/MainImageBg.gif) top left no-repeat;
    width: 605px;
    padding: 73px 10px 10px 10px;
}
#mainText 
{
    background: #fff;
    padding: 10px 15px 5px 10px;
    margin: .5em 0;
    color: #336d72;
    font-size: 14px;
    line-height: 1.4em;
}
#horseBg 
{
    background: url(RightTool/BgHorse.gif) top left no-repeat;
    width: 162px;
    height: 137px;
    position: absolute;
    bottom: 0;
    right: 0;
}
div.abstraction {
    width:250px;
}
/* Feature Pane */

#staticBanner { position:relative; width:605px; height:257px; margin: 0 0 15px 0;}
#staticBanner div.slide_item { position:absolute; top:0; left:0; width:605px; height:257px; padding:0; }
#staticBanner .controls 
{
    position: absolute;
    bottom: -24px; left: 10px;
}
#staticBanner .controls ul, #staticBanner .controls ul li 
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#staticBanner .controls li 
{
    float: left;
}
#staticBanner .controls li a 
{
    display: block;
    padding: 1px 6px;
    background: #fff;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    margin: 0 2px 0;
}
#staticBanner .controls li.selected a 
{
    border-color: #999;
}
a.moreInfo {
    margin-top:.7em;
    margin-bottom: .5em;
}
