/* RIGHT CONTENT - ID SUBMENU */

#submenu {
	border-top: 4px solid #1a4680; margin-top: 30px; list-style: none;
	font-size: 90%;
}

#submenu li {
	line-height: 26px; border-bottom: 1px solid #d7d8da; text-transform: uppercase;
}

#submenu li a {
	line-height: 18px; color: #1A4680; text-decoration: none; padding-left: 18px; padding-right: 30px;
}

#submenu li.active a {
	line-height: 18px; font-weight: bold; color: #1A4680;
	background: transparent url(../images/submenuarrow.jpg) no-repeat left center;
}

/* RIGHT CONTENT - ID SUBMENU - LOWER LEVEL */

#submenu li ul {
	list-style: none; padding-top: 14px; padding-bottom: 14px;
	background-color: #f8f7f6; border-top: 1px solid #d7d8da;
}

#submenu li.active ul li {
	line-height: 16px; border-bottom: 0; text-transform: none;
}

#submenu li.active ul li a {
	font-weight: normal; line-height: 0.9em; color: #1A4680;
	text-decoration: none; padding-left: 24px; padding-right: 30px; background-image: none;
}

#submenu li.active ul li.active a {
	text-decoration: underline;
}

/* LEFT CONTENT - UL NEWS */

#left ul.news {
	list-style: none;
}

#left ul.news li {
	padding-top: 20px; padding-bottom: 20px;
	line-height: 14px;
	color: #565e67;
	text-decoration: none;
}

#left ul.news li div.time {
	color: #9a9ea2;
	float: left;
}

#left ul.news li div.title {
	margin-left: 74px;
	margin-bottom: 14px;
}

#left ul.news li div.title a {
	color: #1a4680;
	font-weight: bold;
	text-decoration: underline;
}

/* LEFT CONTENT - NEWS DETAIL CONTENT */

#left a.back {
	display: block;
	float: right;
	padding-top: 34px;
	color: #1a4680;
	font-weight: bold;
	text-decoration: underline;
}

#left h1.floating {
	float: left;
}

#left div.htime {
	clear: left;
	color: #9a9ea2;
	float: left;
	padding-top: 20px;
	width: 74px;
}

#left div.htitle {
	float: left;
	padding-top: 20px;
	color: #1a4680;
	font-weight: bold;
	text-decoration: underline;
	vertical-align: baseline;
}

#left img.img {
	padding-top: 20px;
	padding-bottom: 6px;
}

#left div.controll {
	line-height: 21px;
	color: #565e67;
	text-decoration: none;
	background-color: #f8f7f6;
	border-top: 1px solid #d2d3d4;
	padding-left: 2px;
}

#left div.controll a, #left div.controll b {
	color: #1a4680;
	font-weight: bold;
}

.break {
	clear: both;
	visibility: hidden;
	font-size: 0; /* ie hack */
	height: 0;
}

/* LEFT CONTENT - REFERENCES */

#left ul {
	list-style: none;
}

#left ul.refs li {
	padding-top: 20px;
	line-height: 14px;
	color: #565E67;
	text-decoration: none;
}

#left div.rtitle {
	margin: 0px; padding: 0px;
}

#left a.rtitle, #left span.rtitle {
	line-height: 14px;
	color: #1a4680;
	text-decoration: underline;
}

#left span.rloc {
	line-height: 14px;
	color: #9a9ea2;
	text-decoration: none;
}

#left ul.refs li img {
	float: left;
	padding-right: 20px;
}

/* LEFT CONTENT - REFERENCE DETAIL */

#left div.reftitle {
	clear: both;
	padding-top: 20px;
	float: left;
}

#left div.refnav {
	float: right;
	padding-top: 34px;
	color: #1a4680;
}

#left div.refnav a, #left div.refnav b {
	font-weight: bold;
	color: #1a4680;
}

#left div.refnav a {
	text-decoration: underline;
}

