#parentLayout {
	width: 1000px;
	margin:0 auto;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
	
	#parentLayout td {
		vertical-align: top;
	}
	
	#contentSection,
	#footerSection {
		margin: 0;
		padding: 0;
	}


/* util nav */
.divUtilNav {
	padding: 0 10px;
	line-height: 2.0em;
}
	.spanBookmark {
		float: right;
	}
	
		.aBookmark {
			margin-right: 0;
			padding-right: 0;
		}
	
	.divLanguages {
		float: right;
		margin-left: 1.0em;
		padding-left: 1.0em;
		position: relative;
		z-index: 10;
	}
		
		.divLanguages h2 {
			font-size: 100%;
			margin: 0;
			padding: 0;
		}
		
		.divLanguages h2 a {
			padding-right: 15px;
		}
		
		.ulLanguages {
			display: none;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		.openLanguage {
			margin: 0;
			padding: 0;
			list-style: none;
			position: absolute;
			top: 2.0em;
			left: 0;
			background-color: #fff;
			display: block;
			border: 1px solid #f2f2f2;
			border-top: none;
			padding: 0 10px 5px 10px;
			z-index: 999;
		}
			
			.openLanguage a {
				padding: 0 15px;
				display: block;
			}
			
			.openLanguage li.last {
				margin-bottom: 5px;
			}
			
			.openLanguage li.active a 
			{
				font-weight: bold;
			}
			
			.openLanguage li.closeLanguage {
				text-align: center;
				border: 1px solid #ccc;
				font-size: 0.8em;
				background-color: #f2f2f2;
				line-height: 1.0em;
			}
				
				.openLanguage li.closeLanguage a {
					padding: 2px;
				}
/* end util nav */


/* header */
.divHeader {
}
	
	.divHeaderContent {
		padding: 20px;
		position: relative;
	}
	
	#Header {
		float: left;
		width: 760px;
	}
		
		#ForegroundImage {
			text-align: left;
		}
		
			#ForegroundImage img {
				margin-right: 20px;
				float: left;
			}
		
		#LogoImage {
			vertical-align: middle;
			text-align: left;
		}
			
			#LogoImage img {
				behavior: url(/Assets/js/iepngfix.htc); margin-right: 20px;
			}
		
		#FirmName {
			vertical-align: middle;
			width: auto;
			text-align: left;
		}
			
			#FirmName h1 {
				float: none;
				margin: 0;
				padding: 0;
				width: auto;
				font-size: 30px;
			}
	
	.divAddress {
		text-align:left;
		position: relative;
		margin: 0;
		padding: 0;
		padding-top: 1.0em;
		clear: both;
	}
		
		div.divAddress span {
			display: inline;
		}
		
		.spanMap {
			margin-left: 20px;
		}
	
/* Perumal, Krishnaraj (Cognizant) on Aug 5, 2009: added text align to make the Phone number, Fax, Email Us link to align right-----(Change Starts)----- */	
	
	.divContact {
		float: right;
		width: 200px;
		margin: 0;
		padding: 0;
		text-align:right;
	}
	
/* Perumal, Krishnaraj (Cognizant) on Aug 5, 2009: added text align to make the Phone number, Fax, Email Us link to align right-----(Change Ends)----- */		
		
		.divContact .aCallNow {
			font-size: 130%;
			font-weight: bold;
			padding-left: 35px;
			line-height: 3.0em;
			padding-bottom: 1.0em;
			text-decoration:none;
			xdisplay: block;
		}
		.aCallNow a:hover {text-decoration:none;}
		.divContact span {
			display: block;
		}
		
		.spanEmailLink {
			margin-top: 2.0em;
		}
	
	.divClearHeader {
		display: none;
	}
/* end header */

/* navigation */
.divNavMenu {
	margin-bottom: 0;
	padding-bottom: 21px;
	text-align: left;
	line-height: 3.0em;
}
	
	.divNavMenu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.divNavMenu li {
		display: block;
		float: left;
		display: inline;
		font-weight: bold;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	.divNavMenu a {
		height: 2.9em;
		padding: 1.0em 2.0em;
		white-space: nowrap;
		font-size: 110%;
		font-weight: bolder;
		text-decoration: none;
	}
	
	.divNavMenu a:hover {
		text-decoration:underline;
	}
	
.divNavMenu ul ul {
	display: none;
	margin-top: 0;
	margin-left: 30px;
	position: absolute;
	left: -2.7em;
	background-color: #ffffff;
	top: 3.0em;
	border: 1px solid #f2f2f2;
	border-top: 0;
	padding-bottom: 0.5em;
	width: auto;
	line-height: 1.0em;
}
.divNavMenu ul li:hover ul, .divNavMenu ul li.over ul {
	display: block;
}

.divNavMenu ul li ul li {
	float: none;
	clear: both;
	display: block !important;
	margin: 0;
	padding: 0;
	border: none !important;
}

.divNavMenu ul li ul li a {
	display:inline-block;
	padding: 0.5em 1.0em;
	margin: 0;
	height: auto;
	white-space: nowrap;
	font-size: 100%;
}

ul#nav li.last {
	border-right: none;
}
/* From Ryan */
#nav li:hover ul,
#nav li.over ul {
	display: block;
	z-index: 999;
}
/* End From Ryan */
/* end navigation */

.divMultimedia {
	clear:both;
	float: left;
	margin: 20px 20px 0 0;
}
.divBody {
	margin-top: 0;
	text-align: left;
}



	
div.divTextBody {
	padding-bottom: 20px;
	float: left;
		width: 579px;
		margin-left: 0px;
		padding-left: 40px;
		padding-right: 40px;
		overflow: hidden;
}
	
.divTextBody h2#pageHeading {
		font-size: 220%;
		font-weight: bold;
		margin-bottom: 10px;
	}



.divPodContainer {
	float: left;
	padding-bottom: 63px;
	padding-left: 63px;
	padding-right: 63px;
	width: 215px;
	}
	.divPodContainer h2 {
		font-size: 150%;
		font-weight: bolder;
		margin-top: 15px;
	}
	.divPodContainer span {
		display: block;
		font-size: 100%;
	}
	.divPodContainer a {
		font-size: 100%;
		font-weight:bold;
		text-decoration:none;
	}
			
		.divPod {
			padding-bottom: 15px;
		}
		
		.divPod ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}



.divBottomLinks {
	padding-top: 75px;
	text-align: center;
}
.divBottomLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.divBottomLinks ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

.divClearFooter {
	clear: both;
	width: 100%;
}

/* footer */
.divLNFooterLogo {
	background: url(/Assets/images/3-2/ImgLogoWhite-1.gif) no-repeat;
	float: left;
	height: 36px;
	margin: -5px 20px 10px 0;
	width: 149px;
}
.divLNFooterLogo img {
	display: block;
}
.divLNFooterLogo a {
	display: block;
	height: 36px; 
	width: 149px;
}
.divBottomLinks {
	text-align: left;
	padding-left: 40px;
}
.divBottomLinks ul {
	display: inline;
	font-size: 80%;
}
.divClearFooter {
	clear: both;
	width: 100%;
}


.divFooter {
	text-align: left;
	margin-top: 1em;
		padding-left: 10px;
		padding-top: 15px;
}
.divFooter p {
	font-size: 80%;
	margin: 0;
}
.divFooterLinks {
	margin-top: .5em;
}
.divFooterLinks span {
	display: block;
}

/* end footer */


/* attorney subpage */
.divBreadcrumbs {
	margin-top: 10px;
}
.breadcrumbs 
{
	margin-bottom: 1.0em;
}
body.attorney .breadcrumbs .current {
	font-weight: bold;
	text-decoration:none;
}	
body.attorney .divTextBody h2 {
	margin-top: 10px;
}
body.attorney .divTextBody h3 {
	font-size: 150%;
}
body.attorney .divTextBody img {
	float: left;
}
body.attorney .divTextBody .divAttorneyInfo {
}
body.attorney .divTextBody .divAttorneyInfo2 {
	float: left;
	margin-left: 30px;
	width: 360px;
	
}
body.attorney .divTextBody .divAttorneyInfo p {
	float: none;
	margin-left: 0;
	margin-top: auto;
}
body.attorney .divTextBody p {
	margin-left: 0;
	margin-top: 15px;
}
body.attorney table {
	line-height: 120%;
}
.formdiv 
{
	clear: both;
}
body.attorney table.formdiv td {
	vertical-align:top;
}
body.attorney table th {
	text-align: left;
	width: 100px;
}
body.attorney table th, body.attorney table td {
	padding-bottom: 5px;
}

body.attorney .divTextBody ul {
	margin-left: 20px;
	margin-bottom: 20px;
}
	
	body.attorney .divTextBody ul li {
		list-style: disc;
		line-height: 1.5em;
	}
	
	body.attorney .divTextBody ol li {
		list-style: decimal;
		line-height: 1.5em;
	}
/* end attorney subPage */

.imgCustom {
	float: left;
	margin: 0 20px 20px 0;
	border: 2px solid #cccccc;
}
.imgFloatRight {
	float: left;
	padding: 0 13px 10px 0;
}

.multimedia h2 {
	display: none;
}

.tableListItems 
{
	clear: both;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	width: 100%;
}

.tableListItems th,
.tableListItems td 
{
	border: 1px solid #cccccc;
	padding: 5px;
	vertical-align: top;
}

.tableListItems th 
{
	background-color: #7f7a54;
	color: #ffffff;
}



.topContent,
.bottomContent 
{
	padding: 15px 0;
	clear: both;
}

#Map table 
{
	clear: both;
}
	
/* additional classes */
input.supportTextBox {
	border: 1px solid #ccc;
	padding: 2px;
	width: 350px;
}

select.regular {
	border: 1px solid #ccc;
	padding: 2px;
	width: 356px !important;
}

textarea.wizardTextBox {
	border: 1px solid #ccc;
	padding: 2px;
	width: 350px !important;
}


/*QuickContact*/

.stateProvinceDrop
{
	width: 357px;		
}



table.formdiv {
}
	
	table.formdiv td {
		padding: 2px;
		vertical-align: top;
	}
	
	table.formdiv span.requiredField {
		color: #c00;
	}



table.tableListItems {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
	
	table.tableListItems th {
		padding: 5px;
		font-weight: bold;
		border: 1px solid #ccc;
		background-color: #666;
		color: #fff;
	}
	
	table.tableListItems td {
		padding: 5px;
		border: 1px solid #ccc;
		vertical-align: top;
	}



div.divAttorneyInfo {
	margin-bottom: 1.0em;
}
	
	div.divAttorneyInfo h3 {
		font-size: 1.5em;
		font-weight: bold;
	}
	
	div.divAttorneyInfo h4 {
		font-size: 1.3em;
		font-weight: bold;
		margin-top: 1.0em;
	}
	
	table.PracticeTable {
		border-collapse: collapse;
	}
		
		table.PracticeTable th {
			padding: 2px 5px 2px 0;
			text-align: right;
			font-weight: bold;
			vertical-align: top;
			border-top: 1px solid #ccc;
		}
		
		table.PracticeTable td {
			padding: 2px 0 2px 5px;
			vertical-align: top;
			border-top: 1px solid #ccc;
		}

div.divlistitem {
	margin-bottom: 1.0em;
}
	
	div.divlistitem span {
		font-weight: bold;
		margin-right: 1.0em;
	}

div.mapControlAddress td {
	padding: 3px;
}

div.mapControlAddress span 
{
	margin-right: 0;
}

div.divAttorneyInfo2 
{
	clear: both;
}

div#Map 
{
	clear: both;
}

.breadcrumbs 
{
	margin-bottom: 1.0em;
}

table.mapControlLocationFinder 
{
}
	
	table.mapControlLocationFinder th 
	{
		font-weight: bold;
	}

table.directions {
	margin-top: 1.0em;
	border-collapse: collapse;
}
	
	table.directions th 
	{
		font-weight: bold;
		padding: 5px;
		border: 1px solid #ccc;
		background-color: #666;
		color: #fff;
	}
	
	table.directions td {
		padding: 5px;
		border: 1px solid #ccc;
	}
	
	table.directions tr.alt td 
	{
		background-color: #f2f2f2;
	}
	
	table.directions tr.directionsTotalDistance td 
	{
		background-color: #ececec;
	}
/* end additional classes */





/* begin clearfix */
.clearfix:after,
.divUtilNav:after,
.divUtilNavContent:after,
.divHeader:after,
.divHeaderContent:after,
.divContactContent:after,
.divBody:after,
.divNavMenu:after,
.divContent:after,
.divPod:after,
.divFooter:after,
div.topContent:after,
div.bottomContent:after,
div.divAttorneyInfo:after,
.ulNav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
.divUtilNav,
.divUtilNavContent,
.divHeader,
.divHeaderContent,
.divContactContent,
.divBody,
.divNavMenu,
.divContent,
.divPod,
.divFooter,
div.topContent,
div.bottomContent,
div.divAttorneyInfo,
.ulNav {
	display: inline-block;
}

.clearfix,
.divUtilNav,
.divUtilNavContent,
.divHeader,
.divHeaderContent,
.divContactContent,
.divBody,
.divNavMenu,
.divContent,
.divPod,
.divFooter,
div.topContent,
div.bottomContent,
div.divAttorneyInfo,
.ulNav {
	display: block;
}
/* end clearfix */


/* ----- Fixes ----- */

	.divBreadcrumbs {
		margin-top: 10px;
	}	
	body.attorney .breadcrumbs .current {
		font-weight: bold;
		text-decoration:none;
	}	
	
	.divMultimedia 
	{
		z-index:0;
	}
	
	/*fixes problem with clear button in contact us form */
	.formdiv td img 
	{
		border:0;
	}
	

	/* not supporting languages in this release */
	.divTopLinks .spanBookmark 
	{
		/* do not want this because we took out the language links that followed
		border-right: 1px solid #442B1C;
		
		margin-right: 4px;*/
	}		
	/*JD.divLanguages {
		display: none;   /* izzy do not show until we support languages 
	}*/
	.divLanguages span {
		display: none;
	}	
	/* not supporting languages in this release */

	/* Map fixes */
	#Map 
	{
		clear: both;
	}

	#Map tr,
	#Map td,
	#Map th
	{
		border: none !important;
	}

	.Map 
	{
		text-align: left !important;
		vertical-align: top;
	}

	.Map img 
	{
		float: left;
	}

	.MapZoom 
	{
	}









/* OFFICE HOURS DIV POD FIXES */
.divOfficeHours ol,
.divOfficeHours ul {
	padding-left: 25px;
	margin: 0;
}
	
	.divOfficeHours ol li {
		list-style: decimal;
	}
	
	.divOfficeHours ul li {
		list-style: disc;
	}