/* ---------- Fixes and Misc. ---------- */



*, div, p, body, html {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
.clear {
	clear: both;
}
.note, .error {
	font-weight: bold;
	color: #72767d;
}
a img {
	border: none;
}
img.projectlist {
	margin: 0 0 10px 0;
}
p {
	margin: 0 0 1em 0;
	line-height: 1.4em;
}
a {
	color: #034c96;
	text-decoration: underline;
}
a:hover {
	color: #002744;
	text-decoration: underline;
}
/* ---------- General Structure ---------- */



body {
	background: #dbdce0;
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #000;
}
#header {
	background: #fff;
	height: 130px;
}
#body {
	background: #dbdce0;
}
#footer {
	height: 30px;
	color: #000;
}
/* ---------- Header ---------- */



#headercontainer {
	height: 100px;
	width: 960px;
	margin: 0 auto 0 auto;
}
#logo {
	position: relative;
	top: 15px;
	left: 15px;
	background: url('/_img/logo.gif') top left no-repeat;
	width: 123px;
	height: 68px;
	float: left;
}
#logo h1 {
	margin: 0;
	padding: 0;
}
#logo span {
	display: none;
}
#logo a {
	display: block;
	width: 123px;
	height: 68px;
}
#shares {
	float: right;
	width: 500px;
	text-align: right;
	padding: 15px 15px 0 0;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #002744;
}
#shares div {
	padding: 0 0 5px 0;
}
/*
	Menu
*/



#menu {
	background: #002744;
	height: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
#menucontainer {
	display: block;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0px;
}
#menu a {
	text-align: center;
	display:block;
	white-space:nowrap;
	margin: 0;
	padding: 8px 16px 8px 16px;
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	background: #862b48;
	color: #fff;
}
#menu li li a {
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 6px 9px 6px 9px;
	color: #fff;
	border: none;
}
#menu ul {
	list-style:none;
	float: left;
}
#menu li {
	position:relative;
	min-height: 1px;
	vertical-align: bottom;
	float: left;
}
#menu li li {
	float: none;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	background: #002744;
}
div#menu li:hover {
	cursor:pointer;
	z-index:100;
}
div#menu li:hover ul ul {
	display:none;
}
div#menu li:hover ul {
	display:block;
}
div#menu li:hover {
	background: #862b48;
}
div#menu li:hover a {
	color: #fff;
}
#menu li li a:hover {
	background: #862b48;
	color: #fff;
}
/* ---------- Body ---------- */



#bodycontainer {
	background: #fff url('/_img/4col.gif') top left repeat-y;
	width: 960px;
	border-left: 1px solid #72767d;
	border-right: 1px solid #72767d;
	margin: 0 auto 0 auto;
}
#headimg {
	height: 160px;
	background: url('/_img/banner.jpg') top left no-repeat;
}
/* ---------- Body Columns ---------- */

#content {
	overflow: hidden;
}
.col {
	width: 240px;
	float: left;
}
.widecol {
	width: 480px;
	float: left;
}
.widecol2 {
	width: 720px;
	float: left;
}
.section-head {
	background: #6e273d;
	height: 30px;
	border-left: 1px solid #c2c3c7;
}
.althead {
	border-left: 0px solid #c2c3c7;
	border: none;
}
.section-head h2 {
	color: #fff;
	padding: 6px 6px 0 10px;
	margin: 0;
	font-size: 1.5em;
	text-transform: uppercase;
}
.section-body {
	padding: 10px;
}
#content h3 {
	border-bottom: 1px solid #ddd;
	margin: 6px 0 6px 0;
	color: #862b48;
}
#content h4 {
	font-weight: bold;
	font-size: 1em;
	color: #72767d;
	margin: 0 0 6px 0;
	border: none;
}
.dateitem .date {
	color: #999999;
	float: left;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 0 0 0;
}
.dateitem .body {
	margin: 0 0 0 60px;
	border-left: 1px solid #dbdce0;
	padding: 2px 0 10px 5px;
	line-height: 1.4em;
}
.dateitem h4 {
	display: inline;
	font-weight: bold;
	font-size: 1em;
	color: #72767d;
	margin: 0;
	border: none;
}
.dateitem a {
	background: url('/_img/link.gif') 0px 10px no-repeat;
	padding: 10px 0 10px 25px;
}
.dateitem a:hover, .dateitem a:active {
	background: url('/_img/link.gif') 0px -59px no-repeat;
}
.dateitem a:visited {
	background: url('/_img/link.gif') 0px -59px no-repeat;
}
#content ul {
	margin: 0 0 10px 16px;
}
#content ul li {
	margin: 0 0 0.5em 0;
}
.linklist {
	list-style: none;
	margin: 0 0 10px 2px !important;
}
.linklist li a {
	display: block;
	padding: 0 0 10px 25px;
	background: url('/_img/link.gif') left 1px no-repeat;
}
.linklist li a:hover, .linklist li a:active {
	background: url('/_img/link.gif') left -68px no-repeat;
}
.linklist li a:visited {
	background: url('/_img/link.gif') left -68px no-repeat;
}
.recentaudiointerviews .linklist li a {
	display: block;
	padding: 0 0 10px 25px;
	background: url('/_img/audio_link.gif') left 1px no-repeat;
}
.recentaudiointerviews .linklist li a:hover, .recentaudiointerviews .linklist li a:active {
	background: url('/_img/audio_link.gif') left -67px no-repeat;
}
.recentaudiointerviews .linklist li a:visited {
	background: url('/_img/audio_link.gif') left -67px no-repeat;
}
.photos {
	text-align: center;
}
.photos img {
	margin: 0 0 10px 0;
}
.gallery img {
	border: 2px solid #862b48;
	margin: 0 6px 6px 0;
}
#mapcol1 {
	width: 50%;
	float: left;
	text-align: left;
}
#mapcol2 {
	width: 50%;
	float: left;
	text-align: right;
}
#mapcol1 img, #mapcol2 img {
	margin: 0 0 10px 0;
}
#projectflash01, #projectflash02, #projectflash03, #projectflash04 {
	margin: 0 0 10px 0;
}
/* ---------- Footer ---------- */



#footercontainer {
	height: 342px;
	width: 962px;
	margin: 0 auto 0 auto;
	background: url('/_img/footer_bg.gif');
}
#footer-left {
	width: 50%;
	float: left;
	height: 30px;
	text-align: right;
	margin-top: 50px;
}
#footer-right {
	width: 50%;
	float: right;
	height: 30px;
	text-align: left;
	margin-top: 50px;
}
#footer span {
	display: block;
}
#footer a {
	text-decoration: underline;
}
/* ---------- Contact Form ---------- */

#contactcomments {
	width: 95%;
	font: 1.1em Arial, Helvetica, sans-serif;
	padding: 4px;
}
#contactname, #contactemail, #contactcompany {
	font: 1.1em Arial, Helvetica, sans-serif;
	width: 150px;
	padding: 4px;
}
/* ---------- Style Changers ---------- */

.altbg2 #bodycontainer {
	background: #fff url('/_img/2col.gif') top left repeat-y;
}
.altbg3 #bodycontainer {
	background: #fff url('/_img/3col.gif') top left repeat-y;
}
.altbg5 #bodycontainer {
	background: #fff url('/_img/5col.gif') top left repeat-y;
}
.photos a img {
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.photos a:hover img {
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
}
.recentaudiointerviews h2 {
	font-size: 1.3em;
}

a#stormbox { background: url(/_img/siteby-stormbox.png) no-repeat 0 0; display: block; width: 96px; height: 15px; font-size: 1px; text-indent: -9999em; overflow: hidden; cursor: pointer; float: right; }
a#stormbox:hover { background-position: 0 -20px; }
