@charset "utf-8";


/* DOCUMENT
-----------------------------*/

	html {
		overflow: -moz-scrollbars-vertical;
	}

	html, body {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	
	body {
		position: relative;
		font: 12px/18px "Arial", sans-serif;
		text-align: center;
		color: #000000;
		background: #ffffff;
	}
	
	a,
	a:link,
	a:visited {
		color: #0088ff;
		text-decoration: none;
	}
		a:hover {
			text-decoration: underline;
		}
		
	a.disabled {
		cursor: default;
		text-decoration: none;
		outline: none;
	}
		
	label {
		cursor: pointer;
	}
	
	.clearboth {
		clear: both;
	}

	h1 {
		font: bold 20px/22px "Arial", sans-serif;
		letter-spacing: -1px;
		margin: 0 0 20px 0;
		padding: 0;
		color: #184f05;
	}
	
	h2 {
		font: bold 15px/17px "Arial", sans-serif;
		margin: 0 0 20px 0;
		padding: 0;
	}

	h3 {
		font: normal 20px/23px "Arial", sans-serif;
		margin: 0 0 20px 0;
		padding: 0 2px 0 0;
	}

	.arrow {
		background: url(../images/link-arrow.png) right 2px no-repeat;
		padding-right: 20px;
	}
	
	div#page-container {
		position: relative;
		width: 931px;
		height: auto;
		margin: 0 auto;
		padding: 0;
		text-align: left;
	}

	p {
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	ul {
		list-style-type: square;
		margin: 0 0 20px 15px;
		padding: 0;
	}


/* FRAMEWORK CONTAINERS
-----------------------------*/
	
	div#header {
		position: relative;
		width: 100%;
		height: 210px;
	}
		body.home div#header,
		body.termsofuse div#header {
			background: url(../images/headers/home.jpg) no-repeat;
		}
		body.thefirm div#header {
			background: url(../images/headers/thefirm.jpg) no-repeat;
		}
		body.ourpeople div#header {
			background: url(../images/headers/ourpeople.jpg) no-repeat;
		}
		body.publications div#header {
			background: url(../images/headers/publications.jpg) no-repeat;
		}
		body.contactus div#header {
			background: url(../images/headers/contactus.jpg) no-repeat;
		}

		div#header div.logo {
			background: url(../images/logo.png) no-repeat;
			width: 400px;
			height: 171px;
		}


	div#content-container {
		position: relative;
		background: url(../images/content-bg.png) right top no-repeat;
		width: 931px;
		height: auto;
		min-height: 250px;
		overflow: hidden;
		padding: 40px 0 0 0;
	}


	div#content {
		position: relative;
		overflow: hidden;
		float: left;
		width: 493px;
		margin: 0 0 0 36px;
	}
		body.home div#content {
			font: 14px/18px "Arial", sans-serif;
		}
		
		body.ourpeople div#content {
			width: 654px;
		}


	div.content-wrapper {
		width: 350px;
	}

		
	div#subnav {
		position: relative;
		float: right;
		width: 402px;
		min-height: 375px;
		background: url(../images/subnav-bg.png) no-repeat;
	}
		body.ourpeople div#subnav {
			width: 241px;
		}

		div#subnav div.inner {
			padding-left: 33px;
		}
		
		body.ourpeople div#content ul,
		ul.arrows,
		div#subnav ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			font: bold 16px/normal "Arial", sans-serif;
			letter-spacing: -1px;
		}
			body.ourpeople div#content ul li,
			ul.arrows li,
			div#subnav ul li {
				background: url(../images/bullet.png) 0 4px no-repeat;
				padding-left: 30px;
				margin-bottom: 10px;
			}
				div#subnav ul li div.article-info {
					font: normal 12px/normal "Arial", sans-serif;
					letter-spacing: normal;
				}

			div#subnav a {
				outline: none;
			}
		
		body.ourpeople div#content ul,
		ul.arrows {
			font: normal 12px/18px "Arial", sans-serif;
			letter-spacing: normal;
			margin-bottom: 20px;
		}
			body.ourpeople div#content ul li.active,
			ul.arrows li.active {
				background: url(../images/bullet-reverse.png) 0 4px no-repeat !important;
			}
				body.ourpeople div#content ul li.active a,
				ul.arrows li.active a {
					color: #000000;
				}

		body.ourpeople div#content ul li > ul,
		ul.arrows li > ul {
			margin-top: 10px;
		}

		

/* FOOTER
-----------------------------*/

	div#footer {
		position: relative;
		margin: 30px auto 0 auto;
		width: 931px;
		height: 175px;
		color: #5d5d5d;
	}

		div#footer div.inner {
			position: relative;
			padding: 0 0 0 110px;
			margin-left: 36px;
			background: url(../images/logo-footer.png) no-repeat;
			overflow: hidden;
			height: 86px;
			font: 10px/14px "Arial", sans-serif;
		}
		
		div#footer div.phonenumbers {
			margin: 28px 0 18px 0;
		}

		div#footer ul.links {
			font: 10px/14px "Arial", sans-serif;
			list-style-type: none;
			margin: 0;
			padding: 0;
			overflow: hidden;
		}
			div#footer ul.links li {
				float: left;
				margin: 0 20px 0 0;
			}

			div#footer ul.links li.copyright {
				color: #9d9d9d;
				margin-right: 30px;
			}
			div#footer ul.links li.siteby {
				color: #9d9d9d;
			}
				div#footer ul.links li.siteby a {
					color: #7fbffb;
				}
				div#footer ul.links li.siteby a:hover {
					color: #449728;
				}
			
		div#footer a {
			color: #4c4c4c;
		}
		div#footer a:hover {
			color: #449728;
			text-decoration: none;
		}
		
		
/* OUR PEOPLE
-----------------------------*/

	body.ourpeople img.lawyer {
		position: absolute;
		right: 0;
		top: 30px;
	}
	
	div.contactinfo-wrapper {
		font: 14px/16px "Arial", sans-serif;
		margin-bottom: 30px;
	}
		div.contactinfo-wrapper div.fees {
			margin-top: 10px;
		}
		
		
/* OUR PEOPLE
-----------------------------*/

	div.credits-wrapper {
		position: relative;
		margin-bottom: 25px;
		height: 110px;
		overflow: hidden;
	}
		div.credits-wrapper img.avatar {
			position: absolute;
			left: 0;
			top: 0;
		}
		div.credits-wrapper div.published {
			position: absolute;
			left: 89px;
			bottom: 0;
		}
		div.credits-wrapper div.published div.where {
			font-weight: bold;
			margin-bottom: 15px;
		}
		div.credits-wrapper div.published div.author {
			font: bold 14px/normal "Arial", sans-serif;
		}

/* CONTACT US
-----------------------------*/

	div.offices-wrapper {
		overflow: hidden;
		width: 400px;
	}
		div.offices-wrapper div.column {
			float: left;
			width: 200px;
		}
			div.offices-wrapper div.column div.address {
				margin-bottom: 10px;
			}
	
	div.offices-ourpeople {
		margin-top: 20px;
		color: #646464;
		font: 11px/normal "Arial", sans-serif;
	}
		
	
/* PAGE TITLE GRAPHICS
-----------------------------*/

	img.title-ourpeople,
	img.title-welcome {
		 margin-bottom: 20px;
	}
	
	img.title-articles,
	img.title-lawyers,
	img.title-expertise {
		margin-top: 75px;
		margin-bottom: 20px;
	}

	img.title-publications,
	img.title-termsofuse,
	img.title-thefirm {
		margin-bottom: 30px;
	}
	
	img.title-contactus {
		margin-bottom: 40px
	}
	
	img.title-ouroffices {
		margin-top: 75px;
		margin-bottom: 30px;
	}
	
	img.title-contactmap-legend {
		margin-bottom: 15px;
	}
	

