#parentLayout {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
	
	#parentLayout td {
		vertical-align: top;
	}

	#contentSection,
	#footerSection {
		margin: 0;
		padding: 0;
	}
	
	div.divPageContainer {
	}





/* begin util nav */
.divUtilNav {
	padding: 10px 0px;
}
	
	.divUtilNavContent {
		width: 960px;
		margin: 0 auto;
	}
	
	div.spanBookmark {
		float: right;
	}
	
	div.divLanguages {
		float: right;
		margin-left: 1.0em;
		position: relative;
		z-index: 10;
	}
		
		div.divLanguages a {
			display: block;
			padding-left: 1.0em;
			border-left: 1px solid;
		}
		
		div.divLanguages h2 {
			margin: 0;
			padding: 0;
			font-size: 100%;
		}
		
		div.divLanguages h2 a {
			padding-left: 25px;
		}
		
		.ulLanguages { display: none; }
		
		.openLanguage {
				position: absolute;
				top: 1.5em;
				left: 8px;
				background-color: #fff;
				display: block;
				border: 1px solid;
				border-top: none;
				margin: 0;
				padding: 0;
				padding: 0 5px 5px 5px;
				z-index: 999;
				text-align: left !important;
				line-height: 1.5em;
			}
				
				.openLanguage li {
					margin: 0;
					padding: 0;
					list-style: none;
				}
				
				.openLanguage li.active a 
				{
					font-weight: bold;
				}
				
				.openLanguage a {
					padding: 0 15px;
					display: block;
					border-left: none !important;
					color: #333 !important;
				}
				
				.openLanguage li.last {
					margin-bottom: 5px;
				}
				
				.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 */





/* begin header */
div.divHeader {
	border-bottom: 2px solid;
	padding: 20px;
	padding-top: 0;
	margin-top: 0 !important;
}
	
	div.divHeader a {
		font-weight: bold;
	}
	
	div.divHeaderContent {
		width: 960px;
		margin: 0 auto;
		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;
					padding-bottom: 0.5em;
					font-size: 2.0em;
					font-weight: bold;
				}
		
		div.divAddress {
			bottom: 0;
			top: 0;
			left: 0;
			margin: 0;
			padding: 0;
			padding-top: 1.0em;
			clear: both;
		}
			
			div.divAddress a {
				padding-left: 0.5em;
			}
		
		/* contact info */
		div.divContact {
			float: right;
			margin: 0;
			padding: 0;
			width: 200px;
		}
			
			div.divContactContent {
				text-align: right;
			}
				
				div.divContact span {
					display: block;
					border: none;
					padding: 0;
					line-height: 1.5em;
				}
				a.aCallNow {
					display: block;
					padding-right: 40px;
					font-size: 1.5em;
					text-decoration: none;
				}
				
				span.spanPhone,
				span.spanFax {
					border-right: 1px solid;
					padding: 0 10px;
				}
				
				span.spanEmailLink {
					padding-left: 10px;
				}
			
		div.divCustomHeader { display: none; }
		div.divExtraHeader1 { display: none; }
		div.divExtraHeader2 { display: none; }
		div.divExtraHeader3 { display: none; }
		div.divExtraHeader4 { display: none; }
/* end header */





div.divClearHeader { display: none; }





/* begin main body */
.divBody {
	width: 900px;
	margin: 0 auto;
}

	/* begin left nav */
	.divNavMenu {
		text-align: left;
		line-height: 2.0em;
		min-height: 78px;
		height: auto !important;
		height: 78px;
	}
		
		#nav 
		{
			margin: 0;
			padding: 0;
			width: 900px;
			font-size: 1.2em;
		}
		
		.divNavMenu ul 
		{
			padding: 0;
			margin: 0;
		}
		
		.divNavMenu li {
			float: left;
			list-style: none;
			margin: 0;
			position: relative;
			border-right: 1px solid;
			list-style: none;
		}
			
			.divNavMenu li span.lnEditButton 
			{
				left: 0;
				top: 0;
			}
			
			.divNavMenu li.last 
			{
				border-right: none;
			}
			
			.divNavMenu li a {
				padding: 0.3em 1.0em;
				white-space: nowrap;
				text-decoration: none;
			}
				
				#nav li a:hover {
					text-decoration: underline;
				}
			
				.divNavMenu li.active a {
					font-weight: bold;
				}
					
					.divNavMenu li.active ul li a {
						font-weight: normal;
					}
			
			.divNavMenu li ul {
				position: absolute;
				left: 0;
				top: 1.8em;
				padding: 0;
				margin: 0;
				text-align: left;
				line-height: 1.5em;
				width: auto;
				display: none;
				border: 1px solid;
				border-top: 0;
				font-size: 0.8em;
				font-weight: normal;
			}
			
			.divNavMenu li:hover ul,
			.divNavMenu li.over ul {
				display: block;
				z-index: 999;
			}
				
				.divNavMenu li ul li {
					list-style: none;
					margin: 0;
					display: block;
					border-right: none;
					float: none;
					line-height: 1.3em;
				}
					
					.divNavMenu li ul li a {
						display: inline-block;
						white-space: nowrap;
					}
						
						.divNavMenu li ul li.active a {
							font-weight: bold;
						}
	/* end left nav */
	
	/* content */
	div.divContent {
		padding: 20px;
	}
		
		div.divTextBody {
			float: left;
			width: 660px;
			padding-bottom: 1.0em;
			overflow: hidden;
		}
			
			div.divTextBody h2#pageHeading {
				border-bottom: 1px solid;
				font-size: 2.0em;
				font-weight: bold;
			}
			
			div.divTextBody img.imgCustom {
				float: left;
				margin: 20px;
				margin-left: 0;
				margin-top: 0;
			}
			
			div.divTextBody img.imgFloatLeft {
				float: left;
				width: 200px;
				margin-right: 20px;
				margin-bottom: 10px;
			}
			
			div.divMultimedia {
				padding-top: 1.0em;
			}
			
				div.multimedia h2 
				{
					display: none;
				}
				
			.topContent,
			.bottomContent {
				padding: 1.0em 0;
			}
			
		/* div pods */
		div.divPodContainer {
			float: right;
			width: 180px;
			overflow: hidden;
		}
			
			div.divPod {
				
			}
				
				div.divPod h2 {
					display: block;
					padding: 0.2em;
					margin: 0;
					margin-bottom: 0.5em;
					font-size: 1.4em;
					font-weight: bold;
				}
				
				div.divOfficeHours span {
					display: block;
				}
				
				div.divOfficeHoursContent,
				div.divPod ul 
				{
					padding: 0;
					margin: 0;
					padding-bottom: 1.0em;
					font-size: 1.1em;
				}
					
					div.divPod ul li {
						list-style: none;
						padding: 0;
						margin: 0;
					}
				
				span.spanMore {
					display: block;
					padding-bottom: 2.0em;
				}
		
		div.divClearFooter { display: none; }
		
		/* bottom links */
		div.divBottomLinks {
			clear: both;
			text-align: center;
			margin: 0;
			padding: 1.0em;
			font-size: 0.9em;
		}
			
			div.divBottomLinks a {
				font-weight: bold !important;
			}
			
			ul.ulNavBottom {
				margin: 0;
			}
				
				ul.ulNavBottom li {
					display: inline;
					margin: 0;
				}
		
		/* footer */
		div.divFooter {
			clear: both;
			width: 880px;
			margin: 0 auto;
			border-top: 2px solid;
			padding: 10px;
			font-size: 0.9em;
		}
			
			div.divFooter p {
				margin: 0;
			}
			
			div.divLNFooterLogo {
				float: left;
				width: 149px;
				height: 36px;
				margin-right: 10px;
			}
				
				div.divLNFooterLogo a {
					display: block;
					width: 149px;
					height: 36px;
				}
				
				div.divLNFooterLogo img {
					display: none;
				}
				
			div.divFooter p {
				float: left;
				width: 700px;
			}
/* end main body */





/* 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,
#nav: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,
#nav {
	display: inline-block;
}


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










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