/* CSS Document */

.floatRight {
	float: right;
	padding: 5px 0px 5px 8px;
}
div#imageHeader {
	padding: 0px 0 0px 0px;
	width: 800px;
	height: 140px;
	background-image: url(../images/img-strips/sample-thin.jpg);
	background-repeat: no-repeat;
	
}
#fmp img.floatRight { clear:right; }
.floatLeft {
	float: left;
}
h3 {
	margin-top:0;
	padding-top:0;
}


img.buttonLearnMore {
	float: right;
	margin: 0 20px 0 20px;
}


#globalNav
	{
	height:60px;
	width:800px;
	/*End hide from IE-mac*/
	}
div#globalNav
	{
	margin: 0 0 0px 0;
	padding-top:10px;
	background-color: #3f425e;
	height: 146px;
	}

#newsline{
margin-top:3px;
border-top:#5b5b5b;
}
/* This is necessary bc IE does not deal with hr correctly */
div.separator {
	margin: 12px 0 12px 0;
	background-position: top;
	clear:both;
	height: 1px;
	width: 443px;
	line-height: 1px;
	color:#fff;
	border-top: 1px solid #8A8D09;
 
}
.panelMore {
	float: right;
	padding-bottom: 0px;
	right: 0px;
	bottom: 0px;
}
