@charset "UTF-8";
/* CSS Document */

.contentTable {
	width: 634px;
}


.featureTable {
	width: 316px;
}

.featureBannerNav {
	width: 316px;
	height: 225px;
	background-image:url(../images/Nav/Banner_Nav_Background.png);
	background-position: center;
	background-repeat: no-repeat;
}

.bannerNavButton {
	text-align: center;
	cursor: pointer;
	margin: 1px 0 0 0;
	padding: 0;
	
}

.contentHeader {
	background-color: #1590d3;
	height: 60px;
	padding: 0 0 0 25px;
	vertical-align: bottom;
	text-align: left;
}

.contentCell {
	 padding: 25px 25px 0 25px; 
}

.featureCell {
	padding-bottom: 75px;
	border-left: 1px solid #cccccc;
}

.featureHeader {
	background-color: #1590d3;
	height: 60px;
	text-align: center;
}

.featureContent {
	 margin: 25px 20px 0 20px;
	 text-align: left;
}

.featureQuoteBox {
	vertical-align: top;
	text-align: left;
	width: 276px;
	background-color: #ffffff;
	color: #333333;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	border: 2px solid #1590d3;
	margin-top: 25px;
}

.featureQuote {
	margin: 25px 25px 15px 25px;
}

.featureQuoteSig {
	margin: 0 25px 25px 25px;
	font-style: normal;
}

.featureQuoteBox a {
	color: #e78023;
	text-decoration: none;
	font-weight: bold;
}

.featureQuoteBox a:visited {
	color: #e78023;
	text-decoration: none;
	font-weight: bold;
}

.featureQuoteBox a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

