/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(../i/bground.gif);
	background-repeat: repeat-x;
	font-size: 62.5%;
}
#wrapper {	
	width: 780px;
	margin: 0 auto;
	background-color: #FFF;
}
#header h1 {
	position: relative;
	height: 231px;
	width: 717px;
	overflow: hidden;
	margin: 0 31px;
	padding: 8px 0 0 0;
}

#header h1 span {
	background-image: url(../i/top_image.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;	
}
#header h1 a {
	z-index: 500;
	position: absolute;
	height: 100%;
	width: 100%;
}
ul#mainnav {
	margin: 0 31px;
	text-transform: uppercase;
	padding: 8px;
	height: 1.1em;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}
#mainnav li {
	float: left;
	margin: 0 20px 0 0;
}
#mainnav a {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
#mainnav a:link {
	text-decoration: none;
	color: #000;
}
#mainnav a:visited {
	text-decoration: none;
	color: #000;
}
#mainnav a:hover {
	text-decoration: underline;
	color: #0000CC;
}
#mainnav a:active {
	text-decoration: underline;
	color: #0000CC;
}
#content {
	margin: 25px 31px;
	font-family: Georgia,Times,serif;
}
h1 { 
	font-size: 2.2em;
	color:#549AD8;
	margin: 0 0 15px 0;
}
p {
	margin: 0 0 15px 0;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #5D5D5D;
}
#sidebar {
	float: right;
	width: 28%;
}
#maincontent {
	width: 65%;
}
.sideblock {
	background-color:#F6FAFF;
	border:1px solid #DFEAF7;
	margin-bottom:20px;
	padding: 16px 14px 16px 14px;
}
body.home .sideblock {
	background-color:#FFF;
	border:none;
	margin-bottom:20px;
	padding: 16px 14px 16px 14px;
}
.sideblock h2 {
	font-size: 1.8em;
	color: #009900;
	margin: 0 0 10px 0;
}
body.home .sideblock h2 {
	font-size: 1.8em;
	color: #333;
	margin: 0 0 10px 0;
}
.sideblock li {
	padding: 0 0 8px 16px;
}
.sideblock li a {
	font-size: 1.1em;
}
p#footer {
	text-align: center;
	padding: 15px 0;
	margin: 0 31px;
	border-top: 1px dotted #CCC;
	font-size: 1.1em;
	clear: both;
}
.twoholder {
	clear: both;
	padding-top: 20px;
}
.left {
	float: left;
	width: 42%;
}
.right {
	float: right;
	width: 42%;
}
.biopic {
	float: left;
	padding: 4px;
	border: 1px solid #CCC;
	margin: 0 20px 10px 0;
}
.breadcrumb {
	font-size: 9px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 { 
	font-size: 2.2em;
	color:#549AD8;
	margin: 0 0 1.5em 0;
}
h3 {
	margin: -2.5em 0 1.5em 0;
	color: #549AD8;
	font-size: 1.2em;
}
#RSS {
	line-height: 1.2em;
	font-size: 110%;
}
.postedin {
	color: #999999;
}
.category {
	color: #333333;
}
.sideblock #RSS li {
	padding-bottom: 6px;
}
.sideblock p {
	line-height: 1.3em;
	font-size: 135%;
}
#blurb {
	margin-bottom: 25px;
}
#blurb h3 {
	font-size: 1.4em;
	color: #666666;
	font-style: italic;
	margin-top: -2.1em;
}
#postholder {
	height: 180px;
	overflow: auto;
	background: #e3e3e3;
	margin-right: 15px;
	padding: 8px 0;
}
#advisors-flash {
	height: 150px;
	width: 290px;
}
body.home div.twoholder:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html body.home div.twoholder {
	height: 1%;
}
*:first-child+html body.home div.twoholder {
	min-height: 1px;
}