/* 
these are the properties for the top navigation include 

Tested and working in:
Mac Opera 9.00
Mac Firefox 2.0.0.3
Mac Safari 2.0.4
Mac Netscape 7.2

(tolerable but not correct in Mac IE 5.2)

PC Opera 8.54
PC IE 6.0.29 
PC Netscape 8.1
PC Firefox 2.0.0.4


*********

Chris Schroeder
cfschroe@jhsph.edu
6/5/2007
*/

/* header is the container */
#header {
	float:left;
	width:810px;
	height:220px;
	margin:0 0 0 0;
	padding:0 0 0 0;	
}


/* topNavigation is the navigation links section */
#topNavigation {
	float:left;
	background:url("images/button_background.jpg") repeat-x top left;
	height:25px;
	width:810px;
	border-top:1px solid #390;
	border-bottom:1px solid #390;
	margin-top:172px;
	margin-bottom:0px;
}


/* Marked up as table because it works in SE.*/
#topNavigation table {
	height:25px;
	width:100%;	
}

#topNavigation td.navItem {
	padding-left:22px;
	padding-right:22px;
	border-left:1px Solid #61992D;
	text-align:center;
	border-right:1px Solid #8CC457;
}

#topNavigation td.navItemSelected {
	padding-left:22px;
	padding-right:22px;
	border-left:1px Solid #61992D;
	border-right:1px Solid #8CC457;
	text-align:center;
	background:url("images/selected_button_background.jpg") repeat-x top left;	
}

#printBanner {
	display:none;
}

#topNavigation td.searchItem {
	border-left:1px Solid #61992D;
}

topNavigation a.red {
	color:#900;
	font-weight:bold;	
}

#topNavigation a {
	color:#FFF;
#font:11px Arial,sans-serif;
  font:10px Arial,sana-serif;
	font-weight:normal;
	text-decoration:none;	
}

#topNavigation a:hover {
	color:#024E11;	
}

#topNavigation form {
	margin:0 0 0 0;
	padding-top:2px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}

#topNavigation input {
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:#CCC;
	font:10px Arial,sans-serif;
}

div.row {
	float:right;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:22px;
	margin:0 0 0 0;
	padding-left:0px;
}

div.row span.leftItem {
	float:left;
	padding-right:10px;
}


