/* CSS Document */

/* Page Layout */

body{
	vertical-align: top;
	background: #333;
	margin: 0;
	padding: 0;
}
/* This line allows full PNG support in IE 5.5+ | http://www.twinhelix.com/css/iepngfix */
img, div { 
	behavior: url(/css/iepngfix.htc);
}
#container{
	margin: 10px auto;
	width: 824px;
	background: #FFF;
}
#header{
	clear: both;
	width: 824px;
	height: 173px;
	background: url(/img/bg_header.png) no-repeat;
}

#banner{
	width: 824px;
	height: 195px;
	clear: both;
	position:relative;
	background-color: #000000;
}

#content{
	width: 824px;
	padding-top: 30px;
	min-height: 300px;
}
#footer{
	clear: both;
	width: 824px;
	height: 171px;
	background	: url(/img/bottom.gif) no-repeat;
	position:relative;
}
#footer_sub{
	clear: both;
	width: 824px;
	height: 171px;
	background	: url(/img/bottom_sub.gif) no-repeat;
	position:relative;
}

#submenu{
	position:absolute;
	right:20px;
	bottom:12px;
}

#submenu a:hover{
	background-color:transparent;
}

hr {
	color: #000;
	height: 2px;
	width: 100%;
}
h3 {
	color: #000;
	font: 14pt Tahoma;
	margin: 0;
	padding: 0;
}
h2 {
	color: #000;
	font: bold  11pt Arial;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
h1.banner {
	color: #FFF;
	font: 45pt Arial;
	left: 30px;
	position: absolute;
	bottom: 15px;
	margin: 0;
	padding: 0;
}


/* Page Content */

#outreach {
	width: 300px;
	float: left;
	margin: 0 0 0 20px;
}
	.outreach_case {
		padding-top: 10px;
		clear: both;	
	}
	.outreach_case img{
		padding-right: 15px;
		border-width:0px;
	}
	.outreach_case a:hover{
		color:#FFFFFF;
		background-color:#FFFFFF;
	}
	.outreach_case .case_name {
		font: 14pt Tahoma;
		color: #000;
		margin: 6px 0 0 0;
		display: block;
	}
	.outreach_case .case_project {
		font: 11pt Tahoma;
		color: #000;
	}
	
#rightside {
	float: left;
	width: 365px;
	margin-left: 100px;
}

#centercol {
	width: 550px;
	margin: 0 auto;
}

p{
	color: #000;
	font: 10pt Tahoma;

}
a {
	color: #333;
	font: 10pt Tahoma;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
	background-color: #333;
	text-decoration: none;
}