﻿/* Main Area Styles */
#Content {
    float: left;
    width: 622px;
    margin: 0px;
    padding: 0px 0px 0px 26px;
}

#Content h1 {
    margin: 0px 0px 5px;
    color: #7F0029;
    font: bold 26px Arial, Sans-Serif;
}

#Content h2 {
    margin: 20px 0px 5px;
    color: #004EB2;
    font: bold 18px Arial, Sans-Serif;
}

#Content p {
    margin: 0px 0px 15px;
}

#RightCol {
    float: left;
    width: 300px;
    margin: 0px;
    padding: 0px 26px;
}

#RightCol h2 {
    margin: 0px 0px 5px;
    color: #7F0029;
    font: bold 26px Arial, Sans-Serif;
}

#RightCol .RightColBox {
    width: 283px;
    margin: 20px 0px 0px;
    padding: 0px;
    border: 1px solid #D8D8D8;
}

#RightCol .RightColBox dt {
    height: 26px;
    margin: 0px;
    padding: 4px 12px 0px;
    border-bottom: 1px solid #DADADA;
    background: url(/Images/Public/RightColHeader_bkgnd.jpg) repeat-x left top;
    color: #7F0029;
    font: bold 18px Arial, Sans-Serif;
    text-align: left;
}

#RightCol .RightColBox dd {
    margin: 0px;
    padding: 12px;
}

/* Contact Us Styles */
#Contacts {
    padding: 0px;
}

#Contacts dt {
    height: auto !important;
    margin: 15px 0px 0px !important;
    padding: 0px !important;
    border: none !important;
    background: none !important;
    color: #000000 !important;
    font: bold 14px Arial, Sans-Serif !important;
}

#Contacts dd {
    margin: 0px !important;
    padding: 0px !important;
}

#Contacts dt#DirectoryListing a {
    height: auto !important;
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    background: none !important;
    color: #000000 !important;
    font: bold 14px Arial, Sans-Serif !important;
    text-decoration: none;
}

/* Downloads Area Styles */
#Downloads {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#Downloads li {
    margin: 8px 0px;
    padding: 3px 0px 3px 45px;
}

#Downloads a:link, #Downloads a:visited, #Downloads a:hover, #Downloads a:active {
    color: #004EB2;
    font: bold 16px Arial, Sans-Serif;
    text-decoration: none;
}

#Downloads li.PDF {
    background: url(/Images/Public/icons/PDF_icon.jpg) no-repeat left center;
}

#Downloads li.DOC, #Downloads li.DOCX {
    background: url(/Images/Public/icons/DOC_icon.jpg) no-repeat left center;
}

#Downloads li.XLS, #Downloads li.XLSX {
    background: url(/Images/Public/icons/XLS_icon.jpg) no-repeat left center;
}
