/* Browser 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1.25; color: #000; font-family: Arial, Helvetica, sans-serif; }
strong { font-weight: bold; }
em { font-style: italic; }
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; width: 100%;}
caption, th, td { text-align: left; font-weight: normal; }
ul,ol { margin-left: 3em; }
p { margin: 1em 0; }
a { outline: none; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* ***************************************************************** */

body {
	background: #dbe1e7 url('../images/background.png') repeat-x 50% 0%;
	font-size: 12px;
	color: #333333;
}

#header {
	position: relative;
	width: 872px;
	margin: 0 auto;
	height: 145px;
}

h1 a { 
	display: block;
	position: absolute;
	background: url('../images/h1.png') no-repeat;
	width: 539px;
	height: 45px;
	text-indent: -2000em;
	top: 22px;
	left: 19px;
}

h1 a:hover { 
	background: url('../images/h1-on.png') no-repeat;
}

#consultation {
	position: absolute;
	background: url('../images/consultation.png') no-repeat;
	width: 248px;
	height: 54px;
	text-indent: -2000em;
	top: 15px;
	left: 594px;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	text-indent: -2000em;
	position: absolute;
	top: 89px;
	height: 56px;
	width: 170px;
}

#nav-home {
	left: 11px;
	background: url('../images/nav-home.png') no-repeat;
}

#nav-home.on,
#nav-home:hover {
	background: url('../images/nav-home-on.png') no-repeat;
}

#nav-firm-overview {
	left: 181px;
	background: url('../images/nav-firm-overview.png') no-repeat;
}

#nav-firm-overview.on,
#nav-firm-overview:hover {
	background: url('../images/nav-firm-overview-on.png') no-repeat;
}

#nav-attorney-profile {
	left: 351px;
	background: url('../images/nav-attorney-profile.png') no-repeat;
}

#nav-attorney-profile.on,
#nav-attorney-profile:hover {
	background: url('../images/nav-attorney-profile-on.png') no-repeat;
}

/*#nav-practice-areas {
	left: 351px;
	background: url('../images/nav-practice-areas.png') no-repeat;
}

#nav-practice-areas.on,
#nav-practice-areas:hover {
	background: url('../images/nav-practice-areas-on.png') no-repeat;
}*/

#nav-resources-tools {
	left: 521px;
	background: url('../images/nav-resources-tools.png') no-repeat;
}

#nav-resources-tools.on,
#nav-resources-tools:hover {
	background: url('../images/nav-resources-tools-on.png') no-repeat;
}

#nav-contact-us {
	left: 691px;
	background: url('../images/nav-contact-us.png') no-repeat;
}

#nav-contact-us.on,
#nav-contact-us:hover {
	background: url('../images/nav-contact-us-on.png') no-repeat;
}

#base-wrapper {
	position: relative;
	width: 872px;
	margin: 0 auto;
	background: white url('../images/base.png') repeat-y;
}

#base {
	position: relative;
	width: 810px; /* 872 - 31*2 */
	margin: 0;
	background: url('../images/base-top.png') no-repeat top;
	padding: 20px 31px 0 31px;
}

#content-left {
	width: 541px;
	float: left;
}

#content-wrapper {
	width: 541px;
	background: url('../images/content-back.png') repeat-y top;
}

#content-top {
	width: 541px;
	height: 6px;
	background: url('../images/content-top.png') no-repeat top;
}

#content-bottom {
	width: 541px;
	height: 13px;
	background: url('../images/content-bottom.png') no-repeat bottom;
}

#content {
	padding: 25px;
}

#sidebar {
	width: 250px;
	float: right;
}

#orange-wrapper {
	background: url('../images/orange.png') no-repeat top;
}

#orange {
	background: url('../images/orange-bottom.png') no-repeat bottom;
	padding: 25px;
}

#blue-wrapper {
	background: url('../images/blue.png') no-repeat top;
	margin-top: 20px;
}

#blue {
	background: url('../images/blue-bottom.png') no-repeat bottom;
}

#blue .section {
	padding: 15px 25px;
	background: url('../images/blue-divider.png') no-repeat bottom;
}

#blue .section-last {
	padding: 15px 25px 25px 25px;
}

.section p,
.section-last p {
	margin-top: 0;
}

#blue ul {
	margin-left: 1.5em;
}

#blue a {
	text-decoration: none;
}

#base-bottom {
	clear: all;
	background: url('../images/base-bottom.png') no-repeat bottom;
	height: 52px;
}

#footer {
	position: relative;
	width: 852px; /* 872 - 90 */
	margin: 0 auto;
	background: url('../images/texas.png') no-repeat 0 2.5em;
	color: #003366;
}

#footer a {
	color: #003366;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}

h3 {
	font-weight: bold;
	font-size: 15px;
	margin: 0;
}

a {
	color: #333333;
}

#preload { display: none; }