body {
	margin: 0;
	background-color: #f5f6f6;
}
:focus { outline: none }
a img { border: none }
#wrapper {
	width: 718px;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 50px 0 0 -359px;
	color: #312d2e;
}
#container {
	width: 718px;
	height: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #b6bec3;
}
#container a { text-decoration: none }
/* ----------------------------------------- /end container styles -------------------------------------- */




/* ----------------------------------------- header styles -------------------------------------- */
#header {
	width: 718px;
	height: 230px;
	overflow: hidden;
	_height: 1%;
}

#branding {
	width: 459px;
	height: auto;
	float: left;
}

#logo {
	width: 200px;
	float: left;
	margin-left: 30px;
	padding-top: 43px;
}
a#logoHome {
	width: 170px;
	height: 132px;
	display: block;
	margin: 0 0 0 28px;
	text-indent: -999em;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/logo-red.gif);
}
body.purple a#logoHome { background: url(../images/logo-purple.gif) }
body.gold a#logoHome { background: url(../images/logo-gold.gif) }
body.green a#logoHome { background: url(../images/logo-green.gif) }

#tagline {
	width: 165px;
	float: right;
	margin-top: 106px;
}
#tagline u {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
#tagline div {
	width: 15px;
	height: 15px;
	float: right;
	margin: 2px 0 0 3px;
}
#tagline div.red { background-color: #760c16 }
#tagline div.purple { background-color: #475285 }
#tagline div.gold { background-color: #83541e }
#tagline div.green { background-color: #3c6964 }
/* ----------------------------------------- /end header styles -------------------------------------- */




/* ----------------------------------------- nav styles -------------------------------------- */
#nav {
	width: 216px;
	height: 205px;
	float: left;
	padding: 25px 0 0 42px;
	background-color: #696b73;
	border-left: 1px solid #b4b5b9;
}
/* 1st level navigation */
#nav ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	text-transform: uppercase;
	z-index: 100;
}
#nav li {
	width: 125px;
	height: auto;
	position: relative;
	margin-bottom: 8px;
}
#nav li a { color: #dbe0e2 }
#nav li a:hover { font-weight: bold; letter-spacing: 0 }

/* 2nd level navigation */
#nav li ul {
	width: 158px;
	position: absolute;
	left: -999em;
	top: -3px;
	padding: 15px 0 5px 15px;
	font-size: 12px;
	background: url(../images/navULbkg.png) top left repeat-y;
	z-index: 100;
}
* html #nav li ul { background: #000 }
#nav li li {
	width: 143px;
	padding-left: 15px;
	background: url(../images/navLIbkg-red.gif) top left no-repeat;
}
#nav li li.purple { background-image: url(../images/navLIbkg-purple.gif) }
#nav li li.gold { background-image: url(../images/navLIbkg-gold.gif) }
#nav li li.green { background-image: url(../images/navLIbkg-green.gif) }
#nav li li.fake {
	width: 140px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 1px;
	color: #FFF;
	background: none
}

/* 3rd level navigation */
#nav li li ul {
	display: none;
	width: 120px;
	position: relative;
	left: 0;
	top: 0;
	padding: 0;
	background: none;
}
#nav li li li {
	margin: 5px 0;
	padding-left: 10px;
	font-size: 11px;
	text-transform: none;
	letter-spacing: 0;
	background: none;
}
#nav li li li a:hover { font-weight: bold }

/* hover states */
#nav ul li:hover ul, #nav ul li.sfhover ul { left: 100px }
#nav ul li:hover #practiceAreasMenu, #nav ul li.sfhover #practiceAreasMenu { left: 125px }
#nav ul li:hover ul ul, #nav ul li.sfhover ul ul { left: 0 }
#nav ul ul li:hover ul, #nav ul ul li.sfhover ul { display: block }

/* page indicators */
body#homePage #nav a#home,
body#firmProfilePage #nav a#firm,
body#practiceAreasPage #nav a#practice,
body#ourPeoplePage #nav a#people,
body#employmentPage #nav a#employment,
body#newsPage #nav a#news,
body#affiliationsPage #nav a#affiliations,
body#contactUsPage #nav a#contact,
body#collectionsPage #nav a#practice,
body#litigationPage #nav a#practice,
body#loanServicingPage #nav a#practice,
body#realEstateLawPage #nav a#practice,
body#collectionsPage #footer a#collections,
body#litigationPage #footer a#litigation,
body#loanServicingPage #footer a#loan,
body#realEstateLawPage #footer a#real-estate {
	font-weight: bold;
	letter-spacing: 0;
}
/* ----------------------------------------- /end nav styles -------------------------------------- */




/* ----------------------------------------- headline styles -------------------------------------- */
#headline {
	width: 673px;
	margin-left: 30px;
	padding: 8px 0 8px 15px;
}
#headline h2 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}
body.red #headline { background-color: #760c16 }
body.purple #headline { background-color: #475285 }
body.gold #headline { background-color: #83541e }
body.green #headline { background-color: #3c6964 }
/* ----------------------------------------- /end headline styles -------------------------------------- */




/* ----------------------------------------- content styles -------------------------------------- */
#content {
	width: 395px;
	height: auto;
	min-height: 288px;
	position: relative;
	padding: 10px 278px 20px 45px;
	overflow: hidden;
	_height: 1%;
	background-position: top left;
	background-repeat: repeat-y;
	background-image: url(../images/contentBkg-red.jpg)
}
body.purple #content { background-image: url(../images/contentBkg-purple.jpg) }
body.gold #content { background-image: url(../images/contentBkg-gold.jpg) }
body.green #content { background-image: url(../images/contentBkg-green.jpg) }

#content h3 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 14px;
	font-style: italic;
}
#content h4 {
	margin: 10px 0;
	font-size: 18px;
	font-weight: normal;
}
#content p { margin: 0 0 15px 0 }
#content strong { color: #760c16 }
#content a { color: #760c16; border-bottom: 1px dotted #760c16 }
#content a.arrow {
	padding-right: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/aArrowBkg.gif) top right no-repeat;
	border-bottom: none;
}
#content a.arrow:hover { border-bottom: 1px dotted #760c16 }

#content img { border: 1px solid #000014 }
#content img.right { float: right; margin: 10px 0 10px 10px }
#content img.left { float: left; margin: 10px 10px 10px 0 }

#content ul {
	margin: 0;
	padding-left: 15px;
	list-style-type: square;
}
#content ul li { margin: 5px 0 }

#content #sideBkgImg {
	width: 259px;
	height: 355px;
	position: absolute;
	top: 0;
	right: 0;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/sideBkgImg-red.jpg);
}
body.purple #content #sideBkgImg { background-image: url(../images/sideBkgImg-purple.jpg) }
body.gold #content #sideBkgImg { background-image: url(../images/sideBkgImg-gold.jpg) }
body.green #content #sideBkgImg { background-image: url(../images/sideBkgImg-green.jpg) }

#content #sidePic {
	width: 125px;
	height: auto;
	position: absolute;
	top: 0;
	left: 459px;
	padding: 142px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #FFF;
	background: url(../images/sidePicBarrett.jpg) top left no-repeat #000014;
}
#content #sidePic h5 {
	margin: 0 0 2px 0;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
}
#content #sidePic.iddings { background: url(../images/sidePicIddings.jpg) top left no-repeat #000014 }
/* ----------------------------------------- /end content styles -------------------------------------- */




/* ----------------------------------------- footer styles -------------------------------------- */
#footer {
	width: 678px;
	padding: 10px 10px 10px 30px;
	background-color: #dbe0e2;
	overflow: hidden;
	_height: 1%;
}
#footer ul {
	width: 440px;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
#footer li {
	display: inline;
	padding: 0 8px;
	border-left: 1px solid #312d2e;
}
#footer li.first { padding-left: 0; border: none }
#footer li a { color: #312d2e  }

#footer ul#pay {
	width: 233px;
	float: right;
	font-size: 10px;
}
#footer ul#pay li { padding: 0; border: none }
#footer a#pay-bill, #footer a#pay-loan {
	position: relative;
	padding: 2px 4px;
	text-transform: uppercase;
	color: #99774f;
	background-color: #FFF;
	border: 1px solid #99774f;
}
#footer a#pay-loan { color: #3c6964; border-color: #3c6964 }
/* ----------------------------------------- /end footer styles -------------------------------------- */




/* ----------------------------------------- copyright styles -------------------------------------- */
#copyright {
	width: 718px;
	height: auto;
	padding: 5px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#copyright a {
	float: right;
	color: #312d2e;
	text-decoration: none;
}
#copyright a:hover { text-decoration: underline }

/* ----------------------------------------- /end copyright styles -------------------------------------- */




/* ----------------------------------------- specific page styles -------------------------------------- */
/* Home Page */
body#homePage #header { height: 470px }
body#homePage #branding { padding: 120px 0 }
body#homePage a#logoHome { margin: 35px 0 0 90px }
body#homePage #nav { padding: 145px 0 120px 42px }

/* Practice Areas page */
div.quarter {
	width: 90px;
	float: left;
	margin-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
div.quarter a#solution-litigation, 
div.quarter a#solution-real-estate, 
div.quarter a#solution-collections, 
div.quarter a#solution-loan {
	width: 90px;
	height: 85px;
	display: block;
	margin-bottom: 8px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	background-color: #760c16;
	border-bottom: none;
}
div.quarter a#solution-real-estate { background-color: #475285 }
div.quarter a#solution-collections { background-color: #83541e }
div.quarter a#solution-loan { background-color: #3c6964 }
div.quarter img { margin: 4px 3px; border: 1px solid #FFF !important }

/* Conact Page */
#contactUsPage ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a.mapLink { float: right; margin-bottom: 5px }

/* Affiliations Pages */
#affiliationsPage dl { clear: both }
#affiliationsPage dl a {
	display: block;
	font-weight: normal;
	border: none;
}
#affiliationsPage dt, #affiliationsPage dd {
	width: 95px;
	float: left;
	margin: 0 15px 0 0;
	padding-bottom: 20px;
	font-weight: bold;
}
#affiliationsPage dt img { border: none }
#affiliationsPage dd { width: 200px; padding-top: 30px }
#affiliationsPage dl.charitable dd { width: 100%; padding-top: 10px }

/* News Page */
#newsPage dl, #newsPage dt, #newsPage dd { margin: 0 }
#newsPage dl { 
	margin-bottom: 10px;
	padding-bottom: 20px; 
	border-bottom: 1px solid #DBE0E2;
}
#newsPage dd { margin-bottom: 8px }
#newsPage dd strong { font-size: 11px }

/*================================== sIFR al rescante! http://www.mikeindustries.com/sifr/ */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h2, .sIFR-hasFlash h3, .sIFR-hasFlash #tagline u { visibility: hidden }
