/* Index Main Masthead
-------------------------------------------------------------- */

#masthead {
	width: 580px;
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 200px;
	background-color: #F3F3F3;
	border: 1px solid #1c3954;
	}

#myController span{
	text-indent:-10000px;
	display: none;
}

#jFlowSlide{ float: left;}

#myController span.jFlowSelected {
}

.jFlowPrev{
	float: left;
	width: 50px;
	height: 30px;
	cursor:pointer;
	background-color: transparent;
	background-image: url(images/topslideleft.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: -10000;
	margin-top: 70px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.jFlowNext{
	float: right;
	width: 50px;
	height: 30px;
	text-indent:-10000px;
	cursor:pointer;
	background-color: transparent;
	background-image: url(images/topslideright.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	margin-top: -120px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.masthead_lft{
	float:none;
	width:400px;
	height:150px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #0859a4;
	padding: 2px;
	background-color: #FFF;
}

.masthead_lft h2 a{
	color:#158BB7;
	text-decoration: none;
	}

.masthead_lft h2 a:hover{
	color:#484848;
	text-decoration: none;
}

.masthead_lft h2{
	color:#B71517;
	font-size: 2.4em;
	}
.masthead_lft p{
	font-size: 11px;
	margin-bottom: .15em;
	}

.masthead_lft img {
	float:left;
	width:150px;
	height:140px;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #666;
	}


.mh_contact{
	float:right;    
	background:transparent url(images/mh_contact.png) no-repeat;
	display:block;
	margin:8px 0 0 12px;
	height:30px;    
	width:130px;   
	text-indent:-9999px;    
	overflow:hidden;
	}
	
a.mh_contact:hover{
	background:transparent url(images/mh_contact.png) 0 -30px no-repeat;    
	display:block;    
	height:30px;    
	width:130px;    
	text-indent:-9999px;    
	overflow:hidden
	}

.masthead_rgt{
	float:right;
	margin-top:52px;
	padding: 11px 0 0 42px;
	width:458px;
	height:237px;
	background:transparent url(images/msthdframe.png) top left no-repeat;
	}

.masthead_rgt img{
	width: 413px;
	height: 212px;
	border: none;
	}

