/* CSS Document */

body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #596E7F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #A40000;
}
a:active {
	text-decoration: none;
	color: #A40000;
}

.homepanelbox {background-image: url(homepanel_bg.jpg); background-color: #ffffff; background-repeat: no-repeat; padding-top: 9px; padding-left: 9px; padding-right: 8px; padding-bottom: 16px;}
.contentbox {padding-left: 3px; padding-right: 3px;}
.contentcolleft {background-image: url(panel_left.jpg); background-repeat: repeat-y;}
.contentcolright {background-image: url(panel_right.jpg); background-repeat: repeat-y; }

.homecontent {padding-left: 110px; padding-right: 5px;}
.subcontent {padding-left: 15px; padding-right: 5px;}
.attorneylist {font-size: 12px; line-height: 15px; padding-right: 5px; border-right: 1px dotted #666666;}

.headline {font-size: 16px; font-weight: bold; color:#596E7F;}

.floatLeft{float: left;}
.floatRight{float: right;}
.image-left{float: left; vertical-align: text-top;}
.image-right{float: right; vertical-align: text-top;}
div.wrapContainer{width:99.5%; float:left;}

.box {background-color: #C6DBEF;}

.float {width: 80px; float: right;}

.footnote {font-size: 9px; line-height: 11px;}

.white {color: #ffffff;}