html { /* forces scrollbar visible to prevent position jumping in Firefox */
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}

body {
	font: 400 12px Arial, Verdana, Helvetica, sans-serif;
	background: url(../images/pages_bg.gif) repeat-x;
	color: #666;
}

body.home {
	background: url(../images/home_bg.gif) repeat-x;
}

/* structure */

.container1 {
	width: 960px;
	margin: 3px auto 1px;
	padding-top: 26px;
	height: 123px;
}

.container2 {
	width: 960px;
	margin: 0 auto 30px;
}

.container3 {
	clear: left;
	width: 910px;
	margin: 0 auto;
	padding-left: 20px;
}

.imageBar {
    margin: 0 0 30px 30px;
}

.content {
	padding: 25px 0 0;
	_padding: 12px 0 0;
	clear: both;
}

.home .content {
	padding: 0;
}

.standardTitle {
    margin: 0 25px 15px 30px;
    width: 600px;
}

.standardBody {
    margin: 0 25px 0 30px;
    width: 600px;
}

.header {
	padding: 9px 23px 11px 33px;
	color: #b19d2f;
	font-weight: 400;
}

.headerNav {
	float: right;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	padding-right: 20px;
	margin-top: 4px;
}

.search input {
	color: #999;
	border: 0;
	padding: 0 0 0 5px;
	font-size: 11px;
	letter-spacing: 0.1em;
	height: 13px;
}

.container1 .search input {
	width: 110px;
	vertical-align: top;
}

.container1 .search input.textSearch {
	vertical-align: middle;
}

.container2 span.search {
    margin: 10px 0 0 0;
    display: block;
}

.container2 span.search div {
    width: 205px !important;
    _width: 206px !important;
    margin-top: -1px !important;
    _margin-top: 1px !important;
    _margin-left: 2px !important;
}

.container2 span.search div div {
   margin-top: auto !important;
}

.autoItem, .autoItemHighlighted {
    padding: 2px 2px 2px 5px;
    font-size: 11px;
    line-height: 14px;
}

.autoItemHighlighted {
    background-color: #1b4e7a;
    color: #fff;
}

input.searchField {
	height: 14px;
	width: 180px;
	border: solid 1px #ccc;
	border-right: none;
	padding: 2px 2px 2px 5px;
	vertical-align: top;
	margin-right: -3px;
}

.container2 .search input.btnGo {
    height: 20px;
    width: 20px;
    padding: 0;
    position: relative;
    right: 1px;
}

.nav ul {
	margin-left: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	padding: 0;
}

.headerNav li, .nav li, .footerNav li {
    background: none;
	display: inline;
	padding: 0 2px;
	margin: 0 0 0 2px;
	letter-spacing: 4px;
	color: #b19d2f;
}

.headerNav li a, .nav li a, .footerNav li a {
	display: inline-block;
	padding: 0 2px;
	letter-spacing: 0;
	color: #666;
	margin-right: 8px;
	text-decoration: none;
    font-weight: 400;
}

.nav li a {
	font-weight: 700;
}

.header .search {
	display: inline-block;
	float: right;
	border: solid 1px #ccc !important;
	height: 18px;
}

/* links & typography */

img {
	border: 0;
}

.container1 a:link, .container1 a:visited, .container3 a:link, .container3 a:visited {
	color: #666;
	text-decoration: none;
	cursor: pointer;
	border: none;
}

a {
    display: inline-block;
    padding: 1px 2px;
    font-weight: 700;
}

a.lessMoreLink {
    color: #8d7d23;
    cursor: pointer;
}

.unbold a, h3 span.count {
    font-weight: 400;
}

a:link, a:visited {
	color: #8d7d23;
	text-decoration: none;
	cursor: pointer;
	border: none;
}

a:hover {
    color: #fff;
	background-color: #8d7d23;
	text-decoration: none;
}

.header a:hover {
    background-color: #fff;
}

.headerNav a:hover {
    background-color: #8d7d23;
}

.container1 a:hover, .container3 a:hover {
	color: #fff;
}

.nav a:hover, .nav a.selected {
	color: #8d7d23;
	background: #fff;
}

h1 {
	font-size: 32px;
	color: #8d7d23;
	font-weight: 400;
	margin-bottom: 8px;
	margin-right: 100px;
}



h2 {
	font-size: 14px;
	color: #1b4e7a;
	font-weight: 700;
	margin-bottom: 8px;
}

.related h2 {
	margin: 8px 0 8px 13px;
}

h3 {
	font-size: 12px;
	color: #666;
	font-weight: 700;
	padding: 6px 0 4px;
}

.home h3 {
    padding-left: 2px;
}

.home .rightCol h3 {
    padding-left: 0;
}

h3.cursor {
    cursor: pointer;
    padding: 0;
}

.imgCollapse {
    margin: 0 6px 0 0;
    position: relative;
    top: 2px;
}

div.twoColL p {
	margin: 0 110px 10px 0;
}

div.twoColL div.overview p {
	margin-right: 40px;
}

div.twoColL table p {
	margin-right: 10px;
}

.title {
	font-weight: 700;
	margin: 10px 0;
	text-transform: uppercase;
}

.bold {
	font-weight: 700;
}

/* photostrip */


.imageBar img {
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

.breadcrumb {
	background: url(../images/breadBar.gif) repeat-x;
	height: 23px;
	padding: 6px 35px 0;
	color: #fff;
	float: left;
	margin-left: -2px;
}

.breadcrumb a {
	font-weight: 700;
	padding: 1px 2px;
	color: #fff;
}

.breadcrumb a:link, .breadcrumb a:visited, .print a:link, .print a:visited {
	_color: #fff; /* IE6 needs these psuedo-classes specified */
}

.print {
	margin: 1px 2px 4px 2px;
}

.print a {
    color: #fff;
}

.breadcrumb a:hover, .print a:hover {
    font-weight: 700;
	margin-right: auto; /* IE7 needs this to show the background colour (stops the inherit of negative margins above) */
	padding: 1px 2px;
	color: #666;
	background: #fff;
}

.print {
	font-weight: 700;
	background: url(../images/print_icon.gif) left no-repeat;
	padding-left: 20px;
	margin-top: 8px;
	margin-right: 30px;
	float: right;
}

/* page structure */

.leftCol {
	float: left; 
	width: 134px; 
	margin-right: 35px;
	margin-left: 35px;
	_display: inline;
}

.midCol {
	float: left;
	width: 510px;
	padding-right: 29px;
}

div.twoColL {
	float: left; 
	width: 700px;
	margin-right: 5px;
	margin-left: 35px;
	_margin-left: 17px; /* to fix the double-marging float bug in IE6 */
	font-weight: 400;
	color: #666;
	font-size: 12px;
}

.rightCol {
	float: right;
	width: 180px;
	margin: 0 0 15px 0;
	line-height: 1.5em;
}

.rightCol a, .rightCol span {
	font-size: 1.1em;
}

.related h3 {
	margin: 10px 5px 0 15px;
}

ul {
	color: #666;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

h3.diffPad {
	padding: 14px 0 0;
	margin: 0;
}

ul.diffPad {
	margin: 0 0 8px 0;
	padding: 0;
}

ul.diffPad li {
    background: url(../images/arrowBullet.gif) no-repeat 0 .4em;
	padding: 0 5px 5px 15px;
}

ul.diffPad + h3.diffPad {
    padding: 2px 0 0;
}

div.related {
	background: url(../images/related_bg.gif) no-repeat;
	_background: url(../images/ie6_related_bg.gif) no-repeat;
	border-top: dotted 1px #999;
	/* IE6 border fix */
	_border-top: none;
}

div.AspNet-TreeView ul {
	padding: 5px 5px 5px 15px !important;
}

.rightCol div.AspNet-TreeView ul {
	border-top: dotted 1px #999;
	/* IE6 border fix */
	_background: url(../images/ie6_border.gif) no-repeat left top;
	_border-top: none;
}

.rightCol div.AspNet-TreeView {
	border-bottom: dotted 1px #999;
	/* IE6 border fix */
	_background: url(../images/ie6_border.gif) no-repeat left bottom;
	_border-bottom: none;
}

span.AspNet-TreeView-NonLink {
    color: #fff;
    background-color: #8d7d23;
    padding: 1px 2px;
}

.rightCol h3 {
	margin-bottom: 5px;
}

a.relatedImage {
    display: block;
    float: right;
	width: 165px;
	margin: 0 0 15px 10px;
	padding: 0;
}

a.justicia {
    margin: 20px 15px 0 0;
    float: left;   
}

p.justicia {
    float: left;
    width: 220px;
    margin-top: 105px;
    line-height: 1.7em;
}

a.relatedImage:hover, a.justicia:hover {
	background: none;
}

/* lists */

.rightCol ul {
	color: #666;
	margin: 0 5px 10px 0;
	font-size: 11px;
}

.leftCol ul, .midCol ul, .twoColL ul {
	margin-top: 10px;
}

ul.shownList {
    margin-bottom: 0;
    padding-bottom: 0;
}

ul.hiddenList {
    margin: 0;
    padding-bottom: 0;
}

ul.lessMore {
    margin: 0;
}

.related ul {
    margin: 0 5px 10px 15px;
}

li {
	background: url(../images/arrowBullet.gif) no-repeat 0 .8em;
	padding: 5px 5px 5px 15px;
}

.rightCol li {
	color: #666;
	background: url(../images/arrowBullet.gif) no-repeat 0 .7em;
	padding: 2px 5px 2px 12px;
	line-height: 1.4em;
	margin-left: 2px;
}

.search ul li {
	background: none;
	margin: 5px;
	padding: 5px;
}

li.noBullet {
	background: none;
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 0;
}

ul.pA {
	color: #666;
	margin: 5px 15px;
	padding: 5px 15px;
	float: left;
	font-size: 12px;
	width: 180px;
	font-weight: 700;
}

ul.pA1, ul.pA li {
    margin: 5px 10px 5px 0;
	padding: 5px 10px 5px 0;
	background: none;
}

ul.pA li a.expander:hover {
	background: #fff;
}

ul.pA li.selected {
	/* background: url(../images/arrowBulletDown.gif) no-repeat .5em .8em; */
	margin: 5px 40px 5px 20px;
	padding: 5px 40px 5px 20px;
}

ul.pA li.selected a:link {
	color: #999;
}

ul.pA ul {
	margin: 5px 5px 5px 0;
	padding: 5px;
	font-size: 11px;
	font-weight: 400;
}

ul.pA ul li {
	background: url(../images/arrowBulletChild.gif) no-repeat .5em .5em;
	margin: 1px 5px 1px 0;
	padding: 1px 5px 1px 20px;
}

ul.pA ul a:link, ul.pA ul a:visited, ul.pA ul a:hover {
	font-weight: 400;
}

a.chevrons {
	background: url(../images/arrowBulletChild.gif) no-repeat 0 .5em;
	padding: 0 0 0 12px;
}

.rightCol p a.chevrons {
	margin-top: 4px;
}

.rightCol a.chevrons {
	background: url(../images/arrowBulletChild.gif) no-repeat 0 .8em;
	padding: 4px 0 0 12px;
}

.rightCol a.floatR:link, .rightCol a.floatR:visited {
	font-weight: 700;
}

ul.pA li.selected ul a:link, .rightCol a:link, .rightCol a:visited {
	font-weight: 400;
}

p.arrow {
	background: url(../images/arrowBullet.gif) no-repeat 0 .5em;
}

p.arrow a {
	margin-left: 10px;
}

p.arrow2 {
	background: url(../images/arrowBulletChild.gif) no-repeat 0.1em .4em;
	padding-left: 12px;
}

p.arrowB {
	background: url(../images/arrowBack.gif) no-repeat 0 .5em;
	padding-left: 12px;
}

p.arrow2 a, p.arrowB a {
	padding-top: 0;
}

.smTxt p.arrow2 {
	background: url(../images/arrowBulletChild.gif) no-repeat 0.1em .6em;
	padding: 0 0 0 12px;
}

div.contacts {
    border-bottom: dotted 1px #ccc;
    padding: 4px 0 8px;
    margin: 0 0 4px;
}

.contacts p.bold a {
    font-weight: 700;
}

.twoColL p a, rightCol p a {
    padding: 1px 2px 0 2px;
}

/* home page structure */

.home .leftCol {
	float: left; 
	width: 250px;
	margin-right: 75px;
	margin-left: 30px;
}

.home .midCol {
	float: left; 
	width: 250px; 
	margin-right: 65px;
}

.home .rightCol {
	float: left; 
	width: 230px;
	margin-top: 0;
	margin-right: auto;
	border: none;
}

.webBtn {
   color: #fff;
   background: #8d7d23;
   border: 0;
   padding: 1px;
}

.noWrap {
    white-space: nowrap;
}

/* tables */

table a {
    font-weight: 700;
}

th {
    padding: 8px 10px 8px 0;
    border-bottom: solid 1px #ccc;
    font-weight: 700;
    text-align: left;
}

td  {
    padding: 8px 10px 8px 0;
    vertical-align: top;
}

table.listTbl, table.listTblNoBorder, table.caseTbl, table.newsTbl, table.newsTblPast {
    margin: 10px 0;
    font-weight: 400;
}

table.listTblNoBorder, table.newsTbl, table.newsTblPast, table.pdfTbl, table.listTblNoBorder {
    width: 650px;
}

table.listTbl, table.caseTbl {
    width: 700px;
}

table.newsTbl td.column1
{
	width: 130px;
}
table.listTblNoBorder td.column1
{
	width: 130px;
}

table.listTbl a {
    display: inline;
    padding: 1px 2px 1px 1px;
}

table.caseTbl td, table.listTbl td, table.peopleTbl td {
    border-top: dotted 1px #ccc;
}

td.column1 {
    width: 100px;
}

div.column1 {
    width: 120px;
    padding: 8px 20px 8px 0;
    float: left;
    clear: left;
}

table.caseTbl td.column1 {
    width: 240px;
}

table.pdfTbl td.column1 {
    width: 130px;
}

table.peopleTbl tr.keycontact td {
    background-color: #F2EFC8;
}

table.peopleTbl td.column1 {
    width: 130px;
    padding-left: 10px;
}

table.peopleTbl td.column1 span {
    display: inline-block;
    padding-left: 2px;
}

table.caseTbl td.column3 {
   width: 90px;
}

table.caseTbl th {
    padding: 5px 20px 10px 0;
}

table.caseTbl td {
    padding: 5px 20px 5px 0;
}

.peopleTbl th {
    padding-bottom: 15px;
}

.peopleTbl td.last a:link, .peopleTbl td.last a:visited, .peopleTbl td.last a:hover {
    font-weight: 400;
}

div.last {
    float: left;
    padding: 8px 0;
    width: 560px;
}

.peopleTbl td.phone {
    width: 90px;
}

.subscribeTbl input {
    width: 220px;
}

.subscribeTbl table input {
    width: auto;
}

/* footer */

.footer {
	padding: 12px 0 10px;
	letter-spacing: 0.1em;
	color: #b19d2f;
	border-top: solid 1px #ccc;
}

.footerNav ul {
	float: right;
}

.footerNav {
	width: 40%;
	float: right;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

.footer p {
	width: 40%;
	float: left;
	text-align: left;
	margin: 0 0 0 5px;
	font-size: 11px;
	color: #666;
}

/* universal styles */

hr {
	margin: 0;
	color: #e1edf7; /* for IE */
	background-color: #e1edf7; /* for FF/Opera */
	height: 1px;
	border: none; /* for FF/Opera */
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clear {
	clear: both;
}

.clearL {
	clear: left;
}

/* Non-image-based Resizing Button */

a.resizedButton {
    background: #b19d2f url('../images/arrowBulletBtn.gif') no-repeat 0.5em 0.6em; 
    padding-right: 1px; /* reference to right image width */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
	cursor: pointer;
	font-size: 10px;
	line-height: 16px; /* sets button height */
	border: solid 1px #ccc !important;
	padding: 1px 8px 2px 19px;
	margin: 10px 0;
}

a.resizedButton:hover {
    background: #a46a00 url('../images/arrowBulletBtn_RO.gif') no-repeat 0.5em 0.6em; 
}

/* paging */

.paging {
    margin-top: 10px;
    font-weight: 700;
}

a.prevNext:link, a.prevNext:visited, a.prevNext:hover {
    border: solid 1px #8d7d23;
    height: 15px;
    margin: 2px 5px 0 0;
    padding: 4px 6px;
}

a.pageNum:link, a.pageNum:visited, a.pageNum:hover {
    border: solid 1px #8d7d23;
    height: 15px;
    margin: 2px 5px 0 0;
    padding: 4px 6px;
    width: 10px;
}

span.currentPage {
    display: inline-block;
    border: solid 1px #8d7d23;
    background: #ccc;
    height: 15px;
    margin: 2px 5px 0 0;
    padding: 4px 6px;
    width: 10px;
}

.twoColL div.selectControls {
    margin: 15px auto 20px auto;
    padding: 0;
}

select {
    font-size: 12px;
    margin: 10px 10px 0 0;
}

.pastEvents {
    position: relative;
    top: 14px;
    right: 284px;
    float: right;
}

.futureEvents {
    position: relative;
    top: 14px;
    right: 68px;
    float: right;
}

.twoColL div.selectControls .dropL {
    margin: 0 10px 0 0;
}

.twoColL div.selectControls .dropR {
    margin: 0;
}

.twoColL div.selectControls .spanR {
    margin: 0 5px 0 174px;
}

.twoColL div.selectControls .spanL {
    margin: 0 10px 0 0;
}

.checkBox {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    right: 3px;
    top: 1px;
    padding-right: 3px;
}

p.padMe {
    padding: 8px 0 0 0;
}

.content .midCol p {
    margin-bottom: 10px;
}

.home p.padMe {
    padding: 8px 0 0 2px;
}

.smTxt p {
    font-size: 12px;
    padding: 0;
}

.smTxt p.padL2 {
    padding-left: 2px;
}

.smTxt li {
    font-size: 12px;
}

.padmeR {
    margin-right: 10px;
}

span.date {
    margin: 0 20px 0 0;
}

.statusBody {
    margin-top: 6px;
    width: 600px;
}

p.pdf {
    background: url(../images/pdfLarge.gif) no-repeat 0 -0.1em;
    padding: 4px 0 0 35px;
    height: 21px;
}

.alignR {
    text-align: right;
    padding: 5px 10px 5px 0;
    vertical-align: middle;
}

.vTop {
    text-align: right;
    padding: 18px 10px 5px 0;
}

div.status {
   float: right; 
   width: 119px;
   height: 48px;
   background: url(../images/status.jpg) no-repeat;
}

.status h3 {
	font-size: 14px;
	color: #fff;
	margin: 4px auto 0;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}

div.overview {
    float: left;
    width: 570px;
}

div.overview p, div.status p {
    width: auto;
}

.padTop {
    margin-top: 5px;
}

.padR {
    margin: 0 10px 0 0;
}

ul.wide {
    width: 550px;
}

.completionPanel {
    color: Red !important;
}

span.disclaimer {
    display: inline-block;
    width: 600px;
}

/* for use by client */

.summary {
	font-size: 14px;
	margin-top: 15px;
}


/* for best lawyer */
.bestLawyer
{
	margin-top:15px;	
	margin-left:0px;
}
.home_BestLawyers
{
		border-top: dotted 1px #999;
}
