@charset "UTF-8";
/* CSS Document */

#nav {
	list-style: none;
	padding: 0;
	display: block;
	overflow: hidden;
	font-size: 0.9em;
	text-transform:capitalize;
	margin-top: 15px;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	color: white;
	text-decoration: none;
	height: 45px;
	text-indent: -10000px;
}
#nav li a:hover {
}
#load {
	display: none;
	position: absolute;
	right: 370px;
	top: 20px;
	background: url(../images/ajax-loader.gif);
	width: 220px;
	height: 19px;
	text-indent: -9999em;
}


#Challengepdf { list-style: none; padding: 0; display: block; overflow: hidden; font-size: 0.9em; text-transform:capitalize; margin-top: 10px; }
#Challengepdf li {
	display: inline;
}
#Challengepdf li a { display: block; color: white; text-decoration: none; height: 25px; text-indent: -10000px; }
#Challengepdf li a:hover {
}

#dunhamEmergency { list-style: none; padding: 0; display: block; overflow: hidden; font-size: 0.9em; text-transform:capitalize; margin-top: 10px; }
#dunhamEmergency li {
	display: inline;
}
#dunhamEmergency li a { display: block; color: white; text-decoration: none; height: 30px; text-indent: -10000px; }
#dunhamEmergency li a:hover {
}

#pdf {
	list-style: none;
	padding: 0;
	display: block;
	overflow: hidden;
	font-size: 0.9em;
	text-transform:capitalize;
	margin-top: 20px;
	background-repeat: no-repeat;
}
#pdf li {
	display: inline;
}
#pdf li a { display: block; color: white; text-decoration: none; height: 60px; text-indent: -10000px; }
#pdf li a:hover {
}

.pdfIcon {
	padding-left: 40px;
	background-image: url(../images/pdf.jpg);
	background-repeat: no-repeat;
	height: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
