/* @override http://5beanpod.dev/styles/map.css */

body, #copy
{
	text-align:left;
	font-family:Frutiger, Arial, Sans-Serif;
	font-size:12px;
	color:#7d7463;
}

#country
{
	overflow:hidden;
	position:relative;
	height:374px;
	width:650px;
}
#outerContent
{
	width:907px;
}
#wrapperOverflow
{
	overflow:hidden;
	height:374px;
	width:650px;
}
#closeBtn
{
	width:650px;
}
.states
{
    margin:0px auto;
    position:relative;
    top:-375px;
    border:none;
}
#close, .dot, .allDots
{
	position:relative;
    cursor:pointer;
}
#dots
{
	position:relative;
    float:left;
}
.dot, .allDots
{
	float:left;
}
#images
{
	padding-top:10px;
	text-align:center;
}
#close
{
    float:right;
    top:-360px;
    margin-right:20px;
}
.dataPanel
{	background:#FFFCE8;
	padding:0px;
	width:247px;
	height:365px;
	overflow:hidden;
	float:right;
	text-align:left;
	
	
}
.toolTip 
{
        position: relative;
}
.toolTipWrapper { 
        width: 181px;
        height: 111px;
        position: absolute;
        display: none; 
       color:#195a3c;
        font-weight: bold;
        font-size: 8pt; 
		z-index:9000;
}
.toolTipMid { 
        padding: 60px 20px 35px 55px;
		background-repeat:no-repeat
}

.toolTipMid em{
	font-weight:normal; 
	color: #7d7463;
} 

#copy p
{
padding:13px;
}
