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

#boxborder {
	padding: 2px;
	border: 1px solid #cccccc;
	clear: both;
	float: none;
}
#pinkheader {
	background-color: #94306e;
	background-image: url(../images/home/pink_hdr.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 5px;
}
#boxinner {
	padding: 4px;
	border: 1px solid #e5e5e5;
}
#grayheader {
	background-color: #b3b3b3;
	background-image: url(../images/home/gray_hdr.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #262626;
	padding-left: 5px;
}
#blueheader {
	background-color: #274d7c;
	background-image: url(../images/home/blue_hdr.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding-left: 5px;
}
#spacer {
	height: 16px;
}
#directory {
	font-size: 11px;
}
#directory #map {
	margin-right: auto;
	margin-left: auto;
	width: 204px;
}
#directory #map #directions {
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	margin-top: 3px;
}
