@CHARSET "UTF-8";

div.mainTitle {
	width: 100%;
	background-color: #000;
}

.mainTitle .text {
	display: block;
	color: #fff;
	width: 40%;
}

#subMiddleContent {
	width: 100%;
	background: #000;
	padding-top: 15px;
}

.spacer {
	border-top: 3px solid #067baa;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 0;
	top: -3px;
}

#subMiddleContent div.centered {
	background: #000;
}

#subMiddleContent div.left {
	background: #000;
	text-align: right;
	float: left;
	width: 300px;
}

#subMiddleContent div.left .content {
	color: #fff;
	margin-bottom: 10px;
}

#subMiddleContent div.left .content ul {
	display: block;
	text-align: left;
	width: 50%;
	float: right;
}

#subMiddleContent div.left .content ul a {
	color: #fff;
}

#subMiddleContent div.left .content ul a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#subMiddleContent div.right {
	background: #fff url('../images/top_subview.jpg') repeat-x;
	padding: 15px 0;
	float: left;
	margin-left: 20px;
	width: 600px;
	border-left: 3px solid #067baa;
	border-top: 3px solid #067baa;
	border-right: 3px solid #067baa;
	position: relative;
	z-index: 1;
}

#subMiddleContent div.right .content {
	margin: 0 10px;
	color: #000;
}

#subMiddleContent div.box {
	
}

#subMiddleContent div.box .title {
	background: url('../images/big_dot.png') no-repeat 2px 3px;
	padding-left: 23px;
	font-size: 18px;
	color: #ffa800;
}

#subMiddleContent div.box .description {
	margin-top: 10px;
}

#subMiddleContent div.box .more {
	margin-top: 4px;
	width: 100%;
	border-top: 1px solid #6f6f6f;
}

#subMiddleContent div.box .more a {
	margin-right: 20px;
	float: right;
	padding-left: 8px;
	padding-top: 2px;
	font-size: 10px;
	display: block;
	width: 103px;
	height: 20px;
	background: url('../images/black_more.jpg') #ffffff no-repeat;
	color: #fff;
	font-weight: bold;
}

div.centered span.lid {
	color: #6F6F6F;
	padding-left: 8px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}

div.centered span.breadcrumb {
	color: #6F6F6F;
	padding-left: 8px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 10px;
}
