﻿#DefaultContent
{
    min-height: 480px;
    height: auto !important;
    height: 480px;
}
#DefaultContent #ContentImages
{
    margin-top: 2px;
    margin-bottom: 35px;
}
#DefaultContent #ContentImages .First
{
   margin-right: 2px;
}
#DefaultContent #ContentImages .Second
{
}

#LeftMenu
{
    float: left;
    width: 170px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    margin-right: 35px;    
}
#LeftMenu .Header
{
    display: block;    
    border-bottom: 1px solid #C9C9C9;
    padding: 2px 0px 10px 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#LeftMenu .Item
{
    display: block;    
    padding: 10px 10px 10px 40px;
    background: url(/Images/MenuArrow.png) no-repeat 15px 11px;
    border-bottom: 1px solid #C9C9C9;
    font-size: 13px;
}
#LeftMenu .Item a
{
    color: #8D8D8D;
}
#LeftMenu .Item.selected
{
    background: url(/Images/MenuArrowSelected.png) no-repeat 15px center;
}
#LeftMenu .Item.selected a
{
    color: #1A1818;
}

#Content
{
    float: left;
    width: 460px;
    position: relative;
}
#Content .PrintIcon
{
    position: absolute;
    top: 5px;
    right: 0px;
    cursor: pointer;
}
#Content p
{
    margin-bottom: 20px;
}
#Content h1
{
    color: #959595;
    text-transform: uppercase;
    font-weight: normal;
    width: 95%;
}
#Content .ContentBoxSmall
{
    float: left;
    background: url(/Images/GrayBoxbg.png) repeat-y top left;
    width: 185px;    
    padding: 10px 15px;
    margin-bottom: 15px;
}
#Content .ContentBoxSmall .Header
{
    display: block;
    font-weight: bold;
    color: #CD5E02;
}
#Content .ContentBoxSmall .Content a
{
    color: #1A1818;
    text-decoration: underline;
}

#RightContent
{    
    float: right;
    width: 215px;
}
#RightContent .RightBox
{
    width: 175px;    
    padding: 10px 20px;
    margin-bottom: 15px;
}
#RightContent .RightBox.orange
{    
    background-color: #E47D00;
}
#RightContent .RightBox.orange a
{
    color: #FFFFFF;
    text-decoration: underline;
}
#RightContent .RightBox.gray
{
    background: url(/Images/GrayBoxbg.png) repeat-y top left;
}
#RightContent .RightBox .Header
{
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#RightContent .RightBox.orange .Header
{
    color: #FFFFFF;
}
#RightContent .RightBox.gray .Header
{
    color: #CD5E02;
}
#RightContent .RightBox .Content
{
    display: block;
}
#RightContent .RightBox.orange .Content
{
    color: #FFFFFF;
}
#RightContent .RightBox.gray .Content
{
}