﻿/*elements*/

/*id's*/
div#quote1, div#quote2{
    float: left;
    font-style: italic;
    width: 37%;
}
div#partnershipDescription{
    background: url(bg_bubble.jpg) no-repeat top left;
    margin: 18px 0 0 0;
    padding: 12px;
}
div#mugShot{
    color: #999;
    float: left;
    font-style: italic;
    margin-bottom: 6px;
    text-align: center;
    width: 25.5%;
}
div#mugShot img{
    height: 120px;
    margin: 0 0 6px 12px;
    width: 83px;
}
div#quote1 blockquote{float: left;}
div#quote2 blockquote{float: right;}
div#quote2 img{
    float: left;
    height: 120px;
    margin: 0 12px 6px 0;
    width: 83px;
}
h3#jointHeader{
    background: #022776;
    color: #fff;
    font-weight: 300;
    padding: 8px 0;
    text-align: center;
}
table#quads tr td{
    padding: 12px;
    vertical-align: top;
    width: 50%;
}
td#quad1{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
td#quad2{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
td#quad3{
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
td#quad4, td#quad4a{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
td#quad5{
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
td#quad6{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
ul#webcasts{
    float: right;
    width: 330px;
}
ul#webcasts li{
    border-bottom: 1px solid #ccc;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
/*classes*/
h2.blue{font-weight: 300;}
.quadHeader{
    color: #022776;
    margin-top: 0;
}
ul.noStyle{list-style-type: none;}
.textright{text-align: right;}
