/* BEGIN SHULMAN 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 */
/*------------------------------------------------------------------*/

/*------------------------- FONT COLOR -----------------------------*/
/* Content text: #483f3c; */
/* Content link: #8aabc5; */
/* Footer text: #acaca8; */
/* Footer link: #acaca8; */
/*------------------------------------------------------------------*/



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

html { 
	height: 100%;
}

body {
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	background: #35332c url('../i/bg.gif') repeat;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #483f3c;
	line-height: 18px;
}


/* Skirting IE6 issues left/right to deal with side alpha trans repeat.
   It causes a bit of a lag, so suppressed for now anyway. */
   
#body {
	position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	_background: url('../i/body_col_bg.gif') repeat-y; /* IE6 only */
}

#faux_bg {
	position: absolute;
	z-index: 1;
	width: 950px;
	height: 100%;
	margin: 0px 25px auto;	
	background: #fff;
}

#contact #body,
#contact-directions #body,
#firm #body,
.firm-item #body,
.attorneys-item #body,
#practices #body,
#practices-industries #body,
#practices-service #body,
.news-item #body {
	_background: url('../i/body_col_bg_split.gif') repeat-y; /* IE6 only */
}

.emailPage #body {
	_background: url('../i/body_col_bg.gif') repeat-y; /* IE6 only */
}

#bodyWrapper {
	position: relative;
	z-index: 2;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	padding: 0px 25px 0 25px;
	background: url('../i/body_side_alpha.png') repeat-y;
	/*_background: url('../i/body_side_alpha_ie.png') repeat-y;  IE6 only */
	_background: none;
}

#contact #bodyWrapper,
#contact-directions #bodyWrapper,
#firm #bodyWrapper,
.firm-item #bodyWrapper,
.attorneys-item #bodyWrapper,
#practices #bodyWrapper,
#practices-industries #bodyWrapper,
#practices-service #bodyWrapper,
.news-item #bodyWrapper {
	background: url('../i/body_side_alpha_split.png') repeat-y;
	/*_background: url('../i/body_side_alpha_split_ie.png') repeat-y; IE6 only */
	_background: none;
}

.emailPage #bodyWrapper,
#firm.emailPage #bodyWrapper,
#contact.emailPage #bodyWrapper,
#contact-directions.emailPage #bodyWrapper {
	background: url('../i/body_side_alpha.png') repeat-y;
}

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

/* IE needs this hasLayout/italic fix 
	or pages with italics start doing
	all kinds of fun stuff */

* p {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	zoom: 1;
}

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

a:hover {
	text-decoration: underline;
}

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

h1 {
	padding: 5px 0 5px 0;
	color: #a4c0d7;
	font-size: 120%;
	line-height: normal;
	text-transform: uppercase;
}

h2 {
	margin: 8px 0 0 0;
	padding: 5px 0 2px 0;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}

h3 {
	padding: 8px 0 5px 0;
	font-size: 105%;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	padding: 5px 0 13px 0;
	font-size: 125%;
	font-weight: normal;
	font-style: italic;
}

h5 {
	padding: 5px 0 8px 0;
	font-size: 110%;
	font-weight: normal;
	text-transform: uppercase;
}

/* Reserved for Print Pilot */
h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 10px 0;
	line-height: 18px;
}

ul {
	list-style-type: none;
	list-style-image: none;
}

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

img {
	border: 0;
}

.clearb {
	clear: both;
}


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

#header {
	height: 100px;
	background: #fff;
}

.attorneys-item #header {
	height: 100px;
	background: none;
}

#logo {
	width: 174px;
	height: 48px;
	margin: 22px 0 0 25px;
}

#banner {
	height: 164px;
	overflow: hidden;
	margin: 0 0 0 0;
	background: #f7f7f7 url('../i/banner_bg.jpg') repeat-x;
}

.attorneys-item #banner {
	display: none;
}

.emailPage #banner {
	display: block;
}

#attorneys #banner {
	height: 122px;
	background: none;
}

#attorneys.emailPage #banner {
	height: 164px;
}

#banner img.mainBanner {
	float: left;
}

#attorneys #banner img.mainBanner {
	display: none;
}

#attorneys.emailPage #banner img.mainBanner {
	display: block;
}

#attorneys #banner img.attyHeader {
	margin-top: 60px;
}

#attorneys.emailPage #banner img.attyHeader {
	margin-top: 0px;
}

table#alignTitle {
	float: left;
	width: 385px;
	height: 90px;
	margin: 37px 0 0 22px;
	border-left: 1px solid #8aabc5;
}

#sectionTitle {
	margin: 0 0 0 18px;
	color: #8aabc5;
	font-size: 28px;
	line-height: normal;
	text-transform: uppercase;
	/*letter-spacing: 1px;*/
}







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

#navExpander {
	position: relative;	
	margin: 20px 0 20px 20px;
	overflow: hidden;
}

#navExpander li,
#navExpander li a {
	background: url('../i/nav.png') no-repeat;
	line-height: normal;
}

#navExpander li.firm, body.firm #navExpander li.firm a { width: 67px; height: 15px; !height: 13px; background-position:  0px -101px;}
#navExpander li.attorneys, body.attorneys #navExpander li.attorneys a { width: 87px; height: 18px; !height: 16px; background-position:  0px -116px;}
#navExpander li.practices, body.practices #navExpander li.practices a { width: 110px; height: 18px; !height: 16px; background-position:  0px -134px;}
#navExpander li.news, body.news #navExpander li.news a { width: 109px; height: 18px; !height: 16px; background-position:  0px -152px;}
#navExpander li.careers, body.careers #navExpander li.careers a { width: 66px; height: 17px; !height: 15px; background-position:  0px -170px;}
#navExpander li.contact, body.contact #navExpander li.contact a { width: 65px; height: 18px; background-position:  0px -187px;}

#navExpander li a {
	display: block;
	width: 100%; 
	height: 100%;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	text-decoration: none;
}

#navExpander li.firm a { background-position: 0px 0px; }
#navExpander li.attorneys a { background-position:  0px -15px; }
#navExpander li.practices a { background-position:  0px -33px;}
#navExpander li.news a { background-position:  0px -51px;}
#navExpander li.careers a { background-position:  0px -69px;}
#navExpander li.contact a { height: 15px; background-position:  0px -86px;}

#navExpander li a:hover {
	background-image: none;
	text-decoration: none;
}

span.deviceLink {
	display: none;
}

#navExpander li.sub {
	padding: 0px 0 3px 0;
	
}

#navExpander li.sub,
#navExpander li.sub a {
	background: none;
	color: #44433e;
}

#navExpander li.sub a:hover,
#navExpander li.sub a.onNav {
	color: #8db0cc;
}






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

#index #banner {
	display: none;
}

#index.emailPage #banner {
	display: block;
}

#index .mainBuffer {
	padding: 0px;
}

#index img.flashAlt {
	display: block;
}

#index #flashContent {
	display: block;
	position: relative;
	z-index: 10;
	width: 741px;
	height: 448px;
	background: #fff;
}

#index #homeMontage {
	display: none;
	position: relative;
	z-index: 5;
	height: 450px;
}

#index #footer {
	padding: 100px 0 75px 25px;
	background: #fff url('../i/footer_home.png') repeat-x;
}


#montGreen
{
	position: absolute;
	top: 620px; 
	left: 460px;
}



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

#contentWrapper {
	width: 950px;

	/* make div stretch to height of content */
	overflow: hidden;
	!overflow: visible;
}

.contentMainCol {
	float: left;
	width: 741px;
}

.contentMainCol ul li{
	list-style: none url('../i/bullet_default_color.png');
	!list-style: none url('../i/bullet_default_ie_color.png');
	margin: 0 0 8px 14px;
	!margin: 0 0 8px 17px;
}

.mainBuffer {
	padding: 40px 85px 20px 25px;
	min-height: 255px;
	height: auto !important;
	height: 255px;
}

#attorneys .mainBuffer,
#attorneys-directory .mainBuffer,
#attorneys-staff .mainBuffer,
#attorneys-assistants .mainBuffer,
#attorneys-search .mainBuffer,
.attorneys-item .mainBuffer,
#contact-leaders .mainBuffer{
	padding: 0px;
}

.attorneys-item .mainText {
	padding: 20px 25px 20px 25px;
}


/* random pages have split main col */

#contact .mainBuffer,
#contact-directions .mainBuffer,
#firm .mainBuffer,
.firm-item .mainBuffer,
.attorneys-item .mainBuffer,
#practices .mainBuffer,
#practices-industries .mainBuffer,
#practices-service .mainBuffer,
.news-item .mainBuffer {
	float: left;
	width: 425px;
	padding: 40px 25px 20px 25px;
	background: #3f3e38 url('../i/main_buffer_upper.gif') top right no-repeat;
	color: #fff;
}

.attorneys-item .mainBuffer {
	width: 475px;
	padding: 0px;
	background: #fff;
	color: #483f3c;
}

.emailPage .mainBuffer,
#firm.emailPage .mainBuffer,
#contact.emailPage .mainBuffer,
#contact-directions.emailPage .mainBuffer {
	width: 691px;
	padding: 40px 25px 20px 25px;
	background: #3f3e38;
	color: #fff;
}

#contact .mainBuffer ul li,
#contact-directions .mainBuffer ul li,
#firm .mainBuffer ul li,
.firm-item .mainBuffer ul li,
.attorneys-item .mainBuffer ul li,
#practices .mainBuffer ul li,
#practices-industries .mainBuffer ul li,
#practices-service .mainBuffer ul li,
.news-item .mainBuffer ul li {
	list-style: none url('../i/bullet_default.png');
	!list-style: none url('../i/bullet_default_ie.png');
	margin: 0 0 8px 14px;
	!margin: 0 0 8px 17px;
}

.mainSplitRight {
	position: relative;
	float: right;
	width: 265px;
	min-height: 315px;
	height: auto !important;
	height: 315px;
	background: #7f7f7b;
	border-left: 1px solid #6b6a67;
	color: #fff;
}

.mainSplitRight ul li {
	list-style: none url('../i/bullet_default.png');
	!list-style: none url('../i/bullet_default_ie.png');
	margin: 0 0 8px 14px;
	!margin: 0 0 8px 17px;
}

.mainSplitRight a {
	color: #fff;
}

.attorneys-item .mainSplitRight {
	width: 215px;
	padding: 25px;
	background: none;
	border-left: 0px;
	color: #483f3c;
}

.attorneys-item .mainSplitRight a {
	color: #8aabc5;
}

.contentSide {
	float: right;
	padding: 0px 0px 20px 0px;
	width: 208px;
}

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

div#switchContent1 ul,
.contentMainCol ul {
	margin: 0 0 8px 0;
	padding: 0px 0 0 0;
}

/* practice by department -> hierarchy */
div#switchContent1 ul li ul, 
div#switchContent1 ul li ul li ul {
	margin: 0 0 0 10px;
}


	
	
/* office summary */
#officeSummary {
	margin-bottom: 24px;
}
#officeSummary div {
	margin: 0;
	padding: 0;
	line-height: 14px;
}
#officeSummary .highlight,
#officeSummary .email
{
	font-weight: bold;
	color: #8aabc5;
}
.mainSplitRight div.title {
	padding: 3px 0 0 10px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}


/* sidebar accordion */

.acc  {
	position: relative;
	width: 100%;
	margin: 0px 0 0px 0;
}

.acc div {
	padding: 10px 20px 0px 20px;
	background: #e5e5e5 url('../i/accordion_gradient.jpg') repeat-x;
}

.acc p {
	margin: 0px 0 0px 0;
	border: none;			
	font-size: 10px;
	text-decoration: none;
}

.acc li a {
	color: #636564;
	display: block;
}

.acc li a:hover {
	color: #483f3c;
	text-decoration: none;
}

.acc li {
	padding-bottom: 7px;
}

.acc a.acc_open {
	display:block;
	padding: 3px 20px 3px 20px;
	margin: 0;
	background-color: #d1d0d0;
	border-top: 2px solid #dedede;
	font-size: 12px;
	color: #54544c; 
	text-decoration: none;
	text-transform: uppercase;
	cursor:pointer;
}

.acc a.acc_open:hover,
.acc a.selected {
	background-color: #c5d1dc;
	font-weight: bold;
	text-decoration: none;
}

.emailFooter {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
}

.emailFooter a {
	color: #54544c;
}

#commLink {
	padding: 4px 20px 4px 20px;
	background-color: #dadfe2;
	border-top: 1px solid #bfc3c4;
	border-bottom: 1px solid #bfc3c4;
	font-size: 11px;
}

#commLink a {
	color: #54544c;
}

#switchContent1,
#switchContent2 {
	clear: left;
	padding: 45px 25px 25px 25px;
}

#practices-service #switchContent1,
#practices-service #switchContent2,
#firm #switchContent1,
#firm #switchContent2 {
	padding: 13px 25px 25px 25px;
}

#contact #switchContent1 {
	padding: 23px 25px 25px 25px;
}

#switchContent2 {
	display: none;
}

a.switchLink1,
a.switchLink2 {
	display: block;
	float: left;
	width: 122px;
	height: 24px;
	padding: 3px 0 0 10px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}

a.switchLink2 {
	background-color: #6d6e69;
}

a.switchLink1:hover,
a.switchLink2:hover {
	color: #8aabc5;
	text-decoration: none;
	outline: none;
}

/* attorneys */

#montage {
	width: 740px;
	height: 386px;
	background: #7b7b7b url('../i/montage_grid.gif') no-repeat;
	border-left: 1px solid #fff;
}

#montageLarge {
	display: none;
	position: absolute;
	left: 297px;
	z-index: 100;
	width: 295px;
	height: 386px;
	overflow: hidden;
	background: #7b7b7b url('../i/quotes.gif') bottom left no-repeat;
}

#montageLarge a {
	display: block;
	height: 386px;
	color: #fff;
}

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

img#largeImg {
	position: relative;
	z-index: 95;
}

.montageThumbs {
	position: relative;
	z-index: 50;
}

.montageThumbs a {
	display: block;
	float: left;
	width: 147px;
	height: 128px;
	overflow: hidden;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.montageThumbs a:hover {
	filter:alpha(opacity=90);
	opacity: 0.90;
}

.montageThumbs img {
	display: block;
	float: left;
}

img#montageLoader {
	position: absolute;
	z-index: 90;
	top: 100px;
	left: 135px;
}

span#montageBack {
	display: block;
	position: absolute;
	z-index: 110;
	top: 222px;
	left: 0px;
	width: 100%;
	height: 35px;
	/*
	background: #000;
	filter:alpha(opacity=65);
	opacity: 0.65;
	*/
}

span#montageName {
	display: block;
	position: absolute;
	z-index: 120;
	top: 231px;
	left: 0px;
	width: 100%;
	height: 35px;
	padding-left: 10px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

span#montageQuote {
	display: block;
	position: absolute;
	z-index: 120;
	top: 281px;
	left: 0px;
	width: 198px;
	height: 100px;
	padding-left: 50px;
	font-size: 12px;
	color: #fff;
	line-height: 13px;
}

#montageLarge,
span#montageName,
span#montageQuote,
span#montageBack {
	cursor: pointer;
	!cursor: hand;
}

.montageAll {
	display: block;
	width: 120px;
	padding: 10px;
}

a.montageAll:hover {
	text-decoration: none;
}

#attyLetters {
	height: 60px;
	padding: 0 0 0 40px;
	background: #46453e url('../i/alphabet_bg.jpg') no-repeat;
	color: #666666;
	font-size: 13px;
}

#attorneys-staff #attyLetters, 
#attorneys-assistants #attyLetters, 
#attorneys-search #attyLetters {
	background: #46453e url('../i/alphabet_bg_search.jpg') no-repeat;
}

#attyLetters a {
	display: block;
	float: left;
	width: 16px;
	height: 18px;
	padding: 14px 0 0 4px;
	margin-right: 3px;
	background: url('../i/letter_on.gif') -32px 0px no-repeat;
	color: #a4a4a4;
	font-size: 14px;
	font-weight: bold;
}

#attyLetters a:hover {
	color: #444;
	background-position: 0px 0px;
	text-decoration: none;
}

#attyLetters a.letter_nolink {
	color: #666666;
	background: none;
	cursor: default;
	
}

#attorneys-assistants h1.pageTitle,
#attorneys-staff h1.pageTitle,
.ITEM_LISTER-heading {
	margin: 10px 0 0 0;
	padding: 0px 0px 2px 45px;
	color: #4c5268;
	font-size: 120%;
	font-weight: bold;
}

.bioListItem {
	clear: none;
	height: 70px;
	padding: 22px 6px 22px 45px;
	background: url('../i/atty_sep.jpg') bottom repeat-x;
}

.bioListItem .bioListPhoto {
	width: 83px;
	height: 72px;
	margin-right: 22px;
	background: #efefef;
	float: left;
}

.bioListName {
	display: block;
}

.bioListName a {
	color: #50514c;
}

.bioListName a {
	font-size: 14px;
	color: #50514c;
}

.bioListName a:hover {
	color: #8aabc5;
	text-decoration: none;
}

.bioListPhone {
	display: block;
}

.bioListEmail {
	display: block;
}

/* staff summar7 */
.staffListName {
	display: block;
	font-size: 14px;
}

.officeContact {
	padding: 9px 0 0 0;
	!padding: 11px 0 0 0;
}

#bioContact {
 	height: 199px;
 	background: #c8deeb;
 	overflow: hidden;
}

#bioContact .inner {
	margin: 0px 0px 0px 230px;
	padding: 15px;
}

#bioContact .inner div {
	padding: 0 0 5px 0;
}

#bioContact #bioPic {
	float: left;
}

#bioContact span.bioPipe {
	color: #8aabc5;
}

#bioContact div.work-tel {
	padding: 0px;
}

#bioContact #bioPic img {
	border-right: 2px solid #fff;
}

#bioContact div.attyName {
	padding: 0px;
	font-size: 16px;
	text-transform: uppercase;
}

#bioContact div.title {
	padding: 0px 0 5px 0;
}

#bioContact div.bioAddy {
	padding-top: 10px;
	line-height: 14px;
}


/* case study seek buttons */

#casestudyButtons {
	position: absolute;
	top: 270px;
	left: 6px;
	color: #fff;
	font-size: 9px;
}

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

#casestudyButtons a:hover {
	color: #8aabc5;
}

span.caseOff {
	color: #777;
}

img.allCaseButton {
	vertical-align: middle;
}

a.viewMore {
	margin: 0 0 10px 0;
	padding: 2px 4px 2px 4px;
	background: #e5e5e5;
	
}



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

.stndForm,
.search_form form,
.searchContainer form {
	margin: 0px;
	padding: 0px;
}

.searchContainer {
	margin: 40px 0 0 45px;
	padding: 0px;
}

.stndForm input,
.stndForm select,
.stndForm textarea,
.search_form input,
.search_form select,
.search_form textarea {	
	width: 338px;
	!width: 336px;
	background: #fff;
	border: 1px solid #d7d7d7; 
	!border: 1px solid #91aac2; 
	font-size: 11px;
	color: #483f3c;
}

.stndForm select,
.search_form select {	
	width: 340px;  
}

.stndForm textarea,
.search_form textarea {	
	display: block;
	width: 338px; 
	height: 100px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.stndForm div,
.search_form div { 
	display: block;
	margin: 0 10px 0 0; 
	padding: 0px 0 9px 0;
	line-height: normal;
}

.stndForm label,
.search_form label { 
	display: block;
	font-size: 11px; 
	font-weight: bold; 
	clear:both;
}


#news-signup #emailField {
	display: none;
}

#news-signup form div.stndForm div#newsletter_wrapper {
	width: 100%;
	margin: 1.5em 0;
}

#news-signup div#newsletter_wrapper div div {
	border: 0px;
	margin: 10px 0 0 0;
	padding: 0px;
}

div#newsletter_wrapper input {
	margin: 0px;
	width: 25px;
	border: 0px;
}

#news-signup form div#newsletter_wrapper div div label {
	float: right;
	width: 560px;
}

.stndForm .submitButton,
.search_form #field_search,
.stndForm #field_submit {
	width: auto;
	font-size: 11px;
	font-weight: bold;
	color: #646462;
	background: #d2d2d0;
	border: 1px solid #c9c9c7;
	margin: 8px 0 5px 0;
	cursor: pointer;
	!cursor: hand;
	text-transform: uppercase;
}


p.newSearch {
	padding: 14px 0 5px 0;
	margin: 0;
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
}


/* Email Form Style */

#emailpage input.txt {
	width: 185px;
	!width: 183px;
}

#emailpage .stndForm .textarea {   
	width: 364px; 
}

/* mnogo styles */

.searchfoundtext { 
	font-weight: bold; 
}

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


/* sidebar search form */

#sideSearch {
	margin: 0px;
	padding: 0px;
	background: #fff;
}

#sideSearch input#search {
	width: 150px;
	margin: 4px 0 5px 0;
	padding: 0px 0 0 20px;
	border: 0px;
	font-size: 12px;
	color: #54544c; 
}

#sideSearch input#sideSubmit {
	padding: 0 0 2px 0;
	!padding: 0 0 0px 0;
	vertical-align: middle;
}

/* sidebar attorney search from */

div.sideAttySearchForm,
.sideAttySearchForm div {
	background-image: none;
	margin: 0;
	padding: 0;
}
.sideAttySearchForm p {
	margin: 4px 0;
	padding: 0;
}
.sideAttySearchForm p.last {
	margin: 4px 0 12px 0;
	padding: 0;
}
.sideAttySearchForm .txt {
	font-size: 11px;
	color: #646462;
	background: #f8f8f8;
	border: 1px solid #f0f0f0;
	width: 160px;
	padding: 2px 0;
}
.sideAttySearchForm input.txt {
	width: 153px;
	padding: 3px 1px 3px 4px;
}
.sideAttySearchForm #field_send {
	font-size: 11px;
	font-weight: bold;
	color: #646462;
	background: #d2d2d0;
	border: 1px solid #c9c9c7;
	margin: 8px 0 5px 0;
	cursor: pointer;
	!cursor: hand;
}


/* radio */

.sideAttySearchForm div {
	width: 160px;
	height: 25px;
	display: block;
	color: #898989;
	font-size: 10px;
	padding-top: 3px;
	 border-top: 1px solid #c9c9c7;
	border-bottom: 1px solid #c9c9c7;
}
 
.sideAttySearchForm div div {
	height: 25px;
	display: inline;
    border-top: 0px solid #c9c9c7;
	border-bottom: 0px solid #c9c9c7;
}

.sideAttySearchForm div div input {
	vertical-align: middle;	
}





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

#footer {
	clear: left;
	width: 443px;
	padding: 70px 0 25px 25px;
	background: #fff url('../i/footer.gif') repeat-x;
	color: #54544c;
	font-size: 10px;
	line-height: 14px;
}

#footer a {
	color: #54544c;
}

.footerOffice {
	display: block;
	padding: 0 0 5px 0;
}

span.upperOffice {
	display: block;
	text-transform: uppercase;
}

#facebook
{
	padding: 20px 0 0 8px;
}

#index #facebook
{
	padding-top: 60px;	
}

/* !!!! REMOVE ALL THE BELOW BEFORE DONE !!!! */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|* Support for AttorneySearch object */

table.ATTORNEY_SEARCH-search_form
{
	width: 100%;
}

table.ATTORNEY_SEARCH-search_form th
{
	width: 120px;
	text-align: right;
	font-weight: bold;
	padding: 3px 5px 3px 0;
	text-transform: uppercase;
	font-size: .8em;
}

table.ATTORNEY_SEARCH-search_results
{
	width: 100%;
}

table.ATTORNEY_SEARCH-search_results th
{
	text-align: left;
	border-bottom: solid 1px #999999;
	text-transform: uppercase;
	font-size: .8em;
}

table.ATTORNEY_SEARCH-search_results td
{
	text-align: left;
	border-bottom: solid 1px #dddddd;
	padding: 3px 5px 3px 0;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|* 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;
}
table.results_list td
{
	padding: 3px 5px 6px 0;
}


div.results .itemRow p
{
	padding: 0;
	margin-bottom: 0;
}

div.results .itemRow
{
	margin: 1em 0;
}

div.results .itemRow .title
{
	font-weight: bold;	
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|* 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;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|* Support for EmailPage object */

div.EMAIL_PAGE div.email_form
{
	display: none;
}

p.EMAIL_PAGE-title
{
	font-weight: bold;
	margin-bottom: 0;
}

p.EMAIL_PAGE-url
{
	margin-top: 0;
	font-style: italic;
}

table.EMAIL_PAGE
{
	width: 500px;
}

table.EMAIL_PAGE td
{
	width: 47%;
}

table.EMAIL_PAGE td input
{
	width: 95%;
}

table.EMAIL_PAGE td textarea
{
	width: 100%;
	height: 120px;
}

div.EMAIL_PAGE ul.error
{
	color: red;
}
/* Below are styles I've added because honestly I have no clue
   on what above is kept/trashed or modified */

/* sub nav */
ul#secondLevel,
ul#childrenList,
ul#siblingList {
	margin: 0;
	padding: 4px;
	background-color: #e7e7e7;
}
ul.subNavList li {
	display: inline;
	list-style: none;
	margin-right: 10px;
	padding: 0;
}
li.here a {
	color: #666666;
}
/* item lister */
div.itemRow div.title {
	margin-top: 8px;
}
table.ITEM_LISTER td.subhead {
	padding: 16px 0 0 0;
}

.itemRowSummary {
        float: left;
}
div.itemRowSummary div.title{
        margin-top: 0;
}

.itemRowImg {
        float: left;
        width: 70px;
        text-align: left;
}

/* Print pdf links */
.printPDF_wide,
.printPDF
{
        position: absolute;
        top: 267px;
        left: 358px;
        width: 100px;
        background:url('../i/pdf_small.gif') no-repeat;
}

.printPDF a
{
        color: #fff;
	font-weight: normal;
}		

.printPDF_wide {
        left: 640px;
}

.printPDF_bio a,
.printPDF_wide a,
.printPDF a
{
        padding-left: 20px;
	font-size: 11px;
       
}
.printPDF_bio {
        background:url('../i/pdf_small.gif') no-repeat;
}

/* - ( Search ) - */

.searchfoundtext {
	font-weight: bold;
}
#search form div
{
	padding-bottom: .3em;
}
#search .search_form label
{
	display: inline;
	margin: 3px;
}
#search .search_form label,
#search .search_form input
{
	margin: 3px 4px 3px 0;
	vertical-align: middle;
}
#search .search_form input
{
	width: auto;
}
#search div.sections,
#search div.search_type
{
	width: 35%;
	float: left;
	!height: 100%;
}
#search div.sections input,
#search div.search_type input
{
	border: none;
}
#search a.more
{
	font-weight: bold;
	font-size: 1.1em;
}
#search div#select_all_links
{
	margin-top: 8px;
}

#search #field_searchtext {
	width: 238px;
	!width: 236px;
	background: #fff;
	border: 1px solid #d7d7d7;
	!border: 1px solid #91aac2;
	font-size: 12px;
	color: #483f3c;
}

#search #field_search_button {
	width: auto;
	font-size: 11px;
	font-weight: bold;
	color: #646462;
	background: #d2d2d0;
	border: 1px solid #c9c9c7;
	margin: 5px 0 5px 0;
	cursor: pointer;
	!cursor: hand;
	text-transform: uppercase;
}

/* END SHULMAN CSS -----------------------------------------------> */

