/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #E5E1DF;
	background-image: url(images/back1.gif);
	text-align: left;
	background-repeat: repeat-y;
	background-position: center;
}

/************** layout styles **************/

#main {
	width:760px;
	background-image: url(images/h-back.gif);
	background-repeat: repeat-x;
  }

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:760px;
	height: 99px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-align: center;
  }

#meat{
	background-image: url(images/3c-back.gif);
	background-repeat: repeat-y;
}

#disc{
	background-image: url(images/d-back.gif);
	background-repeat: repeat-x;
	padding: 20px;
    font-size: 11px;
	color: #999999;
	text-align: justify;
}

#3bot{
	background-image: url(images/business-law-areas.gif);
	background-repeat: no-repeat;
}

#aback{
	background-image: url(images/area-back.gif);
	background-repeat: repeat-x;
}

#abholder{
	padding: 30px 0px 0px 20px;
	font-size: 11px;
}

#abwrap{
	padding: 0px;
	width: 150px;
}

#abcell{
	font-size: 11px;
}

#abcell ul {
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style-position: inside;
  }
#abcell li {
  margin:0;
  padding:2px 0px 0px 0px
  }

#left{
	background-image: url(images/l-back.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	padding: 50px 0px 0px 10px;
}

#right{
	background-image: url(images/r-back.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
	padding: 50px 0px 0px 0px;
}

#content{
	background-image: url(images/c-back.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	font-size:12px;
	text-align: justify;
	padding: 0px 20px 30px 20px;
}

#con{
	width: 155px;
	background-image: url(images/contact-back.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	font-size:9px;
	font-weight:bold;
	color: #333366;
}

#tact{
	vertical-align: top;
	text-align: left;
	font-size:10px;
	font-weight:bold;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}

/************** header tag styles **************/

h1{
	font-size: 14px;
	font-weight:bold;
	color:#C9B45F;
	padding: 5px 0px 15px 0px;
}

h2{
 font-size:14px;
 color: #CC0000;
 margin: 0px;
 padding: 0px;
}

h3{
	font-size: 12px;
	font-weight:bold;
	color:#333366;
	margin: 0px;
	padding: 0px 0px 3px 15px;
	background-image: url(images/a-title.gif);
	background-repeat: no-repeat;
}

h4{
	font-size: 13px;
	font-weight:bold;
	color:#333366;
}

.subhead{
	font-size: 12px;
	font-weight:bold;
	color:#333366;
	margin: 0px;
	padding: 0px;
}

hr {
	color: #000000;
}

.shortform {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #333366;
}

/*********** #Practice Area Links ***********/

#prac a {
	display:block;
	background: url("images/arrow1.gif") no-repeat left top;
	padding:0px 0px 10px 25px;
	text-decoration:none;
	font-weight:bold;
	color:#333366;
	font-size: 11px;
  }

#prac a:hover {
	display:block;
	background: url("images/arrow2.gif") no-repeat left top;
	padding:0px 0px 10px 25px;
	text-decoration:none;
	font-weight:bold;
	color:#C9B45F;
	font-size: 11px;
  }
  
/*********** #Areas UL ***********/

#alist ul {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style-position: inside;
  }
#alist li {
  margin:0;
  padding:0px 0px 0px 0px
  }

/*********** #header ***********/

#header ul {
  margin:0;
  padding:72px 0px 12px 30px;
  list-style:none;
  }
#header li {
  float:left;
  margin:0;
  padding:0px 5px 0px 1px
  }
#header a {
  float:left;
  display:block;
  background: url("images/link-off.gif") no-repeat left bottom;
  padding:2px 25px 0px 20px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#E2ECFD;
  background: url("images/link-off.gif") no-repeat left top;
  }
#header #current {
  background-color: #000000;
  height: 15px;
  }
#header #current a {
  color:#CCCCCC;
  }
  
#header #current a:hover {
  color:#CC0000;
  }