
@font-face {
	font-family: 'CartoGothicStd-Bold';
	src: url('../font/CartoGothicStd-Bold-webfont.eot');
	src: local('☺'), 
		url('../font/CartoGothicStd-Bold-webfont.woff') format('woff'), 
		url('../font/CartoGothicStd-Bold-webfont.ttf') format('truetype'), 
		url('../font/CartoGothicStd-Bold-webfont.svg#webfontIxqYmXN9') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
@font-face {
	font-family: 'CartoGothicStd-Book';
	src: url('../font/CartoGothicStd-Book-webfont.eot');
	src: local('☺'), 
		url('../font/CartoGothicStd-Book-webfont.woff') format('woff'), 
		url('../font/CartoGothicStd-Book-webfont.ttf') format('truetype'), 
		url('../font/CartoGothicStd-Book-webfont.svg#webfont3Jo4Ril0') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

/* selectors that need the IE cleartype fix */

#index .itemSlotText,
#index .itemSlotText a
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);zoom: 1;
}

body {
	background: #003768;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #595959;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	background-position: center;
	text-align:center;
}

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

h1 {
	padding: 10px 0 15px 0;
	font-size: 210%;
	font-weight: bold;
	color: #003768;
}

h1.mediaTitle {
	font-size: 180%;
}

h2 {
	padding: 13px 0 3px 0;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: #29343d;
}

.sideContent h2 {
	padding: 8px 0 3px 0;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

h3 {
	padding: 13px 0 3px 0;
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
	color: #003768;
}

h4 {
	font-size: 100%;
	padding: 5px 0 1px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #ea9f05;
}

/* for search, sitemap, emailpage */
#search td,
#sitemap td,
#emailpage td
{font: normal 8pt arial, sans-serif;}
a { color: #ea9f05; text-decoration: none; }

a:hover { text-decoration: underline; }

h1 a {
	color: #08A30C;	
}

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

*.more { color: #00628b; font-weight: bold; }

li.more { list-style: none; list-style-image: none; margin-top: 20px; }

img { border: 0; }

ul { 
	list-style-type: square;
	list-style-image: url(../i/list-bullet.png?12011010);
	margin: 2px 0 0 0;
	padding: 0 0 10px 13px;
	!padding: 0 0 10px 17px;
}

blockquote
{
	padding: 3px 0 10px 13px;
	!padding: 3px 0 10px 17px;
	margin: 0;
}

p {
	padding: 3px 0 10px 0;
	margin: 0 0 0 0;
}

ul.noindent {
	list-style-type: none;
	list-style-image: none;
	!list-style-image: none;
}
ul.noindent li { margin-left: -16px; }

ul.noindent {
	list-style-type: none;
	list-style-image: none;
	!list-style-image: none;
}
ul.noindent li { margin-left: -16px; }

.contactInfo {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 0 10px 0;
	margin: 12px 0 22px 0;
}

.contactInner {
	background: url(../i/contact-info.png?12011010) left repeat-y;

	/* hack for making div expand 
	 to include floating contents */
	overflow:hidden;
	!overflow: visible;
	height: 100%;
}

#offices .contactInner {
	background: url(../i/office-info.png?12011010) left repeat-y;
}

.contactInfo .contactLeft {
	float: left;
	width: 115px;
	padding: 0 10px 0 0;
	/*border-right: 1px solid #dbdbdb;*/
}

.contactInfo .contactMiddle {
	float: left;
	width: 200px;
	padding: 0 10px 0 20px;
	/*border-right: 1px solid #dbdbdb;*/
}

.contactInfo .contactRight {
	float: left;
	width: 80px;
	padding: 0 10px 0 20px;
}

#offices .contactInfo .contactLeft {
	width: auto;
	padding: 0 20px 0 0;
}

#offices .contactInfo .contactRight {
	width: 200px;
	padding-left: 40px;
}

.bioDisclaimer {
	font-size: 7pt;
	line-height: 13px;
	color: #999;
	width: 560px;
	padding: 0;
	position: absolute;
	bottom: 50px;
	right: 34px;
}

#bioLinkedIn a
{
	display: block;
	width: 16px;
	height: 19px;
	background: url('../i/linkedin.png') 0px 2px no-repeat;
}

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



.pdfLink {
	float: right;
	margin-right: 160px;
	background: url(../i/pdf_link_arrow.png?12011010) left center no-repeat;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	float: none;
	padding-right: 0;
	position: absolute;
	top: 175px;
	left: 770px;
	width: 80px;
}

#content div.newsSearch, #content div.bioGroups {
	border: 1px solid #1061a8;
	float: left;
	display: inline;
	padding: 5px 10px;
	margin-top: 1em;
}

#body img.bioPic { 
	display: block; margin: auto;
	margin-top:15px;
}	

ul.contactLinks {
	margin: 0;
	padding: 0;
	padding-left: 18px;
	width: 150px;
}

.contactLinks li { margin: 0; padding: 0; }

#body {
	width: 875px;
	margin: auto;
	text-align: left;
	background: #003768;
	position: relative;
}

#menu_wrapper,
#menu_wrapper_substitute {
	position: absolute;
	z-index: 20000;
	top: 108px; 
	left: 0px;
	width: 875px;
	height: 32px;
	background: #003768;
	border-top: 1px solid #0e5593;
	border-bottom: 1px solid #0e5593;
	line-height: normal;
}

#menu_wrapper_substitute {
	top: 108px; 
	background: #0e5593;
}

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

#udm_firm_button span, #udm_professionals_button span, #udm_practices_button span,
#udm_news_button span, #udm_offices_button span { 
	height: 32px;
	background: #013668 url('../i/nav-back.png?12011010') top left no-repeat;
}

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

#udm_firm_button, #udm_firm_button span {width: 147px; background-position: 0px 0px;}
#udm_firm_button:hover span, #udm_firm_button.udmY span, #udm_firm_button.udmR span {background-position: 0px -32px}

#udm_professionals_button, #udm_professionals_button span {width: 196px; background-position: -147px 0px;}
#udm_professionals_button:hover span, #udm_professionals_button.udmY span, #udm_professionals_button.udmR span {background-position: -147px -32px}

#udm_practices_button, #udm_practices_button span {width: 152px; background-position: -343px 0px;}
#udm_practices_button:hover span, #udm_practices_button.udmY span, #udm_practices_button.udmR span {background-position: -343px -32px}

#udm_news_button, #udm_news_button span {width: 201px; background-position: -495px 0px;}
#udm_news_button:hover span, #udm_news_button.udmY span, #udm_news_button.udmR span {background-position: -495px -32px}

#udm_offices_button, #udm_offices_button span {width: 179px; background-position: -696px 0px;}
#udm_offices_button:hover span, #udm_offices_button.udmY span, #udm_offices_button.udmR span {background-position: -696px -32px}


#body .submenu_start { 
	margin-top: 28px; 
}

#body .contentSidebar ul.submenu {
	color: #f3efe0;
	padding: 20px 20px 10px 30px;
	font-weight: bold;
	font-size: 11px;
}

#body .contentSidebar ul.submenu li {
	padding: 0px 0px 2px 0px;
}


.submenu a { color: #ffffff; text-decoration: none; margin: 0px;}
.submenu a.onNav, .submenu a:hover{ color: #6cafea; text-decoration: none;}
a.navOn { color: #6cafea; text-decoration: none;}

#body .backlink { margin: 15px 0 0px 30px; }

#body .breadcrumb {
	font-size: 10px;
	padding: 5px 40px;
	height: 15px;
	text-align: right;
	
	margin-bottom: -25px;
	margin-left: 220px;;
	color: black;
}

.breadcrumb a {
	color: #999;	
}

#body #content {
	!height: 100%;
	overflow: hidden;
	!overflow: visible;
	
	margin-top: 47px;
	
	background: #ffffff;
	
	background-image: url(../i/sidebar-bg.png?12011010);
	background-repeat: repeat-y;
}

#body #content.removeNavigation {
	margin-top: 7px;
}

#body .contentSidebar {
	width: 204px;
	padding: 0px 0 20px 0;
	color: white;
	float: left;
	font-size: .95em;
}

#sideBarTop {
	width: 204px;
	height: 1px;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	border: 0px;
	background: url('../i/sidebar-line.png?12011010') top no-repeat;
}

img.bannerPic {
	display: block;
	border-bottom: 6px solid #003768;
}

/* Left column display of html fields */
.contentSidebar div { margin: 0px 20px; }

.contentSidebar p { margin-top: .5em; margin-left: 20px; margin-right: 20px; }

.contentSidebar div p,
.contentSidebar div div {
	margin-left: 0;
	margin-right: 0;
}

.contentSidebar .sideContent {
	font-size: 12px;
	
}

.contentSidebar .sideContent ul li {
	list-style-type: square;
	list-style-image: url(../i/list-side-bullet.png?12011010);
	!list-style-image: url(../i/list-side-bullet-ie.png?12011010);
}

.contentSidebar a { color: white; }
  
#body #header {
	background: #003768;
	margin-bottom: 1px;
	height: 114px;
	overflow: hidden;
}

#header #logo {
	margin: 20px 0 0 0px;
	float: left;		
}	

#header #logoCities {
	width: 173px;
	height: 10px;
	margin: 13px 0 0 0px;
	clear: left;
	float: left;
	background-image: url('../i/citybg.png?12011010');
}	

#header #logoCities a.cityLeft {
	float: left;
}

#header #logoCities a.cityRight {
	float: right;
}

#header #topLinks {
	position: absolute;
	top: 33px;
	right: 0px;
	margin: 0px 0 0 0;
	font-size: 10px;
	text-align: right;
}


#index #header #topLinks {
	top: 58px;
}

#header #topLinks a {
	color: #132f55;
}

#optionsBox {
	height: 25px;
}

#tagline {
	position: absolute;
	top: 58px;
	left: 240px;
	width: 470px;
	color: #ffffff;
	font-size: 14px;
	text-align: right;
	visibility: hidden;
}

#header #topLinks span#optionsText {
	display: inline-block;
	color: #1061a8;
	padding-right: 5px;
}

#topLinks ul,
#topLinks ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

/* search form text entry */
#topLinks form { padding: 0; margin: 0; }
#topLinks input#search {
	vertical-align: center;
	width: 128px;
	padding: 0px;
	height: 16px;
	color: #60d461;
}

#topLinks input#search {
	padding: 2px 12px 0 3px;
	background: #003768 url('../i/searchbox.gif?12011010') right no-repeat;
	border: 1px solid #1061a8;
}

#topLinks a { margin: 0 2px; color: #ffffff; text-decoration: none;}
#topLinks a:hover {color: #ccc; text-decoration: none;}

#topLinks a.more:hover { color: #8aa594; }

#topLinks a.more { margin-top: 8px; }

#body .contentSidebar ul { padding: 6px 0 4px 33px; margin: 0; }


/* practice profile - child gchild list */

#body .prac_bullet_child { margin-left: 12px;}

#body .prac_bullet_gchild { margin-left: 22px;}

/* practice/industry individual pages */
h1.areaHead {
	
}

a.areaPdfLink, a.stPdfLink {
	float: none;
	padding-right: 0;
	position: absolute;
	top: 175px;
	left: 770px;
	width: 80px;
}

div.linkBox {
	background: #08af0c;
	padding: 15px 10px;
	
	color: white;
}

.contentMain .linkBox {
	float: right;
	border: 1px solid black;
	margin: 1em 0 30px 30px;
}

.linkBox a, .linkBox h2 {
	color: white;
}

.linkBox h2 {
	text-transform: uppercase;
	font-style: italic;
	margin-top: -5px;
}

.linkBox ul, .linkBox ul li {
	list-style-image: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.contentMain .linkBox ul li {
	margin-left: 10px;
	margin-top: .5em;
}

.contentSidebar .linkBox {
	padding: 8px 5px;
	padding-top: 0;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#body .contentSidebar .linkBox ul,
#body .contentSidebar .linkBox ul li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}

#body .contentSidebar .linkBox ul li {
	padding-top: .5em;
}



/* practice summary - 2 column*/

ul.multiList{ 
	width:200px;
	font-size:12px; 
	padding:0 0 0 14px;
	float:left; 
	margin: 0 0 12px 0;
	line-height: normal;
}

#body ul.multiList li.prac_bullet_parent {
	font-weight: bold;
	font-size: 13px;
	list-style-image: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: -12px;
	margin-top: 15px;
	padding: 2px 0 0 0;
	border-top: 1px solid #dbdbdb;
}

#practices-alpha ul.multiList li.prac_bullet_parent {
	border-top: 0px solid #dbdbdb;
}

#body ul.multiList li.prac_bullet_child { margin-left: 0px; !margin-left: 4px; line-height: normal;}

#body ul.multiList li.prac_bullet_gchild { margin-left: 15px; line-height: normal;}

#body ul.multiList li.prac_bullet_child a,
#body ul.multiList li.prac_bullet_gchild a { color: #595959;}

ul.multiList.first {
	padding-right: 40px;
}


/* side navigation for 3rd level nav, and sidebar search forms */
.sideNav, .contentSidebar .stndForm {
	margin: 12px auto;
	width: 145px;
	
	/* hack for making div expand 
	 to include floating contents */
	overflow:hidden;
	!overflow: visibile;
	height: 100%;
}

.sideNav p { margin: 0 18px; margin-top: 8px; }
.sideNav img { margin-top: 5px; }

.sideNav {
	font-weight: bold;
}


.contentSidebar .contactOffice ,
.contentSidebar .contactOffice a
{
	color: #333;
	color: #fff;
}


/* css for forms in sidebar */
#content .contentSidebar .stndForm,
#content .contentSidebar .stndForm form {
	margin-top: 0;
	margin-bottom: 0;
}

#content .contentSidebar .sidebarSearch {
	margin-top: 5px;
}

#content .contentSidebar .sidebarSearch form {
	padding: 0px;
	margin: 0px;
}

#content .sideNav ul { padding: 0 5px 0 8px; margin-top: 5px; list-style-image: none; list-style: none; }

#content .contentSidebar .sideNav a { font-weight: bold; }
#content .contentSidebar .sideNav a:hover { text-decoration: underline; }
#content .contentSidebar .sideNav a.navOn { 
	color: black; 
	font-weight: normal; 
	text-decoration: none;
}

#content .contentSidebar .stndForm { color: white }
#content .contentSidebar .stndForm .txt { width: 100%; font-size: 1em; }

#content .contentSidebar .stndForm input.txt,
#content .contentSidebar .stndForm select.txt { 
	width: 140px;
	border: 1px solid #2d8adb; 
	_border: 1px solid #91aac2; /* default blue for poor ole IE */
	background: #003768;
	color: #60d461;
	margin: 10px 0 0px 0;
}

#content .contentSidebar .stndForm input.txt { 
	width: 133px;
	padding-left: 4px;
}

#content .contentSidebar .stndForm p { margin: 0 !important; padding: 0 !important; }
#content .contentSidebar .stndForm label { 
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	color: white; 
	font-weight: normal; 
	width: 130px;
	visibility: hidden;
}

#content .contentSidebar .stndForm .submitButton {
	margin: 0;
	margin-top: 1em;
	float: left;
	border-color: 1px solid #666;
	font-size: 1em;
	background: #1061a8;
	border: 1px solid #2d8adb;
}

#content .contentSidebar .stndForm { overflow:hidden;  }

#body .contentMain {
	width: 560px;
	padding: 0px 0px 25px 60px;
	margin-top: 25px;
	float: left;
	line-height: 1.7em;
}

#body .contentMainBioDisclaimer {
	width: 560px;
	padding: 0px 0px 100px 60px;
	margin-top: 25px;
	float: left;
	line-height: 1.7em;
}

#body .contentGeneral {
	padding: 12px 22px;
	line-height: 18px;
	background: white;
	
	!height: 100%;
	overflow: hidden;
	!overflow: visible;
	
	/*
	!height: 100%;
	overflow:hidden;
	*/
}

#body .contentGeneral .left{
    width: 346px;
    float: left;
    padding-right: 18px;
    margin: 10px 0 20px 0;
    border-right: 1px #ccc solid;
}

#body .contentGeneral .right{
    width: 347px;
    margin: 10px 0 10px -1px;
    padding: 0 0 18px 18px;
    float: right;
    border-left: 1px #ccc solid;
  }


/* bio list pages */
.bioLetters {
	font-size: 1.2em;
	padding-bottom: 0px;
	padding-top: 10px;
	margin-right: 20px;
	color: #4887bf;
	
	/* hack for making div expand 
	 to include floating contents */
	overflow:hidden;
	!overflow: visibile;
	height: 100%;
}

.bioLetters .letter {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 14px;
	
	overflow: hidden;
	font-size: .9em;
	text-align: center;
	border: 1px solid #6cafea;
}

#body .bioLetters a:hover { text-decoration: none; background: #6cafea; }

.biolisttitle, .govexplisttitle {
	padding: 1px;
	margin-bottom: 0px;
	color: #003768;
	border: 1px solid #d0d0d0;
	border-width: 1px 0;
	margin-top: 20px;
}

#body .contentGeneral .bioGroups { font-size: 1.1em; margin-bottom: 16px; }

#body .contentGeneral .bioGroups a { font-weight: bold; text-decoration: none; margin: 0 5px; }

#body .contentGeneral .bioGroups a:hover { text-decoration: underline; } 

.list {
	font-size: 11px;
}

.list dl { 
	margin: 0; 
	padding: 8px 5px;
	clear: both;
	color: #555;
	
	/* hack for making div expand 
	 to include floating contents */
	overflow:hidden;
	!overflow: visibile;
	height: 100%;
}

.list dl.odd {
	background: #f0f2f4;
}

.list dl dt { 
	margin: 0; 
	float: left;
	font-weight: bold;
	width: 148px;
	padding-right: 22px;
}
.list dl dd { margin: 0; padding: 0; margin-right: 5px; float: left; }
.list .title { width: 170px; margin-right: 15px; }
.list .phone { width: 95px; }
.list .email { margin-right: 0 };

/* bio search - government experience */
.list .govname { width: 180px; }
.list .govsub { width: 160px; }
.list .govtitle { width: 160px; }
.list .govyear { width: 70px; }

.govexplisttitle dl { margin: 0; padding: 0; }
.govexplisttitle dl dt { margin: 0; float: left; font-weight: bold; }
.govexplisttitle dl dd { margin: 0; padding: 0; float: right; }
.govexplisttitle .govname { width: 180px; }
.govexplisttitle .govsub { width: 160px; }
.govexplisttitle .govtitle { width: 160px; }
.govexplisttitle .govyear { width: 70px;  }


/* - ( Recruit Calendar: List ) - */
.reccal_head  dl {
	margin: 0;
	padding: 2px 7px;
	height: 20px; !height: 25px;
	border: 1px solid #e8e9eb;
	border-bottom: none;
	font-weight: bold;
	font-size: 1.1em;	
	text-transform: uppercase;
	color: #666;
}

.reccal_list  dl {
	margin: 0 0 1px 0; 
	padding: 8px;
	height: 28px; !height: 28px;
	background: #e8e9eb;
	line-height: 10pt;
}

.reccal_list dl a { text-decoration: none; font-weight: bold; }
.reccal_list dl a:hover { text-decoration: underline; }

.reccal_list dl dt, .reccal_head dl dt { width: 220px; margin: 0; padding-left: 1px; padding-right: 32px; float: left; }

.reccal_list dl dd, .reccal_head dl dd { margin: 0; padding: 0; float: left; }

.reccal_list .dte, .reccal_head .dte  { width: 140px; }
.reccal_list .office, .reccal_head .office  { width: 100px; }
.reccal_list .atty, .reccal_head .atty { width: 218px; }

/* css for forms */
.stndForm { padding: 0; margin: 0; }
.stndForm input.txt, select.txt { 
	color: #000; 
	background-color: #fff; 
	width: 300px; 
	border: 1px inset #f3efe0;
	font-size: 1em;
}

.stndForm p { 
	display: block; 
	padding: 8px 0 3px 0; 
	padding-left: 25px; 
	margin: 0;
}
.stndForm p label { float: left; width: 130px; }
.stndForm label { 
	font-size: 11px;
	text-transform: uppercase;
	color: #595959;
	margin-top: 4px;
	font-weight: normal;
}

.stndForm td.form-checkbox label {
	display:block;
	margin-top:3px;	
	overflow: hidden;
}



/* pub signup newsletter checkbox description title */
.label { font-size: 9pt; font-weight: bold; color: #00628b; }

.stndForm .submitButton {
	font-weight: bold;
	background: #ea9f05;
	color: white;
	padding: 1px;
	border: 1px solid #ea9f05;
	float: right;
	margin-right: 105px;
}

/* news page - document type select */


#body .contentGeneral table { border-collapse: collapse; }
#body .contentGeneral .datatable { border-collapse: collapse; }
#body .contentGeneral .datatable td { text-align: left; padding: 6px 8px 6px 0; }
#body .contentGeneral .datatable th { 
    border-bottom: 1px solid #8a9a7a;
    font-weight: bold;
    text-align: left;
    padding: 6px 0 6px 0;
}

.stndForm .searchItems {
	background: #f0f2f4;
	border: 1px solid #dbdbdb;
	border-width: 1px 0;
	padding: 10px 0;
	overflow: hidden;
}

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


/* end - bio list pages */

#body .contentGeneral ol { font-weight: normal; }

#body .contentGeneral ul { font-weight: normal; margin: 0; }

#body .footer {
	padding: 10px 0 0 0;
	clear: both;
	background: #003768;
	text-align: left;	
	color: #4a7ca9;
	text-transform: uppercase;
	font-size: 10px;
	background: url('../i/footer-top.png?12011010') left top no-repeat;
}

#body .footer span, 
#body .footer a {
	margin: 0 6px 0 6px; 
	color: #4a7ca9;
	font-size: 10px;
}

/* locations on contact main page */
.locations .locationBox {
	display: block;
	float: left;
	width: 224px;
	background: white;
	position: relative;	
	margin-bottom: 30px;
}

.locationBox img.locationBoxImg {
	
}

.locationBox h3 {
	margin: 0;
	font-size: 1em;
	text-transform: none;
}

.locations div.odd {
	margin-right: 25px;
}


/*.locationBox a { text-transform: uppercase; }*/

.locations .locationBox div {
	height: 166px;
	!height: 100%;
	padding: 7px;
	border: 1px solid #00628b;
}

.locationBox p.directions a { text-transform: none; }

/* stuff */  

hr.biolist {
    height: 1px;
    margin: 6px 0 8px 0; !margin: 0;
    color: #8a9a7a; background-color: #8a9a7a;
    border: 0;
    clear: left;
}

/* alerts & events summary page - heading of each new table */

#news_summary h2 {
	border: 1px solid #666;
	border-width: 1px 0;
	margin-bottom: 1em;
	margin-top: 5px;
	padding: 1px 0;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

#news_summary h3 {
	font-weight: bold;
	font-size: 1em;
	text-transform: none;
	margin: 0;
	margin-bottom: 0 !important;
	color: #ea9f05;
}

.eventItem {
	margin-bottom: 1em;
}

#news_summary .spotListItem {
	float: left;
	width: 200px;
	margin: 0 60px 10px 0;
	
}

.clearb {
	clear: left;
}

#news_summary .spotListItem h3 {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	font-size: 110%;
}

.contentSidebar h5 {
	font-size:1.1em;
	color: #60d461;
	line-height:1.2em;
	padding: 1.5em 10px 0 0px;
	margin: 0 30px 4px 20px;
	border-bottom: 1px solid #f9b33d;
}

.contentSidebar h5.practiceHeader {
	padding: 0.2em 10px 0 0px;
}

.contentSidebar .twitterHeader {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.contentSidebar .twitterHeader a {
	display: block;
	font-size:1.1em;
	color: #60d461;
	line-height:1.2em;
	margin: 0 30px 4px 20px;
	border-bottom: 1px solid #f9b33d;
	padding: 1.5em 10px 0 32px;
	background: url(../i/twitter_icon.png?12011010) 0 20px no-repeat;
}

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


#content .contentSidebar ul {
	padding: .5em 20px;
}

.contentSidebar ul li {
	list-style: none;
	list-style-image: none;
	margin-left: 0px;
	padding-left: 0;
	margin-bottom: .7em;
}

#body .contentSidebar li.prac_bullet_child,
#body .contentSidebar li.prac_bullet_gchild {
	list-style: disc;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(../i/list-side-bullet.png?12011010);
	!list-style-image: url(../i/list-side-bullet-ie.png?12011010);
	margin-left: 24px;
	!margin-left: 27px;
	/*
	text-indent: -1em;
	!text-indent: -1.5em;
	padding-left: 1em;
	!padding-left: 1.5em;
	*/
}

#body .contentSidebar li.prac_bullet_gchild {
	
	list-style-type: none;
	list-style-image: none;
	margin-left: 34px;
	!margin-left: 37px;
	/*
	text-indent: -1em;
	!text-indent: -1.5em;
	padding-left: 1em;
	!padding-left: 1.5em;
	*/
}


.contentSidebar ul.practiceListing li {
	list-style: none;
	list-style-image: none;
	color: #ffffff;
}

.contentSidebar ul.practiceListing li a {
	color: #ffffff;
}

.contentSidebar ul.practiceListing li.prac_bullet_child,
.contentSidebar ul.practiceListing li.prac_bullet_gchild {
	padding-left: 1em;
	!padding-left: 1em;
	text-indent: 0em;
	!text-indent: -1.4em;
}


.contentSidebar ul.practiceListing li#thisPractice a {
	color: #6cafea;
}

/*
.contentSidebar ul.practiceListing li.prac_bullet_child a,
.contentSidebar ul.practiceListing li.prac_bullet_gchild a {
	color: #fff;
}
*/

h6 {
	margin: 14px 0 0 0;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

/* EVENTS: CALENDAR TABLE */

#calendar {
    float: right;
    padding: 0 0 10px 10px; !padding: 20px 0 10px 10px;
}

#calendar table {
    border-collapse: collapse;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 10pt;
    text-transform: uppercase;
  }

#calendar table caption {
    padding: 3px; margin: 0;
    border: solid 1px #ccc;
    font: bold 11pt arial, sans-serif;
    color: black;
}

#calendar table th {
    padding: 3px; margin: 0;
    border: solid 1px #ccc;
    font-size: 8pt;
}

#calendar table td {
    padding: 3px; margin: 0;
    border: solid 1px #ccc;
}

#calendar table td.blank { background: #e3e3e3; }
#calendar table td.linked-day { background: #8a9a7a; }

#calendar table a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }

#calendar table a:hover { text-decoration: underline; }

#calendar table .calendar-prevnext a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

#calendar table .clendar-prevnext a:hover { text-decoration: none; }

/* news item footer text */
.newsFooter { font-size: 7.5pt }

/* news signup form */

.newsSignupForm { padding-bottom: 10px; }

.newsSignupForm input.txt {
    color: #000;
    background-color: #fff;
    border: 1px inset #000;
    width: 200px;
}

.newsSignupForm textarea {
    color: #000;
    background-color: #fff;
    border: 1px inset #000;
    width: 350px;
}

.newsSignupFormForm p {
    clear: left;
    margin: 0 0 8px 0;
    padding: 0;
    padding-top: 5px;
}

.newsSignupForm p label {
    float: left;
    width: 150px;
}

#footer_addr {
    font-size: 7pt;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #808080;
}

 #footer_addr b { color: #555; }

/* case studies - summary image on left title on right*/
/*.newsTitle {font-weight: bold; border-top: 6px solid #802c3c; margin-top: 14px;}
*/
ul.jumpLinks, ul.jumpLinks li {
	display: inline;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	color: #ccc;
}

ul.jumpLinks li {
	padding: 0 .5em;
}

ul.jumpLinks li.first {
	border-left: none;
}

.caseRecLeft {float: left; width: 85px;}
.caseRecRight {float: left; width: 400px;}

ul.casestudiesRec{
	margin:1.5em 0 0 0; 
	padding:0;
	list-style-type: none;
	list-style-image: none;
	!list-style-image: none;
}

ul.casestudiesRec h3 
{
	border: 1px solid #666;
	border-width: 1px 0;
	padding: 3px 0 3px 0;
	margin: 0;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

ul.casestudiesRec li{ 
	margin:0;
	padding:0 0 12px 101px;
	clear: both;
	position: relative;
	padding-bottom:20px;
	
	/* hack for making div expand 
	 to include floating contents */
	overflow:hidden;
	!overflow: visibile;
	height: 100%;
}

ul li.caseHeader {
	padding: 0;
	margin: 0;	
	margin-bottom: 15px;
}

ul.casestudiesRec img.clientThumb{
	float: left;
	margin-left: -100px;
	margin-top: 4px;
}


/* case studies - detail pages */
span.date {
	color: #666666;
	margin-bottom: .5em;
	display: block;
}

span.byline {
	text-transform: uppercase;
}

span.client.date {
	font-style: italic;
}

.imgfRight{
	float:right;
	margin: 4px 0 10px 10px;
}


/* rsvp button */
.rsvpbutton a {
	font-weight: bold;
	color: #e5eef5;
	background-color: #00628b;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
	border: 1px solid #ced7df;
}

.rsvpbutton a:hover  { text-decoration: underline; }

/* Publications sign-up button in left rail of pubs list */
.pubsignupbutton a {
	font-size: 8pt; !font-size: 7pt;
	font-weight: bold;
	color: #e5eef5;
	background-color: #f3efe0;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	border: 1px solid #FFFFFF;
	float: right;
}

.pubsignupbutton a:hover  { text-decoration: underline; }

.alertpdf {
	float:right;
}

/* individual page css */

/* Pages without a left column */
#news-eventsrsvp #content,
#ecommunications-signup #content, 
#about #content
{
	background-image: none;
}

*/


/* Individual office pages */

.contentMain .officeImage {
	float: right;
	margin: 1em 0 20px 20px;
}

/* - ( Search ) -*/
.searchfoundtext { font-weight: bold; }
.searchheader { font-size: 9pt; font-weight: bold; }

.fleft {
	float: left;
}

.moreNewsButton {
	
}

.moreNewsButton a {
	background: #ea9f05;
	width: auto;
	color: #fff;
	padding: 3px 6px 3px 6px;
}


/* --- special styles for home page --- */

#index #body {
	background: none;
}

#index .submenu { display: none; }

#index #body #content {
	background: none;
	margin-top: 28px;
}

#index #body .contentGeneral {
	margin: 19px 0 19px 0;
	padding: 0;
	color: #ffffff;
	background: #003768 url('../i/bg-home.gif?12011010') repeat-y;
}

#index #upperBox {
	height: 293px;
	overflow: hidden;
	background: url('../i/bg-upperbox.gif?12011010') bottom no-repeat;
}

#index #lowerBox {
	display: block;
	margin: 19px 0 0 0;
	height: 78px;
	background: url('../i/bg-lowerbox.gif?12011010') repeat-y;
	
	overflow:hidden;
	!overflow: visible;
	height: 100%;
}

#index #spotContainer {
	float: left;
	width: 624px;
	height: 274px;
}

#index #alertsContainer {
	float: left;
	width: 200px;
	height: 274px;	
	margin: 0 0 0 39px;
	overflow: hidden;
}

#index #featureContainer {
	float: left;
	width: 388px;
	padding: 0 25px 0 19px;
}

#index #linksContainer {
	float: left;
	width: 192px;
	padding: 0 0 0 19px;
}

#index #updatesContainer {
	float: left;
	width: 200px;
	padding: 0 0 0 19px;
}

#index #alertsContainer ul,
#index #featureContainer ul,
#index #linksContainer ul {
	margin: 0px;
	padding: 0px;
}

#index #alertsContainer ul li,
#index #featureContainer ul li,
#index #linksContainer ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px 0 7px 0;
	color: #ffffff;
	font-size: 11px;
	line-height: 16px;
}

#index #linksContainer ul li {
	padding: 0px 0 2px 0;
}

#index #featureContainer p,
#index #updatesContainer p {
	margin: 0px;
	padding: 0px 0 8px 0;
	color: #126dbc;
	font-size: 11px;
	line-height: 16px;
}

#index #alertsContainer ul li a,
#index #featureContainer ul li a,
#index #linksContainer ul li a {
	display: block;
	color: #ffffff;
}

#index #updatesContainer a {
	color: #ffffff;
}

#index #alertsContainer a.more {
	float: right;
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}

#index #content a:hover {
	color: #fb9d53; 
	text-decoration: none; 
}

#index h2 {
	margin: 0px;
	padding: 0px;
}

#index .itemSlot {
	display: block;
	z-index: 10;
	position: absolute;
	width: 204px;
	height: 134px;
	
	filter: alpha(opacity=50);
	opacity: .5;
	
	overflow: hidden;
}

#index .itemSlot img {
	display: block;
}

#index .itemSlotText {
	display: none;	
	z-index: 20;
	position: absolute;
	top: 301px;
	left: 210px;
	width: 204px;
	height: 134px;
	background: #fff;
	color: #003768;
	/*font: 14px 'CartoGothicStd-Bold', Arial, sans-serif;*/
	line-height: 18px;
}

#index .itemSlotText a {
	display: block;
	width: 184px;
	height: 104px;
	padding: 20px 5px 10px 14px;
	background: #ffffff;
	color: #003768;
	font: 14px 'CartoGothicStd-Bold', Arial, sans-serif;
	line-height: 18px;
}

#index #content .itemSlotText a:hover {
	color: #ea9f05;
}

#index #slotText_5 {
	display: block;
}

#index #slot_1,
#index #slot_2,
#index #slot_3 {
	top: 161px;
	left: 0px;
}

#index #slot_4,
#index #slot_5,
#index #slot_6 {
	top: 301px;
}

#index #slot_2,
#index #slot_5 {
	left: 210px;
}

#index #slot_3,
#index #slot_6 {
	left: 420px;
}

#index #slot_5 {
	background: #ffffff;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

#index #body .footer {
	border-top: 1px solid #0e5593;
	background: none;
}

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

body#email-popup,
#email-popup #body
{
	width: 460px;
	padding-top: 20px;
	padding-left: 20px;
}
#email-popup .contentMain
{
	width: 430px;
	padding: 0 15px;
	margin: 0;
	background: white;
}

#email-popup #menu_wrapper,
#email-popup #body #header,
#email-popup .footer,
#email-popup .contentSidebar
{
	display: none;
}
#email-popup #body 
{
	background: none;
}

#email-popup #header {
	background: none;
}

#email-popup #content_wrapper {
	background: none;
}

#email-popup #content 
{
	border: none;
	padding: 0;
	margin: 0;
	background: none;
	min-height: 200px;
}

#email-popup .buttons
{
	text-align: center;
	margin-top: 20px;
}

#email-popup a.linkButton 
{
	font-weight: bold;
	background: #ea9f05;
	color: white;
	border: 1px solid #ea9f05;
	padding: 1px;
	text-decoration: none;

}

sup, 
sub 
{	vertical-align: 0;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.8ex;
}

.connectIcon
{
	padding:0;
}

.connectIcon img
{
	position:relative;
	top:2px;
	margin-right:5px;
}

#news-rss .contentMain p
{
	padding:0;
}


