@import url('base.css');


/* LEFT COLUMN
****************************** */
#news {
	margin: 15px;
}
#news h2 {
	color: #fff;
}
#news h3 {
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
}
#news p {
	font-size: 90%;
	line-height: 16px;
	margin: 0px 0px 15px;
}
#news a {
	color: #fff;
	text-decoration: underline;
}
#news a:hover {
	text-decoration: none;
}


/* MAIN COLUMN
****************************** */
#col-main {
	background: transparent url(/images/maincol_shadow.jpg) no-repeat -1px 337px;
	margin-left: 1px;
	width: 599px;
	min-height: 650px;
	float: left;
	position: relative;
}

/* big image and text box */
#feature {
	background: transparent url(/images/fp_feature.jpg) no-repeat 0px 0px;
	width: 599px;
	height: 336px;
}

#feature span {
	position: absolute;
	left: -999px;
}

#feature-text {
	width: 240px;
	position: absolute;
	top: 135px;
	left: 270px;
}

#feature-text p.white {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	position: absolute;
}
#feature-text p.shadow {
	color: #06243d;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	position: absolute;
	top: 1px;
	left: 1px;
}

#feature-link a {
	background: transparent url(/images/learn_more.gif) no-repeat 0px 0px;
	width: 91px;
	height: 17px;
	display: block;
	position: absolute;
	top: 242px;
	left: 271px;
}
#feature-link a:hover {
	background-position: 0px -17px;
}
#feature-link a span {
	position: absolute;
	left: -999px;
}

#feature span {
	position: absolute;
	left: -999px;
}

/* three column text grid */
.three-col {
	background: transparent url(/images/3col_dividers.gif) repeat-y center top;
	color: #005ba8;
	margin: 30px 0px;
	padding: 1px 19px;
}
.three-col h2 {
	font: 165% "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
}
.three-col p {
	color: #51a8e5;
	font-size: 90%;
	line-height: 16px;
	margin: 10px 0px;
}
.three-col .col {
	margin: 0px;
	padding: 0px 20px;
	width: 165px;
	float: left;
}
.three-col .first {
	padding-left: 0px;
	padding-right: 10px;
}
.three-col .last {
	width: 150px;
	padding-right: 0px;
}

