body {
	background-color: #FFFFFF;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

#banner {
	height: 55px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
}

#banner h1 {
	position: absolute;
	left: 20px;
	top: 15px;
}

#banner h2 {
	background-image: url(images/tagline.gif);
	height: 42px;
	width: 224px;
	position: absolute;
	left: 350px;
	top: 10px;
}

#secondarynav, #primarynav {
	display: none;
}

#address {
	position: absolute;
	right: 0;
	color: #999966;
	background-color: #FFFFFF;
	white-space: nowrap;
}

#maincontent {
	margin: 4em 0 10px;
}

#features {
	margin: 20px 0;
	display: block;
	white-space: nowrap;
}

#features div {
	width: 45%;
	float: left;
	padding: 0 2.4%;
}

#features ul{
	list-style-position: inside;
	list-style-type: disc;
	white-space: normal;
}

#features div:first-child {
	border-right: 2px solid #999999;
}

#features h3 {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: lighter;
	padding: 2px;
	border-bottom: 1px solid #000000;
}

#features img {
	float: left;
	margin: 5px 5px 5px 0;
	border: none;
}

#features li {
	margin-bottom: 1em;
}

#footer p{
	margin-top: 20px;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	border: 1px solid #000000;
	clear: both;
}

.hide {
	display: none;
}
.lawyerimage {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 2px solid #000000;

}
#maincontent p {
	margin-bottom: 15px;
}

#maincontent h1 {
	color: #999966;
	margin-bottom: 15px;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 3em;
}

#maincontent h2 {
	color: #000000;
	margin-bottom: 15px;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	font-weight: normal;
}

#maincontent a {
	font-weight: bold;
	color: #999966;
}

#maincontent ul {
	margin-bottom: 15px;
	margin-left: 30px;
}
