/* =Whitespace reset
-----------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img { border: 0; }

p,
h3,
h4,
h5,
h6,
ul,
ol { margin-bottom: 15px; }

ul, ol { margin-left: 20px; }

ul ul, ol ol { margin-bottom: 0; }

li { margin-bottom: 4px;}

fieldset {
	border: 1px solid #666;
	padding: 10px;
}

/* =Typography
-----------------------------------------------
*/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #585f54;
}

h1 {
	font-size: 24px;
	color: #005aae;
	font-weight: normal;
}

h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }


a,
a:active {
	outline: none;
	text-decoration: none;
	font-weight: bold;
	color: #0988cf;
}

a:hover {
	text-decoration: underline;
}

/* =Structure
-----------------------------------------------
*/

div#wrapper {
	width: 969px;
	margin: 0 auto;
}

/* Header */
div#header {
	height: 82px;
	margin: 0;
	padding: 15px 0 0 0;
}

/* Logo */

div#logo {
	display:inline-block;
	margin: 2px 0 0 20px;
}

div#logo a {
	border: 0;
	display: block;
	width: 259px;
	height: 80px;
	background: transparent url("/ezstatic/data/developerfinance/i/logo.png") 0 0 no-repeat;
	text-indent: -9999px;
}

/* Login Links */

div#logins {
	width: 248px;
	position: absolute;
	top: 15px;
	margin: 0 0 0 703px;
}

div#logins ul { list-style-type: none; width: 223px; }
div#logins ul li {
float: left;
display: inline;
}
div#logins ul li.clientlogin a,
div#logins ul li.developerlogin a {
display: block;
	text-indent: -9999px;
	height: 17px;
}
/*
div#logins ul li.clientlogin a,
div#logins ul li.developerlogin a {
	display: block;
	float: left; 
	text-indent: -9999px;
	height: 17px;
}
*/
div#logins ul li.clientlogin a {
	width: 90px;
	background: transparent url("/ezstatic/data/developerfinance/i/client-login.png") 0 0 no-repeat;
}

div#logins ul li.developerlogin a {
	width: 113px;
	background: transparent url("/ezstatic/data/developerfinance/i/developer-login.png") 0 0 no-repeat;
	position:absolute;
	top:0;
	left:130px;;
}

/* Content Wrapper */
div#contentwrap {
	margin: 0 auto;
	padding: 15px 0;
	line-height: 21px;
	clear: both;
}

div#content {
	padding: 25px;
	min-height: 250px;
}

/* Content Left and Right */
div#siteleft,
div#footerleft {
	font-size: 13px;
	width: 707px;
	float: left;
}

div#siteright,
div#footerright {
	width: 262px;
	padding: 0;
	margin: 0;
	float: right;
}

/* Footer */
div#footer {
	display: block;
	height: 282px;
	clear: both;
}

div#footercontact { padding: 17px 0 0 22px; }

/* Misc */
.clearboth { clear: both; }

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
.clear { display: inline-block; }   
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* =Backgrounds
-----------------------------------------------
*/

body { background: #f7f7f7 url("/ezstatic/data/developerfinance/i/site-bg.png") 0 0 repeat-x; }

div#header, 
div#contentwrap { background: #fff; }

div#footer { background: transparent url('/ezstatic/data/developerfinance/i/footer-bg.png') left top no-repeat; }

div#content ul {
	list-style-image:url("/ezstatic/data/developerfinance/i/bullet.gif");
}


/* =Header Navigation
-----------------------------------------------
*/

div#topnav {
	width: 549px;
	position: absolute;
	top: 60px;
	margin: 0 0 0 420px;
}

div#topnav ul#navbar { margin: 0; }

div#topnav ul#navbar,
div#topnav div#navbar_bg {
	width: 545px;
	height: 53px;
	padding: 0;
	margin: 0 auto;
}

div#topnav ul#navbar li {
	display:block;
	float: left;
	margin: 0;
	padding: 0;
}

div#topnav ul#navbar li a {
	display: block;
	text-indent: -9999px;
	height: 53px;
}

/* Home */
div#topnav ul#navbar li#nb1 a { width: 65px; background: transparent url("/ezstatic/data/developerfinance/i/navbar.png") 0px 0 no-repeat; }
div#topnav ul#navbar li#nb1 a:hover,
div#topnav ul#navbar li#nb1 a.hover { background-position: 0 -53px; }

/* Our Company */
div#topnav ul#navbar li#nb2 a { width: 113px; background: transparent url("/ezstatic/data/developerfinance/i/navbar.png") -65px 0 no-repeat; }
div#topnav ul#navbar li#nb2 a:hover,
div#topnav ul#navbar li#nb2 a.hover { background-position: -65px -53px; }

/* Products and Services */
div#topnav ul#navbar li#nb3 a { width: 163px; background: transparent url("/ezstatic/data/developerfinance/i/navbar.png") -178px 0 no-repeat; } 
div#topnav ul#navbar li#nb3 a:hover,
div#topnav ul#navbar li#nb3 a.hover { background-position: -178px -53px; }

/* Loan Sales */
div#topnav ul#navbar li#nb4 a { width: 100px; background: transparent url("/ezstatic/data/developerfinance/i/navbar.png") -341px 0 no-repeat; }
div#topnav ul#navbar li#nb4 a:hover,
div#topnav ul#navbar li#nb4 a.hover { background-position: -341px -53px; }

/* Contact Us */
div#topnav ul#navbar li#nb5 a { width: 104px; background: transparent url("/ezstatic/data/developerfinance/i/navbar.png") -441px 0 no-repeat; }
div#topnav ul#navbar li#nb5 a:hover,
div#topnav ul#navbar li#nb5 a.hover { background-position: -441px -53px; }

/* Drop Down Menus */
div#topnav ul#navbar li ul {
	position: absolute;
	left: -9999px;
	width: 222px;
	margin: 0;
	padding: 0;
	background: url("/ezstatic/data/developerfinance/i/dropdown-bg.png") 0 0 repeat-y;
}

div#topnav ul#navbar li:hover ul, 
div#topnav ul#navbar li.sfhover ul {
	left: auto;
	margin-left: -2px;
	padding-bottom: 17px;
	z-index: 100;
	top: 52px;
}

div#topnav ul#navbar li ul li {
	position: relative;
	width: auto;
	padding: 0 18px;
	margin: 15px 0 0 0;
	line-height: 14px;
	display:inline;
	font-size: 13px;
	background: none !important;
	color: #fff;
}

div#topnav ul#navbar li ul li a,
div#topnav ul#navbar li ul li a:hover {
	font-weight: normal;
	text-indent: 0;
	display:inline;
	padding: 0;
	margin: 0;
	color: #fff;
	background:none;
}


/* Background Gradient */
div#topnav div#navbar_bg {
	position: absolute;
	width: 549px;
}

div#topnav div#navbar_bg.nb1,
div#topnav div#navbar_bg.nb2,
div#topnav div#navbar_bg.nb3,
div#topnav div#navbar_bg.nb4,
div#topnav div#navbar_bg.nb5 { background: url("/ezstatic/data/developerfinance/i/navbar-on-bg.png") 0 0 no-repeat; }

div#topnav div#navbar_bg.nb1 { background-position: 0 0; }
div#topnav div#navbar_bg.nb2 { background-position: 65px 0; }
div#topnav div#navbar_bg.nb3 { background-position: 178px 0; }
div#topnav div#navbar_bg.nb4 { background-position: 341px 0; }
div#topnav div#navbar_bg.nb5 { background-position: 441px 0; }


/* =Footer Navigation
-----------------------------------------------
*/

div#botnav {
	font-size: 12px;
	margin: 0 0 0 6px;
}

div#botnav ul li {
	float: left;
	margin: 0 55px 0 0;
	list-style-type: none;
}

div#botnav ul li a {
	font-weight: normal;
	color: #646464;
}

div#botnav ul li ul { display: none; }


/* =Headings
-----------------------------------------------
*/

/* Structural Headings */
div#askaquestion h4.heading {
	width: 165px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url("/ezstatic/data/developerfinance/i/heading-callus.png") 0 0 no-repeat;
	text-indent: -9999px;
}

div#highlights h4.heading {
	width: 82px;
	height: 21px;
	margin: 0 0 15px 0;
	padding: 0;
	background: url("/ezstatic/data/developerfinance/i/heading-highlights.png") 0 0 no-repeat;
	text-indent: -9999px;
}

div#footercontact h4.heading {
	width: 215px;
	height: 19px;
	margin: 0 0 15px 0;
	padding: 0;
	background: url("/ezstatic/data/developerfinance/i/heading-developer-finance.png") 0 0 no-repeat;
	text-indent: -9999px;
}

/* Page Headings */

/* Default */

div#content h1 {
	margin: 0 0 18px 0;
	padding: 0;
}

div#content h1.heading28859,
div#content h1.heading28860,
div#content h1.heading28861,
div#content h1.heading28865,
div#content h1.heading28866,
div#content h1.heading28867,
div#content h1.heading28868,
div#content h1.heading28869,
div#content h1.heading28870,
div#content h1.heading28872,
div#content h1.heading28873,
div#content h1.heading28874,
div#content h1.heading28875,
div#employeelist h1.heading,
div#employeeview h1.heading {
	width: 707px;
	height: 24px;
	text-indent: -9999px;
}

/* Home Page */
div#content h1.heading28859 {
	background: url("/ezstatic/data/developerfinance/i/heading-welcome.png") 0 0 no-repeat;
}

/* Our Company */
div#content h1.heading28860 {
	background: url("/ezstatic/data/developerfinance/i/heading-ourcompany.png") 0 0 no-repeat;
}

/* Vision & Industry Expertise */
div#content h1.heading28861 {
	background: url("/ezstatic/data/developerfinance/i/heading-vision.png") 0 0 no-repeat;
}

/* Leadership */
div#employeelist h1.heading,
div#employeeview h1.heading {
	background: url("/ezstatic/data/developerfinance/i/heading-leadership.png") 0 0 no-repeat;
}

/* Products & Services */
div#content h1.heading28865 {
	background: url("/ezstatic/data/developerfinance/i/heading-products.png") 0 0 no-repeat;
}

/* Financial Products */
div#content h1.heading28866,
div#content h1.heading28867 {
	background: url("/ezstatic/data/developerfinance/i/heading-financial.png") 0 0 no-repeat;
}

/* Servicing & Administrations */
div#content h1.heading28868 {
	background: url("/ezstatic/data/developerfinance/i/heading-servicing.png") 0 0 no-repeat;
}

/* DFC Property Advisors */
div#content h1.heading28869 {
	background: url("/ezstatic/data/developerfinance/i/heading-advisors.png") 0 0 no-repeat;
}

/* Loan Sales */
div#content h1.heading28872 {
	background: url("/ezstatic/data/developerfinance/i/heading-loansales.png") 0 0 no-repeat;
}

/* Recent Transactions */
div#content h1.heading28870,
div#content h1.heading28873 {
	background: url("/ezstatic/data/developerfinance/i/heading-recent.png") 0 0 no-repeat;
}

/* Contact Us */
div#content h1.heading28874 {
	background: url("/ezstatic/data/developerfinance/i/heading-contact.png") 0 0 no-repeat;
}

/* Thank You */
div#content h1.heading28875 {
	background: url("/ezstatic/data/developerfinance/i/heading-thankyou.png") 0 0 no-repeat;
}


/* =Page Images
-----------------------------------------------
*/

/* Default */
div#pageimg {
	width: 707px;
	height: 169px;
	background: url("/ezstatic/data/developerfinance/i/top-home.jpg") 0 0 no-repeat;	
}

/* Home */
body#category5351 div#pageimg {
	width: 707px;
	height: 277px;
	background: url("/ezstatic/data/developerfinance/i/top-home.jpg") 0 0 no-repeat;	
}

/* Our Company */
body#category5352 div#pageimg,
body#categorycompany div#pageimg {
	background: url("/ezstatic/data/developerfinance/i/top-ourcompany.jpg") 0 0 no-repeat;	
}

/* Products and Services */
body#category5353 div#pageimg {
	background: url("/ezstatic/data/developerfinance/i/top-products.jpg") 0 0 no-repeat;	
}

/* Loan Sales */
body#category5354 div#pageimg {
	background: url("/ezstatic/data/developerfinance/i/top-loansales.jpg") 0 0 no-repeat;	
}

/* Contact Us */
body#category5355 div#pageimg {
	background: url("/ezstatic/data/developerfinance/i/top-contactus.jpg") 0 0 no-repeat;	
}


/* =Content
-----------------------------------------------
*/

#content ul li {
	margin: 0 0 12px 0;
	line-height: 17px;
}

body#category5353 #content h3 {
	font-size: 1em;
	margin: 0;
	display: inline;
	border-bottom: 1px solid #585f54;
}


/* Leadership */

/* List */
div#employeelist div.person {
	width: 300px;
	float: left;
	margin: 10px 0;
}

div#employeelist div.person.odd {
	width: 250px;
	margin-left: 100px;
}

div#employeelist span {
	padding: 0;
	margin: 0;
	display: block;
}

div#employeelist span.personname,
div#employeelist span.personbio {
	display: inline;
}

div#employeelist span.personname {
	font-weight: bold;
	margin-right: 10px;
}

div#employeelist span.personbio a {
	text-transform: uppercase;
}


/* Detail */


div#employeeview div.personphoto {
	float: left;
}
div#employeeview div.personbio {
	float: left;
	width: 455px;
	margin: 0 0 0 25px;
}

/* Leadership Navbar */

div.employeenavbar ul {
	margin: 0;
	padding: 0;
}

div.employeenavbar ul li {
	font-size: 11px;
	padding: 0;
	float: left;
	text-transform: uppercase;
	list-style-type: none;
	list-style-image: none;
}

div.employeenavbar div.prevnextnav { display: none; }

div#employeelist span.personimage {
	display: none;
}


/* =Sidebar
-----------------------------------------------
*/

/* Ask a question */

div#askaquestion {
	width: 262px;
	height: 277px;
	padding: 15px 20px 0 20px;
	background: url("/ezstatic/data/developerfinance/i/ask-bg.png") 0 0 no-repeat;
}

div#askaquestion form { font-size: 12px; }
div#askaquestion form p { padding: 0; margin: 0; }

div#askaquestion input.field,
div#askaquestion textarea.field {
	display: block;
	height: 19px;
	width: 211px;
	margin: 0;
	padding: 0 4px;
	color: #282828;
	border-top: 1px solid #cecece;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #9b9b9b;
	border-bottom: 0;
	background: #fff url("/ezstatic/data/developerfinance/i/input-bg.png") bottom left repeat-x;
}

div#askaquestion textarea.field { 
	height: 37px;
	padding: 4px;
}

div#askaquestion div.sendbtn { 
	margin: 6px 0 0 150px;
}

/* Highlights */
div#highlightwrap {
	border-left: 1px solid #eae8e5;
	padding: 15px 22px;
	line-height: 17px;
}


/* =USM Footer
-----------------------------------------------
*/

div#usmtag a {
	position:absolute;
	display:block;
	width: 215px;
	height: 15px;
	margin: 100px 0 0 250px;
	background: transparent url('/ezstatic/data/developerfinance/i/usmtag.png') 0 0 no-repeat;
	text-indent: -9999px;
}


