
html {
	/*height: 100%;*/
}

/* fp flash
-------------------------------------------------- */
#flash-spotlight {
	background-color: #003947;
	color: #fff;
	font-size: 12px;
	text-align: left;
	margin: 0px 0px 0px 12px;
	width: 600px;
	height: 345px;
}

#flash-spotlight p {
	padding: 30px;
	margin: 0px;
}

#flash-spotlight a {
	color: #fff;
	text-decoration: underline;
	padding: 0px;
}

#flash-spotlight a:hover {
	color: #fff;
	text-decoration: none;
	padding: 0px;
}


/* fp callouts
-------------------------------------------------- */
.fpcallouts   {
	background: transparent url(/images/sectionlist_bg.gif) repeat top left;
	padding: 0px;
	width: 199px;
	vertical-align: top;
	border-right: 1px solid white;
}

.fpcallouts h1 {
	background: transparent url(/images/sectionlist_h1.gif) no-repeat top left;
	color: #fff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
	
td.fpcallouts h1 a {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-family: Times, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	height: 31px;
	display: block;
	padding: 0px 12px 0px;
	margin: 0px;
	border-right: 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.fpcallouts h1 a:hover {
	color: #B8C2C6;
	font-weight: normal;
	text-decoration: none;
}

.fpcallouts h2 {
	color: #203C47;
	font-family: Times, Georgia, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin: 0px 5px 4px 0px;
}

.fpcallouts h2 a {
	color: #203C47;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
}

.fpcallouts h2 a:hover {
	color: #520004;
}

.fpcallouts img {
	border-bottom: 1px solid #fff;
	width: 199px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.fpcallouts p {
	color: #203C47;
	font-size: 12px;
	line-height: 16px;
	margin: 2px 0px;
	padding: 2px 2px 0px 0px;
}

.fpcallouts div.fp-details {
	border-top: 5px solid #76919A;
	margin: 0px;
	padding: 5px 10px 0px;
}

.fpcallouts p.details a {
	background: url(/images/section_list_arrow.gif) no-repeat 0px 0px;
	color: #203C47;
	text-decoration: none;
	padding: 0px 0px 3px 20px;
	line-height: 30px;
}

.fpcallouts p.details a:hover   {
	text-decoration: underline;
}

