body {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	background-image: url(images/bg.gif);
}
#wrapper {
	background: #eeeeee;
	margin-bottom: 1.75%;
	margin-left: 12.5%;
	margin-right: 12.5%;
	margin-top: 1.75%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border: 2px solid #2f4f4f;
}
#header {
	font-family: sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

#body {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#nav {
	padding-top: 5px;
	border-bottom: 1px solid;
	border-top: 1px solid;
   padding-bottom: 5px;
	text-align: center;
	font-family: Tahoma;
	font-weight: bold;
	color: #6e381e;
	background-image: url(images/bg-gold.gif);
	font-size: 15px;
}
	
#nav a {
	font-family: Tahoma;
	font-weight: bold;
	color: #6e381e;
	text-decoration: none;
}

#nav a:hover{
	font-family: Tahoma;
	font-weight: bold;
	color: #6e381e;
	text-decoration: underline;
}
	
#leftbar {
	width: 183px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url(images/bg-gold.gif);
	border: 1px solid;
	font-family: Helonia;
	min-height: 340px;
	min-width: 150px;
}

#content {
	margin-left: 245px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid;
	padding: 10px 20px 20px 20px;
	min-height: 450px;
	font-family: Garamond;
	}

#content a:hover {
	color: #6e381e;
}

#footer {
	font-family: Helonia;
	font-size: 10px;
	background-image: url(images/bg-gold.gif);
	font-style: italic;
	border-top-style: solid;
	border-top-width: 1px;
}

.cform {
	border: 1px dotted;
	padding: 20px;
}

#footer a:hover {
	font-family: Helonia;
	font-size: 10px;
	font-style: italic;
	color: #6e381e;
}

.biopic {
	border: 1px solid;
}

.bioblock {
	border: 1px dotted;
	background-color: #ffffb9;
	padding: 5px 5px 5px 5px;
}

.linklist {
	border-top: 1px solid;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.link1 {
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	background-color: #ffffb9;
	padding: 10px;
	
}

.link2 {
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	background-color: #ffffff;
	padding: 10px;
}

.form {
	background-color: #ffffb9;
	border: 1px solid;
	padding: 20px;
}

.directions {
	/* nothing */
}

#imagemap {
	display: block;
	background-image: url(images/attorneys.jpg);
	position: relative;
	width: 400px;
	height: 312px;
	border: 1px solid;
}

#imagemap dd{
	position: absolute;
	padding: 0;
	margin: 0;
}

#imagemap #picp {
	left: 0px;
	top: 170px;
	z-index: 20;
}

#imagemap #picd {
	left: 195px;
	top: 20px;
	z-index: 20;
}

#imagemap #picm {
	left: 15px;
	top: 5px;
	z-index: 20;
}

#imagemap #picc{
	left: 200px;
	top: 170px;
	z-index: 20;
}

#imagemap a#mapp {
	display: block;
	width: 200px;
	height: 145px;
	text-decoration: none;
	z-index: 20;
}

#imagemap a#mapm {
	display: block;
	width: 177px;
	height: 165px;
	z-index: 20; 	
	text-decoration: none;
}

#imagemap a#mapd {
	display: block;
	width: 200px;
	height: 150px;
	z-index: 20;
	text-decoration: none;	
}

#imagemap a#mapc {
	display: block;
	width: 200px;
	height: 145px;
	z-index: 20;
	text-decoration: none;	
}

#imagemap a span, #imagemap a:visited span {
	display: none;
}

#imagemap a:hover span {
	position: absolute;
	width: 100px;
	display: block;
	font-family: Garamond;
	background: #ffffff;
	border: 1px solid;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

#imagemap a#mapm:hover span {
	left: -30px;
	top: 30px;
}

#imagemap a#mapd:hover span {
	left: 80px;
	top: 30px;
}

#imagemap a#mapp:hover span {
	left: 110px;
	top: 30px;
}

#imagemap a#mapc:hover span {
	left: 110px;
	top: 10px;
}

.supportbio {
	background-color:#eaeaea;
	width: 250px;
	padding: 10px;
	border: 1px solid;
}