/*
 *  Contains all styles for the various modules that sit in the main content area
 */

.leftCol {
    width:660px;
    float:left;
}

.rightCol {
    width:240px;
    float:right;
}

.module {
    border-top:8px solid #a3d7e4;
    padding-top:7px;
    margin-bottom: 10px;
}

.module h4 {
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
    font-size:13px;
}

.module p,
.module a {
    color:#494949;
    font-size:13px;
}

.module span.arrow {
    font-size:13px;
}

.linkList,
.linkDateList,
.featureList {
    list-style:none;
    margin:0;
    padding:0;
}

.linkList.bullet {
    list-style: disc;
    margin-left: 17px;
}

.linkDateList h4 {
    float:left;
    width:70%;
}

.linkDateList p {
    width:96%;
    line-height: 132%;
}

.linkDateList p.date {
    float:right;
    font-size:11px;
    width:20%;
    margin-top: 3px;
}

.linkDateList .readMore a {
    background: url('../images/sprite_transparent_icons.png') 100% 3px no-repeat transparent;
    padding-right:18px;
    text-transform:uppercase;
    font-size:14px;
    color: #00a4e4;
}

.linkDateList li {
    border-bottom:1px solid #dfe1df;
    margin-bottom:12px;
}

.linkDateList li:last-child {
    border-bottom:none;
}

.linkList li {
    line-height: 15px;
    margin-bottom: 8px;
}

.linkList li a {
    background: url('../images/sprite_transparent_icons.png') 100% -97px no-repeat transparent;
    padding-right: 15px;
}

.linkList.pdf li {
    background: url('../images/sprite_icons.png') 0 -48px no-repeat #fff;
    padding-left: 26px;
    margin-bottom:12px;
}

.featureList li {
    float:left;
    width:220px;
}

.featureList li a {
    float:left;
    width:205px;
    font-size: 19px;
    line-height: 23px;
    margin:2px 0 5px;
    line-height: 110%;
    font-size: 17px;
}

.featureList li span {
    background: url('../images/sprite_transparent_icons.png') 100% -43px no-repeat transparent;
    padding-right: 18px;
}

.module .featureList span.arrow {
    font-size: 17px;
}

.stdContentBlock {
    margin-bottom:24px;
}

.stdContentBlock p.intro {
    font-size: 24px;
    letter-spacing: -1px;
}

.stdContentBlock h4,
.stdContentBlock p,
.stdContentBlock a,
.stdContentBlock li {
    color:#494949;
    font-size:13px;
    width:95%;
    line-height: 132%;
}

.stdContentBlock a {
    color:#00A7E1;
}

.stdContentBlock a:hover,
.stdContentBlock a:focus {
    color:#2a6496;
}

.stdContentBlock h4 {
    font-weight:bold;
}

.stdContentBlock ol,
.stdContentBlock ul {
    margin:0;
    padding-bottom:15px;
}

.stdContentBlock li {
    margin-bottom:1em;
}

.stdContentBlock img {
    margin-bottom:24px;
}

.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.pagination li {
    display: inline;
    text-align: center;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    margin:5px;
    padding:5px;
    font-size: 18px;
    color: #00a4e4;
}

.pagination li span {
    color: #000;
    font-weight:bold;
}

.countryOffices {
    list-style:none;
    padding:0;
    margin:0;
}

.countryOffices li {
    margin:5px 10px 30px 0;
    float:left;
    display:block;
    width:220px;
}

.countryOffices li.fith {
    clear:both;
}

.countryOffices li a,
.countryOffices li span {
    display:block;
}

.countryOffices li span {
    color: #494949;
    font-size: 13px;
    line-height: 132%;
    font-style: normal;
    padding-top: 5px;
    height: 32px;
}

.countryOffices li img {
    float:left;
    margin:0 7px 7px 0;
    width:48px;
}

.countryOffices address {
    clear:both;
}
