﻿body
{
}

#side-navigation ul
{
    float:left;
    list-style:none;
    padding-top: 50px;
    padding-left:20px;
    position:absolute;
    margin-left:-20px;
}

#side-navigation ul li
{
    padding-top:5px;
}

#content-holder
{ 
    margin-left:180px;
    min-height:200px;
    padding-bottom:70px;
}

#support-box
{
    position:relative;
    padding:10px;
    
}

#support-box b
{
    background-image:url(../../images/cr/support-corners.png);
    background-repeat:no-repeat;
    width:10px;
    height:8px;   
    position:absolute;
    display:block;
}

#support-box b.top i
{
    height:8px;   
    position:absolute;
    left:10px;
    right:10px;
    top:0px;
    display:block;
    background-image:url(../../images/support-top-filler.png);
    background-repeat:repeat-x;
}

#support-box b.top
{
    top:0px;
    left:0px;
    width:100%;
}

#support-box b.top b
{
    background-position:0 -8px;
    top:0px;
    right:0px;
}

#support-box b.left
{
    background-image:url(../../images/support-left-side-filler.png);
    background-repeat:repeat-y;
    width:10px;
    top:8px;
    left:0px;
    bottom:0px;
    height:auto;
}

#support-box b.right
{
    background-image:url(../../images/support-right-side-filler.gif);
    background-repeat:repeat-y;
    width:10px;
    top:8px;
    right:0px;
    bottom:0px;
    height:auto;
}

#support-box b.bottom
{
     background-image:url(../../images/bg/support-grass.png);
     background-color:White;
     left:2px;
     bottom:0px;
     right:-20px;
     height:92px;
     width:969px;
}

#support-box .content
{
    background-color:White;
    margin-bottom:82px;
    padding-right:20px;
}

.mainList li
{
    padding-right:60px;
}
