/* BEGIN BROOKS CSS ----------------------------------------------> */

/*-------------------------- SECTIONS ------------------------------*/
/* #1 General Layout */
/* #2 Header */
/* #3 Main Navigation */
/* #4 Home Page */
/* #5 Content */
/* #6 Footer */
/*------------------------------------------------------------------*/

/*------------------------- FONT COLOR -----------------------------*/
/* Content text: #333333; */
/* Content link: #0b4a99; */
/* Footer text: #9abeeb; */
/* Footer link: #9abeeb; */
/*------------------------------------------------------------------*/


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

body {
	position: relative;
	width: 956px;
	margin: 0px auto;
	padding: 17px;
	background: #fff;
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #333333;
	line-height: 16px;
}

#body {
	background: url('../i/body.gif') repeat-y;
}

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

a {
	color: #0b4a99;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

h1 {
	padding: 5px 0 15px 0;
	font-size: 160%;
	color: #000;
}

h1.attyTitle {
	padding: 5px 0 0 0;
	line-height: 98%;
	width: 226px;
}

h1.nextToButton {
	width: 350px;
}

.practices-item h1 {
	width: 320px;
}

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

h3 {
	padding: 5px 0 8px 0;
	color: #645f3a;
	font-size: 130%;
	font-weight: normal;
}

h5 {
	padding: 5px 0 5px 0;
	color: #645f3a;
	font-size: 125%;
	font-weight: normal;
}

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

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

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


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


img {
	border: 0;
}

.clearb {
	clear: both;
}

blockquote {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}




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

#header {
	height: 110px;
	background: #0b4997 url('../i/header.jpg') repeat-x;
}

img#logo {
	margin: 34px 0 0 31px;
	/* IE page transition flicker fix */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.printLogo {
	display: none;
}

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

#topLinks a {
	margin: 0 5px 0 5px;
	color: #9abeeb;
	font-size: 10px;
}

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




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

#menuWrapper {
	position: absolute;
	z-index: 20000;
	top: 80px;
	left: 408px;
	width: 517px;
	height: 19px;
	background: #0a4083;
	line-height: normal;
}

.navButton { 
	position:relative !important;
	height: 19px;	
	overflow: hidden;
}

#udm li ul {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

#udm_about_button span, #udm_lawyers_button span, #udm_practices_button span,
#udm_stories_button span, #udm_news_button span, #udm_careers_button span, 
#udm_contact_button span { 
	height: 19px;
	background: #aaa8a9 url('../i/navback.png') top left no-repeat;
}

.navButton span {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 19px;
	background-position: 0 0;
}

#udm_about_button, #udm_firm_button span {width: 58px; background-position: 0px 0px;}
#udm_about_button:hover span, #udm_about_button.udmY span, #udm_about_button.udmR span {background-position: 0px -19px}

#udm_lawyers_button, #udm_lawyers_button span {width: 65px; background-position: -58px 0px;}
#udm_lawyers_button:hover span, #udm_lawyers_button.udmY span, #udm_lawyers_button.udmR span {background-position: -58px -19px}

#udm_practices_button, #udm_practices_button span {width: 92px; background-position: -123px 0px;}
#udm_practices_button:hover span, #udm_practices_button.udmY span, #udm_practices_button.udmR span {background-position: -123px -19px}

#udm_stories_button, #udm_stories_button span {width: 83px; background-position: -216px 0px;}
#udm_stories_button:hover span, #udm_stories_button.udmY span, #udm_stories_button.udmR span {background-position: -216px -19px}

#udm_news_button, #udm_news_button span {width: 104px; background-position: -298px 0px;}
#udm_news_button:hover span, #udm_news_button.udmY span, #udm_news_button.udmR span {background-position: -298px -19px}

#udm_careers_button, #udm_careers_button span {width: 63px; background-position: -403px 0px;}
#udm_careers_button:hover span, #udm_careers_button.udmY span, #udm_careers_button.udmR span {background-position: -403px -19px}

#udm_contact_button, #udm_contact_button span {width: 52px; background-position: -465px 0px;}
#udm_contact_button:hover span, #udm_contact_button.udmY span, #udm_contact_button.udmR span {background-position: -465px -19px}







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

#index #contentWrapper {
	min-height: 406px;
	height: auto !important;
	height: 406px;
	background: #fff url('../i/home_mountains.jpg') no-repeat;
}

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

#index .contentSide {
	background: none;
	margin-top: 15px;
}

#index .contentSide a {
	color: #727272;
}

img.homeNews {
	padding: 20px 20px 5px 20px;
	padding: 10px 20px 0px 20px;
}
.homeEvents {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 20px 0px 20px;
}

#index #media div.homeList {
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px 20px 0 20px;
}

#index #media div.homeList p {
	margin: 0px;
	padding: 5px 0 5px 0;
	line-height: 15px;
}

#index #media div.homeList p a {
	display: block;
}

#index #media .homeList-view_more {
	display: block;
	width: 65px;
	padding: 0 20px 0 20px;
}

#index #sideBox .homeLinks {
	text-transform: uppercase;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 4px 20px 0 20px;
}

#index #sideBox .homeLinks p,
#index #sideBox .homeLinks a {
	display: block;
	line-height: 14px;
	margin: 10px 0;
	color: #484848;
	font-weight: bold;
}

#index .homeLinks {
	position: absolute;
	top: 420px;
	left: 72px;
	width: 142px;
}

#index .homeLinks p {
	margin: 4px 0;
	padding: 0;
}

#index #mainBox .homeRowImgs {
	position: absolute;
	top: 332px;
	left: 360px;
	width: 545px;
	height: 90px;
	overflow: hidden;
	padding-top: 50px;
}

#index .contentMainCol ul li {
	list-style: none;
	list-style-image: none;
}

#index ul.caseBox {
	position: absolute;
	top: 0px
	left: 0px;
}

#index ul.caseBox li {
	position: relative;
	display: block;
	float: left;
	margin: 0px 0 0 5px;
	padding: 0px;
	background-color: #fff;
}

#index ul.caseBox li a {
	position: relative;
	z-index: 2;
	display: block;
	border: 2px solid #fff;
	text-decoration: none;
	background-color: #fff;
}

#index ul.caseBox li a img {
	position: relative;
	z-index: 2;
	width: 79px;
	height: 79px;
	display: block;
	background-color: #fff;
}

#index ul.caseBox li em {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: -2px;
	width: 79px;
	height: 40px;
	background-color: #fff;
	border: 2px solid #fff;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	color: #054897;
	cursor: pointer;
	!cursor: hand;
}

#index a.sp_pencil img,
#index	a.sp_pencil img {
	display: inline;
	float: left;
}






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

#contentWrapper {
	min-height: 407px;
	height: auto !important;
	height: 407px;
	padding: 0 0 0 55px;
	background: url('../i/bg_skyline.jpg') no-repeat;
	border-top: 1px solid #fff;
	
	/* make div stretch to height of content */
	overflow: hidden;
	!overflow: visible;
}

.news #contentWrapper,
.news-signup #contentWrapper {
	background: url('../i/bg_pillars.jpg') no-repeat;
}

.about #contentWrapper,
#contact-2 #contentWrapper {
	background: url('../i/bg_skyline.jpg') no-repeat;
}



.lawyers #contentWrapper {
	background: url('../i/bg_mountains.jpg') no-repeat;
}

.practices #contentWrapper {
	background: url('../i/bg_coastal.jpg') no-repeat;
}

.stories #contentWrapper {
	background: url('../i/bg_pedestrians.jpg') no-repeat;
}

.careers #contentWrapper {
	background: url('../i/bg_careers.jpg') no-repeat;
}

.contact #contentWrapper {
	background: url('../i/bg_greensboro.jpg') no-repeat;
}

.contentMainCol {
	width: 520px;
	margin: 77px 0 0 265px;
	padding: 0px 0 20px 20px;
}

.contentSide {
	float: left;
	width: 182px;
	margin: 45px 0 0 0px;
	padding: 0px;
	font-size: 11px;
}

.contentSide .sideInner {
	padding: 20px 17px 15px 20px;
	background: #f8f8f8;
}

.contentMainCol ul {
	margin: 0 0 0px 0px;
	!margin: 0 0 0px 5px;
	padding: 0 0 3px 0;
}

.contentMainCol ul li {
	list-style: none url('../i/bullet_default.png');
	!list-style: none url('../i/bullet_default_ie.png');
	padding-bottom: 2px;
}

.contentMainCol ul li,
.contentSide ul li {
	margin: 0 0 8px 13px;
	line-height: 21px;
}

.contentMainCol ul ul {
	margin: 0 0 0px 0px;
	padding: 0 0 0px 0;
}

.contentMainCol ul ul li {
	margin: 0px 0 8px 33px;
	!margin: 8px 0 0px 23px;
	line-height: 21px;
}

.contentSide ul li {
	line-height: 14px;
}

.contentSide #practiceList ul li {
	color: #0b4a99;
}

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

.contentMainCol ul.nobullet,
.contentSide ul {
	list-style: none;
	list-style-image: none;
	margin: 0 0 6px 0px;
	padding: 0 0 10px 0;
}

ul.nobullet li,
.contentSide ul li {
	margin: 0 0 5px 0px;
}

ul.subNavList {
	background: #f8f8f8;
	margin: 0 0 20px 0;
	padding: 7px 20px 2px 20px;
}

ul.subNavList li {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	background: #f8f8f8;
}

ul.subNavList li#subsub {
	background: url('../i/sub_bullet.png') 0px 3px no-repeat;
	background-position: 0px 3px;
	!background-position: 0px 5px;
	margin: 0 0 0 13px;
	padding-left: 8px;
}

li.here a {
	color: #666666;
}


/* bio stuff */

#bioPic {
	display: block;
	position: absolute;
	top: 175px;
	left: 590px;
	width: 337px;
	height: 229px;
}

#noOfficeSpacer {
	height: 68px;
}

.bioFrame {
	border: 1px solid #fff;
}

#bioAddyBlock {
	padding: 0 0 20px 0;
	
	/* make div stretch to height of content */
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}

.biopositionTitle {
	padding: 0px 0px 6px 0px;
	color: #666666;
}

#bioContact {
	padding: 0px 0px 8px 0px;
}

.bioPDF a,
.vCard a {
	float: left;
	margin: 0 1px 0 0;
	padding: 2px 13px 2px 13px;
	background: #908b65;
	color: #fff;
	font-size: 11px;
}

.bioPDF a:hover,
.vCard a:hover {
	background: #0b4a99;
	text-decoration: none;
}


/* news */

div.itemRow div.title {
	margin-top: 8px;
}

div.itemdate {
	padding-bottom: 4px;
}

.itemRowSummary {
	float: left;
}

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

div.itemRow p {
	line-height: 17px;
}

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

.photoRight {
	margin: 28px 0 10px 14px;
	!margin: 14px 0 10px 14px;
	float: right;
}


/* stories */

div.caseRow {
	/* make div stretch to height of content */
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
	padding: 10px 0 10px 0;
	border-top: 1px solid #cccccc;
}

div.caseRow div.title {
	
	margin: 8px 0 0 0;
}

.caseRowSummary {
	margin: 0px 0 0 112px;
	!height: 80px;
}

.caseRowSummary p {	
	line-height: 17px;
	padding-bottom: 5px
}

.careers .caseRowSummary p {	
	font-weight: bold;
}

div.caseRowSummary div.title {
	margin-top: 0;
}

.caseRow .short {
	width: 400px;
}


/* Gallery */

#stories-gallery .itemRowImg {
	float: none;
	width: 80px;
	margin: 0px 0px 0 0;
	padding: 0px;
	text-align: center;
}

#stories-gallery .itemRow {
	display: block;
	float: left;
	width: 80px;
	height: 170px;
	font-size: 10px;
	text-align: center;
	margin: 0px 20px 0 0;
	padding: 0px;
}

#stories-gallery .itemRow a {
	color: #333333;
}

	
.officeItem {
	clear: both;
	height: 100px;
}

.officeTitle {
	font-size: 15px;
	margin: 0px;	
}

.officeAddy {
	width: 220px;
	float: left;
}

.contactAddy {
	width: 240px;
	float: left;
}

.officeNumber{
	float: right;
	width: 110px;
	margin: 15px 0 0 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #cccccc;
}

.contactItemNumber {
	float: left;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #cccccc;
}

.contactItem {
	height: 50px;
	margin: 10px 0 20px 0;
	padding: 12px 15px 12px 15px;
	background: #fff;
	line-height: 18px;
}

.officePhoto {
	float: left;
	margin: 0 10px 0 0;
}

#pdfLink a,
#signupLink a,
#viewMoreLink a,
#pracLink a,
#viewPrac a {
	
	margin: 0 1px 0px 0;
	padding: 4px 13px 4px 13px;
	background: #908b65;
	color: #fff;
	font-size: 11px;
	line-height: normal;
}

#pdfLink a:hover,
#signupLink a:hover,
#viewMoreLink a:hover,
#pracLink a:hover,
#viewPrac a:hover {
	background: #0b4a99;
	text-decoration: none;
}

#pdfLink a,
#signupLink a,
#viewPrac a {
	_width: 45px;
	position: absolute;
	top: 206px;
	left: 820px;
}

#signupLink a {
	_width: 72px;
	left: 797px;
}

#viewPrac a {
	_width: 87px;
	left: 700px;
}


/* practice list */

div.listColumn {
	float: left;
	width: 48%;
	margin: 20px 0 30px 0;
	border-top: 1px solid #e5e5e5;
}

div.firstColumn {
	margin-right: 20px;
}

div.listColumn ul,
div.listColumn ul li {
	padding: 0;
	margin: 0;
	line-height: normal;
	list-style: none;
	list-style-image: none;	
}

div.listColumn ul ul {
	margin: .5em 0;	
	border-right: none;
}

div.listColumn ul li {
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	line-height: 14px;
}

div.listColumn li li {
	padding-left: 2em;	
	padding-bottom: 0px;
	background: url('../i/child_bullet.png') 10px 6px no-repeat;
	border-bottom: none;
	line-height: 12px;
}

#practices div.listColumn ul li li a {
	color: #538ed9;
	font-weight: normal;	
}


/* Recruiting Calendar */

.recruitcalItem,
.bureauItem {
	padding: 0 2px .8em 2px;
	margin: 0 0 .8em 0;
	overflow: hidden;
	height: 100%;
	border-bottom: 1px solid #d7e7f5;
	line-height: normal;
	width: 530px;
}

.recruitcalItem div,
.bureauItem div {
	float: left;
}

.recruitcalItem div div {
	float: none;
}

.recruitcalItem .school,
.bureauItem .practice {
	width: 200px;
}

.recruitcalItem .itemdate,
.bureauItem .abstract {
	width: 160px;
}

.bureauItem .abstract p {
	padding: 0;
	margin: 0 20px 0 0;
	line-height: normal;
}

.recruitcalItem .bionames,
.bureauItem .bionames {
	width: 170px;
}


/* - ( 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;
	vertical-align: middle;
}

#search div.sections,
#search div.search_type {
	width: 35%;
	float: left;
	!height: 100%;
}

#search a.more {
	font-weight: bold;
	font-size: 1.1em;
}

#search div#select_all_links {
	margin-top: 8px;
}


#search  p.link {
	padding: 0;
}
#search p.excerpt {
	padding-top: 0;
}





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

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

.stndForm { 
	position: relative;
	margin: 0;
	padding: 0; 
}

.stndForm input.txt, 
.stndForm select.txt, 
.stndForm .textarea,
.stndForm #state {
	width: 320px; 
	!width: 316px; 
	padding: 3px;
	background: #fff; 
	border: 1px solid #dddddd;
	_border: 1px solid #91aac2; /* default blue for poor ole IE */
	color: #5a5b5b;
	font-size: 11px;
}

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

.stndForm .textarea {
	!border: 1px;
	height: 100px;
}

.stndForm p { 
	float: left;
	margin: 0; 
	padding: 3px 0 8px 0; 
	line-height: 21px;
}

.stndForm p.emailrequired {
	display: none;
}

.stndForm label { 
	float: left;
	width: 100px;
	font-size: 12px;
	font-weight: bold; 
}

.stndForm .submitButton,
.SEARCH-button {
	padding: 0px 2px 0px 2px;
	!padding: 0;
	border: 1px solid #256199;
	color: white;
	background:#3e84c5;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	!cursor: hand;
}




/* Bios listing page, search form --------------------------------> */

.bioItem {
	padding: 0 2px .8em 2px;
	margin: 0 0 .8em 0;
	overflow: hidden;
	height: 100%;
	border-bottom: 1px dashed #d7e7f5;
	line-height: normal;
	width: 530px;
}

.bioItem div {
	float: left;
}

.bioItem div div {
	float: none;
}

.bioItem .name {
	width: 194px;
}

.bioItem .email {
	width: 180px;
}

.bioItem .phone {
	width: 90px;
}

.bioItem .vcard {
	width: 45px;
	text-align:right;
}

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

form .search_form input,
form .search_form select {
	width: 100%;
	border: 1px solid #d7d7d7;
}

.search_form label {
	display: block;
	height: 1.5em;

	font-size: 92%;
	color: #4f4d4d;
}

.search_form #search {
	margin-top: 1.5em;
	border: 1px solid #256199;
	color: white;
	background:#3e84c5;
	width: auto;
	cursor: pointer;
}

#buttonLink,
#letterLinks {
	height: 100%;
	overflow: hidden;
	color: #999;

}

#buttonLink *,
#letterLinks * {
	display: block;
	float: left;
	padding: 0 5px;
	height: 18px;
	margin-right: 1px;
}





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

#footer {
	height: 28px;
	margin: 1px 0 10px 0;
	padding: 0 10px 0 10px;
	background: #0b4997;
	color: #9abeeb;
	font-size: 11px;
	line-height: 26px;
	
	/* make div stretch to height of content */
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}

#footer a {
	color: #9abeeb;
}

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





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




/* END BROOKS CSS ------------------------------------------------> */
