﻿/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#808080;
 color: #333333;
 }	 
	 
#lh-col{
 position:absolute;
 top:142px;
 left:0;
 width:140px;
 z-index:3;
 background:#CCCC99;
 color: #333333;
 vertical-align:top;}

#rh-col{
 position:absolute;
 top:62px;
 right:0;
 width:140px;
 z-index:2;
 background:#CCCC99;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:#CCCC99;
 color: #333333;
 height:80%;}

#hdr{
 height:120px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#990033;
 color: #333333; 
 margin:0;
  }

#c-col{
 margin:0 0px 0 142px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#CCCC99;
 color: #333333;
 margin:0;
 }
.mail_address {
}
p {
 padding: 0 15px;
 }

h4, h3 {
 margin:0; 
 padding: 5px 0;
 }

.lawyer_info_textbox {
	border: 0px none;
}

.cmajor_link 
{
	text-decoration: none;
	font-family:Verdana;
	font-weight: bold;
	font-size: 9pt;
	color: Maroon;
}
.cmajor_link hover
{
	color: Navy;
}

.j
{	text-align: justify;
}

.lawyer_text
{
	text-decoration: none;
	font-family: "Times New Roman";
	font-size: 10pt;
}

.pad_left
{
	padding: 10px 0px 10px 10px;
}

.red
{
	color: Red;
}

code, a
{
	color: Maroon;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: Navy;
}
