﻿body
{
	padding: 0px;
	margin: 0px;
	font-family: 'trebuchet MS' , Verdana;
	font-size: 76%;
	background: url(Images/bodyBGgrad.jpg) top repeat-x #666 fixed;
}
html
{
	padding:0px;
	width: 100%;
}
:-moz-any-link:focus {
  outline: none;
}
/* main div */
div#DivMainClass
{
	width:990px;
    background-color:#FFF;
}
div#header {
	/*background: url(Images/pageBorder_top.jpg) 0 0 repeat-x;*/
	padding-top:0px;
}
div#footer {
	/*background: url(Images/pageBorder_top.jpg) 0 0 repeat-x;*/
	padding-bottom:0px;
}
div#wrapper_l
{
    /*background: url(Images/pageBorder_left.jpg) repeat-y 0 0;*/
}
div#wrapper_r {
	/*background: url(Images/pageBorder_left.jpg) 100% 0 repeat-y;*/
}
div#wrapper_lt
{
    /*background: url(Images/pageBorder_leftTop.jpg) no-repeat 0 0;*/
}
div#wrapper_rt {
	/*background: url(Images/pageBorder_leftTop.jpg) 100% 0 no-repeat;*/
}
div#wrapper {
	width: 990px;
	border:1px solid #000;
	margin: 10px auto 20px;
}

/* HOME BAR */
.breadcrum
{
    border-bottom-color: #C0C0C0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: right;
    padding-bottom: 3px;
    margin-top: -2px;
}

.homeBarDIV
{
	padding: 3px;
	background-color: #333333;
	color: #FFFFFF;
	font-size: .90em;
}
.homeBarDIV a
{
    color: #FFF;
    text-decoration: none;
}
.homeBarDIV a:hover
{
    color: #FFF;
    text-decoration: underline;
}
.homeBarDIV .textSize
{
    float:right;
    width:20;
    top:0px;
    position:relative;
}

/* HEADER BAR */
.headerBarDIV
{
	height: 100px;
}
.headerSearch
{
	width: 210px;
	height: 35px;
	position: absolute;
	top: 0pt;
	right: 0pt;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 15pt;
	padding-left: 10px;
	margin-right: 0pt;
	margin-top: 15pt; /*moves search box content down*/
	font-size:1.3em;
}
.headerSearchOptions
{
    text-align:right;
	color:#FFFFFF;
	font-size:.6em;
	font-weight:bold;
	padding-right: 10px;
	padding-top: 3px;
	float:right;
}
.headerSearchOptions a
{
    color: #FFFFFF;
    text-decoration: none;
}
.headerSearch .textBar
{
	border-style: solid;
	border-width: 1px;
	border-color: #666666 #666666 #808080 #666666;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #666666;
	margin: 0;
	padding: 0px 2px 0px 2px;
}
.headerSearch .goButton
{
	height: 20px;
	line-height: 20px;
	font-weight:bold;
	border: 1px solid #ebebeb;
	border-bottom-color: #d6d6d6;
	vertical-align: top;
	background-color: #666666;
	color: #FFFFFF;
	margin-top:2px;
	padding:0px 2px 0px 2px;
}
.searchBacking
{
	top: 0pt;
	right: 0pt;
	position: absolute;
	z-index:-1000px;
	margin-right: 0pt;
	margin-top: 15pt;  /*will move search bg down or up- also must move .headerSearch*/
	
}
.headerDIV
{
	width:990px;
	height:100px;
	position:relative;
	right: 0px;
	overflow:hidden;
	z-index:0;
}

/* HORIZONTAL NAV BAR */
.horizontalNavBarDIV
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #333;
	clear: both;
}
.subPageImg {
    width:630px;
    height:214px;
    padding:0px;
    margin:0px 0px 0px 0px;
 }

/* MAIN CONTENT */
.contentBarDIV
{	width:990px;
	clear: both;
}
.floatRight
{
    float:right;
    width:150px;
}
.textPadding
{
   margin: 0px 0px 0px 0px;
   padding: 10px 8px 20px 8px;
}
.textPadding p{
    padding-bottom: .75em;
}
.textPadding h1{
    text-align: center;
}
.textPaddingContent
{
	margin: 0px 0px 0px 0px;
	width:500px;
   
}
.contentBarTable
{
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	font-size:1em;
}
.verticalRightBarTD /*-----right column- of the Press and News sections-----*/
{
	width: 200px;
	vertical-align: top;
	background-color: #fff;
	padding: 20px 20px 22px 0px;
		
}
.verticalRightBarTD h1, .verticalRightBarTD h2, .verticalRightBarTD h3, .verticalRightBarTD h3, .verticalRightBarTD h4, .verticalRightBarTD h5, .verticalRightBarTD h6 {
	color:#0D1F37;
	padding: 0px;
	margin: 0px 0px 0px 0px;
		
}
.verticalRightBarTD a 
{
    color:#2233EB;
    text-decoration:underline;
    }
.verticalRightBarTD a:hover  {color:#9D6F3B; text-decoration:underline;}

.verticalRightBarTD p {
	width:200px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:120%;
}

.verticalRightBarTD ul
{
    margin:0px 0px 5px 13px; /*Values for IE6. It needs this to know how to position the <ul> tag.*/
    padding:0px;    
}

.verticalRightBarTD li {
	padding:0px;
	margin-left:9px;/*pushes the discs within the container otherwise they fall out*/
	list-style: disc;
	line-height:145%;
}

.bodyContentTD /*-----this is where graphic buttons live-----hello buttons how are you?*/
{   /*buttons live here*/
	width:100%;
	vertical-align:top;
	padding: 20px 67px 0px 60px;
}
.bodyContentTD h1, .verticalRightBarTD h2, .verticalRightBarTD h3, .verticalRightBarTD h3, .verticalRightBarTD h4, .verticalRightBarTD h5, .verticalRightBarTD h6 {
	color:#0D1F37;
	padding: 0px;
	margin: 0px;
}

.verticalLeftBarTD /*-----this contains the main content because they didn't want the typical left column----*/
{
	width: 100%;
	background-color:#fff;
	vertical-align: top;
	padding: 20px 39px 0px 20px;
	
}
.verticalLeftBarTD h1, .verticalLeftBarTD h2, .verticalLeftBarTD h3, .verticalLeftBarTD h3, .verticalRightBarTD h4, .verticalRightBarTD h5, .verticalRightBarTD h6 {
	color:#0D1F37;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.verticalLeftBarTD a {color:#2233EB; text-decoration:underline;}
.verticalLeftBarTD a:hover  {color:#9D6F3B; text-decoration:underline;}
.verticalLeftBarTD p {
	padding-top: 0px;
	margin:0px;
	line-height:145%;
}

.verticalLeftBarTD ul
{
    padding:0px;
    margin:0px;
}

.verticalLeftBarTD li {
	padding:0px;
	margin-left:15px;/*pushes the discs within the container otherwise they fall out*/
	list-style: disc;
	line-height:145%;
}
.verticalLeftBarTD table {
	
	padding-bottom:12px;
}

/* DIRECTORY BAR */
.directoryBarMainDIV
{
	position:fixed;
	bottom:0px;
	width:100%;
}
.directoryBarDIV
{
	background-color: #999999;
	background-image:url(Images/DirectoryBGgrad.jpg);
	width: 990px;
	margin: 0px auto 0px auto;
}

/* FOOTER */
.footerBarDIV
{
	background-color: #333333;
	color: #FFFFFF;
	font-size: .88em;
	text-align:center;
	padding-top:3px;
	padding-bottom: 30px;
}

.footerBarDIV a
{
    color: #FFFFFF;
    text-decoration: none;
}
.footerBarDIV a:hover
{
    color: #fff;
    text-decoration: underline;
    
}
.footerBarDIV .EktronEditorsMenuWrapper a
{
    color: #000000;
    text-decoration: none;
}

/* MAIN CONTENT */
.mainContent {
width: 100%;
color:#000;
padding:0px 0px 0px 0px;
text-align:justify;

}

.mainContent p {
	padding:0px 0px 15px;
	margin:0px 0px 10px;
	/* line-height:200%;  */
	text-align:justify;
}

.mainContent a {
color:#2233EB;
text-decoration:underline;
}

.mainContent a:hover{
color:#9D6F3B;
text-decoration:underline;
}

.contact {padding: 0px 10px; width:100%;}
.contact table td {padding:5px; margin:0px;}

.salutation {
  margin: 0px 0px 0px 115px;  
}
.buttonsTable td {
  padding:0px 0px 19px 0px; 
}
.sectionMainImage 
{
    float:left;
    padding:px;
    margin:0px;
}
/*-----right column- of the Resources section-----*/
.ResourcesVerticalRightBar 
{
	width: 240px;
	min-height:300px;
	vertical-align: top;
	background-color: #fff;
	padding: 0px 0px 0px 30px;
	margin-left:40px;
	border-left:dashed 1px #000;
	
}
.ResourcesVerticalRightBar h1, .ResourcesVerticalRightBar h2, .ResourcesVerticalRightBar h3, .ResourcesVerticalRightBar h3, .ResourcesVerticalRightBar h4, .ResourcesVerticalRightBar h5, .ResourcesVerticalRightBar h6 {
	color:#0D1F37;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ResourcesVerticalRightBar a 
{
    color:#2233EB;
    text-decoration:underline;
    }
.ResourcesVerticalRightBar a:hover  {color:#9D6F3B; text-decoration:none;}

.ResourcesVerticalRightBar p {
	width:240px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:120%;
}

.ResourcesVerticalRightBar ul
{
    padding:0px;
    margin-left:13px;
    margin-bottom:15px;
}

.ResourcesVerticalRightBar li {
	padding:0px;
	margin-left:0px;
	list-style: disc;
	line-height:145%;
}
/*-----End right column of the Resources section-----*/


/*-----Right column - of the main sections for Civil Litigation, Municipal Law and Criminal-----*/
.SectionsVerticalRightBar 
{
	width: 280px;
	min-height:200px;
	vertical-align: top;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	margin-left:0px;	
	
}
.SectionsVerticalRightBar h1, .SectionsVerticalRightBar h2, .SectionsVerticalRightBar h3, .SectionsVerticalRightBar h3, .SectionsVerticalRightBar h4, .SectionsVerticalRightBar h5, .SectionsVerticalRightBar h6 {
	color:#0D1F37;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.SectionsVerticalRightBar a 
{
    color:#2233EB;
    text-decoration:underline;
    }
.SectionsVerticalRightBar a:hover  {color:#9D6F3B; text-decoration:none;}

.SectionsVerticalRightBar p {
	width:280px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:120%;
}

.SectionsVerticalRightBar ul
{
    padding:0px;
    margin:0px 0px 5px 13px; /*Values for IE6. It needs this to know how to position the <ul> tag.*/
}

.SectionsVerticalRightBar li {
	padding:0px;
	margin:0px 0px 5px 13px; /*Values for IE6. It needs this to know how to position the <ul> tag.*/
	list-style: disc;
	line-height:145%;
}
/*-----End Main Section Right column styles-----*/     
    


