@charset "utf-8";
/* CSS Document */

#tools_box {
    width: 950px;
    list-style-type: none;
	border-bottom: 1px #dcdcdc solid;
	background-image: url(/sharedAssets/images/animalhospitals/tools_bg.gif);
	background-repeat: repeat-x;
    background-color: #ebebeb;
	padding: 0;
	margin-top: 1px;
}
#tools_box ul {
	padding: 0px;
	margin: 0px;
	float: right;
}
#tools_box ul li {
	display: block;
	text-align: center;
	list-style-type: none;
	font-weight: bold;
	color: #407492;
	border-left: 1px #dcdcdc solid;
	padding: 0px;
	float: left;
}
#tools_box ul li p {
	display: block;
	width: 70px;
	height: 33px;
	padding: 5px;
	margin: 0px;
}
#tools_box ul li a, #tools_box ul li a:visited {
	color: #407492;
	text-decoration: none;
	cursor: pointer;
}
#tools_box ul li a:hover, #tools_box ul li a:active {
	background-color: #ebebeb;
}
#tools_box ul li:hover {
	background-color: #ebebeb;
}

/* ########## CONTACT INFO STYLES ########## */
#tools_box #contact_info {
	width: 290px;
	padding: 10px 0px 0px 10px;
	float: left;
}
#tools_box #contact_info .title {
	color: #407492;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#tools_box #contact_info .col {
	margin-top: 10px;
	float: left;
}
#tools_box #contact_info .col p {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
