﻿/* Tags */
body {
    background: #203B84 url("../images/global_bg.jpg") repeat-x;
    color: #FFFFFF;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    text-align: center;
}
a {
    text-decoration: none;
    color: #203b84;
}
a:hover {
    text-decoration: none;
    color: #7AC142;
}

/* Global DIV classes */
.EmptyClearDiv {
    clear: both;
}

/* Global Styles */
.BorderSides {
    border-left: solid 1px #E0DFDF;
    border-right: solid 1px #E0DFDF;
}
.FooterSocial {
    float: left;
    width: 20px;
    margin-right: 3px;
}
.FooterLink {
    
    padding-right: 29px;
}
.FooterLinkEnd {
    padding-right: 17px;
}
.FooterLink a {
    color: #8d8d8d;
}
.FooterLink a:hover {
    text-decoration: underline;
    color: #8d8d8d;
}

/* Structure IDs */
#HeaderContainer {
    margin-left: 18px;
    width: 1028px;
    height: 141px;
}
#HeaderLeft {
    width: 516px;
    float: left;
}
#HeaderRightContainer {
    width: 512px;
    height: 140px;
    float: right;
    background-image: url("../images/header_right_bg.jpg");
    background-repeat: no-repeat;
}
#HeaderRightContents {
    margin: 45px 0 0 89px;
}
#HeaderConnectBanner {
    position: absolute;
    top: 187px;
    left: 0;
    width: 1034px;
}
#MainContainer {
    margin: 0 auto;
    position: relative;
    width: 960px;
    text-align: left;
}
#MainContainerOuter {
    background-image: url("../images/inner_margin_bg.gif");
    background-repeat: no-repeat;
    background-color: #385090;
    margin: 0 20px;
}
#MainContainerInner {
    margin-left: 1px;
    background-color: #FEFEFE;
    width: 920px;
}
#MainContentContainer {
    background-color: #EFEEEE;
}
#FooterContainer {
    height: 50px;
    margin: 0 12px 0px 13px;
    padding-top: 15px;
    background-image: url("../images/bottom_rounded.gif");
    background-repeat: no-repeat;
}
#FooterLeft {
    width: 250px;
    float: left;
    padding-left: 24px;
}
#FooterLeftText {
    float: left;
    margin: 5px 13px 0 0;
    font-weight: bold;
}
#FooterLeftSocial {
    float: left;
}
#FooterRight {
    float: right;
    margin: 6px 0 0 0;
    padding: 0;
}
#PageBottomContainer {
	height: 30px;
	background-color: #203B84;
	margin: 0 auto;
	width: 920px;
	margin-top: 10px;
}

/* Navigation */
#NavigationContainerOuter {
    height: 73px;
    background-image: url("../images/header_top_border.gif");
    background-repeat: no-repeat;
    background-color: #EFEEEE;
    padding: 12px 12px 0px 13px;
}
#NavigationContainerInner {
    background-color: #FEFEFE;
    height: 73px;
    background-image: url("../images/top_rounded.gif");
    background-repeat: no-repeat;
}
#NavigationList {
    list-style-type: none;
    margin: 0 0 0 35px;
    padding: 11px 0 0 0;
}
#NavigationList li {
    float: left;
    margin: 0;
    padding: 0;
}
#NavigationList li a {
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
}
#NavigationList li.NavSelected a {
    color: #7AC142;
}

/* Modal */
#ModalContainer {
	margin: 0;
	padding: 0;
	width: 640px;
	position: relative;
	z-index: 2;
}
#ModalClose {
    position: absolute;
    top: 8px;
    left: 606px;
}

/* There are much better ways to do this 'centering' involving
Javascript/.NET... but not in the scope here */
.NavOne {
    width: 55px;
}
.NavTwo {
    width: 127px;
}
.NavThree {
    width: 95px;
}
.NavFour {
    width: 165px;
}
.NavFive {
    width: 188px;
}
.NavSix {
    width: 115px;
}

/* Font Classes */
.FontHeaderRightTitle {
    font-size: 16px;
    font-weight: bold;
}
.FontHeaderRightContent {
    font-size: 14px;
}
.FontGreen {
    color: #7AC142;
}
.FontBlue {
    color: #203b84;
}
.FontGrey {
    color: #888888;
}

