﻿.pageWrapper {
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    width: 958px;
	background-repeat:repeat-y;
	background-position:0 0;
}
	.navCol {
		float:left;
		width:185px;
	}
		.headImage {
		}
		.innerNav {
			margin:0 0 20px 33px;
		}
			.inNavTitle {
				color:#020006;
				font-size:13px;
				font-weight:bold;
				margin:30px 0 10px 0;
			}
			.inNavItems {
				width:153px;
				border-top:1px solid #bcbec0;
			}
				.inNavItems a {
					color:#6d6e71;
					font-size:11px;
					text-decoration:none;	
					display:block;
					padding:5px 0;
					border-bottom:1px solid #bcbec0;
				}
				.inNavItems .on,
				.inNavItems a:hover {
					background-image:url(/images/innerNav_hover.gif);
					background-repeat:repeat-y;
					background-position:0 0;
				}
					.inNavItems .on a {
						color:#b70050;
						font-weight:bold;	
					}
				.inNavItem_1 {
				}
					.inNavItem_1 a {
						width:153px;
					}
				.inNavItem_2 {
				}
					.inNavItem_2 a {
						padding-left:15px;
						width:138px;
					}
				.inNavItem_3 {
				}
					.inNavItem_3 a {
						padding-left:30px;
						width:123px;
					}
	.bodyCol {
		float:left;
		background-color:#F1F1F2;
		height:100%;
		width:546px;
	}
	.bodyCol_wide {
		float:left;
		background-color:#F1F1F2;
		height:100%;
		width:773px;
	}
		.bodyWrapper {
			margin:25px 20px 20px 20px;
		}
			.breadcrumb {
				font-size:9px;
				color:#003d79;
				margin:0 0 35px;
			}
				.breadcrumb a {
					text-decoration:none;
					color:#003d79;
				}
				.breadcrumb a:hover {
					text-decoration:underline;
				}
			.bodyCopy {
				line-height:1.8;
				margin:0 0 20px 0;
			}
				.bodyCopy blockquote {
					margin-left:30px;
				}
				
				.bodyCopy p {
					margin:15px 0px;
				}
				
				.bodyCopy table {
					border:solid 1px #000000;
					margin:5px 0px;
				}
					.bodyCopy table tr td {
						padding:5px;
						border:solid 1px #000000;
					}
						.bodyCopy table tr td p {
							margin:0px;
							padding:0px;
						}
					
				.bodyCopy ul {
					margin-left:30px;
				}
					.bodyCopy ul li {
						 list-style-type: disc;
						 list-style-position:outside;
					}
						.bodyCopy ul ul {
							margin-left:25px;
						}
							.bodyCopy ul ul li {
							 list-style-type: circle;
							 list-style-position:outside;
							}
								.bodyCopy ul ul ul li {
									 list-style-type:square;
									 list-style-position:outside;
								}
					
				.bodyCopy .IndentedText {
					margin-left:15px;
				}
				
				.pipelineControl {
					/*min-height:500px;*/
				}
				.pipeline {
					width:738px;
				}
					.pipeTitles {
						background-color:#F1F1F2;
						text-transform:uppercase;
						color:#231F20;
					}
						.pipeTitleSpace {
							width:93px;
							float:left;
						}
						.pipeTitle {
							border-right:1px solid #B7B9BB;
							float:left;
							padding:0pt 0pt 0pt 10px;
						}
						.pipeTitle_last {
							float:left;
							border-right:1px solid #f1f1f2;
							padding:0 0 0 10px;
						}
					.pipeRow {
						margin:0 0 10px 0;
					}
						.pipeName {
							float:left;
							text-align:right;
						}
							.pipeName a {
								text-decoration:none;
								font-size:11px;
								padding: 0 7px 0 0;
								display:block;
								width:86px;
								height:23px;
								font-weight:bold;
								color:#231f20;
							}
							.pipeName a:hover {
								background-image:url(/images/pipe_on.jpg);
								background-repeat:no-repeat;
								background-position:6px 0px;
							}
						.pipeBar {
							float:left;
							margin:0 0px 0 0px;
						}
							.pipeBar a {
								text-decoration:none;
								cursor:pointer;
							}
							.pipeBarBody { 
								height:23px;
							}
						.pipeSubscript {
							float:left;
							font-size:8px;
							line-height:1;
							margin:0 0 0 10px;
							!margin:0px;
							!padding:0 0 0 10px;
						}
					.pipeCatRow {
						margin:0 0 5px 0;
						border-top:1px solid #B7B9BB;
					}
						.pipeCatName {
							float:left;
							font-size:11px;
							font-weight:bold;
							color:#808184;
							padding:0 10px 0 0;
							width:85px;
							text-transform:uppercase;
						}
						.pipeCatBar {
							border-top:1px solid #b7b9bb;
							float:left;
						}
					.lastPipeRow {
						border-bottom:1px solid #b7b9bb;
						margin:0 0 0 93px;
					}
					.pipeLegend {
						width:642px;
						margin:10px 0px 0px 92px;
						_position:relative;
						!z-index:-100;
					}
						.legendSub {
							float:left;
							font-size:9px;
							line-height:1.5;
						}
						.legendArea {
							float:right;
						}
							.legArea {
								float:left;
								font-size:9px;
								line-height:1;
								margin:0 10px 0 0;
							}
								.areaColorBox {
									height:11px;
									width:11px;
									float:left;
									margin:0 2px 0 0;
								}
								.areaText {
									float:left;
								}
					.pipeCopyWrapper {
						background-color:#FFFFFF;
						border:2px solid #B7B9BB;
						margin:0px;
						width:450px;
					}
						.indication {
							border:1px solid #e7e8e9;
							margin:1px;
							padding:5px;
						}
							.indication span {
								font-weight:bold;
								color:#003D79;
							}
							.callToAction,
							.callToAction a {
								color:#b60050;
								text-align:right;
							}
	.highlightCol {
		float:left;
		width:227px;
	}
		.highlights {
			
		}
			.textHighlights {
				line-height:2;
				margin:70px 0pt 20px 15px;
			}
			.imageHighlights {
				margin:5px 0 20px 5px;
			}
				.imgLightWrapper {
					/*border:2px solid #bcbec0;*/
				}
					.imgLight {
						/*border:1px solid #e7e8e9;
						margin:1px;*/
						padding:5px;
					}
#contactUs {
}
	.emailMessage {
		font-weight:bold;
		color:#154b84;
		margin:0 0 10px 0;
	}
	.formRow {
		clear:both;
		margin:0 0 5px 0;
	}
		.formSet {
			float:left;
			width:200px;
		}
			.formLabel {
			}
				.formLabel label {
					color:#727272;
					font-size:11px;
					font-weight:bold;
				}
					.formLabel label span {
						color:#FF0000;
						font-weight:normal;
					}
			.formField {
			}
	.formSubmit {
		margin:15px 0 0 0;
	}
		.contactSubmit {
		}
		.contactSubmit_focus {
			border:1px dotted black;	
		}
		
#MediaLibrary {
	margin:0 0 20px;
}
	.FactSheets {
		
	}
		.FactSheet {
		}
			.FactSheet a {
				color:#003D79;
				text-decoration:none;
			}
			.FactSheet a:hover {
				text-decoration:underline;
			}
#SiteMap {
	
}
	.siteLink_1 a,
	.siteLink_2 a,
	.siteLink_3 a,
	.siteLink_4 a,
	.siteLink_5 a,
	.siteLink_6 a {
		color:#003D79;
		text-decoration:underline;
	}
	.siteLink_1 a:hover,
	.siteLink_2 a:hover,
	.siteLink_3 a:hover,
	.siteLink_4 a:hover,
	.siteLink_5 a:hover,
	.siteLink_6 a:hover {
		text-decoration:none;
	}
	.siteLink_1 {
		margin:0px;
	}
	.siteLink_2 {
		margin:0px 0 0 15px;
	}
	.siteLink_3 {
		margin:0px 0 0 30px;
	}
	.siteLink_4 {
		margin:0px 0 0 45px;
	}
	.siteLink_5 {
		margin:0px 0 0 60px;
	}
	.siteLink_6 {
		margin:0px 0 0 75px;
	}
	
/* Press Releases */
.PressRelease {
	margin-bottom: 10px;
}
	.PressRelease .Date {
		width:76px;
		float:left;
	}
	.PressRelease .Title {
		float:left;
		width:650px;
	}
	.PressRelease .Subtitle {
		text-align:center;
		margin-bottom:20px;
		font-style:italic;
	}
	.PressRelease p {
		margin-top:10px;
	}

.bodyCopy table.no-border tr td {
	border:0;
}