/*====================================== reset.css ========================================*/
* { margin:0; padding:0; border:0;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
html {overflow-y: scroll;}
html,body {height:100%;}
a {outline:0;}
/**************************************************************************************/
body {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: subpixel-antialiased;
}
p {
	font-family:arial;
	font-size:13px;
	line-height:20px;
	margin:0px 0px 30px 0px;
}
#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px 0px -70px 0px;
}
#site {
	width: 1140px;
	padding: 0px 30px 70px 30px;
	margin:auto;
}
#footer {
	background: #3262a5;
	width:1140px;
	height:70px;
	margin:auto;
	color:#ffffff;
}
#footer, #site {
	min-width: 1140px;
}
#footer_inner_wrapper, #content_inner_wrapper {
	width: 1140px;
	margin: auto;
}

/* layout above */

#header {
	width:100%;
	height:35px;
	padding:80px 0px 0px 0px;
}
#logo {
	width:500px;
	float:left;
}
h5 {
	font-family:"adobe-caslon-pro",serif;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:5px;
}
#nav {
	width:500px;
	height:28px;
	float:right;
	margin:3px 0px 0px 0px;
}
#nav ul li {
	float:right;
	padding:0px 0px 0px 30px;
	display:inline;
}

.navIndex {
	display: block;
	width: 40px;
	height: 28px;
	background: url('../images/home.png') bottom;
	text-indent: -99999px;
}
.navExpertise {
	display: block;
	width: 69px;
	height: 28px;
	background: url('../images/expertise.png') bottom;
	text-indent: -99999px;
}
.navAttorneys {
	display: block;
	width: 78px;
	height: 28px;
	background: url('../images/attorneys.png') bottom;
	text-indent: -99999px;
}
.navContact {
	display: block;
	width: 87px;
	height: 28px;
	background: url('../images/contact.png') bottom;
	text-indent: -99999px;
}
.navIndex:hover,.navExpertise:hover,.navAttorneys:hover,.navContact:hover,.active {
	background-position: 0 0;
}

#hero {
	width:100%;
	background-repeat:no-repeat;
}
#hero img {
	width:1140px;
}
.space {
	width:1140px;
	height:60px;
	clear:both;
}
#content {
	width:950px;
	padding:0px 95px 0px 95px;
}
#content p {
	font-family:"myriad-pro",serif;
	font-size:16px;
	line-height:24px;
	margin:15px 0px 15px 2px;
}
.caseDisplay h2 {
	font-family:"adobe-caslon-pro",serif;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:3px;
	margin:0px 0px 20px 60px;
}
.homeContainer {
	width:1140px;
}
.homeLogo {
	float:left;
	width:250px;
	margin:100px 0px 0px 10px;
}
.homeContent {
	width:800px;
	float:right;
}
.homeContent p {
	font-family:arial;
	font-size:12px;
	line-height:20px;
	text-align:justify;
	text-justify:inter-word;
	margin:15px 0px 15px 20px;
}
h1 {
	font-family:"adobe-caslon-pro",serif;
	font-size:34px;
	letter-spacing:5px;
	text-transform:uppercase;
	margin:15px 0px 0px 0px;
}
.attorneysContent p {
	font-family: "myriad-pro",sans-serif;
	font-size:16px;
	line-height:24px;
	width:950px;
	margin:15px 0px 15px 2px;
}
#attorneysTabs {
	/* width:1145px; FOR 5 ATTORNEY BIOS */
	width: 916px; /* FOR 4 ATTORNEY BIOS */
    height: 50px;
    position: relative;
    margin: auto; /* FOR 4 ATTORNEY BIOS */
}
.tab {
	width:224px;
	height:40px;
	margin:0px 5px 0px 0px;
	background:#efefef;
	float:left;
	cursor:pointer;
}
.tab p {
	text-align:center;
	font-family: "myriad-pro",sans-serif;
	font-size:13px;
	margin:10px 0px 0px 0px;
}
.tabInfo {
	width:950px;
	padding:0px 95px 0px 95px;
}
.tabInfo h4 {
	font-family: "myriad-pro",sans-serif;
	font-size:16px;
	width:233px;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	margin:30px 0px 10px 0px;
	border-bottom:1px solid #c8c8c8;
	color:#3262a5;
}
.tabInfo table tr td {
	vertical-align:top;
}
.tabInfo h3 {
	font-family:"adobe-caslon-pro",serif;
	font-size:16px;
	letter-spacing:4px;
	margin:0px 0px 10px 60px;
	text-transform:uppercase;
}
.tabActive {
	background:#3262a5;
	color:#ffffff;
}
.arrow {
	position:absolute;
	top:40px;
	left:102px;
}
.bioWrapper {
	height:100%;
	width:950px;
}
.bioText {
	width:716px;
	float:right;
	margin:0px 0px 20px 0px;
}
.bioPic {
	width:233px;
	float:left;
}
.expertiseWrapper {
	height:100%;
	width:950px;
	padding:0px 95px 0px 95px;
}
.caseDisplay {
	width:620px;
	float:right;
	margin:0px 0px 20px 0px;
}
.cases {
	width:330px;
	float:left;
	margin:0px 0px 20px 0px;
}
.cases a {
	color:#3262a5;
	font-family:arial;
	font-size:13px;
	text-decoration:none;
	width:100%;
	display:block;
	height:30px;
	padding:7px;
}
.cases ul li {
	height:30px;
	width:100%;
}
.cases ul li:hover {
	background-image:url("../images/blue.png");
	color:#fff;
}
.cases ul li a:hover {
	color:#fff;
}
.caseActive {
	background-image:url("../images/blue.png");
	color:#fff;
}
.caseActive a {
	color:#fff;
}
.hide {
	display:none;
}
.back {
	width:950px;
	padding:0px 95px 0px 95px;
	height:20px;
	float:right;
}
.back a {
	float:right;
	font-family:arial;
	font-size:12px;
	color:#909090;
	margin:0px 20px 0px 0px;
	text-decoration:none;
}
.leftMargin {
	margin:0px 0px 20px 60px;
}
.borderBottom {
	padding:0px 0px 60px 0px;
	border-bottom:1px solid #c8c8c8;
}
.contactWrapper {
	width:950px;
	margin:0px 95px 0px 95px;
}
.contactLogo {
	padding:0px 0px 10px 0px;
	margin:20px 0px 50px 0px;
	border-bottom:1px solid #c8c8c8;
}
.contactLogo h2 {
	font-family:"adobe-caslon-pro",serif;
	font-size:16px;
	letter-spacing:4px;
	text-transform:uppercase;
	width:700px;
}
.contactContent {
	float:left;
	width:250px;
}
.contactContent strong {
	display:block;
	font-weight:bold;
	font-size:16px;
	font-family:arial;
	margin:0px 0px 15px 0px;
}
.contactContent a {
	color:#3262a5;
	display:block;
	font-size:13px;
	font-family:arial;
	width:250px;
	margin:0px 0px 5px 0px;
	text-decoration:none;
}
#footer {
	display:block;
}
.footerLeft {
	float:left;
	width:286px;
}
.footerRight {
	float:right;
	width:854px;
}
.footerRight p {
	float:right;
}
#footer p {
	margin:26px 20px 0px 20px;
	font-size:11px;
	font-family: "myriad-pro",sans-serif;
}
#footer strong {
	font-weight:bold;
}
.inline {
	float:left;
	margin:0px 0px 0px 11px;
}