﻿body {
    margin:0;
    font-family:Arial, Verdana, Sans-Serif;
    text-align:center;
    background-color:#FFFFFF;
    color:#111111;
}
body, td{
    font-size:13px;
    line-height:18px;
}
img 
{
    border-style: none;
}

ul 
{
    margin-top:0;
    margin-bottom:0;
}

#ShadowBack{
    width:940px;
    margin:auto;
    background-position:center;
    background-repeat:repeat-y;
}

#main{
    width:900px;
    margin:auto;
    text-align:left;
    background-color:#FFFFFF;
    background-image:url(../images/base/main-back.jpg);
    background-repeat:no-repeat
}
#header{
    height:66px;
    padding-left:0;
    padding-top:0;
    overflow:hidden;
}
#MainNavigation{
    background-color:#F8F8F8;
    height:26px;
}
#main .RadMenu_Gray .rmLink
{
    padding: 4px 10px 5px;   
}
#content{
    padding:20px;
    padding-top:10px;
    padding-bottom:80px;
    clear:both;
}
#footer{
    background-repeat:no-repeat;
    background-position:center bottom;
    padding:20px 20px 40px 40px;
    font-size:10px;
    color:#333333;
    clear:both;
    text-align:left;
}
#footer a 
{
    text-decoration:none;
    color:#555555;
    margin-right:10px;
}
#footer a:hover 
{
    text-decoration:underline;
}

#footer .Reference,
#footer .Reference a 
{
    color:#999999;  
    font-size:11px;  
}
#footer .Pages
{    
    font-size:11px;  
}


#features 
{
    font-size:18px;
    line-height:150%;
    font-weight:normal;
    color:#333333;
}
.BigTitle,
#features .MediumOrange,
h3
{
    font-size:24px;
    line-height:150%;
    margin-top:0;
}

.Medium,
.Medium td,
.MediumOrange,
.MediumGradient,
h3
{
    font-size:18px;
    line-height:150%;
}
.Medium,
.MediumOrange,
.MediumGradient,
h3
{    
    display:block;
}
.MediumOrange,
h3
{
    margin-top:8px;
}
.BarOrange{
    padding:4px 0 0 0;
    font-size:24px;
    font-weight:bold;
}

.MediumGradient
{
    background-image:url(../images/base/heading-back.jpg);
    background-repeat:repeat-x;
    padding:2px;
}
.LineItem{
    padding-bottom:3px; 
    margin-bottom:3px; 
    border-bottom:1px dotted #CCCCCC;
}

#FeaturesMenu a
{
    background-image:url(../images/base/featuresbutton.png);
    height:35px;
    width:310px;
    display:block;
    padding:5px;
    margin-bottom:5px;
    text-decoration:none;
    color:#000000;
}
#FeaturesMenu .MediumOrange 
{
    margin-top:0;
    text-decoration:none;
    padding:0;
    line-height:normal;
}
#FeaturesMenu a:hover,
#FeaturesMenu a.on
{
    background-position:0 -78px;
}

a.rmLink 
{
    cursor:pointer !important;
}