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

body {
	background-color: #FFFFFF;
}

#banner {
	height: 97px;
	border-bottom: 2px solid #999966;
	background-color: #316A11;
	position: relative;
}

#banner h1 {
	position: absolute;
	left: 5px;
	top: 0px;
}

#banner h2 {
	background-image: url(images/name.gif);
	height: 95px;
	width: 346px;
	position: absolute;
	left: 200px;
	top: 0px;
}

#banner h3 {
	float: right;
	color: #FFFFFF;
	width: 200px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
}

#primarynav{
   white-space : nowrap;
	position: absolute;
	right: 0px;
    color : green;
	width: 50%;
} 

#primarynav ul{
   padding : 0;
   margin : 0;
   float : right;
}

#primarynav li{
   display : inline;
}

#primarynav a {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	font-size: 1em;
	text-transform: lowercase;
	color: #999966;
	text-decoration: none;
	padding: 0 15px;
}

#primarynav a:hover {
	color: #000000;
}

#secondarynav {
	width: 181px;
	color: #FFFFFF;
	background-color: #8B8D57;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#secondarynav h3{
	font-size: .8em;
	padding-left: 2px;
}

#secondarynav h4{
	font-size: .7em;
	padding-left: 2px;
}
#secondarynav p{
	font-size: .7em;
	padding: 0 0 5px 10px;
}

#secondarynav a {
	color: #FFFFFF;
}

#maincontent {
	margin: 2em 70px 10px 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;

}

#features {
	margin: 20px 70px 20px 230px;
	display: block;
	white-space: nowrap;
	clear: right;
}

#features div {
	width: 45%;
	float: left;
	padding: 0 2.4% 20px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;

}

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

#list1 {
	border-right: 2px solid #999999;
}

#features h3 {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	color: #FFFFFF;
	background-color: #356812;
	font-weight: lighter;
	padding: 2px 15px;
}

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

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

#footer {
	clear: both;
	background-color: #8B8D57;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	color: #FFFFFF;
	text-align: center;
	padding-left: 200px;
	font-size: 0.8em;
	font-weight: bold;
	height: 1.2em;
}

#footer a{
	color: #FFFFFF;
}

#footer a:hover{
	color: #356812;
}

.hide {
	display: none;
}
#container {
	background-image: url(images/nav_background.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.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;
	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;
}

#maincontent li {
	padding-bottom: 10px;
}

#donate {
	width: 250px;
	float: right;
	border: solid 1px #316A11;
	margin: 10px 0 10px 10px;
}

#donate h2{
	background-color:  #8B8D57;
	color: #316A11;
	padding: 5px;
	margin-bottom: 0;
	text-align: center;
	border-bottom: solid 1px #316A11;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#donate p {
	padding: 5px;
}

#donate form {
	text-align: center;
}
