/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/

/* =Escrow Pacific Staff Page
-----------------------------------------------------------------------------*/

#content {
	width:744px;
	margin:9px 0 0px 0px;
	background:url(../img/subPageBg.gif) repeat-y;
	position:relative;
	}	
	
#right {
	width:545px;
	float:right;
	margin-right:5px;
	padding-bottom:20px;
	}

h1 {
	font-size:12px;
	color:#224162;
	height:27px;
	z-index:0;
	margin:15px 0 20px 0;
	}
	
#staffH1 {
	width:205px;
	height:27px;
	background-image:url(../img/staffH1.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:0;
	}
	
.imageLeft {
	float:left;
	margin:0 17px 17px 0;
	border:#224162 solid 1px;
	}
	
.staffMember {
	overflow:hidden;
	}
	
.staffMember ul {
	font-size:87%;
	list-style:inside;
	padding-bottom:10px;
	}
	
.staffMember p {
	padding-bottom:10px;
	}
		
.staffMember a {
	color:#108bb4;
	font-size:110%;
	padding:1px 1px;
	font-weight:bold;
	}

.staffMember a:link, .staffMember a:visited {
	text-decoration:underline;
	}

.staffMember a:hover, .staffMember a:active {
	color:#ffffff;
	background:#108bb4;
	}
	
.staffDivider {
	margin:10px 0 20px 70px;
	}
	
.fontSizeSmall {
	font-size:87%;
	}
	
.boldBlue {
	font-weight:bold;
	color:#224162;
	font-size:115%;
	}
	
/* =SubNav
-----------------------------------------------------------------------------*/
	
#subNav {
	width:163px;
	float:left;
	padding:16px 0 16px 13px;
	}
	
#subNav ul {
	list-style:none;
	}
	
#subNav ul li {
	padding-left:15px;
	background:url(../img/subNavArrow.gif) no-repeat center left;
	margin-bottom:5px;
	}
	
#subNav a {
	color:#224162;
	font-size:110%;
	}

#subNav a:link, #subNav a:visited {
	text-decoration:none;
	}

#subNav a:hover, #subNav a:active {
	color:#224162;
	text-decoration:underline;
	}

