* {
	padding: 0;
	margin: 0;
}

html {
     overflow: scroll;
}

body {
	background: #E2E2E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
}

p {
	line-height: 140%;
}

a {
	color:#64656a;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

form td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
}

hr {
	margin-bottom: 10px;
	clear:both;
}

.showBorder {
	border: solid 1px #f00;
}

.hide {
	display: none;
	margin-top: 0px;
	padding-bottom: 10px;
} 

.show {
	display: block;
	margin-top: 0px;
	padding-bottom: 10px;
}


.ftnt {
	background: transparent url(../cssimg/collapsed.gif) no-repeat scroll left 4px;
	text-decoration: underline;
}

.ftntopen {
	background: transparent url(../cssimg/expanded.gif) no-repeat scroll left 4px;
}

.clear {
	clear: both;
}

.Bio-Link {
	text-decoration: none;
	position:relative;
}

#Page-Wrapper {
	width:980px;
	margin: 0px auto;
	border: 1px solid #CCCCCC;
}

	#Header-Wrapper {
		/* background: #dedfe0 url(../cssimg/header-right-corner.gif) no-repeat top right;  */
		background: #faf5e2; 
		border-top: 5px solid #848891;
	}

		#M-Logo-Wrapper{
			float: right;
			display: inline;
			overflow: hidden;
			padding: 20px 20px 0 20px;
		}

		#M-Logo-Wrapper img{
			border: none;
		}

		#Slogan-Sec-Nav-Wrapper {
			float: right;
			height: 100px;
			width: 314px;
		}
	
		#Slogan-Wrapper {
			text-align: right;
			width: 314px;
			height: 70px;
		}
		
		#Slogan-Wrapper h2 {
			font-size: 12px;
			color: #000;
			padding-bottom: 2px;
			font-family: Arial, Helvetica, sans-serif;
			font-style: italic;
		}
		
		#Slogan-Wrapper .padding{
			padding: 25px 0 0 0;
		}
	
		#Secondary-Navigation-Wrapper {
			background: url('../cssimg/secondary-nav-bg.gif') no-repeat bottom;
			width: 109px;
			text-align: center;
			height: 30px;
			float:right;
		}
	
		#Secondary-Navigation-Wrapper .padding{
			padding: 9px 0 0 0;
		}
	
		#Secondary-Navigation-Wrapper a{
			color:#000;
			font-size:12px;
			text-decoration:none;
		}
	
		#Secondary-Navigation-Wrapper a:hover{
			text-decoration: underline;
		}

		#Logo-Wrapper {
			/* background: transparent url(../cssimg/header-left-corner.gif) no-repeat top left; */
			width: 400px;
		}

		#Logo-Wrapper img{
			display: block;
			border: none !important;
		}

		#Logo-Wrapper .padding{
			padding: 20px 0 20px 20px;
		}

	#Template-Image-Wrapper {
		clear: both;
		width: 980px;
		height: 120px;
		/* border: 1px solid red; */
		border-bottom: 1px solid #64656a;
	}

	#Template-Image-Wrapper h1{
		color: #fff;
		font-size: 18px;
		position: relative;
		top: 90px;
		left: 25px;
		float:left;
	}

	.home #Template-Image-Wrapper {
		clear: both;
		width: 980px;
		height: 225px;
		background: #faf5e2;
		/* border: 1px solid red; */
		border-bottom: 1px solid #64656a;
		text-align: left;
	}

	.home #Template-Image-Wrapper a{
		float:right;
		margin-top: 20px;
		margin-right: 40px;
	}

	.Who #Template-Image-Wrapper {
		background: #64656a url(../cssimg/home-template-image1.jpg) right no-repeat;
	}

	.Practice #Template-Image-Wrapper, .none #Template-Image-Wrapper {
		background: #7D6D88 url(../cssimg/home-template-image3.jpg) right no-repeat;
	}

	.Credit #Template-Image-Wrapper {
		background: #3A4C8E url(../cssimg/home-template-image4.jpg) right no-repeat;
	}

	.Conferences #Template-Image-Wrapper {
		background: #e89f36 url(../cssimg/home-template-image2.jpg) right no-repeat;
	}

	#Template-Image-Wrapper img{
		display: block;
	}
	
	.Contact #Template-Image-Wrapper {
		background: #64656a url(../cssimg/home-template-image5.jpg) right no-repeat;
	}

	.none #Template-Image-Wrapper h1{
		display: none;
	}
	
	#Navigation-Wrapper {
		clear: both;
		height: 27px;
		border-top: 1px solid #64656a;
		border-bottom: 1px solid #64656a;
		background: #848891;

	}
	
	#Content-Wrapper {
		background: #fff;
		width: 980px;
		overflow:hidden;
	}

	#Content-Wrapper-Height{
		width: 1px;
		height: 320px;
		float:left;
	}

		#Left-Navigation-Wrapper {
			width:300px;
			float: left;
			display: inline;
			padding-bottom: 4000px;
			margin-bottom: -4000px;
			background: #848891;
		}

		#Left-Navigation-Wrapper .padding{
			padding: 40px 0px 35px;
			width:300px;
		}

		#Content, #LFG-Content {
			width: 675px;
			float: left;
			display: inline;
			overflow: hidden;
			background: #fff;
		}
		
		.No-Sub-Nav #Content, .No-Sub-Nav #LFG-Content {
			margin-left: 0 !important;
		}

		.No-Sub-Nav #Left-Navigation-Wrapper {
		}

		
			#Content-Image-Wrapper, #Home-Content-Image-Wrapper {
				text-align: center; padding-left: 10px; float: right; padding: 0 10px 10px 10px; 
			}
		
			#Content-Image-Wrapper img{
				border:0px; 
			}
		
			#Home-Content-Image-Wrapper img{
				border:1px solid #000; 
			}
		
		#LFG-Content .padding, #Content .padding {
			padding: 40px 20px;
		}
			
		.home #Content .padding {
			padding: 0 !important;
		}
			
		.home #Content {
			width: 980px !important;
			overflow: hidden;
		}
			

			#Image-Wrapper {
				float: right;
				width:300px;
				display: inline;
				overflow:hidden;
			}
			
			#Image-Wrapper img {
				left:50px;
				margin: 0 0 20px -30px;
				position:relative;
			}
			
			.Bio {
				margin: 0 0 0 140px;
			}

			.Bio h2{
				padding-bottom: 3px !important;
			}

			.Bio-Photo {
				float: left;
				padding: 5px;
				margin: 0 0 5px 5px;
				border: 1px solid #000;
			}

			#LFG-Content p, #Content p, #Address-Wrapper p, #Content td {
				font-size: 14px;
				padding-bottom: 10px;
			}
			
			#Content table {
				margin-bottom: 10px;
			}
			
			#Content td {
				padding: 3px 10px;
			}
			
			.Content-Area-Padding {
				padding: 10px 30px;
			}
			
			.Content-Area-Padding p{
				color: #64656a;
			}
			
			.Content-Area-Heading-Padding {
				position: absolute;
				bottom: 0px;
				color: #fff;
				font-weight: bold;
				font-size: 16px;
				overflow:hidden;
			}
			
			.Content-Area-Heading-Padding a {
				color:#FFFFFF;
				display:block;
				padding:45px 9px 15px 30px;
				text-decoration:none;
				width:206px;
			}
			
			.Content-Area-Heading-Padding a:hover {
			}
					
			#Content-Area-Heading-1, #Content-Area-Heading-2, #Content-Area-Heading-3, #Content-Area-Heading-4 {
				position: relative;
				width: 244px;
			}
			
			#Content-Area-Heading-1 {
				height: 75px;
				float: left;
				background: #64656a;
				overflow: hidden;
			}
			
			#Content-Area-Heading-1 a:hover{
				background: #838488;
			}
			
			#Content-Area-Heading-2 a:hover{
				background: #978aa0;
			}
			
			#Content-Area-Heading-3 a:hover{
				background: #6170a5;
			}
			
			#Content-Area-Heading-4 a:hover{
				background: #e1d2a0;
			}
			
			#Content-Area-Heading-2 {
				height: 75px;
				float: left;
				background: #7d6d88;
				border-left: 1px solid #64656a;
				overflow: hidden;
			}
			
			#Content-Area-Heading-3 {
				height: 75px;
				float: left;
				background: #3a4c8e;
				border-left: 1px solid #64656a;
				overflow: hidden;
			}
			
			#Content-Area-Heading-4 {
				height: 75px;
				float: left;
				background: #e89f36;
				border-left: 1px solid #64656a;
				width: 245px;
				overflow: hidden;
			}
			
			#Content-Area-1, #Content-Area-2, #Content-Area-3, #Content-Area-4 {
				width: 244px;
				padding-bottom: 1327px;
				margin-bottom: -1327px;
			}
			
			#Content-Area-1 {
				float: left;
			}
			
			#Content-Area-2 {
				float: left;
				border-left: 1px solid #64656a;
			}
			
			#Content-Area-3 {
				float: left;
				border-left: 1px solid #64656a;
			}
			
			#Content-Area-4 {
				float: left;
				border-left: 1px solid #64656a;
				width: 245px;
			}
			
			#LFG-Content ul, #Content ul {
				padding-bottom: 10px;
			}
			
			#LFG-Content li, #Content li {
				font-size: 14px;
				margin-left: 25px;
				line-height: 140%;
				padding-bottom: 4px;
			}
			 
			
			#LFG-Content h1, #Content h1 {
				font-size: 22px;
				color: #64656a;
				padding-bottom: 10px;
			}
			
			#LFG-Content  h2, #Content h2 {
				font-size: 18px;
				color: #64656a;
				padding-bottom: 15px;
			}
			
			#LFG-Content table img{
				display:none;
			}
			
			#LFG-Content table {
				width: 95%;
			}
			
			#LFG-Content td {
				padding: 1px;
				background: none;
				font-size: 14px;
			}
			
			#LFG-Content tr {
				width: 100%;
			}
			
			#LFG-Content br {
				line-height: 0px;
			}
			
			#LFG-Content .tableHeader{
				padding: 5px;
				color: #fff;
				background: #64656a;
				font-weight: bold;
			}
			
			#LFG-Content .instructions{
				padding: 5px;
				padding-bottom: 5px;
			}

			#LFG-Content .legalText {
				display: none;
			}

			

	#Footer-Wrapper {
		/* background: #dedfe0 url(../cssimg/footer-right-corner.gif) bottom right no-repeat;  */
		background: #faf5e2 url(../cssimg/content-background.gif) top repeat-x;
		width: 980px;
		clear:both;
	}
	
	#Footer {
		/* background: transparent url(../cssimg/footer-left-corner.gif) bottom left no-repeat;  */
		border-bottom: 5px solid #848891;
	}
	
	#Footer .padding {
		padding: 17px 20px 15px 20px;
	}
	
	#Footer p{
		font-size: 10px;
		padding-bottom: 3px;
	}
	

	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/variable_dl.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	padding:0;
	font-size: 12px;
	float: left;
}
 
#menu li {
	display:block; 
	float:left; 
	position:relative; 
	z-index:100; 
	font-weight: bold;
	color: #fff;
}

#menu li span {
	display:block; 
	z-index:100; 
	color:#fff;
	padding: 6px 20px 0px;

}

#menu li a, #menu li a:visited {
	display:inline; 
	padding:0;
}
 
#menu dl {
	position:absolute; 
	top:0; 
	left:0px; 
	margin: 0; 
	padding: 0; 
	background: url(../cssimg/transparency.gif);
}
#menu dt {
	float:left; 
	display:inline;
}
#menu dd {
	display:none; 
	background: transparent; 
	clear:left; 
	margin:0; 
	padding:0; 
	color: #fff; 
	font-size: 1em; 
	text-align:left;
}
 
#menu dt a, #menu dt a:visited {
	display:block; 
	color:#fff; 
	text-decoration:none;
	padding: 6px 20px 6px;
	white-space: nowrap; 
	border-right: 1px solid #64656a;
}
#menu dd a, #menu dd a:visited {
	color:#64656a; 
	text-decoration:none; 
	display:block; 
	padding: 4px 17px;
	font-size: 12px;
	white-space: nowrap; 
	background: #fff;
	font-weight: normal;
	border-bottom: 1px solid #64656a;
	border-right: 1px solid #64656a;
	border-left: 1px solid #64656a;
}
 
#menu li a:hover {
	display:block;
}
 
#menu li:hover dd, #menu li a:hover dd {
	display:block;
}
#menu li:hover dl, #menu li a:hover dl {
}
#menu dd a:hover {
	color: #000;
}
#menu li:hover dt a, #menu li a:hover dt a, #menu li dt a.active {
	background: #64656a;

}

#navigation {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #64656a;
}

#navigation a.head {
	background: url(../cssimg/collapsed.gif) no-repeat scroll 20px 12px;
	color:#fff;
	cursor:pointer;
	display:block;
	margin:0px;
	text-decoration:none;
	padding: 7px 0px 7px 33px;
	font-size: 14px;
}

#navigation a.head:hover {
	background-color: #64656a url(../cssimg/expanded.gif) no-repeat scroll 20px 12px;
}

#navigation a.no-turndown {
	background: url(../cssimg/collapsed.gif) no-repeat scroll 20px 12px !important;
}

#navigation a.no-turndown:hover {
	background: #64656a url(../cssimg/collapsed.gif) no-repeat scroll 20px 12px !important;
}

#navigation a.selected {
	background: #64656a url(../cssimg/collapsed.gif) no-repeat scroll 20px 12px !important;
}

#navigation li.selected a.no-turndown {
	background: #64656a url(../cssimg/collapsed.gif) no-repeat scroll 20px 12px !important;
}
#navigation a.selected2 {
	background: #64656a url(../cssimg/collapsed.gif) no-repeat scroll 20px 12px !important;
}



#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

#navigation li {
	border-bottom: 1px solid #64656a;
}

#navigation li li{
	border-bottom: 1px solid #848891;
}

#navigation li li a {
	color:#fff;
	display:block;
	font-size: 12px;
	padding: 4px 0px 4px 33px;
	text-decoration: none;
}

#navigation li li a:hover {
	text-decoration:underline;
	color:#64656a;
}

#navigation li li a.current {
	background: #848891 !important;
	color: #64656a;
	text-decoration: underline;
}

#navigation ul  {
}