@charset "UTF-8";

/* page layout -- absolute pos. "tabloid" magazine boxes */

#pagewrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#upperleft {
	position:absolute;
	background: #F4F4F4;
	left:30px;
	top:25px;
	width:240px;
	height:332px;
	border: 3px solid #CC0000;
	padding:0;
	margin:0;
	z-index:1;
}

#upperleft a img {
	border: none;
	text-decoration: none;
}

#lowerleft {
	margin:0;
	position: absolute;
	left:30px;
	top:371px;
	width:240px;
	height:180px;
	z-index:3;
}

#lowerleft img {
	border: 3px solid #CC0000;
}

/* text and body styles */

body {
	background: url(images/gradient.jpg) repeat-x;
	background-color: #333333;
}

body, h1, h2, p, ol, li, a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

p {
	font-size: 11.5px;
}

h1, h2 {
	font-size:14px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

li {
	padding: 0 0 15px;
}

object {
	padding: 15px 0;
}

/*content*/

#content {
	position: absolute;
	left:284px;
	top:79px;
	width:602px;
	min-height:452px;
	height:auto !important;
	height:452px;
	z-index:4;
	border: 3px solid #CC0000;
	color: #F4F4F4;
	background: black;
	padding: 10px 30px;
}

#content p {
	line-height:1.4em;
}

#content li, ol {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 11.5px;
}

/*nav*/

#nav {
	position:absolute;
	left:284px;
	top:25px;
	width:662px;
	height:40px;
	z-index:2;
	border: 3px solid #CC0000;
	background: black;
	line-height: 35px;  /*centers inline list vertically */
}

#navcontainer ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	text-align: center;
	
}

#nav li {
	display: inline;
}

#nav li a {
	text-decoration: none;
	padding: .2em 1.3em;
	color: #F4F4F4;
	font-size:14px;
	font-weight:bold;
	background-color: #333333;
	border: 0px #CC0000 solid;
}

#nav li a.selected {
	background-color: #CC0000;
}

#nav li a:hover {
	background-color: #369;
	color: #fff;
}

/*bios*/

.bio {
	width: 500px;
	min-height: 150px;
	margin:0;
	list-style:none;
}

.bio li {
	border-bottom:1px solid #333333;
}

.bio img {
	float: left;
	position: relative;
	margin-top: 2.5em;
}

.bio h2,
.bio p {
	margin-left:170px;
	width:auto;
}


/*contact*/
h1.contact {
	line-height:420px;
}  /* this roughly centers contact info the center of the content div */

li.finalbio {
	border-bottom:none;
}


/*links*/
a {
	color:#CC0000;
}

a:hover {
	background-color:#F4F4F4;
}

a.imglink {
	border:none;
	text-decoration: none;
}  /* no border for image links */

a.navlink {
	font-size:14px;
	font-weight:bold;
}


/*special cases*/
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #CC0000;
}

h2.smlead {
	font-weight:bold;
	font-style:italic;
	margin:1em 0 0;
	padding-bottom:0;
}

.copy {
	color: #F4F4F4;
	font-size:10px;
	margin:4px 0 0;
}

.indented {
	margin-left:2em;
}

.ds {
	padding: 0 3px;
	background: #aaa;
}