@charset "utf-8";
/* CSS Document */
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	background-color:#fafafa;
	}
a {outline: none;}
.title {
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 26px;
	}

.subtitle {
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	}

/*added by Bogdan to eliminate underlining of page titles/section headings that act as links, makes things cleaner*/
a#noUnderline {text-decoration: none;}
	
#wrapper {
	min-width: 740px;
	max-width: 980px;
	margin: 0px auto;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	padding:0;
	background-color:#fff;
	}
	#logo {
		text-align:center;
		margin-top: 80px;
	}

	#header {
		width: 100%;
		height: 299px;
		background-image: url(../images/banners/home.jpg);
		background-position: right bottom;
		background-repeat: no-repeat;
		
		}
		
	#nuwcas {
		background-color: #333333;
		height: 32px;
		color: #fff;
		font-size: 13px;
		line-height: 32px;
		padding-left: 5px;
		}
		
		#nuwcas a {
			color: #fff;
			text-decoration: none;
			}
	
	#main {
		padding: 0px;
		margin:0px 0px 10px 0px;
		background-color:#fff;
		}

/*	SUBNAVIGATION STYLES */	
	#subnav {
		width: 185px;
		float: left;
		padding: 0px;
		padding-left: 15px;
		background-color: #fff;
	}
	#subnav ul,
	#subnav li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#subnav li {
		margin-bottom: 3px;
		width: 200px;
	}
	
	#subnav li a {
		display: block;
		width: 196px;
		padding: 2px;
		color: #000;
		text-decoration: none;
		background-color: #ebebeb;
	}
	
	#subnav li a:hover {
		color: #fff;
		background-color: #333;
	}
	
	#subnav ul ul {
		padding-left: 12px;
	}
	
	#subnav .head a,
	#subnav ul ul li a {
		background-color: #fff;
	}
	
	#subnav ul .head a,
	#subnav ul .head a:hover {
		border: 1px solid #eeeeee;
		width: 194px;
		color: #000;
		background: #fff;
	}
	
	#subnav ul ul li a:hover {
		color: #666;
		background-color: #fff;
	}
/*
	#subnav {
		width: 200px;
		float: left;
		padding: 0px;
		margin-left: 15px;
		background-color: #fff;
		}
		
	#subnav ul {
		margin: 0;
		padding: 0;
	}
		
		.subnav {
			marker-offset: 0px;
			margin:0px;
			width: 100%;
			padding:0px;
			}
		
		.subnav ul {
			padding: 0px;
			background-color: #fff;
			margin: 0px;
			margin-left: 8px;
			}
		
		.subnav ul li, .subnav ul li a{
			background-color: #fff;
			margin-bottom: 0px;
			padding: 2px;
			}
				
				.subnav ul li a:hover {	
					background-color: #fff;
					}
			
		.subnav li {
			width: 200px;
			color: #000;
			background-color: #ebebeb;
			list-style-type: none;
			margin-bottom: 3px;
			}
		.head li {
			border: 1px solid #eeeeee;
	background-color: #fafafa;
	width:194px;
			padding:2px;
			}
		
			.subnav li a {
				display: block;
				width: 196px;
				padding: 2px;
				color: #000;
				text-decoration: none;
				}
				
				.subnav li a:hover {
					background-color: #ccc;
					color: #fff;
					}
		
		#subimage {	
			 background-color: #fff;
			 }
			 
			 #subimage img {
			 	width: 200px;
				margin: 35px 0px 0px 0px;
				padding:0px;
				}
*/
		#subimage {	
			 background-color: #fff;
			 }
			 
			 #subimage img {
			 	width: 200px;
				}
				
				#right-above,
				#subimage,
				#right-below {
					margin: 35px 0px 0px 0px;
				}
				
/*END SUBNAVIGATION STYLES */

	#content {
		min-width: 480px;
		max-width:700px;
		margin-left: 240px;
		
		/*
		 * Changing border to be part of #content background
		 * to fix stanger printing error.  --AMF, 3/8/2010
		 * (more below in #missingborder)
		 */
		background-image: url(../images/dot_vert.jpg);
		background-repeat: repeat-y;
		min-width: 475px;
		max-width:695px;
		margin-left: 225px;
		padding-left: 20px;
		/* END 3/8/2010 Changes */
		}
	
	#missingborder {
		background-image: url(../images/dot_vert.jpg);
		background-repeat: repeat-y;
		float: left;
		width: 8px;
		margin-left:7px;
		/*height: 100%;*/
		
		/*
		 * Changing border to be part of #content background
		 * to fix stanger printing error.  --AMF, 3/8/2010
		 * (more above in #content)
		 */
		 display: none;
		/* END 3/8/2010 Changes */
		}
		
	#missingborder_hor {
		background-image: url(../images/dot_hor.jpg);
		background-repeat: repeat-x;
		float: left;
		width: 100%;
		height: 7px;
		}

	
		
		.current {
			color: #000;
			}

/* FOOTER */

#footerWrapper {
	width: 100%;
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	}
	
#footer{
	clear: both;
	margin: 0px auto;
	text-align: center;
	background-color: #fff;
	color: #666666;
	line-height: 1.5em;
	width: 700px;
	}

#footerBody {
	margin: 0px auto;
	}

#footer a img {
  border: none;
	}
	
#footerWrapper a, #footerWrapper a:visited{
  color: #666666;
	}

#search {
	
	margin: 0px auto;
	}

#search-text{
  width:120px;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #cccccc;
  height:12px;
}
#search-submit{
  margin-left: 10px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #efefef;
}
#footerWWW {
	clear: both;
	margin: 0px auto;
	text-align: center;
	background-color: #fff;
	color: #666666;
	line-height: 1.5em;
		padding-bottom:2px;

	}
#footerNav a{
  text-decoration: none;
}
#footerNav a:hover{
  text-decoration: underline;
}
#nuLogo, #footerBody, #wcasLogo{
  margin: 10px;
}
#nuLogo, #wcasLogo{
  width: 100px;
}
#nuLogo{
	text-align: left;
	margin-top: 25px;
	margin-left: 10px;
	float: left;
	left: 0;
}
#wcasLogo{
  text-align: right;
  margin-top: 25px;
  margin-right: 10px;
  float: right;
  right: 0;
  top: 0;
}



.gosearch{
border: none;
background:#FFFFFF;
font-size: 18px;
color: #336699;
font-weight:bold;
font-family: verdana;
}
/*END FOOTER */



/*NAVIGATION */

	#topnav {
		width: 100%;
		background-image: url(../images/nav_bg1.jpg);
		background-repeat: repeat-x;
		height: 32px;
		font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
		font-size: 16px;
		line-height: 32px;
		text-align: center;
		}	
		
		#topnav table {
			width: 100%;
			padding: 0px;
			border-spacing: 0px;
			}
		
		#shadow {
			width: 100%;
			background-image: url(../images/nav_shadow.jpg);
			background-repeat: repeat-x;
			height: 13px;
			margin-bottom: 15px;
			}
			
			#topnav td {
				width: 12%;
				}
			
			#topnav td a {
				width: 100%;
				text-decoration: none;
				text-align: center;
				display: block;
				color:#333333;
				}
				
				#topnav td a:hover {
				color: #ffffff;
				}
				
.nav_home_highlight {background-color: #333333; color: #ffffff; border-right: 1px solid #333333;}
.nav_about_highlight {background-color: #cc0000; color: #ffffff; border-right: 1px solid #333333;}
.nav_under_highlight {background-color: #ff9900; color: #ffffff; border-right: 1px solid #333333;}
.nav_grad_highlight {background-color: #0066cc; color: #ffffff; border-right: 1px solid #333333;}
.nav_people_highlight {background-color: #ff66ff; color: #ffffff; border-right: 1px solid #333333;}
.nav_research_highlight {background-color: #5bb007; color: #ffffff; border-right: 1px solid #333333;}
.nav_events_highlight {background-color: #9900ff; color: #ffffff; border-right: 1px solid #333333;}
.nav_resources_highlight {background-color: #66ccff; color: #ffffff; border-right: 1px solid #333333;}

#topnav .nav_home_highlight a{color:#fff;}
#topnav .nav_about_highlight a{color:#fff;}
#topnav .nav_under_highlight a{color:#fff;}
#topnav .nav_grad_highlight a{color:#fff;}
#topnav .nav_people_highlight a{color:#fff;}
#topnav .nav_research_highlight a{color:#fff;}
#topnav .nav_events_highlight a{color:#fff;}
#topnav .nav_resources_highlight a{color:#fff;}

.nav_home {
	border-top: 3px solid #333333;
	border-right: 1px solid #333333;
	}
	
	.nav_home:hover {
		background-color: #333333;
		color: #ffffff;
		}

.nav_about {
	border-top: 3px solid #cc0000;
	border-right: 1px solid #333333;
	}
	
	.nav_about:hover {
		background-color: #cc0000;
		color: #ffffff;
		}

.nav_under {
	border-top: 3px solid #ff9900;
	border-right: 1px solid #333333;
	}
	
	.nav_under:hover {
		background-color: #ff9900;
		color: #ffffff;
		}
	
.nav_grad {
	border-top: 3px solid #0066cc;
	border-right: 1px solid #333333;
	}
	
	.nav_grad:hover {
		background-color: #0066cc;
		color: #ffffff;
		}

.nav_people {
	border-top: 3px solid #ff66ff;
	border-right: 1px solid #333333;
	}
	
	.nav_people:hover {
		background-color: #ff66ff;
		color: #ffffff;
		}
	
.nav_research {
	border-top: 3px solid #5bb007;
	border-right: 1px solid #333333;
	}
	
	.nav_research:hover {
		background-color: #5bb007;
		color: #ffffff;
		}
	
.nav_events {
	border-top: 3px solid #9900ff;
	border-right: 1px solid #333333;
	}
	
	.nav_events:hover {
		background-color: #9900ff;
		color: #ffffff;
		}
	
.nav_resources {
	border-top: 3px solid #66ccff;
	}
	
	.nav_resources:hover {
		background-color: #66ccff;
		color: #ffffff;
		}
		

/*END NAVIGATION */

.missinghigh {background-color: #FFFF33;}

#content a {
	color: #336699;
	}
	
	#breadcrumb, #breadcrumb a {
		color: #999;
		text-decoration: none;
		}
	#breadcrumb a:hover {
		text-decoration: underline;
		}

#events {
	margin: 0px 0px 7px 7px;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:90%;
		border: 1px solid #ffffff;

}
#events .event {
	color:#000;
	font-size:14px;
	font-weight:bold;
	
	}
#events .time {
	color:#000;
	padding:3px;
	border: 1px solid #eeeeee;
	background-color: #fafafa;
	margin-right: 10px;
	}
#events .speaker {
	color:#bbbbbb;
	font-size:12px;
	text-transform: uppercase;
}


#events:hover .time {
	border: 1px solid #e0b2ff;
	background-color:#e0b2ff;
	color: #fff;
}

#events:hover {
		border: 1px solid #eeeeee;
	background-color: #fafafa;}
	
.profile {
	border: 1px #7e7d7b solid;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.tableprofile {
	border: 1px #7e7d7b solid;
	}
	
#dates {
	text-align: center; 
	font-weight: bold;
}
#footerContainer {
	position: relative;
}
