/* CSS Document */

#topBox {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 75px;

}
#logo h1 {
	background-image: url(../images/dax_images/prattvillelogo2.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	padding-left: 65px;
	height: 61px;
	padding-top: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#smallSplash {
	background-image: url(../images/dax_images/littleSplash.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 161px;
	margin-left: 291px;
}
#logo {
	float: left;
	width: 300px;
	margin: 7px 0px 0px;
	padding: 0px;
	height: 75px;
}
#bigSplash {
	background-image: url(../images/dax_images/bigSplash.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 284px;
	margin-left: 452px;
}
#top {
	background-image: url(../images/dax_images/bgTop.jpg);
	background-repeat: repeat-x;
	height: 139px;
}
#breadcrumb {
	position: absolute;
	top: 114px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	left: 0px;

}
#breadcrumb a {
	color: #000000;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

