/* ---------------------------------------------------------------------------

	Wright | James | Boston, P.C. Attorneys at Law Screen Styles
	http://wjbattorneys.com

--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------

	Reset

--------------------------------------------------------------------------- */

html { overflow: -moz-scrollbars-vertical !important; }

/* 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;
	background-image: transparent;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------------------------------------------------------------------------

	Layout

--------------------------------------------------------------------------- */

body {
	background:url(/images/bg.jpg) repeat;
	font:small/1.49em "Helvetica", Arial, Verdana, sans-serif;
	color:#464646;
}

/*------------------------------------------------------------------------------

HEADER

------------------------------------------------------------------------------*/

#header-wrap {
	width:100%;
	background:url(/images/header-bg.png) repeat-x bottom;
	border-bottom:1px solid #fff;
}

#header {
	width:900px;
	margin:0 auto;
	position:relative;
}

#header h1 a {
	float:left;
	background:url(/images/wjb-logo.png) no-repeat;
	width:341px;
	height:78px;
	display:block;
	text-indent:-9999px;
	margin-top:12px;
	margin-bottom:17px;
}

#header h1 a:hover {
}

/* NAVIGATION */

ul#navigation {
	position:absolute;
	bottom:0;
	right:0;
}

ul#navigation li {
	float:left;
	font-size:15px;
}

ul#navigation li a {
	text-decoration:none;
	color:#fff;
	display:block;
	padding:0 12px 12px 12px;
}

body.home ul#navigation li#home a,
body.attorneys ul#navigation li#attorneys a,
body.practice-areas ul#navigation li#practice-areas a,
body.resources ul#navigation li#resources a,
body.contact ul#navigation li#contact a {
	border-bottom:#fff solid 5px;
}

ul#navigation li a:hover {
	border-bottom:#fff solid 5px;
}

#wrap {
	background-color:#e5e3df;
	padding-top:20px;
}

#content-header-img {
	background:url(/images/content-header-img.jpg) no-repeat top;
	width:900px;
	height:308px;
	position:relative;
	margin:0 auto;
	margin-bottom:20px;
}

body.marcus #content-header-img {
	background:url(/images/mb-boston-header.jpg) no-repeat top;
}

body.katherine #content-header-img {
	background:url(/images/katherine-header.jpg) no-repeat top;
}

body.nichole #content-header-img {
	background:url(/images/nichole-header.jpg) no-repeat top;
}

body.jermane #content-header-img {
	background:url(/images/jermane-header.jpg) no-repeat top;
}

body.gerald #content-header-img {
	background:url(/images/gerald-header.jpg) no-repeat top;
}

#content-header-img ul {
	position:absolute;
	bottom:1px;
	background:url(/images/sub-nav-bg.png) repeat;
	margin:0 1px;
}

ul#sub-nav li {
	float:left;
	font-size:15px;
}

ul#sub-nav li a {
	width:112px;
	padding:26px 0;
	text-align:center;
	display:block;
	color:#146;
	text-decoration:none;
}

ul#sub-nav li#government-contracts a {
	width:114px;
}

ul#sub-nav li#government-contracts a, ul#sub-nav li#criminal-defense a {
	padding:16px 0 17px 0;
}

ul#sub-nav li a:hover {
	background:#fff;
}

/* ATTORNEYS SUB-NAV */

ul#attorneys-subnav li {
	float:left;
	font-size:15px;
}

ul#attorneys-subnav li a {
	width:179px;
	padding:27px 0 26px 0;
	text-align:center;
	display:block;
	color:#146;
	text-decoration:none;
}

ul#attorneys-subnav li#katherine a {
	width:182px;
}

ul#attorneys-subnav li a:hover {
	background:#fff;
}

body.jermane ul#attorneys-subnav li#jermane a,
body.nichole ul#attorneys-subnav li#nichole a,
body.katherine ul#attorneys-subnav li#katherine a,
body.marcus ul#attorneys-subnav li#marcus a,
body.gerald ul#attorneys-subnav li#gerald a,

body.bankruptcy ul#sub-nav li#bankruptcy a,
body.business ul#sub-nav li#business a,
body.criminal-defense ul#sub-nav li#criminal-defense a,
body.family ul#sub-nav li#family a,
body.personal-injury ul#sub-nav li#personal-injury a,
body.taxation ul#sub-nav li#taxation a,
body.wills-probate ul#sub-nav li#wills-probate a,
body.government-contracts ul#sub-nav li#government-contracts a {
	background:#fff;
}

body.bankruptcy-faq ul#sub-nav li#bankruptcy-faq a {
background:#fff !important;
}

body.criminal-defense-resources ul#sub-nav li#criminial-defense-resources a {
	background:#fff !important;
}

body.personal-injury-resources ul#sub-nav li#personal-injury-resources a {
	background:#fff !important;
}

/* RESOURCES SUB-NAV */

body.resources ul#sub-nav li a {
	width:300px !important;
}

li#personal-injury-resources {
	width:298px;
}

/*------------------------------------------------------------------------------

MAIN CONTENT

------------------------------------------------------------------------------*/

#content-container {
	width:900px;
	margin:0 auto;
}

#main-content {
	float:left;
	width:530px;
}

#main-content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:29px;
	line-height:normal;
	color:#146;
	margin-bottom:20px;
}

#main-content h3 {
	color:#29c;
	font-size:17px;
	font-weight:bold;
	margin-bottom:20px;
	line-height:130%;
}

body.resources #main-content h3 {
	border-bottom:1px dashed #464646;
	padding-bottom:10px;
	margin-bottom:10px;
}

body.jermane #main-content h2, body.nichole #main-content h2, body.katherine #main-content h2, body.marcus #main-content h2, body.gerald #main-content h2 {
	font-family:"Times New Roman", Times, serif;
	color:#146;
	font-size:29px;
	margin-bottom:0;
}

span.title {
	color:#29c;
	font-size:18px;
	font-style:italic;
	margin-left:5px;
}

body.jermane #main-content h3 a, body.nichole #main-content h3 a, body.katherine #main-content h3 a, body.marcus #main-content h3 a, body.gerald #main-content h3 a {
	color:#333;
	font-size:12px;
	font-style:italic;
	text-decoration:none;
}

body.jermane #main-content h3 a:hover, body.nichole #main-content h3 a:hover, body.katherine #main-content h3 a:hover, body.marcus #main-content h3 a:hover, body.gerald #main-content h3 a:hover {
	border-bottom:solid 1px #333;
}

#main-content img.left-img {
	float:left;
	display:inline;
	border:solid #146 2px;
	margin:0 15px 0 0;
}

#main-content p {
	line-height:150%;
	margin-bottom:20px;
}

#main-content ul {
	list-style:disc;
	margin-left:15px;
	margin-bottom:10px;
}

#main-content ul li {
	margin-bottom:10px;
}

#main-content ul li p {
	margin-bottom:0;
}

#main-content a {
	text-decoration:none;
	color:#29c;
}

#main-content a:hover {
	border-bottom:solid 1px #29c;
}

body.attorneys dl {
	border-top:1px dashed #464646;
	padding-top:20px;
	margin-bottom:20px;
}

body.attorneys dl dt {
	float: left;
	width: 35%;
	text-align: right;
	font-weight:bold;
	color:#146;
	font-size:14px;
}

body.attorneys dl dd {
	margin: 0 0 0 37%;
	margin-bottom: 0;
}

body.attorneys dd.clear {
	clear:both;
	margin-bottom:15px;
}

body.resources dl {
	margin-bottom:20px;
}

body.resources dl dt h4 {
	font-weight:bold;
	color:#146 !important;
	font-size:14px;
	margin-bottom:0 !important;
}

body.resources dl dd {
	margin-bottom:10px;
}

body.resources dd.clear {
	clear:both;
	margin-bottom:15px;
}

/*------------------------------------------------------------------------------

SIDEBAR

------------------------------------------------------------------------------*/

#sidebar {
	float:right;
	width:350px;
	background-color:#fff;
	margin-bottom:20px;
}

#sidebar h2 {
	font-family:"Times New Roman", Times, serif;
	color:#146;
	font-size:24px;
	padding-bottom:20px;
	border-bottom:1px dashed #464646;
	margin:20px;
}

#sidebar h3 {
	color:#29c;
	font-size:16px;
	font-weight:bold;
	margin:0 20px 5px 20px;
}

#sidebar p {
	margin:0 20px 5px 20px;
}

#sidebar h4 {
	font-size:14px;
	font-weight:bold;
	margin:0 20px 20px 20px;
}

ul.p-areas-sidebar-list {
	margin:0 20px 5px 20px;
}

ul.p-areas-sidebar-list li {
	background:url(/images/list-square.gif) no-repeat 0 4px;
	padding-left:15px;
	margin-bottom:10px;
	font-weight:bold;
}

ul.p-areas-sidebar-list li a {
	color:#29c;
	text-decoration:none;
	margin-right:20px;
}

ul.p-areas-sidebar-list li a:hover {
	border-bottom:1px solid #29c;
}

ul.home-resources {
	margin:0 20px 20px 20px;
}

ul.home-resources li {
	background:url(/images/list-square.gif) no-repeat 0 4px;
	border-bottom:1px dashed #464646;
	padding-left:10px;
	padding-bottom:20px;
	margin-bottom:20px;
}

ul.home-resources li.last {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}

ul.home-resources li a {
	color:#29c;
	text-decoration:none;
	margin-right:20px;
}

ul.home-resources li a:hover {
	border-bottom:1px solid #29c;
}


/*------------------------------------------------------------------------------

FOOTER

------------------------------------------------------------------------------*/

#footer-wrap {
	width:100%;
	background:url(/images/footer-bg.png) repeat-x top;
	border-top:1px #fff solid;
}

#footer {
	width:900px;
	margin:0 auto;
	font-size:10px;
	padding:15px 0 25px 0;
	color:#fff;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	border-bottom:1px solid #fff;
}

#footer p {
	float:left;
}

#footer ul {
	float:right;
}

#footer ul li {
	float:left;
	display:block;
	margin-left:15px;
}

/*------------------------------------------------------------------------------

TYPOGRAPHY

------------------------------------------------------------------------------*/

h5 {
	font-weight:bold;
	margin-bottom:5px;
	color:#29c;
}

body.home h4, body.attorneys h4, body.practice-areas h4, body.contact h4 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

body.resources h4 {
	font-weight:bold;
	color:#146;
	font-size:14px;
	margin-bottom:0;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

ol {
	list-style:decimal;
	margin-left:20px;
	margin-bottom:10px;
}

ol li {
	margin-bottom:10px;
}

/*------------------------------------------------------------------------------

Links

------------------------------------------------------------------------------*/

a {
}

a:hover {
}

/*------------------------------------------------------------------------------

MISCELANEOUS

------------------------------------------------------------------------------*/

.clear {
	clear:both;
}