/*for printer-friendly*/

/*redefined html tags*/

body {
	background-color: white;
	margin: 0px;
}

/*heading tags used in body...all the same for now*/
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #00000;
}
/*heading tags used in body...all the same for now*/

h2 {
	color: #000000;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
}



/****PRINT COMMANDS****/
.PRINT-header {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 30px;
	

}

.PRINT-footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 15px;
}

/*custom html*/
.TABLE-main {
	width: 600px;
}

.TABLE-fix {
	width: 100%;
	}

.CELL-header {
	text-align: center;
	vertical-align: top;
}


.CELL-main-c {
	background-image: url(../images/page-elements/main-c-bkgrd-repeater.jpg);
	background-repeat: repeat-y;
	text-align: justify;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}

.CELL-main-c a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #0000FF;
	text-decoration: underline;
}

.CELL-main-c a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #0000FF;
	text-decoration: underline;
}

.CELL-main-c a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #0000FF;
	text-decoration: none;
}


.CELL-footer {
	display: none;
}

/*insides*/
.header-contact {
	display: none;
}

.header-nav {
	display: none;
}

/*link formatting*/
.header-nav a:link{
	display: none;
}

.header-nav a:visited{
	display: none;
}

.header-nav a:hover{
	display: none;
}





/*footer*/
.footer-copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.footer-disclaimer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	vertical-align: top;
	text-align: justify;
}

.footer-disclaimer a:link{
	display: none;
}

.footer-disclaimer a:visited{
	display: none;
}

.footer-disclaimer a:hover{
	display: none;
}

/*home page*/

.home-column-text {
	width: 200px;
	text-align: justify;
	padding-right: 40px;
	
}

.home-column-text-2 {
	width: 200px;
	text-align: left;
}

.home-column-text-3 {
	width: 200px;
	text-align: left;
	padding-left: 40px;

}

.home-resources-div {
	display: none;
}


.home-contact-div {
	background-color: #ffffff;
	width: 200px;
	text-align: left;

}

/*practice areas*/
.practice-areas-title-big {
	text-align: left;
	vertical-align: top;
	width: 250px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 20px;
	text-transform: uppercase;
}

.practice-areas-title {
	text-align: left;
	vertical-align: top;
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 20px;
	text-transform: uppercase;
}

.practice-areas-attorneys {
	text-align: left;
	vertical-align: top;
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 5px;
}

.table-practice-areas {
	width: 600px;
}

/*Clients*/

.clients-title-big {
	text-align: left;
	vertical-align: top;
	width: 600px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.clients-list {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	padding: 10px 20px;
	font-weight: bold;
	width: 270px;
	vertical-align: top;
}

/*Attorney Profiles - List*/

.table-attorneys {
	width: 600px;
}


.attorney-profiles-title-big {
	text-align: left;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.attorney-profiles-list-pic1 {
	text-align: left;
	vertical-align: middle;
	width: 200px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 30px;
}

.attorney-profiles-list-name1 {
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
	width: 400px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.attorney-profiles-list-name1 a:link{
	font-size: 18px;
	text-decoration: underline;
	color: #000000;
}

.attorney-profiles-list-name1 a:visited{
	font-size: 18px;
	text-decoration: underline;
	color: #000000;
}

.attorney-profiles-list-name1 a:hover{
	font-size: 18px;
	text-decoration: none;
	color: #000000;
}
.div-attorney-pic-border {
	border: 2px solid #112C0B;
	width: 50px;
	text-align: center;
}

/*attorney profiles - details*/

.attorney-profiles-pic1 {
	text-align: left;
	vertical-align: top;
	width: 200px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 30px;
}

.attorney-profiles-text {
	font-size: 12px;
	text-align: justify;
	vertical-align: middle;
	width: 400px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.attorney-profile-pic-border {
	border: 2px solid #112C0B;
	
}

.attorney-profile-title {
	vertical-align: top;
	width: 600px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding: 5px;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	text-transform: uppercase;
}
.attorney-profile-text-450 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	padding: 10px;
	width: 600px;
	vertical-align: top;
}

.div-float-pic-left {
	float: left;
}

/*used for aligning images*/
.align-pic-right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.align-pic-left{
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}

