* { margin: 0; padding: 0; border: 0;}
	
body {   
	font: 12px 'Myriad Pro', Myriad, Arial, Helvetica, sans-serif;  
	color: #616161;
	line-height: 22px;
	background: #575757 url('../images/body-bg.jpg') no-repeat center 0;
}
.clear { 
	clear:both;
	height:0px;
	font-size: 1px;
	border:none;
	background:transparent;
}
p {
	margin: 0 0 10px 0;
}
#Content input,
#Content select,
#Content textarea {
	background: #F3FAFB;
	color: #3F8F8F;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #8AC6AB;
}
#Content select {
	padding: 0;
	border: 1px solid #8AC6AB;
}
#Content li {
	margin-left: 25px;
}

#Container {
	margin: 0px auto;
	width: 970px;
	position: relative;
	padding: 0 53px;
	background: url('../images/container-bg.png') repeat-y 0 0;
}


#Header {
	display: block;
	position: relative;
	height: 80px;
}
	#Logo {  
		position: absolute;
		top: 10px;
		left: 25px;
		border: 0px;
		z-index: 100;
	}
		#Logo span { display: none; }
	#DHILink {
		color: #000;
		font-size: 10px;
		position: absolute;
		top: 5px;
		right: 0;
	}
		#DHILink a {
			color: #818181;
			text-decoration: none;
		}
			#DHILink a:hover {
				text-decoration: underline;
			}
	#Navbar {
		position: absolute;
		right: 53px;
		top: 27px;
		display: block;
		list-style: none;
		background: url('../images/navbar-bg.png') repeat-x 0 0;
		height: 34px;
		margin: 0;
		padding: 0;
	}
		#Navbar li {
			display: block;
			float: left;
			position: relative;
			border-right: 1px solid #a3a3a3;
			margin: 0;
			padding: 0;
		}
		#Navbar li.end {
			background: url('../images/navbar-end.png') no-repeat 0 0;
			padding-left: 8px;
		}
			#Navbar li.end ul {
				left: 8px;
			}
			#Navbar li.rightEnd {
				background-position: right 0;
				padding-left: 0;
				padding-right: 8px;
				border: 0;
			}
			#Navbar a {
				display: block;
				line-height: 34px;
				padding: 0 25px;
				color: #000;
				font-weight: normal;
				font-size: 14px;
				text-decoration: none;
				}
				#Navbar li.hover a,
				#Navbar a.active,
				#Navbar a:hover {
					background: #00b2b0;
					color: #FFF;
					text-shadow: #666 1px 1px;
				}
			#Navbar li ul {
				position: absolute;
				top: 34px;
				left: 0;
				z-index: 600;
				width: 205px;
				list-style: none;
				background: #17b2b3;
				display: none;
				xborder: 1px solid #FFF;
				border-bottom: 0;
				border-top: 0;
			}
				#Navbar li ul li {
					display: block;
					float: none;
					margin: 0;
					padding: 0;
					height: auto;
				}
					*html #Navbar li ul li { height: 1px; }
				#Navbar li.hover ul a,
				#Navbar li ul a {
					padding: 5px 25px;
					line-height: 18px;
					border-top: 1px solid #56d8d7;
					color: #FFF;
					background: none;
					text-decoration: none;
					font-size: 11px;
					font-weight: normal;
					text-shadow: none;
				}
					#Navbar li ul a.first {
						border: 0;
					}
					#Navbar li ul a:hover {
						background: #009796;
					}
					#Navbar li ul a.active:hover,
					#Navbar li ul a.active {
						color: #FFF;
						font-weight: bold;
					}
		#SearchForm {
			display: block;
			padding: 7px 10px 0 20px;
		}
			#SearchBox {
				float: left;
				background: #FFF;
				color: #000;
				font-size: 10px;
				font-weight: bold;
				padding: 2px 2px;
				border: 1px solid #000;
				border-right: 0;
				height: 12px;
				width: 100px;
			}
			#SearchButton {
				float: left;
				height: 18px;
				width: 14px;
				background: url('../images/search-button.png') no-repeat 0 0;
			}
#Main {
	position: relative;
}
	#Banner {
		background: url('../images/banner-bg.jpg') no-repeat 0 0;
		height: 222px;
		overflow: hidden;
		margin-bottom: 13px;
	}
	#Left {  
		display: block;
		position: relative;
		float: left;
		width: 168px;
		} 
		#SectionName {
			font-size: 17px;
			font-weight: normal;
			text-decoration: none;
			display: block;
			margin: 0 0 10px 0;
			color: #54b2b0;
		}
		#Subnavbar {
			display: block;
			margin: 0;
			line-height: normal;
			}
			#Subnavbar li {
				display: block;
			}
			#Subnavbar li.first {
				border-left: 0;
			}
				#Subnavbar a {
					display: block;
					padding: 2px 0;
					color: #444444;
					font-weight: normal;
					text-decoration: none;
					font-size: 13px;
					}
					#Subnavbar a:hover {
						color: #007546;
						text-decoration: underline;
						}
					#Subnavbar a.active {
						color: #444444;
						font-weight: bold;
					}
				#Subnavbar li ul {
					margin: 0 0 10px 0;
				}
					#Subnavbar li li a {
						padding: 1px 0px 1px 12px;
						font-size: 11px;
					}
						#Subnavbar li li a.active {
							background: url('../images/sidebar-active-bg.png') no-repeat 0 4px;
							font-weight: normal;
						}
	#Content {
		float: left;
		width: 501px;
		padding: 0 20px;
	}
		#WhiteWash {
			position: absolute;
			width: 100px;
			height: 50px;
		}
		#BreadCrumbs {
			margin: 0 0 15px 0;
		}
			#BreadCrumbs a {
				color: #585858;
				text-decoration: none;
			}
				#BreadCrumbs a:hover {
					text-decoration: underline;
				}
		#PageTitle {
			color: #009999;
			font-size: 18px;
			font-weight: normal;
			margin: 15px 0 3px 0;
		}
		#Content ul.itemListing {
			list-style: none;
			margin: 0;
		}
			#Content .itemListing li {
				display: block;
				margin: 0 0 25px 0;
			}
		.featuredContent {
			display: block;
			width: 235px;
			height: 230px;
			overflow: hidden;
		}
		#SymptomsChecklist ul {
			list-style: none;
			margin: 10px 0;
		}
			#SymptomsChecklist li {
				margin: 2px 0 2px 20px;
				font-size: 13px;
				color: #000;
			}
			#SymptomsChecklist input.button {
				background: url('../images/navbar-bg.png') repeat-x 0 0;
				border: 1px solid #A3A3A3;
				padding: 3px 10px;
				display: block;
				color: #000;				
			}
				#SymptomsChecklist input.button:hover {
					background: #009796;
					color: #FFF;
				}
				#SymptomsChecklist #ReturnToChecklist {
					display: none;
				}
	#Right {
		width: 235px;
		float:right;
	}
		#Right .featuredContent {
			margin: 0 0 
		}
		#FeaturedPages {
			list-style: none;
		}
	.pastEvents {
		display: block;
		float: right;
		font-weight: bold;
		padding: 0px 5px 0px 5px;
		border: 1px solid #333333;
		background: #4176A2;
		color: #FFFFFF;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
	}
	.pages {
		position: relative;
		display: block;
		float: right;
		margin:  0px 0px 10px 0px;
		border: 1px solid #333333;
		background: #D9EAF9;
		padding: 0px;
		font-size: 90%;
	}
		.pages .currentPage {
			display: block;
			float: left;
			font-weight: bold;
			padding: 0px 5px 0px 5px;
			border-left: 1px solid #333333;
		}
		.pages .pageNavTitle {
			display: block;
			float: left;
			padding: 0px 5px 0px 5px;
			text-decoration: none;
			font-weight: normal;
			background: #4176A2;
			color: #FFFFFF;
		}
		.pages a {
			display: block;
			float: left;
			text-decoration: none;
			color: #999999;
			padding: 0px 5px 0px 5px;
			border-left: 1px solid #333333;
		}
			.pages a:hover {
				color: #FFFFFF;
				background: #5A98CB;
			}
	.date {
		color: #000;
		font-size: 80%;
		font-weight: bold;
		padding: 0px;
		text-decoration: none;
	}
	p.abstract {
		color: #333333;
		display: block;
		font-size: 90%;
		font-weight: normal;
		margin: 0px 0px 15px 0px;
		padding: 0px;
		text-decoration: none;
	}
	p.title {
		border: 0px;
		display: block;
		font-size: 130%;
		font-weight: bold;
		line-height:normal;
		letter-spacing: 0px;
		margin: 0px 0px 2px 0px;
		padding: 0px;
		text-decoration: none;
		color: #175189;
	}
	p.byline {
		color: #777;
		display: block;
		font-size: 90%;
		font-weight: normal;
		margin: 0px 0px 15px 0px;
		padding: 0px;
		text-decoration: none;
	}
#Footer {
	font-size: 11px;
	color: #CCC;
	margin: 0px auto;
	width: 970px;
	position: relative;
	padding: 35px 53px 15px;
	background: url('../images/footer-bg.png') no-repeat 0 0;
}
	#Footer a {
		color: #FFF;
		}
	#Footer .logo {
		float: left;
		margin: 0 20px 0 0;
		}
	#Footer .disclaimer {
		float: right;
		width:500px;
		font-size: 13px;
		color: #DDD;
		line-height: auto;
		}
#Overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url('../images/black-50.png');
	z-index: 900;
	display: none;
	}
	.popupContent {
		z-index: 910;
		display: none;
		margin: 0 auto 0;
		position: fixed;
		top: 20%;
		left: 50%;
		margin-left: -279px;
		}
