﻿body {
/*    background-color: #CCCCCC;  */
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    font-family: Corbel, Tahoma, Geneva, Sans-Serif; 
}

.mainWrapper {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.adSense {
	text-align:center;
}

.logoBar {
/*    background-color: #FFFFFF;  */
    height: 83px;
    margin: 0px 0px 0px 0px;
}

.logo {
/*    margin-left: 42px;  */
    padding-top: 20px;
}

.slogan {
    position: relative;
    margin: -56px 0px 0px 220px;
    color: #003F7F;
}

.navBar {
/*    background-color: #FFFFFF;  */
    position: relative;
    left: -41px;
    height: 32px;
}

/*  Nav Items  */

#navitems {
    left: 0px;
}

#navItems ul {
/*    position: absolute;  */
    top: 82px;
/*    left:auto;  */
    height: 32px;
    list-style-type: none;
}

#navItems ul li {
    float: left;  
    width: 79px;
    height: 32px;
    padding: 0 0 0 1px;
}

#navItems ul li a {
    display: block;
    width: 79px;
    background: url(../images/menubg_normal.png) 0 0 no-repeat #FFFFFF;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bolder;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

#navItems ul li a:hover {
    background: url(../images/menubg_hover.png) 0 0 no-repeat #FFFFFF;
    text-decoration: none;
}

#navItems ul li.active {
	margin: 0 0 0 1px;  
    display: block;
    width: 79px;
    background: url(../images/menubg_hover.png) 0 0 no-repeat #FFFFFF;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bolder;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

#navItems ul li.active a {
    display: block;
    width: 79px;
    height: 32px;
    background: url(../images/menubg_hover.png) 0 0 no-repeat #FFFFFF;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bolder;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

/* Sub Nav */

.subNav {
	background: url(../images/subnavbg.png);
	height: 22px;
	width: 469px;
	vertical-align:middle;
	padding-left: 10px;
	padding-top: 5px;
	font-size:small;
}

.subNav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

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

.subNav a.active {
	background-color: #FFFFFF;
	color: #003f7f;
	text-decoration: none;
}

/* Message Box */

.message {
    background-color: #FE0000;
    color: #FFFFFF;
    height: 200px;
}

.message-left {
    float:left;
    width: 407px;
    padding-top: 0px;
    padding-left: 23px;
    padding-right: 20px;
    vertical-align: middle;
}

.message-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.message-body {
    color: #FFFFFF;
}

.message-body a {
    background: #FFFFFF;
    color: #990000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.message-img {
    float:right;
    height: 200px;
    width: 321px;
    vertical-align: bottom;
}

/* Content Area */

/* Content Area - Home Page */

#homePageContent {
    margin: 0 0 0 0;
    background-color: #FFFFFF;
    height: 220px;
    padding: 0 0 0 0;
    clear: both;
}

#homePageContentLDP {
    width: 266px;
    margin: 0px 0px 0px 0px;
    float: left;
}

#homePageContentMGMT {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 268px;
}

#homePageContentTECH {
    float: right;
    width: 266px;
    margin: 0px 0px 0px 0px;
}

/* Content Area - Content Page */

#contentPageContent {
    margin: 0 0 0 0;
    background-color: #FFFFFF;
/*    padding: 25px 42px 25px 42px; */
    padding: 25px 20px 25px 20px;
    clear: both;
}

#contentPageImage {
    float: right;
    clear: both;
}

.footer {
	margin-top: -10px;
	padding-top: 8px;
    background-color: #BBBBBB;
    height: 68px;
    clear: both;
}