body {
    background-color: #8797a5;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #0A1C32;
}

.hidden { display: none; }
div , form { margin: 0; padding: 0; }
a, a:visited, a:hover {
    text-decoration: none;
    color: #FFF;
}
h1 {
    font-weight: normal;
    font-size: 210%;
    margin: 0.5em;
}
h1 a, h1 a:hover, h1 a:visited { color: black; }
h2 { margin: 0; }
h4 { color: #316AC5; }
li { color: #316AC5; }
li a { color: #316AC5; }

div#mainWrapper {
    width: 950px;
    margin: 1em auto;
    padding: 0;
    background-color: #a9bbd4;
    border: 1px solid #FFF;
}

div#topAddress {
    height: 20px;
    padding: 3px 0 0 12px;
    width: 938px;
    background-color: #316AC5;
    border-bottom: 1px solid #FFF;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
}

div#headerWrapper {
    width: 950px;
    height: 86px;
    float: left;
}

div#logo {
    width: 478px;
    height: 86px;
    float: left;
    background-image: url(../images/logo-trans.png);
}

div#rightText {
    float: right;
    text-align: right;
    color: #316AC5;
    font-size: 16px;
    font-weight: bold;
    margin: 22px;
    width: 240px;
}

div#mainImages {
    float: left;
    width: 950px;
    height: 219px;
}

div#image1 {
    float: left;
    width: 314px;
    height: 219px;
}

div#image2 {
    float: left;
    width: 314px;
    height: 219px;
    margin-left: 4px;
}

div#image3 {
    float: left;
    width: 314px;
    height: 219px;
    margin-left: 4px;
}

div#staticNav {
    width: 950px;
    height: 30px;
    float: left;
    margin-top: 4px;
    background-color: #316ac5;
}

div#staticNav ul {
    margin-top: 5px;
    width: 100%;
    padding: 0;
}

div#staticNav li {
    list-style-type: none;
    float: left;
    color: #0A1C32;
    padding: 3px 11px 0 12px;
}

div#staticNav a {
    text-decoration: none;
    color: #FFF;
}

div#staticNav a:hover {
    text-decoration: underline;
}

div#mainContent {
    width: 950px;
    min-height: 500px;
    _height: 500px;
    float: left;
}

div#menuWrapper {
    padding: 0 10px 0 24px;
    width: 139px;
    height: 430px;
    float: left;
    margin-top: 20px;
    border-right: 1px solid #316AC5;
}

div#menuWrapper ul {
    margin: 0;
    padding: 0;
}

div#menuWrapper ul li {
    list-style-type: none;
    float: left;
    margin: 15px 0 0;
    width: 120px;
}

div#menuWrapper ul li a {
    color: #0A1C32;
}

div#menuWrapper ul li a:hover {
    color: #316ac5;
}

div#content {
    padding: 0 20px;
    width: 545px;
    min-height: 440px;
    _height: 440px;
    float: left;
    margin-top: 20px;
}

div#contactDetails {
    padding: 0 15px;
    width: 160px;
    height: 430px;
    float: left;
    margin-top: 20px;
    border-left: 1px solid #316AC5;
}

div.title {
    width: 150px;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #316AC5;
}

div#footer {
    width: 950px;
    height: 13px;
    padding: 10px 0;
    background-color: #316AC5;
    float: left;
}

div#footNav {
    text-align: left; 
    padding: 0px 20px;
    width: 670px;
    float: left;
    color: #0A1C32;
}

#footerText {
    width: 230px;
    float: left;
}

div#footNav ul {
    margin: 0;
    padding: 0;
}

div#footNav a { 
    color: #FFF; 
    text-decoration: none;
    margin: 0 8px; 
}

.rightText { 
    margin-left: 90px;
}

div#clear {
	width: 950px;
	height: 1px;
	line-height: 1px;
	clear: both;
}