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

#fire {
	width: 2000px;
	height: 1253px;
	float: left;
	background-image:url(../images/damage/Fire-and-Smoke_10.jpg);
}

#water {
	width: 2000px;
	height: 1120px;
	float: left;
	background-image:url(../images/damage/water_13.jpg);
}

#water-nav {
	width: 2000px;
	height: 32px;
	float: left;
}

#damage-text {
	width: 475px;
	height: 1100px;
	float: left;
	margin-top: 80px;
	margin-left: 556px;
}

#water-text {
	width: 475px;
	height: 1000px;
	float: left;
	margin-top: 50px;
	margin-left: 556px;
}

#sewer {
	width: 2000px;
	height: 1100px;
	float: left;
	background-image:url(../images/damage/sewer_13.jpg);
}

#biohazard {
	width: 2000px;
	height: 1000px;
	float: left;
	background-image:url(../images/damage/bio_10.jpg);
}




h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #f15a24;
}

h2 {
	margin-top: 0px;
	font-size: 14px;
	margin-bottom: 5px;
}

h3 {
	margin-top: 40px;
	margin-bottom: 0px;
	color: #f15a24;
	font-weight: bold;
	font-size: 14px;
}

p.damage {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
}

#damage-text ul {
	margin-top: 0px;
	font-size: 12px;
	list-style-type: disc;
	padding-left: 20px;
	font-weight: bold;
}

#damage-text li {
	padding-bottom: 3px;
}

#water-text ul {
	margin-top: 0px;
	font-size: 12px;
	list-style-type: disc;
	padding-left: 20px;
	font-weight: bold;
}

#water-text li {
	padding-bottom: 3px;
}
