/* 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 .files h6 {
	position: relative;
}
.box h4 {
	font-size: 1.083em;
	margin-bottom: 0.5em;
}
.box h4 a {
	color: #0066b3;
}
.box .box_content {

}
.box table th {
	text-align: right;
	height: 36px;
	padding-right: 10px;
	padding-left: 10px;
	color: #ffffff;
	background: url('/media/dsg/th_bg.gif') repeat-x top left;
	border-bottom: 1px solid #fff;
}
.box table tr {
	color: #6a4c60;
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
}
.box table td {
	text-align: right;
	padding: 10px;
	padding-left: 10px;
}
.box table tr.second {
	color: #646464;
	background: #f0f0f0;
	border-bottom: 1px solid #fff;
}
.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 */

/* center */
body.simple #center .box {
	width: 910px;
	margin-left: 5px;
}
#center .box {
	background: #fff;
	width: 630px;
	margin-left: 25px;
	margin-top: 30px;
	padding: 10px;
}
.simple #center .box h1 {
	padding: 0px;
	margin-bottom: 20px;
	text-align: center;
}
.simple #center .box .content_text h1 {
	text-align: left;
}

#center .box h1 {
	background: #4e4c43;
	font-size: 2.0em;
	color: #fff;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}
#center .box h1 span {
	display: block;
	clear: both;
	color: #91bf4f;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 5px;
}
#center .box h2 {
	color: #4e4c43;
	font-size: 1.5em;
	padding-bottom: 11px;
	margin-top: 50px;
	margin-bottom: 17px;
	border-bottom: 5px solid #91c04e;
	line-height: 1.1em;
}
#center .box .box_container {
	position: relative;
}
#center .box .box_container {
	position: relative;
}
#center .box .box_container .content_pic {
	position: absolute;
	top: 5px;
	right: 10px;
}
#center .box .box_container .content_content {
	width: 433px;
	color: #4d6030;
	line-height: 1.0em;
	font-size: 1.2em;
}
#center .box .box_container .content_content.no_pic {
	width: auto;
}
#center .box .box_container .content_content ul {
	list-style-type: none;
}
#center .box .box_container .content_content ul li{
	background: url('/media/dsg/li_dot.gif') no-repeat 2px 6px;
	padding-left: 12px;
	margin-bottom: 0px;
	margin-bottom:4px;
}
/* files */
.files {
	position: relative;
	padding-top: 30px;
	background: url('/media/dsg/files.gif') no-repeat top left;
}
.files .files_list li div a {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
	text-align: right;
	padding-right: 40px;
	padding-top: 2px;
	padding-bottom: 8px;
	background: url('/media/dsg/file_types/pdf.gif') no-repeat top right;
}
.files .files_list li div {
	float: left;
}
.files .files_list {
	margin-top: 20px;
	margin-left: 70px;
}
.files .files_list li div.lead {
	color: #28437e;
	font-size: 1.1em;
	padding-left: 10px;
	padding-top: 2px;
}
.files .files_list li div a:hover {
	text-decoration: underline;
}
.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;

	float: left;
	margin-left: 0;
}
