@charset "utf-8";
.topLeft {
	background-image: url(../images/container_top_left_corner.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 9px;
}
.topMid {
	height: 10px;
	width: auto;
	background-color: #455327;
}
.topRight {
	background-image: url(../images/container_top_right_corner.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 9px;
}
.midLeft {
	background-color: #455327;
	width: 9px;
	height: 183px;
}
.mid {
	background-color: #455327;
}

.midRight {
	background-color: #455327;
	width: 9px;
}
.botLeft {
	background-image: url(../images/container_bot_left_corner.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 9px;
}
.botMid {
	background-color: #455327;
}
.botRight    {
	background-image: url(../images/container_bot_right_corner.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 9px;
}
#infoBox01 .mid {
	background-image: url(../images/house_icon.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#infoBox02 .mid {
	background-image: url(../images/business_icon.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#infoBox03 .mid {
	background-image: url(../images/mail_icon.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#infoBoxes   h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
	font-weight: normal;
	padding: 5px;
	margin-top: 0px;
}
#infoBoxes  ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#infoBoxes  li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

