/* BEGIN BAIRD CSS -----------------------------------------------> */

/*-------------------------- SECTIONS ------------------------------*/
/* #1 General Layout */
/* #2 Header */
/* #3 Main Navigation (home and inside) */
/* #4 Sub Navigation (backlink) */
/* #5 Home Page */
/* #6 Banner (bg, search, top links) */
/* #7 Content */
/* #8 Forms */
/* #9 Footer */
/* #10 Email Popup */
/*------------------------------------------------------------------*/

/*---------------------------- COLOR -------------------------------*/
/* Bg Color: #222; */
/* Content text: #52595f; */
/* Content link: #005480; */
/* Footer text: #8b8a8a; */
/* Footer link: #8b8a8a; */
/* Red: #b20837; */
/* Slate Blue: #d5dbdb; */
/* Gray: #6a737c; */
/*------------------------------------------------------------------*/


/* General Layout ------------------------------------------------> */
/* Edits to this section must be updated in sp_wysiwyg.css!!! */

body {
	position: relative;
	width: 854px;
	margin: 0 auto;	
	padding: 20px 10px 10px 20px;
	background: #222; 
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #52595f;
	line-height: 1.5em;
}

#body {
	background: #fff;
	border: 1px solid #000;
}

p {
	margin: 0px;
	padding: 10px 0 10px 0;
	line-height: 21px;
}

a {
	color: #005480;
	text-decoration: none;
}

a:hover {
	color: #1f1f1f;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	width: 390px;
	padding: 10px 0 10px 0;
	color: #b20838;
	font-size: 170%;
	line-height: normal;
	font-weight: normal;
}

h1.extended {
	width: 520px;
}

h1 span.titleCrumb {
	color: #6a737b;
}

/* no bottom padding under bio names on profiles */

#people.people-item h1 {
	padding-bottom: 5px;
}

h2 {
	padding: 10px 0 10px 0;
	font-size: 125%;
	line-height: 120%;
	font-weight: normal;
}

h3 {
	margin: 10px 0 10px 0;
	padding: 0px 0 2px 10px;
	background: url('../i/h3_bg.gif') 0 2px no-repeat;
	!background-position: 0px 3px;
	border-bottom: 1px solid #cccccc;
	color: #b20838;
	font-size: 110%;
	line-height: normal;
}

h4 {
	margin: 10px 0 10px 0;
	padding: 0px 0 2px 10px;
	background: url('../i/h4_bg.gif') 0 1px no-repeat;
	!background-position: 0px 2px;
	border-bottom: 1px solid #cccccc;
	color: #52595f;
	font-size: 110%;
	line-height: normal;
}

h5 {
	
}

/* Reserved for Print Pilot */
h6 {
	
}

ul,
ul li {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

.clearb {
	clear: both;
}





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

#header {
	height: 115px;
	!height: 126px;
}

#logo {
	padding: 20px;
	float: left;
}

#topLinks {
	float: right;
	height: 18px;
	width: 852px;
	background: #6a737c;
}

#topLinks div {
	float: right;
	padding: 2px 24px 0 0;
	color: #404040;
}

#topLinks div a {
	font-size: 10px;
	color: #fff;
}

#topLinks div a:hover {
	color: #222;
}

#header form {
	margin: 0px;
	padding: 0px;
}

#header form input {
	width: 143px;
	height: 12px;
	!height: 11px;
	padding: 1px 3px 2px 3px;
	!padding: 2px 3px 2px 3px;
	margin-right: 0px;
	/* background: url('../i/input_bg.png') right no-repeat; */
	border: 1px solid #6a747c;
	border-right: none;
	color: #616b73;
}

#header form .arrowButton {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	!vertical-align: bottom;
	!margin-bottom: 1px;
	margin-left: -3px;
}






/* Main Navigation -----------------------------------------------> */
/* Home page nav included here too. 
   Seems that we sort of have two main nav styles going. */

#menuWrapper {
	position: absolute;
	top: 118px;
	left: 21px;
	width: 852px;
	height: 28px;
	background: #fff;
	border-bottom: 2px solid #fff;
	line-height: normal;
}

#udm {
	width: 852px;
	height: 28px;
	background: url('../i/nav_back.png') no-repeat;
}

span.handheld {
	display: none;
}

/* About Us */
#nav_0 { 
	width: 117px; 
	background: url('../i/nav_aboutus.png') no-repeat;
}

/* Our People */
#nav_1 { 
	width: 130px;
	background: url('../i/nav_ourpeople.png') no-repeat;
}

/* Services and Industries */
#nav_2 { 
	width: 222px; 
	background: url('../i/nav_services.png') no-repeat;
}

/* News and Events */
#nav_3 { 
	width: 158px; 
	background: url('../i/nav_newsevents.png') no-repeat;
}

/* Diversity */
#nav_4 { 
	width: 110px; 
	background: url('../i/nav_diversity.png') no-repeat;
}

/* Careers */
#nav_5 { 
	width: 113px; 
	background: url('../i/nav_careers.png') no-repeat;
}

#nav_0,
#nav_1,
#nav_2,
#nav_3,
#nav_4,
#nav_5 { 
	height: 28px;
}

#nav_0:hover, #nav_0.udmY,
#nav_1:hover, #nav_1.udmY,
#nav_2:hover, #nav_2.udmY,
#nav_3:hover, #nav_3.udmY,
#nav_4:hover, #nav_4.udmY,
#nav_5:hover, #nav_5.udmY { 
	background-position: 0 -28px;
}

/* find fix for ie6, cause this doesn't work */
#udm li:hover .navitem {
	background-position: 0px -28px !important;
}






/* Home Page ------------------------------------------------------> */

#index #contentWrapper {
	padding: 20px 0 0 0;
	!padding: 8px 0 0 0;
	background: none;
}

#index .contentMainCol
{
	width: auto;
	margin-left: 0px;
	padding: 0px;
}

#index .contentNavbar {
	display: none;
}

#index #bannerImgFrame {
	width: 852px;
	height: 181px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
#index #bannerImg {
	display: block;
	width: 852px;
	height: 181px;
}

#homeBottomBuffer {
	height: 15px;
	background: #fff;
}

#index .normalBoxLeft,
#index .normalBoxRight {
	float: left;
	width: 264px;
	padding: 20px 0 0 20px;
}

#index .normalBoxLeft .teaserText,
#index .normalBoxRight .teaserText {
	padding: 0 10px 0 10px;
	margin: 0px;
	font-size: 11px;
	line-height: 17px;
}

#index .normalBoxLeft .teaserText p,
#index .normalBoxRight .teaserText p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 17px;
}

#index .homeNewsTitle
{
	padding-bottom: 1em;	
}

#index .homeNewsTitle a {
	margin: 0px;
	padding: 0px;
	color: #3d4042;
	font-weight: bold;
}

#index .homeNewsTitle a:hover
{
	color: #005480;	
}

#index #spotArea {
	float: right; 
	width: 268px;	
}

#index #spotBoxFrame,
#index #spotBoxFrameAlt {
	float: right;
	width: 268px;
  	height:217px;
	margin 0;
	padding: 0;
	background-color: #efefef;
	border-bottom: 15px solid #fff;
}

#index #spotBoxFrameAlt #spotBox {
	display: block; /* don't want this to be hidden */
}

#index #spotBox {
	display: none;
	width: 260px;
	height: 217px;
	margin 0;
	padding: 0;
	background-color: #efefef;
}

#index #spotBox .spotLeft {
	float: left;
	width: 128px;
	overflow: hidden;
	padding: 8px;
	font-size: 11px;
}

#index #spotBox .spotRight {
	float: left;
	width: 100px;
	overflow: hidden;
	margin: 0;
	padding: 12px 4px 12px 8px;
}

#index #spotArea .title {
	margin: 0;
	padding: 20px 0 10px 10px;
	background-color: #005480;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #fff;	
	text-transform: uppercase;
	letter-spacing: 1px;
}

#index #spotArea .title img {
	display: block;
	padding: 0px 0 0px 0;
}




/* Content -------------------------------------------------------> */

#contentWrapper {
	padding: 60px 0 0 0;
	!padding: 50px 0 0 0;
	background: #fff url('../i/main_bg.gif') repeat-y;
	
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}

.contentMainCol
{
	width: 582px;
	margin-left: 240px;
	padding: 0 0px 30px 0;
}

.contentMainCol p
{
	padding-right: 30px;
}

.contentSide {
	float: left;
	width: 160px;
	overflow: hidden;
	padding: 12px 0px 20px 26px;
}

.contentSide p {
	padding: 0 0 10px 0;
}

/* text bullets */

.contentSide ul,
.contentMainCol ul {
	padding: 3px 0 10px 0;
}

.contentSide ul li,
.contentMainCol ul li {
	list-style: none url('../i/bullet_default.png');
	_list-style: none url('../i/bullet_default_ie.png');
	!list-style: none url('../i/bullet_default_ie.png');
	margin: 0 0 4px 20px;
	line-height: 14px;
}

.contentMainCol ul li {
	line-height: 19px;
	margin: 0 0 6px 35px;
}

.contentSide li.prac_bullet_child {
	margin-left: 8px;
}
.contentSide li.prac_bullet_gchild {
	margin-left: 16px;
}

ul.multiList li#servicesIndent {
	padding-left: 16px;
}

/* submenu */

.contentNavbar
{
	position: absolute;
	top: 147px;
	left: 21px;
	width: 834px;
	height: 34px;
	padding: 0 0 0 18px;
	/* background-color: #6a737c; */
	background: #005480;
}

.contentNavbar ul
{
	margin: 0; padding: 0;
	margin-top: 4px;
}

.contentNavbar ul li, .contentNavbar .backlink
{
	display: block;
	float: left;
	margin: 0;
	padding: 4px 8px;	
	color: #fff;
}

.contentNavbar ul li a
{
	color: #d5dbdb;
	font-weight: bold;
}

.contentNavbar ul li a:hover,
.contentNavbar a.onNav
{
	color: #fff;
}

.subsubNav {
	width: 581px;
	min-height: 35px;
  	height: auto !important;
  	height: 35px;
	margin: 12px 0 20px 0;
	background: #fff url('../i/subsubnav_bg.png') no-repeat;
	border: 1px solid #ccc;
	border-bottom: 1px solid #005953;
	font-size: 11px;
	line-height: 15px;
}

.subsubNav ul {
	padding: 8px 0 0 0;
}

.subsubNav ul li {
	display: inline;
	list-style: none;
	list-style-image: none;
}

.subsubNav ul li a {
	margin: 0 20px 0 0;
	font-size: 120%;
}

.subsubNav ul li a:hover,
.subsubNav ul li a.onNav {
	color: #6a737c;
}

#accessories {
	position: absolute;
	top: 211px;
	left: 595px;
	width: 250px;
	text-align: right;
}


/* Attorney bio profile pages only */

.bioPic {
	margin: 0 0 5px 0;
}

.bioTitle {
	font-size: 110%;
}

.bioMartindale {
	margin: 0 0 10px 0;
}

.bioContact {
	width: 581px;
	height: 63px;
	margin: 12px 0 20px 0;
	background: #fff url('../i/bio_contact.png') no-repeat;
	border: 1px solid #ccc;
	border-bottom: 1px solid #005953;
	font-size: 11px;
	line-height: 15px;
}

.bioContact .address,
.bioContact .phone,
.bioContact .vcard {
	float: left;
	padding: 8px 0 0 12px;
}

.bioContact .address {
	width: 215px;
}

.bioContact .phone {
	width: 195px;
}

.bioContact .vcard {
	width: 120px;
}

span.vcardAlign {
	padding: 0 0 0 5px;
	vertical-align: top;
}

.bioLetters .letter, 
.bioLetters .viewall {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	overflow: hidden;
	margin: 0 4px 6px 0;
	padding: 0 0 2px 0;
	background: #d5dbdb;
	border: 1px solid #ccc;
	color: #f2f2f2;
	text-align: center;
}
.bioLetters a.letter, .bioLetters a.viewall {
	color: #6a737c;
}
.bioLetters a:hover {
	color: #fff;
	background: #6a737b;
}
.bioLetters .viewall {
	width: 54px;
}

.bioListItem {
	clear: both;
	margin: 5px 0 5px 0;
	padding: 2px 3px 2px 3px;
	
	overflow: hidden;
	!height: 100%;
	!overflow: normal;
}

.bioListItem div {
	width: 33%;
	float: left;
}

.bioListPhone {
	text-align: center;
}

.bioListEmail {
	float: right;
	text-align: right;
}

.bioListHeader {
	clear: both;
	height: 10px;
	margin: 0px 0 0px 0;
	padding: 1px 6px 2px 6px;
	background: #b20838;
	font-weight: bold;
	color: #fff;
}


/* service/industry list */
.multiListBoxLeft,
.multiListBox {
	width: 276px;
	float: left;
	margin: 0 15px 12px 0;
}

.multiListBox {
	margin: 0 0 12px 0;
}

ul.multiList li {
	list-style: none;
	list-style-image: none;
}

ul.multiList li.prac_bullet_parent,
ul.multiList li.prac_bullet_child,
ul.multiList li.prac_bullet_gchild {
	margin: 0px;
	padding: 5px 3px 5px 3px;
}

ul.multiList li.prac_bullet_child,
ul.multiList li.prac_bullet_gchild {
	background: url('../i/practice_list_bullet.png') 4px 10px no-repeat;
	!background: url('../i/practice_list_bullet.png') 4px 11px no-repeat;
}

ul.multiList li.prac_bullet_parent odd,
ul.multiList li.prac_bullet_child odd,
ul.multiList li.prac_bullet_gchild odd {
	background: #f2f2f2;	
}




/* service/industry profile */

.pracContact {
	width: 581px;
	min-height: 77px;
  	height: auto !important;
  	height: 77px;
	margin: 12px 0 20px 0;
	background: #fff url('../i/prac_contact.png') no-repeat;
	border: 1px solid #ccc;
	border-bottom: 1px solid #005953;
	font-size: 11px;
	line-height: 15px;
}

.pracContact .contactInfo,
.pracContact .relatedInfo,
.pracContact .vcard {
	float: left;
	padding: 8px 0 0 12px;
}

.pracContact .contactInfo {
	width: 250px;
}

.pracContact .relatedInfo {
	width: 195px;
}

ul.threeColumnLeft,
ul.threeColumn {
	width:184px;
	float:left;
	margin: 0 0 15px 0;
	padding: 0px 0 20px 0;
}

ul.threeColumn {
	margin: 0 0 0 15px;
}

ul.threeColumnLeft li,
ul.threeColumn li {
	list-style: none;
	list-style-image: none;
	padding: 3px 0 3px 5px;
	margin: 0px;
}


/* news/events pages */

.newsRow {
    margin-bottom: 6px;
   	padding-top:3px;
   	
   	overflow: hidden;
	!height: 100%;
	!overflow: normal;
}
.odd {
    background: #f2f2f2;
}
.newsRow .date {
	float: left;
	width: 119px;
    height: 10px;
    padding: 7px 0 6px 10px;
}

.newsRow .info {
  	float: left;
  	margin:8px auto 6px 0px;
    padding-left:14px;
}

.newsRow .info {
  	width: 400px;
}

* .clr {
	 clear:both;
     height:0px;
     margin: 0px;
     font-size:1px;
     line-height:0px;
}

.viewMore {
	margin: 0 0 0 144px;
	
}

.viewMore a {
	padding: 0px;
}

.officeAddress {
	font-weight: bold;
}

.linkButton {
	padding: 0px;
}

.rsvpButton {
	display: block;
	width: 90px;
	margin: 5px 0 5px 0;
	padding: 0px;
}

.rsvpButton a {
	color: #d5dbdb;
}

.redText {
	color: #b20837;
}





/* Forms ---------------------------------------------------------> */

.stndForm input.txt,
.stndForm select.txt,
.stndForm .textarea {   
	width: 218px;
	!width: 216px;
	background: #fff;
	border: 1px solid #babcbb; 
	!border: 1px solid #91aac2; /* default blue */
	font-size: 11px;
}

.stndForm select.txt {  
	width: 220px;  
}

.stndForm .textarea {   
	width: 360px; 
}

.contentSide input.txt {
	width: 156px;
	!width: 154px;
}

.contentSide select.txt {
	width: 158px;
	!width: 156px;
}

.stndForm p { 
	display: block; 
	padding: 3px 0; 
	margin: 0; 
	overflow: hidden;
	height: 100%;
}

.stndForm p label { 
	float: left; 
	width: 130px;
	padding-right: 10px;
	line-height: 1.3;
	padding-top: 3px;
}

.stndForm label { 
	font-size: 11px; 
	font-weight: bold; 
}

.stndForm .submitButton {
	padding: 2px;
	!padding: 0;
	background: #d5dbdb;
	border: 1px solid #ccc;
	color: #6a737c;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	!cursor: hand;
}

/* rsvp pages */

.stndForm p.radioType {
	padding: 1em 0;
	xpadding-left: 140px;
}

.stndForm .radioType label {
	xmargin-left: -140px;
}

.stndForm p.radioType *
{
	vertical-align: middle;	
}

.stndForm p.radioType span
{
	display: block;
	margin-left: 140px;	
}

.stndForm p.radioType span label
{
	float: none;
	width: auto;
	display: inline;
	padding-left: 5px;	
	margin-left: 0;
}

div.paypalForm
{
	padding-top: 2em;
	text-align: center;
}

/* search */

.searchfoundtext { font-weight: bold; }
.searchheader { font-size: 9pt; font-weight: bold; }

#searches {
	float: right;
	padding: 8px 24px 0 0;
}

input#siteSearchField, 
input#attySearchField {
    width: 120px;
    margin: 2px 0 0 17px;
    !margin: 2px 0 0 15px;
    padding: 3px 6px;
    font-size: 9px;
}




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

#footer {
	clear: both;
	width: 600px;
	margin: 0px 0 0 155px;
	padding: 0px;
	/* background-color: #005480; */
	background: #222;
	color: #6399b1;
	text-align: center;
	
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}

#footer a {
	color: #6399b1;
}
#footer a:hover {
	color: #6a737c;
}

#footer ul,
#footer ul li {
	display: block;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;	
}

#footer ul li {
	float: left;
	padding: 4px;
	padding-right: 0;
}




/* Email Popup Code ----------------------------------------------> */

body#email-popup {
	width: 430px;
	padding: 20px 10px 10px 10px;
}

#email-popup #menuWrapper,
#email-popup #footer,
#email-popup #header #topLinks,
#email-popup #header form,
#email-popup .contentSide,
#email-popup #accessories {
	display: none;
}

#email-popup #header {
	height: 100px;
	!height: 111px;
}

#email-popup #contentWrapper {
	background: none;
	padding: 0px;
}

#email-popup .contentNavbar {
	top: 100px;
	left: 11px;
	width: 410px;
	height: 14px;
}

#email-popup .contentMainCol
{
	width: 400px;
	margin-left: 25px;
}



/* END BAIRD CSS ---------------------------------------------> */

