@charset "utf-8";
/* CSS Document */

/* ---------- COLUMN STRUCTURE ---------- */
#leftCol {
	float:left;
	padding:0px 0px 0px 23px;
	width:587px;
}
/* Styles for the standard no nav template: [ */
body#mwvstdcontentnonavtemplate #leftCol {
	width:585px;
}
/* ] */
/* Styles for the dynamic listing template: [ */
body#mwvstddynamiclistingtemplate #leftCol {
	float:none;
	width:847px;
}
/* ] */
/* Styles for the static entry template: [ */
body#mwvstdstaticentrytemplate #leftCol {
	width:365px;
}
/* ] */
#rightCol {
	float:right;
	margin-right:10px;
	padding-top:16px;
	width:220px;
}
/* Styles for the standard content template: [ */
body#mwvstdcontenttemplate #rightCol {
	color:#000000;   /* was 666 - MAINT-0006291 */
}
/* ] */
/* Styles for the static entry template: [ */
body#mwvstdstaticentrytemplate #rightCol {
	margin:0px;
	padding:0px 23px 0px 0px;
	width:385px;
}
/* ] */
/* Styles for the standard content no nav template: [ */
body#mwvstdcontentnonavtemplate #rightCol {
	margin-right:0px;
}
/* ] */
/* ---------- end COLUMN STRUCTURE ---------- */

/* ---------- SECTION NAVIGATION ---------- */
/* Styles for the dynamic listing template: [ */
body#mwvstddynamiclistingtemplate #sectionNavContainer {
	padding-bottom:18px;
}
body#mwvstddynamiclistingtemplate #sectionNavContainer label {
	font-size:11px;
}
/* ] */
/* ---------- end SECTION NAVIGATION ---------- */

/* ---------- SECONDARY NAVIGATION ---------- */
#pageContainer #secondaryNavContainer {
	margin-left:-23px;
}
/* ---------- end SECONDARY NAVIGATION ---------- */

/* ---------- CONTENT CONTAINER ----------- */
/* Styles for the standard content template: [ */
body#mwvstdcontenttemplate #contentareasm {
	padding:0px;
}
/* ] */
/* Styles for the standard replace content template: [ */
body#mwvstdreplacetemplate #contentareasm {
	padding:0px;
}
/* ] */
h1 {
	font-size:2.7em;
	margin-bottom:10px;
}
/* Styles for the standard no nav template: [ */
body#mwvstdcontentnonavtemplate #contentContainer h1 {
	font-size:2.6em;
	margin:20px 0px 10px 0px;
}
/* ] */
/* Styles for the standard static entry template: [ */
body#mwvstdstaticentrytemplate #contentContainer h1 {
	font-size:2.4em;
	margin-bottom:3px;
}
/* ] */
h3 {
	font-size:1.4em;
	margin-bottom:7px;
}
/* Styles for the standard no nav template: [ */
body#mwvstdcontentnonavtemplate h3 {
	margin-bottom:30px;
}
/* ] */
/* Styles for the dynamic listing template: [ */
body#mwvstddynamiclistingtemplate h3 {
	margin-bottom:30px;
}
/* ] */
/* Styles for the standard content template: [ */
body#mwvstdcontenttemplate h3.introCopy {
	margin-bottom:30px;
}
/* ] */
/* Styles for the standard replace template: [ */
body#mwvstdreplacetemplate h3.introCopy {
	margin-bottom:30px;
}
/* ] */
p {
	color:#000000;    /* was 666 - MAINT-0006291 */
}
/* Styles for the standard content template: [ */
body#mwvstdcontenttemplate #contentContainer p {
	line-height:140%;
	margin:0px;
	padding:15px 0px 0px 0px;
}
/* ] */
/* Styles for the standard replace template: [ */
body#mwvstdreplacetemplate #contentContainer p {
	line-height:140%;
	margin:0px;
	padding:15px 0px 0px 0px;
}
/* ] */
/* Styles for the dynamic listing template: [ */
body#mwvstddynamiclistingtemplate #contentContainer p {
	margin-bottom:30px;
}
/* ] */
/* Styles for the standard content template: [ */
body#mwvstdcontenttemplate #leftCol ul li {
	/*width:90%; Shouldn't be needed anymore to ensure bullets display */
}
/* ] */
.featuredImage img {
	border:0px;
	display:block;
	margin-bottom:30px;
	padding-right:10px;
}

/* PAGE LEAD IN */
#pageLeadInContainer {
	background-color:#f6fbfe;
	padding:28px 23px;
}
#pageLeadInContainer h3.introCopy {
	color:#333;
	font-size:1.2em;
	margin-bottom:15px;
	padding-top:10px;
}
#pageLeadInContainer p {
	color:#171717;
	line-height:13pt;
}
#pageLeadInContainer .clear {
	width:100%;
}
#pageLeadInLeftCol {
	float:left;
	margin-right:30px;
	width:47%;
}
#pageLeadInRightCol {
	float:left;
	width:47%;
}
/* end PAGE LEAD IN */

/* TABLE OF CONTENTS */
.tocItem {
	float:left;
	margin:0px 20px 20px 0px;
	width:30%;
}
.tocItem a {
	color:#003145;
	font-weight:bold;
}
.tocItem p {
	margin:3px 0px 10px 0px;
	padding:0px;
}
.tocItem a.allMoreLink {
	background:url('/mwv/fragments/mwvcorpsiteimages/pointer_right_small_darkblue.gif') 0px 4px no-repeat;
	color:#003145;
	font-weight:normal;
	padding-left:10px;
}
/* end TABLE OF CONTENTS */

/* BOARD OF DIRECTORS TABLE */
.boardOfDirectorsTable {
	border-collapse:collapse;
}
.boardOfDirectorsTable th {
	background-color:#dce0e3;
	border-bottom:1px solid #fff;
	color:#003145;
	padding:0px;
	text-align:center;
	vertical-align:middle;
}
.boardOfDirectorsTable th p {
	margin:0px;
}
.boardOfDirectorsTable th a {
	color:#003145;
}
.boardOfDirectorsTable td {
	border:1px solid #ccc;
	border-right:0px;
	padding:2px 5px;
	text-align:center;
	vertical-align:middle;
}
.boardOfDirectorsTable td.rowHeader {
	border-left:0px;
	text-align:left;
}
.boardOfDirectorsTable td p {
	margin:0px;
}
.boardOfDirectorsTable td img {
	border:0px;
	display:block;
	margin:0px auto;
}

body#mwvstdcontenttemplate #contentContainer #leftCol table {
	border-collapse:collapse;
}
body#mwvstdcontenttemplate #contentContainer #leftCol table tr th.rightonly {
	background-color:#dce0e3;
	border-bottom:1px solid #fff;
	color:#003145;
	padding:0px;
	text-align:center;
	vertical-align:middle;
}
body#mwvstdcontenttemplate #contentContainer #leftCol table tr th.rightonly p {
	padding:0px;
}
body#mwvstdcontenttemplate #contentContainer #leftCol table tr th.rightonly a {
	color:#003145;
}
body#mwvstdcontenttemplate #contentContainer #leftCol table tr td.rightonly {
	border-right:1px solid #ccc;
	padding:2px 5px;
}
body#mwvstdcontenttemplate #contentContainer #leftCol table tr td p.NoPad {
	padding:0px;
}
body#mwvstdcontenttemplate #contentContainer #leftCol table tr.bottomonly td {
	border-bottom:1px solid #ccc;
}
body#mwvstdcontenttemplate #contentContainer table tr.bottomdashed td, 
body#mwvstdcontenttemplate #contentContainer table tr td.bottomdashed {
	background:url('/mwv/fragments/mwvcorpsiteimages/bgnds/dashed_bg.gif') bottom left repeat-x;
}
body#mwvstdcontenttemplate #contentContainer p.NoPad {
	padding:0px;
}
/* end BOARD OF DIRECTORS TABLE */

/* CALLOUTS */
/* Styles for the static entry template: [ */
body#mwvstdstaticentrytemplate #calloutContainer {
	margin-top:56px;
}
body#mwvstdstaticentrytemplate #calloutContainer .callout {
	color:#000000;  /* was 666 - MAINT-0006291 */
	float:left;
	line-height:12pt;
	margin:0px 10px 12px 0px;
	width:180px;
}
body#mwvstdstaticentrytemplate #calloutContainer .callout img {
	border:1px solid #e0e1dd;
	margin-bottom:3px;
	padding:10px;
}
body#mwvstdstaticentrytemplate #calloutContainer .callout a {
	color:#003145;
}
body#mwvstdstaticentrytemplate #calloutContainer .callout h4 {
	color:#003145;
	font-weight:bold;
}
body#mwvstdstaticentrytemplate #calloutContainer .callout p {
	color:#000000;   /* was 666 - MAINT-0006291 */
	margin:0px;
	padding-top:5px;
}
body#mwvstdcontentnonavtemplate #calloutContainer .calloutEntry {
	color:#000000 !important;  /* was 666 - MAINT-0006291 */
}
body#mwvstdcontentnonavtemplate #calloutContainer .calloutEntry h4 {
	color:#005480;
	font-weight:normal;
}
/* ] */
#calloutRelated h4 {
	color:#003145;
	font-size:12px;
}
#calloutRelated p {
	padding-top:0px;
}
#calloutRelated ul {
	margin-left:0px;
	padding:0px;
}
#calloutRelated ul li {
	background-position:0px 6px;
	line-height:1.3em;
	margin-bottom:5px;
	width:215px;
}
.calloutEntry h4 {
	color:#003145;
	font-size:12px;
	font-weight:bold;
}
/* end CALLOUTS */

/* ---------- end CONTENT CONTAINER ----------- */
