﻿.areaHeading
{
	width:527px;
	float:left;
	padding-bottom:2px;
	font-size:18px;
	font-family:  Arial;
	border-top:dotted 1px #999999;
	border-bottom:dotted 1px #999999;
	text-align:left;
}
.areaDescription
{
    text-align:left;
    width:527px;
    margin:13px 13px 0px 0px;
    float:left;
    font-family:Arial;
    font-size:11px;
    color:#000000; 
    white-space:normal;
}
.areaFacts
{
    float:left;
    text-align:left;
    width:167px;
    height:247px;
    margin:13px 13px 0px 0px;
    background-color:#eef1f6;
}
.factsWrapper
{
    overflow:auto;
    float:left;
    height:224px;
    width:162px;
}
.fact
{
    padding:0px 0px 0px 5px;
    width:149px;
    float:left;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#000000; 
    white-space:normal;
}
.areaDetailContainer
{
    float:left;
    margin:0px 13px 13px 0px;
    width:527px;
    vertical-align:top;
    overflow:hidden;
}
.areaPicture
{
    margin-top:13px;
    margin-bottom:13px;
    float:left;
}
.areaStatImage
{
    float:left;
    margin:13px 13px 13px 0px;
    width:167px;
    height:147px;   
}
.areaMapLink
{
    vertical-align:bottom;
    float:left;
	padding:4px 5px 0px 5px;
	width:157px;
	height:18px;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	border-top:solid 1px White;
	background-color:#000;
	background-image:url(../images/arrowclose_i.gif);
	background-position:center right;
	background-repeat:no-repeat;
	text-align:left;
}
.areaMapLink:hover
{
    cursor:pointer;
    color: #000;
	background-color:#ccc;
}
