﻿
/*Top area near navigation and logo*/
.visual {
    padding: 0 0 0 0px;
}
.three h3 {
    margin: 0;
    font-size: 15pt;
    color: white;
    font-weight: normal;
}
.three p {
    margin: 5px 0;
}
.three a:hover {
    font-weight: normal;
}
ul.three {
    padding: 12px 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
    color: White;
    border-top: 2px solid #4e1410;
    border-bottom: 2px solid #4e1410;
    background: #4e1410;
    z-index: 0;
}
ul.three li.col1 {
    float: left;
    width: 30%;
    min-height: 151px;
    border-right: 1px solid #bca98b;
    padding: 0 15px 0 15px;
}
ul.three li.col2 {
    float: left;
    width: 27%;
    min-height: 151px;
    border-right: 1px solid #bca98b;
    padding: 0 15px 0 15px;
}
ul.three li.col3 {
    float: left;
    width: 23%;
    min-height: 151px;
    padding: 0 0px 0 15px;
}
ul.three li.col1, ul.three li.col2, ul.three li.col3 {
    height: 265px;
}
ul.three li.col3 h3, ul.three li.col2 h3 {
    margin-bottom: 8px;
}
ul.three li.col3 span ul {
    margin: 0;
}
ul.three li.col2 ul, ul.three li.col1 ul {
    margin: 0;
    line-height: 15px;
}
ul.three li.col2 li, ul.three li.col1 li {
    padding-top: 2px;
    margin-top: 2px;
}
ul.three ul {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    line-height: 19px;
}
ul.three ul li {
    padding: 0 0 0 14px;
    background: url(../images/bullet.gif) no-repeat top left;
}

ul.three span br {
    display: none;
}
/*LEFT SIDE CONTENT*/

#content {
    float: left;
    width: 50%;
    padding: 0 0 0 0;
    line-height: 18px;
    background-color:White;
    color:White;
}


#content ul {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}
#content ul li {
    padding: 0 0 0 14px;
    background: url(../images/bullet.gif) no-repeat left;
}
/*RIGHT SIDE CONTENT*/
#sidebar {
    float: left;
    width: 40%;
    padding-bottom: 19px;
    padding-left: 20px;
    line-height: 18px;
    
}
#sidebar h3 {
    margin: 0;
    font-size: 14pt;
    font-weight: normal;
    color: #4e1410;
}
#sidebar h3 span {
    font-size: 12pt;
    display: block;
}

/*CTA PROFILES 
-----------------------------------------------------------------------------*/
.ctatable {
    font-size: 8pt;
    margin: 10px 0 10px 0;
    padding:0;
    width: 100%;
}
.ctatable th {
    margin: 0;
    padding: 0;
}
.ctatable td {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 1px solid #EBE4D0;
    
}
.ctatable .th2{
    text-align:center;
}
.ctatable .col2{
    text-align:right;
    width:50px;
}
.ctatable .th3{
    text-align:center;
}
.ctatable .col3{
 text-align:right;
  width:50px;
}
.source {
    font-style: italic;
    line-height: normal;
}

/*News Pages
-----------------------------------------------------------------------------*/
#newsarea {
    margin-top: 50px;
}





/**LINKS WITH ARROW*/
a.more {
    padding: 0 0 0 18px;
    margin: 8px 0 0 0px;
    float: right;
    text-transform: uppercase;
    background: url(../images/bullet2.gif) no-repeat left;
    font-weight: bold;
}
