* {margin: 0;}

html {height: 100%;}

* html #top { 
	position: absolute;
	top: 14px;
	left: 974px;
	padding: 5px;
	background-color: #828282;
	font-size:0.75em;
	text-align:left;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, sans-serif;
	background-color: #cdcdcd;
	text-align: center;
	height: 100%;
}

#top { 
	position: fixed;
	bottom: 14px;
	left: 974px;
	padding: 3px 5px 7px 5px;
	background-color: #828282;
	font-size:1.2em;
	text-align:center;
}

#container {
	width: 960px;
	margin: 0px auto -36px 0;
	padding-bottom: 36px;
	border-left: solid white 1px;
	border-right: solid white 1px;
	background-color: #c2c2c2;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float: left;
}

#content {
	height: 100%;
}

#sidebar {
	background-color: black;
	border-right: solid white 1px;
	height: 100%;
	width: 240px;
	position: absolute;
	left: 0;
	top: 0;	
}

#accordion {
	width: 240px;
	float: left;
}

#accordion ul {
	text-align: left;
	font-size: .75em;
}

#accordion li {
	padding-left: 35px;
	padding-bottom: 5px;
}

li.first {
	margin-left: -20px;
	font-size: 1.2em;
}

li.last {
	margin-bottom: 10px;
}

#menu {
	float: left;
	background-color: #828282;
}

#accordion img {
	margin: 0;
	padding: 0;
	display: block;
	
}

#sidebar h3 {
	width: 226px;
	height: 25px;
	background: repeat-x url(../img/subheadBG.gif);
	margin: 0;
	padding: 2px 7px 0 7px;
	text-align: left;
}

#accordion ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	width: 240px;
}

#logo {
	height: 35px;
	padding: 15px 26px;

}

#logo img{
	border: none;
}

#main {
	position: relative;
	width: 710px;
	float: right;
	height: 100%;
}

#main p{
	font-size: .75em;
	color: #4d4c4c;
	line-height: 16px;
}

#about {
	margin: 14px 0 30px 0;
	padding: 0;
	float: left;
}

.subhead {
	width: 684px;
	height: 28px;
	background: repeat-x url(../img/subheadBG.gif);
	margin: 0 0 10px 0;
	padding: 4px 7px 0 7px;
	float: left;
	text-align: left;
}

#intro {
	float: left;
	width: 525px;
	text-align: left;
	margin: 0 16px 0 0;
}

#intro p {
	padding-bottom: 10px;
}

.quote {
	float: left;
	border: none;
	padding-bottom: 15px;
}

.headshot {
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	border: solid white 3px;
}

#elsewhere {
	float: left;
	width: 240px;
	text-align: left;
	background-color: #b2b2b2;
	padding-bottom: 20px;
}

#elsewhere h4 {
	float: left;
	background: #7d7d7d;
	color: white;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	width: 220px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: .75em;
}

#elsewhere ul {
	width: 100px;
	float: left;
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0;
	font-size: .8em;
	line-height: 19px;
}

h4 {
	float: left;
	background: black;
	color: white;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	width: 678px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: .9em;
}

.post {
	float: left;
}

.post a:link, .post a:visited, .post a:hover, .post a:visited {
	color: #F70B0C; 
	text-decoration: none;
}

.post img {
	padding: 0;
	margin: 0 11px 30px 0;
	border: solid white 3px;
}

.post a {
	float: left;	
}

a.live {
	float: none;	
}

#footer {
	width: 960px;
	margin: 0 auto 0 0;
	height: 18px;
	border-left: solid white 1px;
	border-right: solid white 1px;
	padding-bottom: 10px;
	padding-top: 8px;
	background-color: black;
	position: relative;
	text-align: center;
	display: block;
	clear: both;
}

#push {
	height: 36px;
	left: 50%;
	margin-left: -480px;
}

#footer p {
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: .7em;
	margin: 0;
	padding: 2px 15px 0 15px;
	line-height: 1.3em;
	color: white;
	clear: both;
}

#footer a:link, #footer a:visited { 
	color: white; text-decoration: none; }

#footer a:hover, #footer a:active {
	color: #ccc; text-decoration: none;}

#sidebar a:link, #sidebar a:visited { 
	color: #e5e5e5; text-decoration: none; }

#sidebar a:hover, #sidebar a:active {
	color: #424242; text-decoration: none;}

#top a:link, #top a:visited { 
	color: #e5e5e5; text-decoration: none; }

#top a:hover, #top a:active {
	color: #424242; text-decoration: none;}
	
a:link, a:visited { color: #424242; text-decoration: none; font-weight: bold;}
a:active, a:hover { color: #424242; text-decoration: underline; font-weight: bold;}

.pdflink { background:transparent url(../img/pdficon_small.gif) no-repeat scroll right center;
padding-right:16px; padding-top: 10px; }
