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

/*

All of these styles are present on the home page, two stylesheet are used to help keep the special styling on the homepage consistent

*/

/**** quote */
.quote {
	float:left;
	width:226px;
	height:226px;
	background-color:#00284f;
	padding:15px;
	margin: 0 7px 0 0;
	}
.quote h1 {
	font-size:19px;
	line-height:19px;
	margin-bottom:4px;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FCFCFC;
	font-weight:normal;
	}
.quote p {
	padding:0;
	margin:0;
	font-size:16px;
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FCFCFC;
	text-transform:
	}
	
.quote .alert {
	padding:14px;
	border:3px double #9f2935;
	background-color:#00284F;
	position:absolute;
	top:17px;
	left:15px;
	width:199px;
	height:197px;
	}
.quote .alert h1 {
	color:#eb2929;
	font-size:30px;
	line-height:32px;
	margin-bottom:6px;
	}
.quote .alert h1 span {
	font-size:39px;
	line-height:32px;
	}
.quote .alert p {
	font-size:19px;
	line-height:30px;
	}
.quote .alert a {
	color:#FCFCFC;
	text-decoration:underline;
	}
	
/**** image */
.image {
	position:relative;
	float:left;
	height:256px;
	width:533px;
	background-position:top left;
	background-repeat:no-repeat;
	}
.image .byline {
	position:absolute;
	left:0;
	bottom:0;
	background-color:#000;
	background: url(../images/banners/BG_blackByline.png) top left repeat;
	padding:10px 20px 10px 0;
	width:513px;
	}
.image .byline p {
	text-align:right;
	font-size:12px;
	line-height:17px;
	color:#FFF;
	padding:0;
	margin:0;
	}

.columns {
	width:796px;
	clear:left;
	border-top: 7px solid #FFF;
	border-collapse:separate;
	}
.columns td {
	background-color:#E5EBF1;
	border-right:7px solid #FFF;
	border-collapse:separate;
	}
.columns td.col1 {
	width:256px;
	}
.columns td.col2 {
	width:274px;
	}
.columns td.col3 {
	width:252px;
	border-right:none;
	}
.columns .feature {
	padding-bottom:10px;
	}
.columns .col1 .feature {
	width:256px;
	}
.columns .col2 .feature {
	width:274px;
	}
.columns .col3 .feature {
	width:252px;
	}
.columns .featureDivider {
	background-color: #FFF;
	height:7px;
	}
.columns .feature .header {
	background-color:#c5d2df;
	height:auto;
	}
.columns .header h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2b2b2b;
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	padding:10px 10px 2px 15px;
	margin:0;
	}
.columns .header h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00659e;
	font-size:17px;
	line-height:21px;
	font-weight:normal;
	padding: 0 0 10px 34px;
	}
.columns p {
	padding:10px 12px 5px 15px;
	}
.columns ul {
	padding: 4px 0 5px 24px;
	}
