@charset "utf-8";
/* CSS Document */
#meerkat {
	width: 100%;
	display: none;
}

#meerkat-content {
	width: 960px;
	height:79px;
	margin: 0 auto;
}
#meerkat-content a{
	text-decoration:none;
}
#meerkat-content a:hover{
	color:#999;
}
#meerkat-content-left {
	float: left;
	width:475px;
	font-family:Verdana, Geneva, sans-serif;
	margin-right:20px;
	margin-top:15px;
	text-align:right;
}
.meerkat-header-text {
	font-size:16px;
	font-weight: bold;
	color:#333;
}
#meerkat-content-right {
	float: left;
	width:400px;
	font-family:Verdana, Geneva, sans-serif;
	border-left: 1px solid #666;
	padding-left:20px;
	margin-top:15px;
	text-align:left;
}
a.close-meerkat {
	position: absolute;
	top: 7px;
	right: 12px;
	background: url(../images/meerkat-close.gif) no-repeat 0 0;
	display: block;
	height: 23px;
	width: 23px;
	text-indent: -9000px;
	cursor: pointer;
}


