/* CSS file for wcc 2007 banner and footer */

body {
	background-color:#171313;
	width:970px;
	font-family: Arial,Helvetica,sans-serif;
	color:#fff;
	margin:0;
	padding:0;
}

/* reset elements to sit inside divs */
h1, h2, h3, p, img, a, span { padding:0px; margin:0px;}

#banner {
	height:64px;
}
.logo {
	float:left; 
	background-color:#f00;
}
.page-title {
	margin-left:65px;
	float:left;
	background-image:url(title_graphic.gif);
	width: 710px;
	height: 64px;
	text-align:center;
	font-weight:bold;
/*	font-size:175%;
	line-height:2.5em; */
	font-size:0%;
	color:#000;
}
* html .page-title {
	margin-left:30px;
	width:710px;
}
.details {
	float:left;
	width:147px;
	background-color:#641b18;
	font-size:75%;
	color:#b3b2b2;
	padding: 8px 4px 8px 4px;
}
.details .date {
	display:block;
	font-size:120%;
	color:#cfcfcf;
	font-weight:bold;
	padding:5px 0 8px 0;
}

/* 20 px built in top margin */
#nav-container {
  padding:0;
  width:100%;  
  border:0;
  border-collapse:collapse;
  border-spacing:0;
  empty-cells:hide;
	margin:5px 108px 5px 109px;
	width:753px;
	font-size:75%;
}
.nav {
	border:1px dotted #7aa8b5;
/*	background-color:#4a4949;*/
	background-color:#424242;
  	text-align:center;
}
.nav a, .flydown-list a {
	display:block;
	padding:7px 7px 7px 7px;
  	text-align:center;
  	text-decoration:none;
	color:#ec862b;
}
.flydown-list a {
	text-align:left;
}
/* styles for flydowns */
#flydown1, #flydown2, #flydown3 {
	display:none;
	position:relative;
}
#flydown1 .flydown-list,
#flydown2 .flydown-list,
#flydown3 .flydown-list {
	position:absolute;
	z-index:1;
/*	width:187px;*/
	top:-6px;
}
#flydown1 .flydown-list {
	left:108px;
}
#flydown2 .flydown-list {
	left:258px;
}
#flydown3 .flydown-list {
	left:716px;
}
.flydown-list {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:75%;
	border:1px dotted #7aa8b5;
	border-bottom:none;
	background-color:#424242;
}
.flydown-list li {
	border-bottom:1px dotted #7aa8b5;
}


#footer {
	text-align: center;
	font-size:75%;
	color: #7a8083;
	padding-bottom:12px;
}
* html #footer {
	padding-bottom:11px;
}
#footer a {
	text-decoration: none;
	color: #7a8083;
}


