/** 
  * ======================================================
  * $Workfile: $
  * $Revision:$
  * $Date: $
  * $Author: $
  * $Archive: $
  * ======================================================
  * Change History:
  * 1.00 initial revision
**/
#parentLayout {
	width: 985px;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
	
	#parentLayout td {
		vertical-align: top;
	}

	#contentSection,
	#footerSection {
		margin: 0;
		padding: 0;
	}
	
	div.divPageContainer {
		width: 985px;
		margin: 0 auto;
	}

/* begin util nav */
.divUtilNav {
	padding: 0.5em 0 0.5em 727px;
}

	div.spanBookmark {
		float: left;
		padding-right: 0.5em;
	}
	
	div.divLanguages {
		float: left;
		position: relative;
		z-index: 10;
		padding-right: 0.5em;
		margin-right: 1.0em;
	}
		
		div.divLanguages h2 {
			font-size: 100%;
			margin: 0;
		}
		
		div.divLanguages h2 a {
			padding-right: 15px;
		}
		
		div.divLanguages a {
			display: block;
		}
			
			.ulLanguages {
				display: none;
			}
		
		.openLanguage {
				position: absolute;
				top: 1.8em;
				left: 0;
				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 li.active a 
				{
					font-weight: bold;
				}
				
				.openLanguage a {
					padding: 0 20px;
					display: block;
					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 {
	background-position: right bottom;
	background-repeat: no-repeat;
}
	
	div.divHeaderContent {
		position: relative;
	}
	
	#Header {
		float: left;
		width: 691px;
	}
		
		#ForegroundImage {
			text-align: left;
		}
		
			#ForegroundImage img {
				margin-right: 10px;
				float: left;
			}
		
		#LogoImage {
			vertical-align: middle;
			text-align: left;
		}
			
			#LogoImage img {
				margin-right: 10px;
			}
		
		#FirmName {
			width: auto;
			text-align: left;
			vertical-align: top;
		}
			
			#FirmName h1 {
				margin: 0 0 0 20px;
				padding: 0;
			}
	
	div.divAddress {
		clear: both;
		width: 671px;
		padding: 5px 10px;
		background: url(/Assets/images/3-17/bg_address.png) 0 0 no-repeat;
	}
		
		div.divAddress a {
		}
		
		div.divAddress span {
			margin-right: 0.2em;
		}
		
		span.spanMap {
			border-left: 1px solid;
			margin-left: 0.5em;
			padding-left: 0.5em;
		}
	
	/* contact info */
	div.divContact {
		float: right;
		width: 224px;
		margin: 0;
		padding: 10px 35px 10px 35px;
	}
		
		div.divContactContent {
		}
		
		div.divContact span {
			display: block;
		}
		
		a.aCallNow {
			display: block;
			width: 141px;
			height: 23px;
			margin-bottom: 0.5em;
			background: url(/Assets/images/3-17/bg_callFirmNow.gif) top left no-repeat;
		}
		
		a.emailLink {
		}
		
	div.divCustomHeader { display: none; }
	div.divExtraHeader1 { display: none; }
	div.divExtraHeader2 { display: none; }
	div.divExtraHeader3 { display: none; }
	div.divExtraHeader4 { display: none; }	
/* end header */

div.divClearHeader {
	height: 23px;
	font-size: 1px;
}

/* begin main body */
div.divBody {
	background: url(/Assets/images/3-17/bg_divBody.gif) right repeat-y;
}

	/* begin left nav */
	div.divNavMenu {
		float: left;
		width: 196px;
		padding-left: 15px;
		padding-bottom: 200px;
		border-bottom: 15px solid;
	}
		
		div.divNavBottom {
			height: 10px;
			font-size: 1px;
		}
		
		#nav {
			margin: 0;
			padding: 10px 20px 10px 10px;
			border-right: 1px solid;
		}
			
			#nav li {
				margin: 0;
				padding: 0 0 0 10px;
			}
				
				#nav li a {
				}
				
				#nav li.active {
					background: url(/Assets/images/3-17/icon_nav.gif) 0 0.4em no-repeat;
				}
				
				#nav li a.folder {
				}
				
				#nav li ul {
					margin: 0 0 0.5em 25px;
					padding: 0;
				}
				
				#nav li:hover ul,
				#nav li.over ul {
					display: block;
				}
					
					#nav li ul li 
					{
						margin: 0;
						padding: 0;
						list-style: disc;
						background: none;
					}
						
						#nav li ul li.active {
							background: none;
						}
						
						#nav li ul li a {
						}
	/* end left nav */
	
	/* content */
	div.divContent {
		float: right;
		width: 774px;
	}
		
		div.divTextBody {
			float: left;
			width: 420px;
			padding: 0 30px;
			overflow: hidden;
			line-height: 1.5em;
		}
			
			div.divTextBody h2 {
				margin-bottom: .5em;
			}
			
			div.divTextBody img.imgFloatLeft {
				float: left;
				width: 200px;
				margin-right: 20px;
				margin-bottom: 10px;
			}
			
			div.divTextBody img.imgCustom {
				float: left;
				margin-right: 20px;
				margin-bottom: 10px;
			}
			
			div.divMultimedia {
				padding-top: 1.0em;
			}
			
			div.multimedia h2 {
				display: none;
			}
			
			div.multimedia {
				clear: both;
				padding: 0 !important;
			}
			
			div.multimedia,
			div.multimedia h2{
				background: none !important;
			}
			
			div.multimedia h2 {
				padding: 0.5em 0 !important;
			}
			
			.topContent,
			.bottomContent {
				padding: 1.0em 0;
			}
			
		/* div pods */
		div.divPodContainer {
			float: right;
			width: 294px;
			overflow: hidden;
		}
		
		div.divPodContainerTop {
			height: 30px;
		}
		
		div.divPodContainerBottom {
			height: 30px;
		}
		
			div.divPod,
			div.divOfficeHours {
				padding: 0 40px 0 20px;
				margin-bottom: 1.0em;
			}
				
				div.divPod h2,
				div.divOfficeHours h2 {
					padding-left: 25px;
					background: url(/Assets/images/3-17/icon_divPod.gif) 0 0.2em no-repeat;
				}
				
				div.divOfficeHours span {
					display: block;
					line-height: 1.5em;
					padding-left: 25px;
				}
				
				div.divOfficeHoursContent {
					overflow: hidden;
				}
				
				div.divPod ul {
					margin: 0;
					padding: 0 0 0 40px;
					line-height: 1.5em;
				}
					
					div.divPod ul li {
						list-style: disc;
						margin: 0;
					}
				
				span.spanMore {
					display: block;
					padding-left: 40px;
					text-align: right;
				}
					
					span.spanMore a {
						display: block;
					}
		
		div.divClearFooter { display: none; }
		
		/* bottom links */
		div.divBottomLinks {
			clear: both;
			float: right;
			width: 774px;
			padding-top: 1.0em;
			padding-bottom: 1.0em;
		}
			
			ul.ulNavBottom {
				margin: 0;
				padding: 0 0 0 30px;
			}
				
				ul.ulNavBottom li {
					display: inline;
					margin: 0;
				}
		
		/* footer */
		div.divFooter {
			clear: both;
			float: right;
			width: 714px;
			padding: 0 30px 15px 30px;
			overflow: hidden;
		}
			
			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: 550px;
			}
/* end main body */

/* additional classes */
input.supportTextBox {
	border: 1px solid #ccc;
	padding: 2px;
	width: 300px;
}

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

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


/*QuickContact*/
li#captcha img {
	margin: 0!important;
}
.stateProvinceDrop
{
	width: 307px;		
}

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





/* Map Fix */
#Map {
	color: #000;
}

table.directions {
}

table.directions tr.alt td,
table.directions tr.directionsTotalDistance td {
	color: #000;
}

table.mapControlLocationFinder input {
	width: 130px;
}





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





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


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