/*************************************************
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:#F26631; /* orange */
	width:970px;
	font-family: Arial,Helvetica,sans-serif;
	color:#000000;
	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;
	background:url(img_TitleBanner.gif) no-repeat;
	width:755px;
	height:65px;
	margin-left:100px;
}

.logo {
	float:none;
	margin-left:100px;
}

/*
.page-title {
	margin-left:110px;
	float:left;
	background:url(img_TitleBanner.gif) no-repeat;
	width: 755px;
	height: 65px;
	text-align:center;
	font-weight:bold;
	font-size:0pt;
	color:#000;
}
*/

* html .page-title {
	margin-left:30px;
	width:710px;
}

/*************************************************
navigation menu
*************************************************/
/* 20 px built in top margin */
#nav-container {
  padding:0;
  /* width:100%;  -- what does this tag do?*/
  border:0;
  border-collapse:collapse;
  border-spacing:0;
  empty-cells:hide;
  margin:5px 108px 5px 109px;
  width:753px;
  font-size:12px;
  z-index:1;
}
.nav {
	border:1px solid #591A0B; /* dark brown */
	background-color:#F4E0AE; /* light peach */
  	text-align:center;
	z-index:1;
}
.nav a, .flydown-list a {
	display:block;
	padding:7px 7px 7px 7px;
  	text-align:center;
  	text-decoration:none;
	color:#591A0B; /* dark brown */
	z-index:1;
}
.flydown-list a {
	text-align:center;
	z-index:1;
}

/*************************************************
styles for flydowns
*************************************************/
#flydown1, #flydown2, #flydown3 {
	display:none;
	position:relative;
	z-index:1;
}
#flydown1 .flydown-list,
#flydown2 .flydown-list,
#flydown3 .flydown-list {
	position:absolute;
	z-index:1;
/*	width:187px;*/
	top:-6px;
}
#flydown1 .flydown-list {
	left:108px;
	margin-top:0px;
	width:113px;
}
#flydown2 .flydown-list {
	left:222px;
	margin-top:0px;
	width:245px;
}
#flydown3 .flydown-list {
	left:468px;
	margin-top:0px;
	width:111px;
}

.flydown-list {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:12px;
	border:1px solid #591A0B; /* dark brown */
	border-bottom:none;
	background-color:#F4E0AE; /* light peach */
}
.flydown-list li {
	border-bottom:1px solid #591A0B; /* dark brown */
}


/*************************************************
footer styles
*************************************************/
#footer {
	margin-left: 180px; /* should synch with margin-left of .content-wrapper */
	margin-top: 10px;
	text-align: left;
	font-size:12px;
	color: #591A0B; /* dark brown */
	padding:15px;
	z-index:1;
}

#indented_footer {
	margin-left: 80px;
}

* html #footer {
	padding-bottom:10px;
}
#footer a {
	text-decoration: none;
	color: #591A0B; /* dark brown */
}
