.county_info {
	width: 230px; float: right; padding:60px 0 0 0;
}

.county_info h2 {
	text-align: center;
	padding: 0;
}

.hunmap {
	width: 385px; float: left; padding-left: 15px;
}
.actual_position {
        text-align: center;
        color: #4a589f;
        font-weight: bold;
}
.actual_position .number {
        font-size: 30px;
        color: #4a589f;
        font-weight: normal;
        margin: 20px 0 10px 0;
}

.actual_position .bottom {
        padding-bottom: 10px;
        border-bottom: 1px dotted #C7C7C7
}

.county {
    width:625px;
    max-width:100%;
}

.county .left {
    float: left;
    width: 300px;
}

.county .right {
    float: right;
    width: 300px;
}

.county .county_name {
    padding: 10px 0 7px 10px;
    font-size: 16px;
    color: #4a589f;
	border-bottom: 1px dotted #C7C7C7;
}

.job_number {
    color: #4a589f;
}

.county .county_name a {
    text-decoration: none;
    color: #4a589f;
	font-weight: bold;
}

.county .county_name span {
	font-weight: bold;
}

.county .county_name a:hover {
    text-decoration: none;
    color: #4a589f;
}

.county .city {
    padding-left: 10px;
    color: #4a589f;
    font-weight: bold;
}

.county .city ul {
    margin-bottom: 5px;
	padding: 0;
}

.county .city li {
    /*background:url("../img/icons/bullet_gray.png") no-repeat scroll left center transparent;*/
    margin: 0;
    padding: 4px 0 4px 0;
	font-size: 14px;
	font-weight: normal;
}

.county .city ul li a {
    color: #4a589f
    text-decoration: none;
}

.county .city ul li a:hover {
    color: #4a589f;
    text-decoration: none;
}

.block {
	clear			: both;
	margin-bottom	: 0px !important;
}
.county_info .d {
	display: none;
}
