/* Corporate Page Headers
---------------------------------------------------------- */

#corporateHeader {
	height: 38px;
	width: 840px;
	background: url(../images/corporateHeaderGradient.jpg) no-repeat top left;
	clear: both;
	margin: 0 0 15px 0;
}

#corporateHeader h1 {
	position: relative;
	top: 10px;
	left: 15px;
	color: #ffffff;
}

#corporateHeaderImage {
	height: 92px;
	width: 840px;
	background: url(../images/mastHeadDeptsServices.jpg) no-repeat top left;
	clear: both;
	margin: 0 0 15px 0;
}

#corporateHeaderImage h1 {
	position: relative;
	top: 65px;
	left: 15px;
	color: #ffffff;
}

#contentWrapper {
	border-top: 1px solid #b3b3b3;
}

#leftContent {
	float: left;
	width: 602px;
	padding: 15px 0 0 15px;
}

#fullContent {
	float: left;
	padding: 15px 15px 0 15px;
}

/* Global Interior Side Bar
---------------------------------------------------------- */
.SidebarNewsModule {

	background: url(../images/featureBoxContentBG.jpg) no-repeat center 31px;
}

#contentWrapper .SidebarNewsModule  {
	margin: 15px 0 0 0;
}

.SidebarNewsModule h2 {
	background: url(../images/featureBoxHeaderBGCorp.jpg) no-repeat center top;
}

.SidebarNewsModule h3 {
	color: #333d61;
}

/* Corporate Content Formatting
---------------------------------------------------------- */

h1 {
	color: #4b73a1;
}

h2 {
	color: #163466;
}

h3 {
	color: #4b73a1;
}

h4 {
	color: #163466;
}

#fullContent ul {
        margin: 0 0 15px 10px;
}
#fullContent ul li {
        padding: 10px 0 0 10px;
        background: transparent url(../images/dsNavDot.jpg) no-repeat 0 15px;
        line-height: 1.2em;
    list-style: none;
}
#fullContent ol ul li, #contentWrapper ol ul li {
        padding: 10px 0 0 10px;
}
#fullContent ol {
        margin: 0 0 15px 30px;
}
#fullContent ol li {
        padding: 10px 0 0 0;
        line-height: 1.2em;
}
