/* box.css */
#right .box h1,
#left .box h1 {
	background: url('/media/dsg/side_h1.gif') no-repeat top left;
	font-family: "Trebuchet MS";
	color: black;
	font-size: 1.4em;
	font-weight: normal;
	height: 23px;
	padding-top: 7px;
	padding-left: 10px;
}
#left .box .box_content .lead,
#right .box .box_content .lead{
	padding-top: 10px;
	padding-left: 10px;
}
#center .box h1 {
	color: #202020;
	font-size: 2.2em;
	padding-top: 15px;
	padding-bottom: 6px;
	line-height: 1.295em; 
}

/* common */
#right .big_thumb,
#left .big_thumb {
	display: none;
}
#right .small_thumb,
#left .small_thumb {
	display: none;
}
#bottom_left .small_thumb,
#bottom_right .small_thumb,
#center .small_thumb {
	display: none;
}

.box .box_content .content h3 {
	color: #202020;
	font-size: 1.339em;
	font-weight: normal;
	padding-bottom: 3px;
}
.box .box_content .lead p{
	margin-bottom: 0em;
}
.box .box_content .content hr {
 	border: 0;
  	width: 94%;
	background-color: #b3b3b3;
	height:1px;
}
.box .box_content .content h4 {
	color: #202020;
	font-size: 1.175em;
	font-weight: normal;
	padding-bottom: 2px;
}
.box .box_content .content p span {
	color: #808080;
	font-size: 0.916em;
}
.box .box_content .content h4 a {
	color: #fda90b;
	text-decoration: none;	
}
.box .box_content .content ul {
	list-style-type: none;
}

.box .box_content .content h5 {
	color: #202020;
	font-size: 1.0em;
	font-weight: normal;
	padding-bottom: 2px;
}
.box h1 a {
	color: #013f8c;
	text-decoration: none;
}
.box h1 a:hover {
	text-decoration: underline;
}

.box .box_content ul a {
	text-decoration: none;
}

.box .box_content ul,
.box .box_content ol {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.1em;	
}
.box .box_content li {
	margin-left: 2em;
}

/* left */

#right .box,
#left .box {
	background: url('/media/dsg/side_top.jpg') no-repeat top center;
	padding-top: 22px;
	margin-top: 8px;
}

#right .box .box_content,
#left .box .box_content{
	width: 226px;
	background: url('/media/dsg/sidebar_bg.gif') repeat-y top left;
}
#right .box .box_content {
	width: 236px;
}
/*#left .box .box_content .content {
	padding-bottom: 10px;
}*/
#left .box .box_content .content p {
	margin-bottom: 0;
	padding-bottom: 10px;
}
#right .box .box_content span.lead,
#left .box .box_content span.lead {
	border: none;
}
#right .box .box_content .lead,
#left .box .box_content .lead{
	font-size: 1.2em;
	border-bottom:1px solid #B3B3B3;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* center */
#center .box .upper_lead {
	height: 10px;
	overflow: hidden;
	background: url('/media/dsg/lead_top.gif') no-repeat top left;
}

.box .box_content .content ul li {
	background:transparent url(/media/dsg/dot.gif) no-repeat scroll 0 12px;
	border-bottom:1px solid #EAEAEA;
	color:#606060;
	font-size:0.909em;
	font-weight:normal;
	margin-left:0;
	padding:7px 0 7px 15px;
}
#center .box .lead {
	font-size: 1.4em;
	color: #202020;
	min-height: 92px;
	padding: 0 12px 14px 12px;
	background: #fdb60c url('/media/dsg/lead_bottom.jpg') no-repeat bottom left;
}
.home #bottom_right .box,
.home #bottom_left .box,
.home #center .box {
	padding-top: 22px;
}

#bottom_right .box .head_box,
#bottom_left .box .head_box,
#center .box .head_box {
	border-bottom: none;
}

.index #center .box .box_content{
	
}

.content_link{
	color: #202020;
	display: block;
	font-size: 1.0em;
	padding-top: 10px;	
	padding-left: 15px;
	padding-bottom: 10px;
	text-decoration: none;
	border-top: 1px dotted #d9d9d9;
	background: url('/media/dsg/more.gif') no-repeat center left;
}

#center .box .box_content .content{
	padding-top: 10px;
}
#bottom_right .content_link, 
#bottom_left .content_link {
	display: block;
}
.box .head_box {
	border-bottom: 1px solid #d9d9d9;
}
#center .box .box_content .content{
	padding-left: 0px;
}
.box .box_content .content{
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.16em;
	padding-left: 10px;
}

#bottom_left .box .box_content .content h3,
#bottom_right .box .box_content .content h3 {
	font-weight: normal;
	background-color: #606060;
	float:left;
	color: white;
	padding: 1px 1px;
	margin-bottom: 10px;
}
#bottom_left .box .box_content .content p,
#bottom_right .box .box_content .content p{
	clear: both;	
}
.box .box_content h2 {
	color: #202020;
	font-size: 1.5em;
	margin-bottom: 8px;
	font-weight: normal;
}

.box table {
	border: none;
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
	margin-bottom: 2em;
	font-size: 0.917em;
}
.box table td.table_th {
	padding: 8px 5px;
	background: #fda90b;
	color: #fff;
	font-weight: normal;
	border:0px;
}
.box table td {
	color: #808080;
	padding: 8px 5px;
	border-top: 1px solid #f5d500;
}