/* Title image */
#content .block .head h3.senior{
	margin:0;
	float:left;
	width:211px;
	height:12px;
	text-indent:-9999px;
	background:url(../images/title-senior.gif) no-repeat;
	overflow:hidden;
}

/* Open/Close Blocks for Team Members Page */
#content .functblockSenior{
	margin:-2px 0 0 28px;
	width:705px;/*Determines the length of the tan lines*/
	border:2px #8d857c solid;
	border-width:2px 0;
	overflow:hidden;
}
.functblockSenior h3{
	margin:9px 0 0;
	padding-bottom:12px;
	height:12px;
	overflow:hidden;
}
.functblockSenior h3 a{
	float:left;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
}
.functblockSenior h3.curtisolson a{width:235px;background:url(../images/subtitle-curtis-olson.gif) no-repeat;}
		.functblockSenior h3.curtisolson a:hover{width:285px;background:url(../images/subtitle-curtis-olson-hover.gif) no-repeat;}
.functblockSenior h3.richardmeaney a{width:328px;background:url(../images/subtitle-richard-meaney.gif) no-repeat;}
		.functblockSenior h3.richardmeaney a:hover{width:328px;background:url(../images/subtitle-richard-meaney-hover.gif) no-repeat;}
.functblockSenior h3.coryalder a{width:285px;background:url(../images/subtitle-cory-alder.gif) no-repeat;}
		.functblockSenior h3.coryalder a:hover{width:285px;background:url(../images/subtitle-cory-alder-hover.gif) no-repeat;}
.functblockSenior h3.matthewkaufman a{width:597px;background:url(../images/subtitle-matthew-kaufman.gif) no-repeat;}
		.functblockSenior h3.matthewkaufman a:hover{width:597px;background:url(../images/subtitle-matthew-kaufman-hover.gif) no-repeat;}
.functblockSenior h3.stephenscanlon a{width:545px;background:url(../images/subtitle-stephen-scanlon.gif) no-repeat;}
		.functblockSenior h3.stephenscanlon a:hover{width:545px;background:url(../images/subtitle-stephen-scanlon-hover.gif) no-repeat;}
.functblockSenior h3.ryanvogt a{width:618px;background:url(../images/subtitle-ryan-vogt.gif) no-repeat;}
		.functblockSenior h3.ryanvogt a:hover{width:618px;background:url(../images/subtitle-ryan-vogt-hover.gif) no-repeat;}
.functblockSenior h3.roberes a{width:484px;background:url(../images/subtitle-rob-eres.gif) no-repeat;}
		.functblockSenior h3.roberes a:hover{width:484px;background:url(../images/subtitle-rob-eres-hover.gif) no-repeat;}
.functblockSenior .functholder{
	width:690px;
	display:none;
}
.functactive .functholder{display:block;}
.functactive .functholder p{
margin-top: 0px;
line-height:20px;
}
/* Back to Top */
a.linktotop {
	display: block;
	height: 137px; /* equal to image height */
	width: 12px; /* Half image width */
	background: url(../images/back_top_btn.gif) no-repeat 0 0;
}

a.linktotop:hover {
background: url(../images/back_top_btn_hover.gif) no-repeat 0 0;
}