body {
	background-color: #d5e1ef; /*#E9ECF7;*/
	background-image: url("img/RK_Web_BG.jpg");
	background-repeat: no-repeat;
	background-position: center 60px;
	font-family: arial, "lucida console", sans-serif;
}

a {
	text-decoration: none;
	color: #003E7A;
}
a:hover { text-decoration: underline; }
.active {font-weight: bold;}

h1 {
	color: #4E84C4;
	font-size:1.4em;
}

h2 {
	color: #003E7A;
	font-size:1.0em;
	font-weight: bold;
}

#header {
	/*border: thin green solid;*/

	background-image: url("img/header-logo.png");
	background-repeat: no-repeat;
	background-position: left center;

	margin:34px auto 0 auto;
	padding:0;
	width:780px;
	text-align: right;

	font-size:0.6em;
	color: #003E7A;
}

.header-height {
	/*border: thin green solid;*/
 	margin:34px auto 0 auto;
	height:44px;
}

#header ul {
	/*border: thin green solid;*/
	padding-top:28px;
}

#header li {
	list-style-type: none;
	display: inline;
	margin-left:22px;
}

/* HOME NAV */

.home-nav {
	position: relative;
	width:500px;
	top:440px;
	left:298px;
	font-size:0.5em;
	line-height:100%;
}

.home-nav li {
	list-style-type: none;
	display: inline;
	margin-left:63px;
}

.lower {
	margin-top:20px;
	left:212px;
}

.lower li {margin-left:84px;}

/* 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:30px;
	width: 210px;
	height: 448px;
	overflow: auto;	
	font-size:0.6em;
	padding-right:20px;
	font-weight: bold;
}

.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;
/*	height: 448px;
	overflow: auto;	*/
	font-size:0.6em;
	padding-right:20px;
	font-weight: bold;
	float:left;
}

.onblue {
	padding-left:10px;
	padding-right:10px;
	left:30px;
	top:30px;
	height:528px;
	color:#ff0000;
	line-height:100%;
}

.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:5px 0;
	padding:0;
}

.attorneys .detail li {
	font-weight: normal;
}

#photo-grid {
 float:right;
}

#photo-grid a img{
  border:0;
}

.attorneys .detail {
	display:none;
}

.attorney-bio {
	position: relative;
	left:40px;
	top:40px;
	width: 536px;
	height: 448px;
	overflow: auto;
	font-size:0.7em;
}

.attorney-bio img {
	margin-bottom:10px;
	margin-right:20px;
}

.attorney-bio .vcard {
	float:right;
	margin-right:10px;
	border:0;
}

.attorney-bio .caption {
	margin-right:20px;
}


/* PRACTICE */

.practice-nav {
/*	border: thin green solid;*/
	position: relative;
	float:left;
	left:336px;
	top:32px;
	width: 116px;
	height: 456px;
	font-size:0.7em;
}

.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: 236px;
	height: 456px;
	overflow: auto;	
	font-size:0.7em;
}


/* CONTENT */

#content {
	/*border: thin blue solid;*/
	margin:18px auto 0 auto;
	padding:0;
	height:526px;
	width:762px;
	background-color: #ccc;
	font-size:1.1em;
	color: #003E7A;
	}
	
#footer {
	/*border: thin red solid;*/
						
	margin:20px auto 0 auto;
	padding:0;
	text-align: right;
	width:780px;
				
	font-family: arial, "lucida console", sans-serif;
	font-size:0.5em;
	color: #003E7A;
}