/* -------------------------------------------------------------- 
   Resets default browser CSS   
-------------------------------------------------------------- */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
blockquote, a, em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	font-family: inherit;
	vertical-align: baseline;
}

a img { 
	border: none; 
}

body {
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
  	color: #000; 
  	font-family: Arial, Helvetica, sans-serif;
  	background-color: #fff;
}

.clear { clear: both; }

small a { 
	font-size: 11px;
	color: #005841;
	text-decoration: underline;
}

small a:hover { text-decoration: none; }

.caps, em { font-size: inherit; }

em { font-style: italic; }

.lowercase { text-transform: none; }

/* -------------------------------------------------------------- 
   Wrapper (centers content on page and applies border)  
-------------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 910px;
	border: 1px solid #000;
}

/* -------------------------------------------------------------- 
   Header  
-------------------------------------------------------------- */

#header {
	width: 910px;
	height: 138px;
	overflow: hidden;
}

#header a.logo {
	float: left;
	width: 335px;
	height: 138px;
	overflow: hidden;
}

#header #header_right {
	float: left;
	padding-right: 15px;
	width: 556px;
}

#header #search {
	height: 37px;
	padding-top: 10px;
	text-align: right;
}

#header #search label { color: #707276; }

#header #search input#keywords {
	border: 1px solid #949697;
	background: #fff;
	width: 161px;
	padding: 2px;
	font-size: 10px;
	color: #005841;
	font-family: Arial, Helvetica, sans-serif;
}

#header .location {
	float: right;
	width: 220px;
	text-align: center;
	line-height: 11px;
}

#header .location span,
#header .location span * {
	font-size: 10px;
	color: #005941;
}

#header .location span a {
	text-decoration: none;
}

/* -------------------------------------------------------------- 
   Content area layout (for multiple page templates)
-------------------------------------------------------------- */

#content {
	width: 910px;	
}

#content.homecolumn {
	width: 497px;
	height: 372px;
	padding: 20px 40px 0 373px;
	background: url(../images/bg_homepage2.gif) top left no-repeat;
}

#content.default {
	background: url(../images/bg_lnav.gif) top left repeat-y;
}

#left {
	float: left;
	width: 137px;
	overflow: hidden;
}

#lcol {
	padding: 10px 5px 0 10px;
}

#right {
	width: 753px;
	padding: 0 0 0 20px;
	float: left;
	overflow: hidden;
}

#right.onecolumn {
	width: 713px;
	padding: 20px 20px 40px;
}

#right #leftpane,
#right #rightpane {
	float: left;
	display: block;
}

#right #leftpane {
	width: 314px;
	border-right: 3px solid #005841;
	padding-right: 40px;
}

#right #rightpane {
	width: 314px;
	padding-left: 40px;
}

/* -------------------------------------------------------------- 
   Left column formatting
-------------------------------------------------------------- */

#lcol p {
	font-size: 10px;
}

#lcol p .attorney_name {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

#lcol p span a {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #000;
}

#lcol p span a:hover {
	text-decoration: underline;
}

#lcol ul.subnav {
	margin: 30px 0 20px;
	list-style: none;
}

#lcol ul.section {
	margin: 15px 0 20px;
}

#lcol ul.subnav li {
	list-style: none;
	background: url(../images/bullet_left.gif) top left no-repeat;
	background-position: 0 8px;
	padding-left: 9px;
}

#lcol ul.subnav li a {
	color: #000;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
	display: block;
	padding: 3px 0;
	font-weight: bold;
}

#lcol ul.subnav li a.selected {
	color: #005841;
}

#lcol ul.subnav li a:hover {
	text-decoration: underline;
}

#lcol ul.subnav ul {
	margin: 10px 0 15px;
}
#lcol ul.subnav ul li a {
	color: #005841;
}

#lcol a.location {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

#lcol a.location:hover {
	text-decoration: underline;
}


/* -------------------------------------------------------------- 
   Content formatting
-------------------------------------------------------------- */

#content.homecolumn h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#content.homecolumn p {
	font-size: 14px;
	color: #686a6c;
	line-height: 18px;
	margin-bottom: 12px;
}

#content p {
	line-height: 20px;
}

#content #right p {
	margin-bottom: 15px;
}

#content #right h2 {
	border-top: 1px solid #005841;
	border-bottom: 1px solid #005841;
	padding: 2px 10px;
	margin: 0 0 15px -10px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

#content #right h3 {
	margin-bottom: 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #005841;
}

#content #right h4 {
	margin-bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #005841;
}

#right ul {
	margin: 0 0 15px 0;
	list-style: none;
}

#right ul li {
	list-style: none;
	background: url(../images/bullet_left.gif) top left no-repeat;
	background-position: 0 8px;
	padding: 0 0 2px 9px;
	/*font-size: 11px;*/
}

#right h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

#right a {
	color: #005841;
	text-decoration: underline;
}

#right a:hover {
	text-decoration: none;
}

/*** Right sidebar for attorney profiles ***/

#right #right_insert {
	float: right;
	border-left: 3px solid #005841;
	border-bottom: 3px solid #005841;
	padding: 20px;
	width: 270px;
	margin: 0 0 10px 20px;
}

#right p.attorney_profile {
	color: #005841;
	font-size: 14px;
	padding: 25px 0;
}

#right #right_insert h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #005841;
	font-weight: bold;
	margin-bottom: 12px;
}

#right_insert ul {
	margin: 0 0 10px 2px;
	list-style: none;
}

#right_insert ul li {
	list-style: none;
	background: url(../images/bullet_left.gif) top left no-repeat;
	background-position: 0 8px;
	padding: 0 0 5px 9px;
	font-size: 12px;
}

#right_insert .badge {
	text-align: center;
}

#right_insert .caps, #right_insert em { font-size: 12px; }

/*** Print utilties ***/

ul#print_utilities {
	margin-top: 15px;
	list-style: none;
}

ul#print_utilities li {
	list-style: none;
	background: url(../images/ico_print.gif) top left no-repeat;
	padding: 0 0 6px 22px;
	font-size: 12px;
	display: block;
	width: 120px;
	height: 18px;
}

ul#print_utilities li#pdfprofile {
	background: url(../images/pdf.gif) top left no-repeat;
}

ul#print_utilities li a {
	color: #005841;
	font-size: 11px;
	text-decoration: none;
}

ul#print_utilities li a:hover {
	text-decoration: underline;
}

/*** Directions form ***/

#column_left {
	float: left;
	width: 60%;
	margin-bottom: 20px;
}

#column_right {
	float: right;
	width: 40%;
	margin-bottom: 20px;
}

ul#directions,
ul#directions li {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
}

ul#directions li {
	float: left;
	padding-bottom: 3px;
}

ul#directions li.label {
	width: 120px;
}

ul#directions li.input {
	width: 250px;
}

ul#directions input {
	padding: 2px;
	width: 220px;
}

ul#directions input.form_submit {
	width: auto;
}

#column_left form label { font-size: 14px; }


/* -------------------------------------------------------------- 
   Footer
-------------------------------------------------------------- */

#footer {
	width: 910px;
	height: 50px;
	background: #686a6c;
	border-top: 8px solid #d8d9db;
	text-align: center;
}

#footer h6#tagline {
	width: 727px;
	height: 9px;
	margin: 18px auto 0;
	background: url(../images/tagline.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#footer p {
	color: #fff;
	width: 727px;
	margin: -3px auto 0;
	font-size: 8px;
	padding: 0 4px;
	text-transform: uppercase;
	display: block;
	margin-top: 4px;
}

#footer p a {
	font-size: 8px;
	padding: 0 4px;
	text-decoration: none;
	color: #fff;
}

#footer p a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------------------- 
   Links for accessibility
-------------------------------------------------------------- */

.accessibility {
	display: none;
}