/* CSS Document */

/*

main style sheet containing styles universal to all pages

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Navigation
Headers
Text Treatments
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #E5EBEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
	text-align: center;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #31789C;
	outline: none;
}

a:hover {color: #F47427;}

/*
PAGE STRUCTURE
================================================*/

#outer-wrapper {
	background: url(../images/backgrounds/outer-wrapper.gif) #E5EBEF repeat-y center top;
	width: 100%;
}

#wrapper {
	background: url(../images/backgrounds/wrapper.gif) no-repeat center top;
	padding: 27px 0 0 0;
	width: 100%;
}

#container {
	background: #fff;
	margin: 0 auto;
	padding: 0 30px;
	width: 900px;
}

/* banner styles
==================*/
#banner {
	float: left;
	padding: 0 0 40px 0;
	width: 900px
}

#logo {	
	background: url(../images/backgrounds/logo.gif) no-repeat;
	float: left;
	height: 127px;
	text-indent: -9999px;
	width: 390px;
}

#logo a {	
	float: left;
	height: 80px;
	position: relative; left: 0; top: 20px;
	text-indent: -9999px;
	width: 390px;
}

#phone-contact {	
	background: url(../images/backgrounds/phonecontact.gif) no-repeat top right;
	float: left;
	height: 127px;
	text-indent: -9999px;
	padding: 0 0 0 180px;
	width: 150px;
}

#mail-contact {	
	background: url(../images/backgrounds/mailcontact.gif);
	float: left;
	height: 127px;
	text-indent: -9999px;
	width: 180px;
}

#mail-contact-stuart {	
	background: url(../images/backgrounds/mailcontact-stuart.gif);
	float: left;
	height: 127px;
	text-indent: -9999px;
	width: 180px;
}

#content {
	float: right;
	padding: 0 0 0 35px;
	width: 660px;
	text-align: justify;
}

#sidebar {
	float: right;
	width: 205px;
}

#footer-wrapper {
	background: url(../images/backgrounds/footer-wrapper.gif) no-repeat center top;
	padding: 50px 0 0 0;
	width: 100%;
}


#footer {
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 960px;

}

/*
NAVIGATION
=====================================*/

#nav {
	float: left;
}

#nav ul {
	background: url(../images/backgrounds/nav.gif) #E5EBEF repeat-x left top;
	border-right: 1px solid #D0DBE2;
	border-top: 1px solid #D0DBE2;
	float: left;
	list-style-type: none;
	width: 900px; height: 80px;
	overflow: hidden;
}

#nav ul li {
	border-bottom: 1px solid #D0DBE2;
	float: left;
	height: 80px;
}

#nav ul li a {
	border-left: 1px solid #D0DBE2;
	border-right: 1px solid #fff;
	float: left;
	text-decoration: none;
	text-indent: -9999px;
	height: 80px;
}

#nav ul li.business a {background: url(../images/nav/business.gif) transparent no-repeat left top; width: 100px; }
#nav ul li.commercial a {background: url(../images/nav/commercial.gif) transparent no-repeat left top; width: 99px; }
#nav ul li.estate a {background: url(../images/nav/estate.gif) transparent no-repeat left top; width: 122px; }
#nav ul li.finance a {background: url(../images/nav/finance.gif) transparent no-repeat left top; width: 106px; }
#nav ul li.injury a {background: url(../images/nav/injury.gif) transparent no-repeat left top; width: 134px; }
#nav ul li.property a {background: url(../images/nav/property.gif) transparent no-repeat left top; width: 190px; }
#nav ul li.will a {background: url(../images/nav/will.gif) transparent no-repeat left top; width: 135px; }

#nav ul li a:hover { 
	background-position: 0 -80px;
	border-right: 1px solid #30789C;
	border-left: 1px solid #30789C;
}

#nav ul li.current {border-bottom: 1px solid #fff;}

#nav ul li.current a, #nav ul li.current a:hover {
	background-position: 0 -160px;
	border-right: 1px solid #fff;
	border-left: 1px solid #D0DBE2;
}

/*
SUB NAV
=====================================*/

#side-nav {
	background: url(../images/nav/side-nav.gif) #EAEFF2 repeat-y left top;
	border: 1px solid #D0DBE2;
	float: left;
	list-style-type: none;
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: left;
	width: 205px;
}

#side-nav li {
	font-size: 1.1em;
	float: left;
	width: 203px;
}

#side-nav li a {
	background: url(../images/nav/side-nav-item.gif) transparent no-repeat 0 -210px;
	color: #005984;
	float: left;
	text-decoration: none;
	padding: 8px 10px 8px 25px;
	width: 178px;
}

#side-nav li#home-link a {
	background: url(../images/nav/home-side-nav-item.gif) transparent no-repeat 0 -210px;
}

#side-nav li a:hover, #side-nav li#home-link a:hover {
	background-position: left top;
	color: #fff;
}

#side-nav li.side-current a, #side-nav li.side-current a:hover {
	background-position: 0 -105px;
	color: #005984;
}

/*RSS BUTTON
============*/

a#rss {	
	background: url(../images/nav/rss-button.gif) transparent no-repeat left top;
	border: 1px solid #D0DBE2;
	float: left;
	height: 73px;
	text-indent: -9999px;
	width: 205px;
}

a#rss:hover {
	border-bottom: 1px solid #CBD5DB;
	border-right: 1px solid #CBD5DB;
	background-position: 0 -73px;
}

a#verdicts {	
	background: url(../images/backgrounds/verdicts-button.gif) transparent no-repeat left top;
	border: 1px solid #D0DBE2;
	float: left;
	height: 73px;
	margin: 0 0 30px 0;
	text-indent: -9999px;
	width: 205px;
}

a#verdicts:hover {
	border-bottom: 1px solid #CBD5DB;
	border-right: 1px solid #CBD5DB;
	background-position: 0 -73px;
}

a#chinese-drywall {	
	background: url(../images/backgrounds/chinese-drywall-button.gif) transparent no-repeat left top;
	border: 1px solid #D0DBE2;
	float: left;
	height: 73px;
	margin: 0 0 30px 0;
	text-indent: -9999px;
	width: 205px;
}

a#chinese-drywall:hover {
	border-bottom: 1px solid #CBD5DB;
	border-right: 1px solid #CBD5DB;
	background-position: 0 -73px;
}

a#estate-tax {	
	background: url(../images/backgrounds/estate-tax-button.gif) transparent no-repeat left top;
	border: 1px solid #D0DBE2;
	float: left;
	height: 73px;
	margin: 0 0 30px 0;
	text-indent: -9999px;
	width: 205px;
}

a#estate-tax:hover {
	border-bottom: 1px solid #CBD5DB;
	border-right: 1px solid #CBD5DB;
	background-position: 0 -73px;
}



/*
BOTTOM NAV
=====================================*/
#content ul#bottom-nav {
	background: url(../images/backgrounds/nav.gif) #E5EBEF repeat-x left top;
	border-top: 1px solid #D0DBE2;
	border-right: 1px solid #D0DBE2;
	margin: 7px 0 0 0;
	padding: 0;
	float: left;
}

#bottom-nav li {
	border-bottom: 1px solid #D0DBE2;
	float: left;
	list-style-type: none;
}

#bottom-nav li a {
	background: url(../images/nav/bottom-nav-item.gif) repeat-x top left;
	border-left: 1px solid #D0DBE2;
	border-right: 1px solid #fff;
	float: left;
	padding: 10px 28px;
	text-decoration: none;
}

#bottom-nav li a:hover {
	background: url(../images/nav/bottom-nav-item.gif) #30789B repeat-x bottom left;
	border-right: 1px solid #30789C;
	color: #fff;
}

/*
HEADERS
=====================================*/

h1,
h2
{
	color: #012A47;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}

h1 {
	font-size: 40px;
	padding: 0 0 20px 0;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.1em;
	word-spacing: 1px;
}

h1 span {
	border-bottom: 1px solid #EBF1F4;
	color: #005984;
	font-variant: small-caps;
	font-size: 23px;
	letter-spacing: normal;
	position: relative; top: -4px;
}

h2 {
	color: #005A84;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif; 
	padding: 0 0 15px 0;
	text-align: left;
}

h3 {
	font-size: 1.6em;
}

/*
FOOTER STYLES
=====================================*/

#footer p {
	font-size: 1.1em;
	float: left;
	text-align: left;
}

#footer-nav {
	width: 365px;
}

#footer p#footer-nav a {
	background: url(../images/nav/footer-nav-item.gif) #EBF0F3 repeat-x top left;
	border: 1px solid #D0DBE2;
	font-size: 12px;
	float: left;
	margin: 0 10px 0 0;
	padding: 8px 15px;
	text-decoration: none;
}

#footer-nav a:hover {
	background: #F9FAFB;
	border-bottom: 1px solid #CBD5DB;
	border-right: 1px solid #CBD5DB;
	color: #005984;
}


#footer p#footer-phone {
	/*background: url(../images/backgrounds/footer-phone.gif) no-repeat 0 8px;*/
	border-right: 1px solid #B6C4CD;
	border-left: 1px solid #B6C4CD;
	color: #B6C4CD;
	float: right;
	margin: 6px 0 0 0;
	padding: 3px 7px 3px 7px;
}

#footer p#footer-address {
	/*background: url(../images/backgrounds/footer-address.gif) no-repeat 4px 11px;*/
	border-right: 1px solid #B6C4CD;
	color: #B6C4CD;
	float: right;
	margin: 6px 0 0 0;
	padding: 3px 7px 3px 7px;
}

#footer p#footer-contact-link {
	border-right: 1px solid #B6C4CD;
	color: #B6C4CD;
	float: right;
	margin: 6px 0 0 0;
	padding: 3px 10px 3px 7px;
}

#footer-phone strong, #footer-address strong, p#footer-contact-link strong {
	color: #005984;
	font-weight: normal;
	padding: 0 4px;
}

/*
TEXT TREATMENTS
=====================================*/

#content {
	color: #445561;
	font-size: 1.2em;
}

#content p {
	line-height: 1.6em;
	padding: 0 0 20px 0;
	text-align: justify;
}

#content ul {
	line-height: 1.7em;
	list-style-type: square;
	padding: 0 0 20px 20px;
}

#content ol {
	line-height: 1.7em;
	padding: 0 0 20px 20px;
}

#content p#attorneys {
	color: #31789C;
	font-size: .9em;
	margin: -20px 0 0 0;
	padding: 0 0 25px 0;
	text-align: left;
}

#content p#attorneys a {
	text-decoration: none;
	white-space: nowrap;
}

#geo {
	color: #74858F;
	font-size: 11px;
	font-style: italic;
}

/*
BREAD CRUMBS
=====================================*/
 
#content p#bread-crumbs {
	color: #74858F;
	font-size: 11px;
	padding: 0 0 15px 0;
}

#content p#bread-crumbs a {
	color: #74858F;
	margin: 0 3px;
}

#content p#bread-crumbs a:hover {color: #31789C;}
#content p#bread-crumbs span {margin: 0 3px;}

/*
IMAGES & MAP on /contact/
=====================================*/

.left {
	background: #EAEFF2;
	border: 1px solid #D0DBE2;
	float: left;
	margin: 0 30px 15px 0;
	padding: 5px;
}

.right {
	background: #EAEFF2;
	border: 1px solid #D0DBE2;
	float: right;
	margin: 0 0 30px 30px;
	padding: 5px;
}

#map {	
	background: #EAEFF2;
	border: 3px solid #D0DBE2;
	float: right;
	margin: 0 0 30px 30px;
	height: 400px; width: 380px;
}

/*
NEWS ITEMS
=====================================*/

/*news index*/
.news-item {
	border-bottom: 1px solid #E3E9ED;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

.news-item h2 {
	color: #005A84;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif; 
	padding: 0 0 10px 0;
}

#content p.entry-date {
	color: #81969F;
	font-size: .9em;
	padding: 0 0 3px 2px;
}

#content .news-item p {
	padding: 0 0 10px 0;
}

.read-more {
	font-size: .9em;
}

#content p#entries-nav {
	color: #31789C;
	font-size: .9em;
	padding: 0;
}

#entries-nav a.prev {float: left; margin: 0 3px 0 0;}
#entries-nav a.next {float: right; margin: 0 0 0 3px;}

/*news items*/

#entry-nav {
	border-top: 1px solid #E3E9ED;
	color: #31789C;
	font-size: .9em;
	padding: 10px 0;
}

#content #entry-nav p {
	padding: 0;
}

#entry-nav p#entry-links {
	float: right;
}

#entry-nav a.prev {margin: 0 3px 0 0;}
#entry-nav a.next {margin: 0 0 0 3px;}

/*
ATTORNEYS
=====================================*/

/*attorney index*/

.attorney {
	border-bottom: 1px solid #E3E9ED;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

#content .attorney p {
	margin: 0 0 0 110px;
}

#content .attorney ul {
	margin: 0 0 0 110px;
	padding: 0 0 20px 12px;
}

#content .attorney p.read-more {
	clear: both;
}

.attorney img.left {
	margin: 0 20px 10px 0;
}

#attorney-nav {
	border-top: 1px solid #E3E9ED;
	color: #31789C;
	font-size: .9em;
	padding: 10px 0 0 0;
}

h2.attorney-title {
	padding: 0;
}

#content p.attorney-email {
	color: #81969F;
	font-size: .9em;
	padding: 3px 0 20px 0;
}

/*
FORMS
=====================================*/

#content ul.form-container {
	border-bottom: 1px solid #D0DBE2;
	color: #005984;
	line-height: 1.7em;
	list-style-type: none;
	float: left;
	font-size: .9em;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	width: 640px;
}

#content ul.form-container li {
	float: left;
	padding: 0 0 10px 10px;
	width: 310px;
}

#content ul.form-container li.note {
	border-bottom: 1px solid #D0DBE2;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	width: 640px;
}

#content ul.form-container li.note strong {
	font-size: 1.3em;
}

.form-container li label {
	float: left;
	width: 310px;
}

li.checkbox label {
	float: none;
	width: auto;
}

li.text input {
	border: 1px solid #D0DBE2;
	background: #F7FAFC;
	color: #31789C;
	font-size: .9em;
	padding: 2px;
	width: 290px;
}

li.text img { /*applies to captcha img */
	margin: 5px 0 0 0;
}


li.text textarea {
	border: 1px solid #D0DBE2;
	background: #F7FAFC;
	color: #31789C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 2px;
	width: 290px;
}

li.checkbox input {
	margin: 0 4px 0 0;
}

li.submit input {
	color: #2F4F66;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	width: 150px;
}

/*
SETTLEMENTS DISCLAIMER
=====================================*/

#settlements-disclaimer {
	border: 1px solid #ccc;
	background: #f2f2f2;
	font-size: 11px;
	margin: 0 15px 25px 15px;
	padding: 15px 20px 0 20px;
}

#settlements-disclaimer h2 {
	padding: 0 0 5px 0;
}

#content #settlements-disclaimer p {
	line-height: 14px;
	padding: 0 0 10px 0;
}

a#disclaimer-confirm {
	background: url(../images/backgrounds/disclaimer-confirm.gif) no-repeat;
	float: left;
	height: 34px;
	margin: 0 0 25px 15px;
	text-indent: -9999px;
	width: 630px;
}

a#disclaimer-confirm:hover {background-position: 0 -34px;}


#content p.disclaimer-link {
	font-size: 11px;
	padding: 0 17px;
}