@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------
Default Elements
------------------------------------------------------------------*/
body {
	background: #0159a3 url('/images/bg.jpg') repeat-x top;
	margin: 0;
	padding: 0;
}

img, div, a { behavior: url(/styles/iepngfix.htc) }

/*------------------------------------------------------------------
Basic Structure
------------------------------------------------------------------*/
#container {
	background: url('/images/bg_container.jpg') no-repeat top center;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: 968px;
	min-height: 968px;
}

#header {
	position: relative;
	height: 138px;
}

#leftNav {
	float: left;
	width: 88px;
	padding: 0px;
	margin: 18px 6px 0px 99px;
}

#centerCol {
	width: 334px;
	float: left;
	padding: 18px 15px 30px 7px;
	margin: 0px;
}

#centerSingleCol {
	width: 648px;
	float: left;
	padding: 18px 20px 30px 18px;
	margin: 0px;
}

#rightCol {
	float: left;
	width: 451px;
	padding: 18px 0px 30px 0px;
	margin: 0px;
}

#footer {
	position: relative;
	clear: both;
	width: 800px;
	margin: 0px 100px 0px 100px;
	padding-bottom: 24px;
	/* filter:alpha(opacity=50); */
	/* opacity:0.5; */
}

/*------------------------------------------------------------------
Page Elements
------------------------------------------------------------------*/
#headerLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 306px;
	margin: 0;
	padding: 0;
}

#headerTagline {
	position: absolute;
	top: 64px;
	left: 550px;
	width: 350px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#headerIcons {
	position: absolute;
	top: 111px;
	left: 550px;
	width: 350px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#introBG {
	position: relative;
	background:#1f3662;
	width: 298px;
	margin: 0px;
	padding: 0px 20px 0px 16px;
}

#homeNews {
	position: relative;
	width: 298px;
	margin: 0px;
	padding: 10px 26px 0px 16px;
}

.homeFWCopyBlock {
	position: relative;
	width: 314px;
	margin: 0px;
	padding: 0px 20px 12px 16px;
}

.homeFWImage {
	position: relative;
	width: 314px;
	margin: 0px;
	padding: 0px 20px 0px 7px;
}

.testimonials {
	background:#ffffff;
	position: relative;
	float: right;
	width:200px;
	padding:16px 16px 10px 16px;
	margin:16px 0px 10px 16px;
	filter:alpha(opacity=50);
	opacity:0.5;
}

/* miscellaneous float/clear classes */
.fltrt {
	position: relative;
	float: right;
}

.fltlft {
	position: relative;
	float: left;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
