/* box.css */

.box {
  margin-bottom: 2em;
}
.last .box {
  margin-bottom: 0;
}
.box h6 {
	font-size: 1.333em;
	margin-bottom: 1.0em;
	color: #0066b3;
	margin-top: 2.4em;
	background: #fff;
	width: 100px;
	margin-left: 20px;
	margin-top: -10px;
	padding-left: 10px;
	position: absolute;
}
.box h2 {
	color: #000000;
	font-size: 1.333em;
}
.box h3 {
	color: #000000;
	font-size: 1.1666em;
}
.box h4 {
	color: #000000;
	font-size: 1.0em;
}
.box h5 a {
	color: #000;
}
.box h5 {
	font-size: 1.0em;
	margin-bottom: 1em;
}
.box .box_content {

}
.box p,
.box ul,
.box ol,
.box table {
  margin-bottom: 1em;
}
.box li {
  margin-left: 2em;
}
.box form ul,
.box form ol {
  margin-bottom: 0;
}
.box form li {
  margin-left: 0;
}


/* right */
#right h1 {
	padding-left: 10px;
	background: #edeae7;
}
#right .highlights {
	list-style-type: none;
}
#right .highlights li {
	position: relative;
	margin-bottom: 30px;
}
#right .highlights .small_sep {
	margin-top: 40px;
}
#right .highlights .fleck_main {
	width: 46px;
	height: 96px;
	position: absolute;
	top: 25px;
	left: -46px;
	background: url('/media/dsg/fleck_higi_main.png') no-repeat top left;
}
#right .highlights .fleck_link {
	width: 59px;
	height: 70px;
	position: absolute;
	left: -25px;
	bottom: -70px;
	display: block;
	background: url('/media/dsg/fleck_high_link.png') no-repeat top left;
}
#right {
	font-size: 1.2em;
}
#right .black_title {
	background:#000000;
	float: left;
	margin-top: 15px;
	padding:3px 10px;
	position: relative;
	padding-bottom: 7px;
}
#right .highlights .content_img{
	margin-bottom: 8px;
}
/* center */
#center h1 {
	width: 170px;
	background: #c9171e;
	padding-top: 6px;
	padding-left: 8px;
	padding-bottom: 8px;
}
#center h1.white_title {
	padding-top: 0px;
	width: 457px;
	background: #edeae7;
	padding-bottom: 0px;
}
#center h1.black_title {
	background: #000000;
}
#center .box .box_content {
	color: #fff;
	font-size: 1.2em;
}
#center .box .box_content .content ul,
#center .box .box_content .content_text ul li {
	list-style-type: none;
}
#center .box .box_content .content ul li,
#center .box .box_content .content_text ul li {
	margin-left: 0em;
	padding-left: 20px;
	padding-bottom: 5px;
	position: relative;
	background: url('/media/dsg/li_star.gif') no-repeat left 2px;
}
#center .box {
	position: relative;
}

#center .content_home .lead,
#center .content .lead {
	width: 445px;
	padding: 10px;
	background: #66835a;
}
#center .content_home .lead.with_side_img {
	width: 346px;
}
#center .content_home .left_link {
	float: left;
	margin-top:-13px;
}
#center .content_home .right_link {
	float: right;
	margin-top:-13px;
	margin-right: 5px;
}
#center .content_home h1 {
	width: auto;
	padding: 7px;
	padding-top: 3px;
}
#center .content .content_text {
	padding: 10px;
}
#center .content .star {
	padding-top: 10px;
	text-align: center;
}
#center .content table {
	background: #66835a;
}
#center .content table td {
	border-right: 3px solid #7b9b6d;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* pictures */
.pictures {

}
ul.pictures_list {
	margin-top: 15px;
  	list-style-type: none;
}
ul.pictures_list li {
	float: left;
	margin-left: 9px;
}
ul.pictures_list li .thumb{
	float: left;
	width: 208px;
	height: 156px;
	padding-top: 10px;
	padding-left: 20px;
	background: url('/media/dsg/thumb_bg.png') no-repeat top left;
}

ul.pictures_list li.first {
	margin-left: 0;
}
ul.pictures_list li.spacer,
ul.pictures_list li.spacer_last {
	margin: 0;
	float: none;
	clear: both;
	width: auto;
	height: 2em;
	overflow: hidden;
	text-align: center;
}
ul.pictures_list li.spacer_last {
	height: 0;
}
.pictures .pagination {
	margin-top: 0.5em;
	margin-bottom: 1.3em;
}

/* files */
.files {
	position: relative;
	margin-top: 30px;
}
.box .files h6 {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 2px;
}
.files .pagination {
	margin-top: 1.5em;
	margin-bottom: 1.3em;
}
ul.files_list {
	list-style-type: none;
}
.box ul.files_list li {
	color: #646464;
	background: url('/media/dsg/file_icon.gif') no-repeat left 3px;
	padding-left: 20px;
	padding-bottom: 12px;
	padding-top: 3px;
	width: 295px;
	float: left;
	margin-left: 0;
}
