/*************************************************
CSS file for wcc banner and footer 
Included on every page (main content as well as registration)
*************************************************/

/* for debugging
table {border:1px solid blue;} 
div {border:1px solid green;}
*/

body {
	background-color:#FFFFFF; /* white */
	width:970px;
	font-family: Arial,Helvetica,sans-serif;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

/* reset elements to sit inside divs */
h1, h2, h3, p, img, a, span { padding:0px; margin:0px;}


.banner {
	float:none;
	margin-left:155px;
}

.banner a {
	font: bold 40px Arial, sans-serif;
	color: #01344f; /*navy blue */
	text-decoration: none;
}


/*************************************************
navigation menu
*************************************************/
/* 20 px built in top margin */
#nav-container {
  padding: 0;
  border: 0;
  border-collapse:collapse;
  border-spacing:0;
  empty-cells:hide;
  margin:5px 108px 5px 109px;
  width:713px;
  font-size:12px;
  z-index:2;
}
.nav {
	/*border:1px solid #FFFFFF; /* white */
	background-color:#01344f; /* navy blue */
	color:#FFFFFF; /*white*/
  	text-align:center;
	z-index:2;
}
.nav a, .flydown-list a {
	display:block;
	padding:7px 7px 7px 7px;
  	text-align:center;
  	text-decoration:none;
	color:#FFFFFF; /* white */
	z-index:2;
}
.flydown-list a {
	text-align:center;
	z-index:2;
}

/*************************************************
styles for flydowns
*************************************************/
#flydown1, #flydown2, #flydown3 {
	display:none;
	position:relative;
	z-index:2;
}
#flydown1 .flydown-list,
#flydown2 .flydown-list,
#flydown3 .flydown-list {
	position:absolute;
	z-index:2;
	top:-6px;
	margin-top:1px;
}

#flydown1 .flydown-list {
	left:225px;
	width:252px;
}
#flydown2 .flydown-list {
	left:478px;
	width:115px;
}
#flydown3 .flydown-list {
	left:596px;
	width:102px;
}

.flydown-list {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:12px;
	border:1px solid #FFFFFF; /* white */
	border-bottom:none;
	background-color:#01344f; /*navy blue */
}
.flydown-list li {
	border-bottom:1px solid #FFFFFF; /* white */
}


/*************************************************
footer styles
*************************************************/
#footer {
	margin-left: 160px; /* should synch with margin-left of .content-wrapper */
	margin-top: 10px;
	text-align: left;
	font-size:12px;
	color: #01344f; /* navy blue */
	padding:5px;
	z-index:1;
}

#indented_footer {
	margin-left: 80px;
}

* html #footer {
	padding-bottom:5px;
}
#footer a {
	text-decoration: none;
	color: #01344f; /*navy blue */
}
