@charset "utf-8";
/* CSS Document */

/***************************************************** BACKGROUND **************************************************/
.content-container#region-bg {
	position: relative;
	width: 860px;
	float: right;
}
/*****************************************************************************************************************/


#region-top-image {
	position: relative;
	width: 628px;
	height: 230px;
	float: right;
	background-image: url(../images/region-top-image.png);
	background-position: top right;
	background-repeat: no-repeat;
}

/***************************************************************************************************************/

#region-title {
	width: 300px;
	height: 45px;
	float: left;
	background-image: url(../images/region-title.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}



/************************ Membership Content **********************************/
.content#region {
	float: right;
}

.region-map {
	width:610px;
	height:280px;
	clear: both;
	position: relative;
}

.region-list {
	position: relative;
	width: 600px;
	font-size: 12px;
	margin-left: 130px;
	padding-bottom: 80px;
	float: left;
}

.region-list #type {
	font-family: Verdana, Geneva, sans-serif;
	height: 50px;
	font-size: 14px;
	color: #999;
	font-weight: bold;
	background-image: url(../images/region-list-bg.png);
	background-position: 0 25px;
	background-repeat: no-repeat;
}

.region-list #area {
	font-family: Verdana, Geneva, sans-serif;
	height: 20px;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}


.region-column {
	width: 300px;
	float: left;
}

.region-list-block {
	width: 150px;
	float: left;
	position: relative;
	padding-bottom: 10px;
}

ul#region-list-item {
	list-style-type: none;
	width: 120px;
	position: relative;
	display: block;
	font-size: 11px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

ul#region-list-item li#red {
	display :block;
	width: 120px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-top: 4px;
	background-image: url(../images/three-red-dots-bullet.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

ul#region-list-item li#green {
	display :block;
	width: 120px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-top: 4px;
	background-image: url(../images/three-green-dots-bullet.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
}


ul#region-list-item li a {
	float: left;
	color: #999;
	text-decoration: none;
}

ul#region-list-item li a:hover {
	color: #FFF;
	font-size: 11px;
}


/************************ Membership Content **********************************/
