/* BEGIN BONNER CSS ----------------------------------------------> */

/*-------------------------- SECTIONS ------------------------------*/
/* #1 General Layout 
/* #2 Header 
/* #3 Main Navigation (home and inside)
/* #4 Sub Navigation (backlink) 
/* #5 Home Page 
/* #6 Content 
/* #7 Footer 
/*------------------------------------------------------------------*/

/*------------------------- FONT COLOR -----------------------------*/
/* Content text: #fa9f7b; 
/* Content link: #fa9f7b; 
/* Footer text: #9a6c69; 
/* Footer link: #9a6c69; 
/*------------------------------------------------------------------*/


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

body {
	position: relative;
	width: 884px;
	margin: 0px auto;
	padding: 0px 15px 0 15px;
	background: #4a1d18;
	font: normal 11px Verdana, Helvetica, sans-serif;
	color: #f3e0de;
	line-height: 16px;
}

p {
	margin: 0px;
	padding: 5px 0 15px 0;
	line-height: 22px;
}

a {
	color: #fa9f7b;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #bb807a;
	line-height: normal;
}

h1 {
	padding: 5px 0 15px 0;
	font-size: 165%;
}

h2 {
	padding: 12px 0 0 0;
	font-size: 145%;
	
}

h2.bioListHeader {
	clear: both;
	margin: 0 0 9px 0;
	padding: 12px 0 2px 0;
	color: #ffffff;
	font-size: 115%;
	border-bottom: 1px solid #793127;
}

h3 {
	padding: 5px 0 8px 0;
	font-size: 115%;
	font-weight: bold;
}

h4 {
	padding: 5px 0 5px 0;
	color: #f3e0de;
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
}

h5 {
	padding: 5px 0 5px 0;
	font-size: 125%;
}

/* Reserved for Print Pilot */
h6 {
	
}
.categoryTitle {
	padding: 5px 0 5px 0;
	font-size: 125%;
	border-bottom: 1px solid #dddddd;
}

ul {
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 16px;
}

ul li {
	padding: 0;
	/*margin: 0;*/
	margin: 0 0 0 15px;
	line-height: 16px;
}

img {
	border: 0;
}

.clearb {
	clear: both;
}





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

#header {
	height: 110px;
}

img#logo {
	position: absolute;
	margin: 35px 0 0 21px;
}

#banner {
	width: 702px;
	height: 151px;
	overflow: hidden;
	background: #4a1d18;
}

img#mainBanner {
	background: #4a1d18;
	border-bottom: 1px solid #ab4f42;
}

#topLinks {
	position: absolute;
	top: 56px;
	left: 440px;
	width: 300px;
	text-align: right;
}

#topLinks a {
	margin: 0 3px 0 3px;
	color: #9a6c69;
	font-size: 11px;
}

#topLinks a:hover {
	color: #fa9f7b;
	text-decoration: none;
}

#topSearch {
	position: absolute;
	top: 55px;
	left: 755px;
	width: 125px;
	color: #ccc;
	text-align: right;
}

#topSearch input {
	width: 116px;
	background: none;
	border: 1px solid #793127;
	padding: 2px 2px 2px 5px;
	color: #9a6c69;
	font-size: 11px;
}




/* Main Navigation -----------------------------------------------> */

#menuWrapper {
	display: block;
	position: relative;
	width: 148px;
	padding: 20px 0 2px 0;
	margin: 0 0 20px 0;
	line-height: normal;
}

.acc  {	
	margin: 0px 0 0px 0;
	
}

.acc a,
.acc div a:hover {	
	text-decoration: none;
}

.acc div {
	padding: 1px 20px 0px 10px;
	
}

.acc a.acc_open {
	display:block;
	_display: none;
	width: 148px;
	height: 30px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	/*_background: none;
   	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/nav_back.png",    sizingMethod="crop");*/
	/*_background: url('../i/nav_back_ie.png') no-repeat;*/
	_behavior: url(css/iepngfix.htc);
	font-size: 11px;
	color: #ffffff; 
	text-decoration: none;
	text-transform: uppercase;
	cursor:pointer;
}

.acc #about.acc_open {background: url('../i/nav_about.png') 0px 0px no-repeat;}
.acc #about:hover {background-position: 0px -60px;}

.acc #attorneys.acc_open {background: url('../i/nav_attorneys.png') 0px 0px no-repeat;}
.acc #attorneys:hover {background-position: 0px -60px;}

.acc #practices.acc_open {background: url('../i/nav_practices.png') 0px 0px no-repeat;}
.acc #practices:hover {background-position: 0px -60px;}

.acc #careers.acc_open {background: url('../i/nav_careers.png') 0px 0px no-repeat;}
.acc #careers:hover { background-position: 0px -60px;}

.acc #contact.acc_open {background: url('../i/nav_contact.png') 0px 0px no-repeat;}
.acc #contact:hover {background-position: 0px -60px;}

.about .acc #about,
.attorneys .acc #attorneys,
.practices .acc #practices,
.careers .acc #careers,
.contact .acc #contact {
	background-position: 0px -30px;
}

.acc a.acc_open:hover,
.acc a.selected {
	height: 30px;
	background-position: 0px -30px;
}

.acc div ul {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

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

.acc div ul li.sub {
	margin: 0 0 0 0;
	padding: 0 0 5px 10px;
}

.acc div ul li.subSide {
	display: none;
	margin: 0 0 0 150px;
	padding: 0 0 4px 10px;
}

.acc div ul li.sub a {
	display: block;
	color: #ffffff;
	font-size: 90%;
	line-height: 14px;
}

.acc div ul li.sub a:hover,
.acc div ul li#onNav {
	position: relative;
	background: url('../i/sub_pointer.png') no-repeat;
	background-position:  0px 4px;
	_background-position:  0px 6px;
	margin-left: -10px;
	padding-left: 10px;
	color: #fabca4;
}

.acc div ul li#onNav {
	margin-left: 0px;
}

.acc div ul li#onNav a {
	color: #fabca4;
}

span.deviceLink {
	display: none;
	
}

a#accLast {
	background: url('../i/nav_bottom.png') no-repeat;
	height: 1px;
	margin-top: 2px;
}




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

#index #contentWrapper {
	background: none;
}

#index .contentMainCol {
	margin: 0px 0 0 0px;
	padding: 0 0 0 0;
}

#index .contentSide {
	height: 389px !important;
	overflow: hidden !important;
}

#index img#homeBanner {
	position: relative;
	z-index: 5000;
	display: block;
}

#index .mainLeft {
	padding: 0px 0px 0px 46px;
}

#index #media {
	position: absolute;
	top: 310px;
	
	display: block;
	width: 148px;
	height: 150px;
	padding: 0px 0 0 0px;
}

#index h4 {
	margin: 0px 0 0 0px;
}

#index #media ul.homeList {
	margin: 0px 0 0 0px;
	padding: 0px;
}

#index #media ul.homeList li {
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 5px 0 5px 0;
	line-height: 15px;
}

#index #media ul.homeList li a {
	font-size: 11px;	
}

#index #homeOffices {
	position: absolute;
	z-index: 10000;
	top: 280px;
	left: 565px;
	width: 250px;
	line-height: 19px;
}

#index #homeOffices a {
	color: #fffefe;
}

#index #homeOffices a:hover {
	color: #fa9f7b;
	text-decoration: none;
}





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

#contentWrapper {
  	border-top: 1px solid #ab4f42;
  	border-bottom: 1px solid #ab4f42;
	
	/* make div stretch to height of content */
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}

.attorneys-item #contentWrapper,
.practices-item #contentWrapper,
.about-item  #contentWrapper {
	background: url('../i/main_col_bg.gif') 702px 0 repeat-y;
}

.contentMainCol {
	float: left;
	min-height: 389px;
  	height: auto !important;
  	height: 389px;
	width: 702px;
	margin: 0px 0 0 0px;
	padding: 0px 0 20px 0px;
}

.contentSide {
	min-height: 389px;
  	height: auto !important;
  	height: 389px;
	float: left;
	width: 148px;
	margin: 0px 0 0 0;
	padding: 0px 14px 0px 20px;
	background: url('../i/side_stripe.jpg') repeat-x;
}

.contentMainCol ul,
.contentSide ul {
	margin: 0 0 20px 0px;
	line-height: 16px;
}

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

.contentMainCol ul.noBullet li,
.contentSide ul.noBullet li{
	list-style: none;
	list-style-image: none;
	margin: 0 0 8px 0px;
	line-height: 16px;
}

.contentMainCol #headerBoxOuter {
	position: absolute;
	top: 174px;
	left: 258px;
	width: 640px;
	height: 48px; 
}

.contentMainCol #headerBoxInner {
	height: 48px;
	color: #fff;
	font-weight: bold;
	font-size: 140%;
	line-height: normal;
}

.mainLeft {
	float: left;
	width: 640px;
	margin: 0px 0 0 0px;
	padding: 0px 0 20px 46px;
}

.attorneys-item .mainLeft,
.practices-item .mainLeft,
.about-item  .mainLeft {
	width: 430px;
}

.mainRight {
	display: none;
}

.attorneys-item .mainRight,
.practices-item .mainRight,
.about-item .mainRight {
	display: block;
	width: 158px;
	margin: 0px 0 0 540px;
	padding: 0px 0 20px 0px;
	!overflow: hidden;
}

#bioContact {
	min-height: 189px;
  	height: auto !important;
  	height: 189px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ab4f42;
	line-height: 1.3;
}

#bioContact div {
	margin-left: 160px;
}

img#bioPic {
	float: left;
	margin: 0 25px 0 0;
}

.bioTitle {
	text-align: left;
}


.bioItem {
	padding: 0 0 .8em 2px;
	margin: 0 0 .8em 0;
	overflow: hidden;
	height: 100%;
	border-bottom: 1px solid #5e2820;
	line-height: normal;
}

.bioItem div {
	float: left;
}

.bioItem div div {
	float: none;
}

.bioItem .name {
	width: 230px;
}

.bioItem .phone {
	width: 190px;
}

.bioItem .allOffices {
	width: 190px;
	color: #fa9f7b;
}

.bioItem .email {
	width: 190px;
}


.letters {
	margin: 15px 0 25px 0;
	padding: 6px 0 0 0;
	border-top: 1px solid #793127;
	color: #855753;
}

a.letterLink,
span.letterNoLink {
	padding: 6px 6px 6px 6px;
	font-weight: bold;
}

.contentMainCol ul.hierList {
	float: left;
	width: 280px;
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
	border-top: 1px solid #5e2820;
}

.contentMainCol .firstColumn ul.hierList {
	margin-right: 40px;
}

.contentMainCol ul.hierList li {
	list-style: none;
	list-style-image: none;
	background: url(../i/bullet_prac.png) 0px 8px no-repeat;
	!background-position: 0px 9px;
	margin: 0 0 0 0px;
	padding: 4px 0 4px 16px;
	border-bottom: 1px solid #5e2820;
}

.pdfLink a {
	display: block;
	width: 153px;
	margin: 0 0px 18px 0;
	padding: 1px 0 1px 5px;
	background: #774741 url('../i/printer.png') 140px 3px no-repeat;
	color: #f3e0de;
}

.pdfLink a:hover {
	text-decoration: none;
	background: #793127 url('../i/printer.png') 140px 3px no-repeat;
}

#contactOfficeList {
	margin: 10px 0 0 0;
}

.officeItem {
	float: left;
	height: 130px;
	width: 210px;
	margin: 0 0px 20px 0;
	font-size: 10px;
}

.officePhoto {
	float: left;	
}

.officeAddy {
	float: left;
	height: 140px;
	width: 160px;
	margin: 0 0 0 10px;
}

.contactItem {
	height: 150px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #793127;
}

.contactPhoto {
	float: left;	
	margin: 0 20px 0 0;
}

.archiveButton {
	float: right;
	margin-right: 20px;
}

.archiveButton a {
	padding: 2px 4px 2px 4px;
	background: #ab4f42;
}

.archiveButton a:hover {
	background: #994134;
	text-decoration: none;
}

/*
// Email change notification popup
// Bug 16752
*/

.backgroundPopup
{
	display: none;
	position: fixed;
	_position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #4a1d18;
	border: 1px solid #cecece;
	z-index: 100000;
}

.popupContact
{
	display: none;
	position: fixed;
	_position: absolute;
	height: 148px;
	width: 350px;
	background: #ffffff;
	border: 2px solid #cecece;
	z-index: 200000;
	padding: 28px;
	font-size: 13px;
	color: #666666;
	text-align: center;
}

.popupContactClose
{
	font-size: 14px;
	line-height: 14px;
	right: 1px;
	top: 0px;
	position: absolute;
	font-weight: 700;
	display: block;
	cursor: pointer;
}




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

form {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px 0 5px 0;
	
	/* make div stretch to height of content */
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}

form .search_form div,
form .stndForm div {
	width: 236px;
	padding-right: 19px;
	float: left;
	overflow: hidden;
	height: 3.5em;
}

form .stndForm div.textBlock {
	width: 493px;
	padding-right: 0px;
	height: 150px;
}

form .search_form input,
form .search_form select,
form .stndForm input,
.stndForm .textarea,
.SEARCH-input {
	width: 100%;
	background: #774741;
	border: 1px solid #9a6159;
	_border: 1px solid #91aac2; /* default blue for poor ole IE */
	color: #dcb2ad;
	font: normal 11px Verdana, Helvetica, sans-serif;
}

.stndForm .textarea {
	height: 150px;
}

.search_form label,
.stndForm div label {
	display: block;
	height: 1.7em;
	font-size: 92%;
}

.search_form #search,
.stndForm div .submitButton,
.SEARCH-button {
	margin-top: 1.5em;
	border: 1px solid #d4693e;
	color: white;
	background:#d4693e;
	width: auto;
	cursor: pointer;
}


/* - ( Site Search ) - */

.SEARCH-input {
	width: 250px;
	padding: 2px 0 2px 0px;
}

.SEARCH-button {
	margin: 0 0 0 10px;
	padding: 2px 2px 1px 2px;
	!padding: 1px 2px 0px 2px;	
	!font-size: 10px;
}

.searchfoundtext { 
	font-weight: bold; 
}

.search_text p {
	margin: 0px;
	padding: 0px 0 3px 0;
}

#leftovers {
	font-size: .8em;	
}


#search div.sections,
#search div.search_type
{
	display: inline;
	width: 45%;
    float: left;
    !height: 100%;
	padding: 10px 0 0 0;
}

#search .search_form label {
	display: inline;
}

#search div#select_all_links {
	padding: 10px 0 0 0;
}

#search p {
	padding-top: 0;
	padding-bottom: 10px;
}

#search p.link {
	padding-top: 5px;
	padding-bottom: 0;
}




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

#footer {
	height: 28px;
	margin: 1px 0 10px 0;
	padding: 0 10px 0 20px;
	color: #9a6c69;
	font: normal 10px Helvetica, sans-serif;
	line-height: 28px;
	text-align: left;
	text-transform: uppercase;
	
	/* make div stretch to height of content */
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}

#footer a {
	color: #9a6c69;
}

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





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|* Support for ItemDetail object */

p.ITEM_DETAIL-label
{
	text-transform: uppercase;
	font-size: .8em;
	color: #666666;
	margin-bottom: -10px;
	padding-bottom: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|* Support for ItemLister object */

table.ITEM_LISTER
{
	width: 100%;
	margin-bottom: 5px;
}

table.ITEM_LISTER td
{
	padding: 3px 5px 3px 0;
	border-top: solid 1px #dddddd;
}

div.ITEM_LISTER-heading
{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|* Support for SiteMap object */

table.SITE_MAP
{
	border-collapse: collapse;
	margin-top: 5px;
}

table.SITE_MAP th
{
	padding-top: 5px;
	text-align: right;
}

table.SITE_MAP td
{
	padding-top: 5px;
}

table.SITE_MAP td.h_separator
{
	height: 5px;
	border-bottom: solid 1px #cccccc;
}

table.SITE_MAP td.v_separator
{
	padding-left: 15px;
	padding-right: 15px;
	font-size: .8em;
	color: #666666;
}




/* END BONNER CSS ------------------------------------------------> */

