﻿body {
    background-color: #525659;
}

.page {
    width: 800px;
    height: 1000px;
    margin: 0px auto;
    margin-top: 20px;
    border: 1px solid #455372;
    background-color: #fff;
}

.ribbon {
    width: 100%;
    height: 20px;
    background-color: #455372;
    text-align: right;
}

.header {
    margin-top: 35px;
    margin-bottom: 20px;
}

.headerText {
    color: #455372;
    font-weight: bold;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: "Trebuchet MS";
    font-style: normal;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.jobTitleText {
    color: #434343;
    font-weight: normal;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 10pt;
    font-family: "Georgia";
    font-style: normal;
    text-transform: lowercase;
    display: block;
    text-align: center;
}

.mainContent {
    padding: 0px 50px;
}

.row {
    width: 100%;
    padding-top: 35px;
    display: inline-block;
}

.section {
    height: 100%;
    float: left;
}

.colLeft {
    width: 100px;
    height: 100%;
    float: left;
    padding: 35px 5px 0px 0px;
    text-align: right;
}

.colRight {
    float: left;
    padding: 6px 0px 8px 5px;
    border-left: 2px solid #455372;
}

.twoColumnRight {
    width: 565px;
}

.fourColumnRight {
    width: 235px;
}

.listLevelOne {
    padding-left: 0px;
    list-style-type: none;
}

.listLevelTwo {
    list-style-type: disc;
    margin-top: 10px;
}

.listLevelThree {
    list-style-type: circle;
}

.listNoBullet {
    list-style-type: none;
}

ul.listLevelThree li {
    text-align: justify;
}

.listItem {
    padding-bottom: 15px;
}

.subHeaderText {
    color: #455372;
    font-weight: bold;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: "Trebuchet MS";
    font-style: normal;
    text-transform: lowercase;
    display: block;
    margin-bottom: 12px;
}

.normalText {
    color: #434343;
    font-weight: normal;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 10pt;
    font-family: "Trebuchet MS";
    font-style: normal;
    display: block;
}

a.normalText:hover
{
    text-decoration: underline;
}

.labelText {
    color: #455372;
    font-weight: normal;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 10pt;
    font-family: "Georgia";
    font-style: normal;
    text-transform: lowercase;
    display: block;
}

.labelIcon {
    color: #455372;
    font-size: 11pt;
    display: block;
}

.labelHeight {
    height: 17px;
}

.graphEnd {
    border-left: 1px solid #455372;
    float: right;
    width: 134px;
    height: 10px;
    margin-top: 3px;
}

.shadowBoxEffect
{
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadowBoxEffect:before, .shadowBoxEffect:after
{
	content: "";
    position: absolute; 
    z-index: -1;
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 100px / 10px;
} 
.shadowBoxEffect:after
{
    right: 10px; 
    left: auto; 
    transform: skew(8deg) rotate(3deg);
}

.imageExample
{
    width: 70%;
    height: 70%;
    border: 1px solid #ccc;
}

.bar {
    border: solid 1px #ededed;
}