#parentLayout {
	width: 987px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
	
	#parentLayout td {
		vertical-align: top;
	}

	#mainContainer {
		margin: 0;
		padding: 0;
	}





/* begin header */
div.divHeader {
	width: 987px;
	clear: both;
	position: relative;
	overflow: hidden;
}
	
	div.divHeaderContent {
	}
		
	div.divUtilNav {
	}
	
	div.spanBookmark {
		float: right;
		line-height: 2.0em;
		padding: 0 1.0em;
	}
		
		a.aBookmark 
		{
			text-decoration: none;
		}
		
		a.aBookmark:hover 
		{
			text-decoration: underline;
		}
	
	div.divLanguages {
		float: right;
		line-height: 2.0em;
		padding: 0 1.0em;
		position: relative;
		z-index: 10;
	}
		
		div.divLanguages h2 {
			margin: 0;
			font-size: 100%;
		}
		
			div.divLanguages h2 a {
				padding-left: 25px;
				text-decoration: none;
			}
				
				div.divLanguages h2 a:hover {
					text-decoration: underline;
				}
		
		div.divLanguages a {
			padding-right: 15px;
		}
			
			.ulLanguages {
				display: none;
			}
		
			.openLanguage {
				position: absolute;
				top: 2.0em;
				left: 13px;
				background-color: #fff;
				display: block;
				border: 1px solid #f2f2f2;
				border-top: none;
				margin: 0;
				padding: 0;
				padding-left: 5px;
				padding-right: 5px;
				padding-bottom: 0.5em;
				z-index: 999;
				text-align: left !important;
			}
				
				.openLanguage li {
					margin: 0;
					padding: 0;
					list-style: none;
				}
				
				.openLanguage a {
					padding: 0 1.5em;
					display: block;
					color: #333 !important;
				}
				
				.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;
					}
	
	/* contact info */
	div.divContact {
		float: left;
		width: 168px;
		padding: 10px;
		padding-top: 35px;
		overflow: hidden;
		position: relative;
	}
		
		div.divContact h2 {
			font-size: 1.2em;
		}
		
		div.divContact div {
			margin-bottom: 1.0em;
		}
		
		div.divContact span {
			display: block;
			font-size: 0.9em;
			line-height: 1.5em;
		}
		
		a.aCallNow {
			display: block;
			width: 141px;
			height: 36px;
			margin-bottom: 1.0em;
		}
		
			a.aCallNow span {
				display: none;
			}
	
	#ForegroundImage {
		float: left;
		width: 435px;
		min-height:259px;
		height:auto !important;
		height:259px;
		overflow: hidden;
		background-position: top left;
		background-repeat: no-repeat;
		position: relative;
	}
	
	div.divExtra {
		position: absolute;
		top: 0;
		left: 0;
		height: 29px;
		width: 481px;
	}
	
	#firmName {
	}
	
	#LogoImage img {
		margin-right: 20px;
	}

	h1.h1Siteheader {
		width: 957px;
		padding: 0 0 0 30px;
		margin: 0;
		font-size: 3.0em;
		font-weight: bold;
	}
		
		h1.h1Siteheader table {
			margin: 0;
		}
		
		div.divQuickContact {
			float: right;
			width: 364px;
			padding-top: 35px;
		}
		
		div.divQuickContactContent {
			padding-left: 60px;
			width: 300px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
		div.divQuickContact h2 {
			display: none;
		}
		
		table.quickContactTable {
			width: 230px;
		}
			
			table.quickContactTable td {
				padding: 2px;
			}
				
				.divHeader .submitBtn {
					border: 0;
					width: 64px;
					height: 28px;
					background-color: transparent;
				}
/* end header */





div.divClearHeader {
	clear: both;
	height: 9px;
	line-height: 9px;
	border-bottom: 1px solid;
}





/* begin main body */
div.divBody {
	clear: both;
	/*border-top: 10px solid;*/
}
	
	/* begin left nav */
	div.divNavMenu {
		float: left;
		width: 188px;
		overflow: hidden;
	}
		
		#nav {
			margin: 0;
			padding: 0;
			padding-bottom: 10px;
			font-size: 1.2em;
			font-weight: bold;
		}
			
			#nav li {
				margin: 0;
				padding: 0;
				min-height: 1.8em;
				height: auto !important;
				height: 1.8em;
				list-style: none;
			}
				
				#nav li a {
					padding: 10px 15px 10px 35px;
					display: block;
					text-decoration: none;
				}
				
				#nav li ul {
					padding: 0;
					margin: 0;
					border-right: 1px solid;
					font-size: 0.8em;
					font-weight: normal;
				}
				
				#nav li:hover ul,
				#nav li.over ul {
					display: block;
				}
					
					#nav li ul li {
						padding: .5em 0;
					}
						
						#nav li ul li a {
							padding: 0 10px 0 45px;
						}
				
				#nav li ul li.active a {
					font-weight: bold;
				}
	/* end left nav */
	
	/* content */
	div.divContent {
		float: right;
		width: 752px;
		padding: 20px 15px 20px 30px;
		overflow: hidden;
	}
		
		div.divTextBody {
			padding-bottom: 20px;
		}
		
		div.divTextBody h2#pageHeading {
			margin: 0;
			margin-bottom: .5em;
			font-size: 2.0em;
			font-weight: bold;
		}
		
		div.divTextBody img.imgCustom {
			float: left;
			margin-right: 20px;
			margin-bottom: 10px;
		}
		
		div.divTextBody img.imgFloatLeft {
			float: left;
			width: 200px;
			margin-right: 20px;
			margin-bottom: 10px;
		}
		
		div.divMultimedia,
		div.multimedia {
			margin-top: 10px;
			margin-bottom: 15px;
			float: none !important;
		}
		
		div.multimedia h2 {
			display: none;
		}
			
		.topContent,
		.bottomContent {
			padding: 1.0em 0;
		}
		
		/* div pods */
		div.divPodContainer {
		}
			
			div.divPod {
				float: left;
				width: 220px;
				min-height: 200px;
				height: auto !important;
				height: 200px;
				margin-right: 20px;
				margin-bottom: 20px;
			}
				
				div.divPod h2 {
					margin-bottom: .4em;
					padding-left: 5px;
					padding-bottom: 2px;
					border-bottom: 1px solid;
					font-size: 1.4em;
					font-weight: bold;
				}
				
				div.divPod ul {
					margin: 0;
					padding: 0;
				}
					
					div.divPod ul li {
						list-style: none;
						margin: 0;
						margin-bottom: .5em;
						padding: 0;
					}
				
				span.spanMore 
				{
					font-weight: bold;
				}
		
		div.divClearFooter {
			clear: both;
		}
		
		.Multimedia {
			float: right!important;
		}
		
		.events {
			/*clear: both;*/
		}
		
		/* bottom links */
		div.divBottomLinks {
			padding-top: 5.0em;
			font-size: 0.9em;
		}
			
			ul.ulNavBottom {
				margin: 0;
			}
				
				ul.ulNavBottom li {
					display: inline;
					margin: 0;
				}
		
		/* footer */
		div.divFooter {
			clear: both;
			padding: 10px;
			border-top: 1px solid;
			font-size: 0.9em;
		}
			
			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*/
#miniContactForm fieldset li {
	width: 200px!important;
}

.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,
div.divHeader:after,
#divHeaderContent:after,
div.divUtilNav:after,
div.divBody:after,
div.topContent:after,
div.bottomContent:after,
div.divAttorneyInfo:after,
.divFooter:after,
.divPodContainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
div.divUtilNav,
div.divHeader,
#divHeaderContent,
div.divBody,
div.topContent,
div.bottomContent,
div.divAttorneyInfo,
.divFooter,
.divPodContainer {
	display: inline-block;
}

.clearfix,
div.divUtilNav,
div.divHeader,
#divHeaderContent,
div.divBody,
div.topContent,
div.bottomContent,
div.divAttorneyInfo,
.divFooter,
.divPodContainer {
	display: block;
}
/* end hide from IE-mac */
/* end clearfix */





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