/* CSS Document */

/* Eric Meyer Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* typography */

body {
background: #54534C url(images/bg_base.png) repeat-x;
/* background: #54534C url(images/bg_interior_opt.png) repeat-x;*/
text-align: center;
font: 76% 'lucida sans', helvetica, sans-serif;
margin: 7px;
color: #54534C;
}
p {
margin: 1em 0;
line-height: 1.4;
font-size: .87em;
}
a {
text-decoration: none;
color: #300;
}
a:hover {
text-decoration: underline;
color: #600;
}
h1 {
font-weight: normal;
text-transform: uppercase;
color: #300;
margin: .5em 0;
font-size: 1.2em;
}
h2 {
font-size: 1em;
font-weight: normal;
text-transform: uppercase;
color: #300;
margin: .5em 0;
}
h2 + p {
margin: 0;
}
h2.single {
vmargin-bottom: 2em;
}
ul, ol, dl, table, form {
margin: 1em 0;
}
ol li { 
list-style-type: decimal; 
margin: .5em 1.5em .5em 2em;
line-height: 1.4;
}
ul li {
list-style-position: outside;
margin: .5em 1.5em;
line-height: 1.4;
}
blockquote {margin: 1em;}
dd {
margin-bottom: 1.5em;
}
dt.title {
font-size: 1.3em;
margin: 1em 0 .25em 0;
}
dl p {
margin-top: 0;
}
.form-item {
margin: .5em 0;
}
a.more {
font-weight: bold;
font-size: .95em;
margin-left: 3px;
}
.caption {
font-style: italic;
font-size: .9em;
}
.clear {
clear: both;
float: left;
width: 100%;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
/* base wrappers */
.content-expand {
background: #54534C url(images/bg_interior1_opt.png) repeat-x;
width: 100%;
float: left;
text-align: center;
height: 850px;
min-width: 975px;
}
.content-fixed {
width: 975px;
text-align: left;
margin: 0 auto;;
background: transparent;
}
.logo {
float: left;
width: 150px;
margin-top: 32px;
}
/* primary and secondary navigation */
#nav {
background: transparent;
float: right;
}
ul.primary-nav-menu {
background: transparent;
margin-top: 37px;
}
ul.primary-nav-menu li {
display: inline;
list-style-type: none;
background: transparent;
padding-left: 7px;
margin: 0 0 0 30px;
}
ul.primary-nav-menu li a {
padding: 8px 5px 0 4px;
border-left: 1px solid #600;
}
ul.secondary-nav-menu {
background: transparent;
margin: 0 0 0 123px;
border-left: 1px solid #600;
}
ul.bio-nav {
margin: 0 0 0 217px;
}
ul.secondary-nav-menu li {
display: inline;
list-style-type: none;
background: transparent;
padding-left: 0;
margin: 0 3px;
font-size: .9em;
}
ul.secondary-nav-menu li a {
padding: 2px;
border-left: none;
}
#nav a.active {
color: #600;
text-decoration: underline;
}
#lvl2,
#lvl3 {
width: 100%;
float: left;
margin-top: -10px;
}
#lvl2 ul.images li {
float: left;
width: 175px;
list-style-type: none;
margin: 0 20px 0 0;
padding: 0;
}
#lvl2 .images img, 
#lvl2 .books img {
margin-bottom: 5px;
}
#lvl3 .images img {
float: left;
margin: 0 15px 5px 0;
}
#lvl3 .images p {
margin-right: 50px;
}
#lvl3 h1 {
margin-top: 0;
}
.bio .col {
float: left;
width: 45%;
margin-right: 2em;
}
#lvl2 ul.books {
margin-left: 100px;
}
#lvl2 ul.books li {
float: left;
width: 220px;
margin-right: 2em;
}
img.left {
float: left;
margin: 0 10px 15px 0;
}
.bio .clear h1 {
margin-top: 0;
}