/* Chapman and Intrieri Styles */

* {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 1em;
}

body {
	color: #FFF;
	background: #123 url(/images/carpet_blue.png);
}

a {
	color: #368;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #134;
	text-decoration: underline;
}

#siteContainer {
	position: relative;
	width: 960px;
	margin: 75px auto 25px auto;
	background: #C94 url(/images/gradient_gold.png);
}

#titleBar {
	position: relative;
}

#titleBar .partners {
	position: absolute;
	bottom: 0;
	right: 24px;
}

#titleBar .logo {
	margin: 36px 36px 24px 36px;
}

#titleBar .lawyer {
	position: absolute;
	top: 36px;
	right: 324px;
}

#titleBar .lawyer .names {
	position: absolute;
	width: 164px;
	top: -3px;
	right: 0;
	text-align: right;
	z-index: 5;
}

#titleBar .lawyer .names a {
	font-family: times, serif;
	font-size: .85em;
	font-weight: bold;
	color: #123;
	text-decoration: none;
}

#titleBar .lawyer .names a:hover {
	text-decoration: underline;
	color: #678;
}

#titleBar .lawyer p.info {
	font-size: .75em;
	font-style: italic;
}

#titleBar .lobby {
	position: absolute;
	top: -26px;
	right: -32px;
	z-index: 1;
}

#menuBar {
	height: 32px;
	background: #567 url(/images/menu_blue.png);
	overflow: hidden;
}

#menuBar ul, #content .subNav ul {
	margin: 0;
	list-style: none;
}

#menuBar ul li {
	height: 32px;
	float: left;
	margin: 0;
	padding: 6px 14px 6px 14px;
	border-right: 1px solid #FFF;
}

#menuBar ul li.active {
	background: #FFF;
}

#menuBar ul li a {
	font-size: .75em;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#menuBar ul li.active a {
	color: #123;
}

#menuBar div {
	float: right;
	margin: .25em .5em 0 0;
}

#menuBar div a {
	color: #FFF;
	font-size: .65em;
	text-decoration: none;
}

#menuBar ul li a:hover, #menuBar div a:hover {
	color: #BCD;
}

#content .subNav ul {
	border: 1px solid #CCC;
}

#content .subNav ul li.title {
	margin: 0;
	padding: .5em;
	font-size: .85em;
	color: #FFF;
	background: #567 url(/images/menu_blue.png);
	border: none;
}

#content .subNav ul li {
	border-top: 1px solid #CCC;
	overflow: hidden;
}

#content .subNav ul li a {
	display: block;
	width: 158px;
	padding: .5em 15px .5em 15px;
	font-size: .75em;
	color: #234;
	text-decoration: none;
}

#content .subNav ul li a:hover, #content .subNav ul li a.active {
	color: #FFF;
	background: #567;
}

#content {
	padding: 15px;
	color: #000;
	background: #FFF;
}

#content #aniBox {
	width: 930px;
	height: 202px;
	margin-bottom: 15px;
	overflow: hidden;
}

#content #aniBox #aniImages {
	position: relative;
	float: left;
	/* Adjust to desired width */
	width: 637px; /* 549px */
	height: 200px;
	background: #EEE;
	border: 1px solid #CCC;
}

#content #aniBox #aniImages img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content #aniBox .aniPractices {
	position: relative;
	float: right;
	width: 288px; /* 363px */
	height: 200px;
	background: #346;
	border: 1px solid #CCC;
	border-left: none;
}


#content #aniBox #pCover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#content #aniBox #pArrow {
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 2;
}

#content #aniBox #practiceAreas {
	position: relative;
	height: 100%;
	overflow: hidden;
	z-index: 4;
}

#content #aniBox #practiceAreas li {
	position: absolute;
	left: 0;
	padding: 0 18px;
	list-style: none;
	font-family: tahoma, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	z-index: 5;
}

#content #aniBox #practiceAreas li a {
	color: #FFF;
}

#content #aniBox #practiceAreas li a:hover {
	color: #EEE;
}

#keyLine {
	position: absolute;
	top: 0;
	right: 189px;
	width: 1px;
	height: 100%;
	background: #CCC;
	overflow: hidden;
}

#content ul {
	margin-left:1em;
}

#content .container {
	position: relative;
	overflow: hidden;
}

#content .infoBox, #content .videoBox {
	float: left;
	width: 344px;
	height: 200px;
	margin-right: 15px;
	padding: 8px;
	border: 1px solid #CCC;
	color: #456;
	font-size: .75em;
}

#content .infoBox, #content .ciVideo {
	line-height: 1.37em;
}

#content .subNav {
	float: left;
	width: 190px;
	margin-right: 15px;
}

#content .documentBox {
	float: left;
	width: 520px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #CCC;
	font-size: .85em;
}

#content .documentBox .pagetitle {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	color: #123;
}

#content .documentBox h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0;
	color: #678;
}


#content .documentContent {
	margin-top: 4px;
}

#content .documentContent p {
	margin-top: 10px;
}

#content .documentContent:first-child {
	margin: 0;
}

#content .documentContent ul li {
	margin: 8px 0 8px 18px;
}

#content .cBoxHome {
	margin-top: 30px;
}

/* ====> tstart <==== 
#content .infoBox {
	width: 533px;
	line-height: 1.5em;
}

#content .videoBox {
	margin-right: 0;
}

 ====> tend <==== */

#content .contactBox {
	clear: right;
	float: right;
	width: 144px;
	padding: 14px;
	font-size: .75em;
	color: #444;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#content .sideBoxExtra {
	clear: right;
	float: right;
	width: 142px;
	padding: 15px 15px 15px 15px;
	font-size: .75em;
	color: #444;
}

#footer {
	clear: both;
	height: 46px;
	overflow: hidden;
}

#footer .links {
	float: left;
}

#footer .copyright {
	float: right;
}

#footer .links, #footer .copyright {
	padding: 14px;
}

#footer a {
	padding: 8px;
	font-size: .65em;
	color: #123;
	text-decoration: none;
}

#footer a:hover {
	color: #456;
	text-decoration: underline;
}

.ClearFix {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}