@CHARSET "UTF-8";

.settlement-list-item
{
	margin-left: 25px;
	margin-top: 40px;
	width: 200px;
}

.settlement-list-item img
{
	vertical-align: middle;

}

.settlement-list-item span.caption
{
	margin-left: 14px;
	font-family: Trebuchet MS, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.settlement-list-item div.settlements
{
	margin-left: 30px;
}
.settlement-list-item div.settlements ul
{
	list-style: none;
}
.settlement-list-item div.settlements ul li
{
	margin-left: 4px;
	padding: 5px;
	border-bottom: 1px dotted #a3d5e2;
}

.settlement-list-item div.settlements li a
{
	font-family: Trebuchet MS, Verdana, Tahoma;
	color: #0d738c;
	text-decoration: underline;
}
.settlement-list-item div.settlements li a:hover
{
	text-decoration: none;
}

#first-news-image
{
	margin-left: -20px;
	width: 340px;
	height: 255px;
	background-repeat: no-repeat;	
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 24px rgba(210, 190, 150, 1);
	-moz-box-shadow:    0px 0px 24px rgba(210, 190, 150, 1);
	box-shadow:         0px 0px 24px rgba(210, 190, 150, 1);
}
#news-preview
{
	padding: 18px;
	position: relative;
	height: 36px;
	top: 79px;
	background-image: url(../img/clipart-bg.png);
}
.news-separator
{
	width: 100%;
	height: 1px;
	background-image: url(../img/news-separator.png);
	background-repeat: repeat-x;
}
#news-preview span.date
{
	color: #944e00;
	font-size: 12px;
}
#news-preview span.title
{
	color: #9c3700;
	font-size: 16px;
	text-decoration: underline;
}
#news-preview span.short_body
{
	color: #5e2100;
	font-size: 12px;
}
.news-item
{
	margin-bottom: 30px;
}
.news-image
{
	float: left;
	width: 200px;
	background-repeat: no-repeat;	
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 24px rgba(210, 190, 150, 1);
	-moz-box-shadow:    0px 0px 24px rgba(210, 190, 150, 1);
	box-shadow:         0px 0px 24px rgba(210, 190, 150, 1);
}
.news-description
{
	float: right;
	width: 420px;
}
.news-title
{
	color: #000;
	font-weight: bold;
}


