body {
color: black;
	background: white;
	font-family: arial, "lucida console", sans-serif;
	font-size: 10pt;
      margin: 0 5% 0 5%;
      padding:0;
}

a:link, a:visited {
	background: white;
	color: #520;
	text-decoration: underline;
      font-weight: bold;
}

h1 {
	color: black;
	font-size:1.4em;
}

h2 {
	color: black;
	font-size:1.0em;
	font-weight: bold;
}

#header {
	display:none;
}

.header-height {
	/* border: thin green solid; */
 	margin:34px auto 0 auto;
	height:44px;
}

#header ul {
	/*border: thin green solid;*/
	padding:28px 0 0 0;
       margin:0;
}

#header li {
	list-style-type: none;
	display: inline;
	margin-left:22px;
}

/* HOME NAV */

.home-nav {
/*	border: thin green solid;*/
	position: relative;
	width:500px;
	top:438px;
	left:298px;
	font-size:0.5em;
	line-height:100%;
}

/* ABOUT */

.about {
	position: relative;
	left:50px;
	top:40px;
	width: 329px;
	height: 448px;
	overflow: auto;	
	font-size:0.7em;
	padding-right:20px;
}

.about a {
	font-weight: bold;
}

.about img {
	margin:14px 20px 10px 0;
	float:left;	
}

.inner-nav {
/*	border: thin green solid;*/
	color: #4E84C4;
	text-align: right;	
}

/* HIGHLIGHTS */

.highlights {
	position: relative;
	left:430px;
	top:40px;
	width: 260px;
	height: 448px;
	overflow: auto;	
	font-size:0.7em;
	padding-right:20px;
}

.highlights a {
	font-weight: bold;
}

/* EXPERIENCE */

.experience {
	position: relative;
	left:408px;
	top:40px;
	width: 290px;
	height: 448px;
	overflow: auto;	
	font-size:0.7em;
	padding-right:20px;
}

.experience ul {
	margin:0;
	padding:0
}

.experience li {
	list-style-type: none;
	margin:0;
	padding:0;
}

/* CONTACT */

.contact {
	/*border: thin green solid;*/
	position: relative;
	left:496px;
	top:36px;
	width: 204px;
	height: 448px;
	overflow: auto;	
	font-size:0.6em;
	padding-right:20px;
	font-weight: bold;
font-size:0.6em;
}

.contact .plain {
	font-weight: normal;
}

.contact a {
	font-weight: bold;
	color: #4E84C4;
}

/* ATTORNEYS */

.attorneys {
/*	border: thin green solid;*/
	position: relative;
	left:10px;
	top:4px;
	width: 126px;
	font-size:0.6em;
	padding-right:22px;
	font-weight: bold;
	float:left;
}

.onblue {
	display:none;
}

.onblue a {
	color:#fff;
	font-size:0.9em;
	font-weight: normal;
}

.onblue .active a {
	color:#B8CEE7;
}

.attorneys ul {margin-left: 0; padding-left: 0;}

.attorneys li {
	list-style-type: none;
	margin:2px 0 3px 0;
	padding:0;
}

.attorneys .detail li {
	font-weight: normal;
}

.attorney-photos-col {
/*	border: thin red solid;*/
	float:left;
	width: 102px;
}

.attorney-photos-col img{
       /* border: thin red solid */
       border:0;
       display:block;
       padding:0 0 4px 4px;
       margin: 0;
}

.attorneys .detail {
	display:none;
}

.attorney-bio img {
	margin-bottom:10px;
	margin-right:20px;
        display: block;
}

.attorney-bio .vcard {
	display:none;
}

.attorney-bio .caption {
        margin-top:-5px;
	margin-right:20px;
}

.attorney-bio .areas {
	list-style-type: none;
}

/* PRACTICE */

.practice-nav {
/*	border: thin green solid;*/
	position: relative;
	float:left;
	left:336px;
	top:32px;
	width: 120px;
	height: 456px;
	font-size:0.7em;
	line-height:100%;
}

.practice-nav ul {
	margin: 0; padding: 0;
}

.practice-nav li {
	margin: 4px 0;
	list-style-type: none;
}

.practice-nav a {
	color: #fff;
}

.practice-nav .active a {
	color:#B8CEE7;
}

.practice {
	/*border: thin blue solid;*/
	position: relative;
	left:360px;
	top:30px;
	width: 240px;
	padding-right:10px;
	height: 456px;
	overflow: auto;	
	font-size:0.7em;
}

.practice ul {
   padding-left:14px;
}


.practice li {
   margin-top:8px;
}


.practice .attorneys {
	list-style-type: none;
	font-size:0.9em;
}

.practice .attorneys li {
   margin-top:0;
}


/* PRIVACY */
.privacy {
	position: relative;
	left:50px;
	top:40px;
	width: 240px;
	height: 448px;
	overflow: auto;	
	font-size:0.7em;
       padding-right:20px;
}

/* CONTENT */

#content {
	background-color: white;
	font-size:1.1em;
	color: black;
	background-image: none !important;
	}
	
#footer {
	display:none
}