@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Georgia, Tahoma, Arial;
	font-size: 12px;
}
td {
	font-family: Georgia, Tahoma, Arial;
	font-size: 13px;
	color: #454545;
}
.container {
	margin: auto;
}
.container td {
	vertical-align: top;
}
#navigation {
	text-align: right;
	margin: auto;
	width: 780px;
	font-family: Arial, Tahoma, Georgia, sans-serif;
	padding-bottom: 9px;
	padding-top: 5px;
}
#navigation a {
	background-image: url(../images/bg_nav.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	background-position: left top;
	color: #631826;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	color: #003399;
}
.leftcol {
	background-color: #E8E0D5;
}
.leftcol a {
	color: #13356C;
}
.leftcol a:hover {
	color: #710000;
}
.disc {
	font-size: 10px;
	color: #757575;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.btt {
	font-size: 10px;
}
#content {
	margin-right: 45px;
	margin-bottom: 25px;
	margin-left: 45px;
	margin-top: 0px;
}
h1 {
	font-size: 18px;
	color: #4c0000;
	margin: 0px;
}
h2 {
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.rightcol {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0E2959;
	padding-bottom: 45px;
}
.rightcol p {
	margin-right: 45px;
	margin-left: 45px;
}
.rightcol a {
	color: #E8E0D5;
}
.rightcol a:hover {
	color: #7099D8;
}

#footer {
	color: #b5b5b5;
	background-image: url(../images/shadow_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	width: 800px;
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: center;
}
#footer a {
	color: #A3AAC7;
}
#footer a:hover {
	color: #FFCC99;
}
.search {
	text-align: center;
	margin: 25px;
}
.search input {
	color: #676767;
}
.rightcol ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 45px;
	line-height: 18px;
}
.rightcol ul a {
	color: #E8E0D5;
	text-decoration: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}
.phattsm {
	margin-right: 12px;
}
.random_lawyers{
	font-size: 18px;
	font-weight:bold;
	margin-left:55px;
	margin-bottom:14px;
}
.random_lawyers img{
	float: left;
	margin-right:20px;
}
.random_lawyers a{
	float:left;
	display:block;
	width:180px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
