@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/lra_bkgd.jpg);
	background-repeat: repeat-x;
	background-color:#dcd2b0;
}
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
a { color:#000066; }
a:link {
	color:#000066;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color:#000066;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color:#000066;
	text-decoration: none;
}
#verticalMenu a { color:#000066; }
#verticalMenu a:link {
	color:#000066;
	font-weight: normal;
	text-decoration: none;
}
#verticalMenu a:hover {
	color:#000066;
	font-weight: bold;
	text-decoration: none;
}
#verticalMenu a:visited {
	color:#000066;
	text-decoration: none;
}
#container {
	width: 890px;
	margin: 0 auto;
	padding: 0px;
}
#header {
	margin: 0 auto;
	background:url(images/header.jpg);
	repeat: no-repeat;
	width: 890px;
	height: 139px;
}
#menuBar {
	margin: 0 auto;
	width: 890px;
	height: 37px;
}
#mainBody {
	margin: 0 auto;
	width: 890px;
	padding:0;
}
#content {
	background: url(images/content_bkgd.jpg);
	background-repeat: no-repeat;
	width: 890px;
	height: auto;
	min-height: 600px;
	display:inline-block;
	padding: 10px 20px 10px 20px;
}
.contentSlice {
	max-width: 780px;
	float: left;
}
#verticalMenu {
	position: absolute;
	/*background-color:#FFCC00;*/
	width: 210px;
	height: 400px;
	line-height: 22px;
	border:#E4E4C9 solid 1px;
	padding: 10px 1px 0px 10px;
	margin-top: 0px;
	margin-left: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#000066;
	float: left;
}
#verticalMenuhome {
	position: absolute;
	/*background-color:#FFCC00;*/
	width: 170px;
	height: 149px;
	line-height: 22px;
	border:#E4E4C9 solid 1px;
	padding: 10px 6px 0px 10px;
	margin-top: 0px;
	margin-left: 6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000066;
	float: left;
	}
#rightContent {
	width: 564px;
	/*background-color:#999933;*/
	margin-left: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	color:#666666;
	top: 0;
	}
#rightContenthome {
	position: absolute;
	width: 800px;
	/*background-color:#999933;*/
	margin-top: 0px;
	margin-left: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	color:#666666;
	top: 218px;
}
.attorneyNav {
	font-size: 12px;
	font-weight: bold;
}
.bioTitle {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.homeTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003154;
}
.homeSmalltext {
	font-size:11px;
	text-align:justify;
	color: #003154;
}
.bioText {
	text-align: justify;
	font-size: 11px;
}

.endFloat {
    clear: both;
}
#lowerHome {
	position: absolute;
	width:720px;
	height: 220px;
	margin-left: 70px;
	top: 570px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003154;
}
#footer {
	margin: 0 auto;
	left: 4px;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 890px;
	height: 47px;
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 0px;
	text-align: center;
	padding: 14px 6px 0px 2px;
	color: #ECE8D2;
}
	
