/* Load this file AFTER styles.css ! */

/* HEADER */
#header h1#logo {
	text-indent:-5000px;
	width:800px;
	height:170px;
	background:url(../images/banner_edco.jpg) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
#header h1#logo a {
	display:block;
	width:800px;
	height:170px;
}
#header p#tagline {display:none;}
#header p#newsletter {display:none;}

table#teaminfo,
table#meetings {
	border-top:1px solid #E7E7E7;
	border-left:1px solid #E7E7E7;
}
table#teaminfo td {
	border-right:1px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
	width:25%;
	vertical-align:top;
	display:table-cell;
	font-size:1.2em;
	padding:4px;
}
table#meetings colgroup.col40 {width:40%;}
table#meetings colgroup.col20 {width:20%;}
table#meetings th {
	background-color:#050021;
	color:#FFF;
	text-align:left;
	vertical-align:top;
	display:table-cell;
	font-size:1.2em;
	font-weight:bold;
	padding:4px;
}
table#meetings td {
	border-right:1px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
	vertical-align:top;
	display:table-cell;
	font-size:1.2em;
	padding:4px;
}
table#meetings a[href ^="mailto:"] {
	background-position:0 -3px;
	padding-bottom:3px;
}



/* SIDEBAR */
div.sidebar {
	background:url(../images/bg_nav_edco.png) repeat-x bottom #FF5800;
	margin-top:-42px;
}
ul#nav li a:hover {background-color:#F90;}

