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

/* =Escrow Pacific Home Page
-----------------------------------------------------------------------------*/

#content {
	width:387px;
	margin:23px 0 23px 23px;
	}
	
.paragraphPadding {
	padding-bottom:10px;
	}
	
.paragraphPadding2 {
	padding-bottom:13px;
	}
	
#homePics {
	width:310px;
	position:absolute;
	top:91px;
	right:8px;
	}

.homePicMargin {
	margin-bottom:9px;
	}
	
h1 {
	font-size:12px;
	color:#224162;
	height:21px;
	z-index:0;
	margin-bottom:10px;
	}
	
#homeH1 {
	width:387px;
	height:21px;
	background-image:url(../img/homeH1.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:0;
	}

/* =Dropdown Nav
-----------------------------------------------------------------------------*/

#dropNav {
	margin:0 0 9px 0;
	padding:0;
	width:128px;
	height:75px;
	}
	
#dropNav ul {
	list-style:none;
	}
	
#dropNav span {
	margin:0;
	padding:0;
	}
	
#dropNav ul li {
	list-style:none;
	padding:0;
	position:relative;
	margin-bottom:3px;
	}
	
#servicing {
	height:11px;
	width:128px;	
	padding:0;	
	}
	
#servicingSpan {
	text-indent:-5000px;
	}
	
#servicingSpan a {
	height:11px;
	width:128px;
	display:block;
	background-image:url(../img/dropServicing.gif);
	background-repeat:no-repeat;
	padding:0;
	}
	
#servicingSpan a:link, #servicingSpan a:visited {
	display:block;
	height:11px;
	width:128px;
	background-repeat:no-repeat;
	background-position:left;
	padding:0;
	}

#servicingSpan a:hover, #servicingSpan a:active {
	display:block;
	height:11px;
	width:128px;
	background-repeat:no-repeat;
	background-position:right;
	padding:0;
	}
	
#investor {
	height:11px;
	width:128px;
	padding:0;
	}
	
#investorSpan {
	text-indent:-5000px;
	}
	
#investorSpan a {
	height:11px;
	width:128px;
	background-image:url(../img/dropInvestor.gif);
	background-repeat:no-repeat;
	}
	
#investorSpan a:link, #investorSpan a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:left;
	}

#investorSpan a:hover, #investorSpan a:active {
	display:block;
	background-repeat:no-repeat;
	background-position:right;
	}

#note {
	height:11px;
	width:128px;
	padding:0;
	}
	
#noteSpan {
	text-indent:-5000px;
	}
	
#noteSpan a {
	height:11px;
	width:128px;
	background-image:url(../img/dropNote.gif);
	background-repeat:no-repeat;
	}
	
#noteSpan a:link, #noteSpan a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:left;
	}

#noteSpan a:hover, #noteSpan a:active {
	display:block;
	background-repeat:no-repeat;
	background-position:right;
	}

#web {
	height:11px;
	width:128px;
	padding:0;
	}
	
#webSpan {
	text-indent:-5000px;
	}
		
#webSpan a {
	height:11px;
	width:128px;
	background-image:url(../img/dropWeb.gif);
	background-repeat:no-repeat;
	}
	
#webSpan a:link, #webSpan a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:left;
	}

#webSpan a:hover, #webSpan a:active {
	display:block;
	background-repeat:no-repeat;
	background-position:right;
	}
	
#forms {
	height:11px;
	width:128px;
	padding:0;
	}
	
#formsSpan {
	text-indent:-5000px;
	}
	
#formsSpan a {
	height:11px;
	width:128px;
	background-image:url(../img/dropForms.gif);
	background-repeat:no-repeat;
	}
	
#formsSpan a:link, #formsSpan a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:left;
	}

#formsSpan a:hover, #formsSpan a:active {
	display:block;
	background-repeat:no-repeat;
	background-position:right;
	}
	
.firstLevel {
	position:absolute;
	left:-999em;
	padding:3px 0 5px 0;
	margin-left:128px;
	margin-top:-13px;
	width:225px;
	background:#d5e6ee;
	}
	
#dropNav li:hover ul {
	left: auto;
	}
	
#dropNav li:hover ul, #dropNav li.sfhover ul {
	left: auto;
	}


/* =Actual Dropdowns
-----------------------------------------------------------------------------*/

.nestedli {
	background:#d5e6ee;
	float:none;
	}
	
.nestedli a:link, .nestedli a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	padding:5px;
	}
	
.nestedli a:hover, .nestedli a:active {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
	padding:5px;
	}

