@charset "UTF-8";
/* CSS Document */

.twocolwideleft .leftcol #justcontent, .twocolwideleft .leftcol #subcontent {
	display: none;
}

.twocolwideleft .leftcol #hotissues {
	float: left;
	width: 710px;
	height: auto;
}

.twocolwideleft .leftcol #hotissues #hotleft {
	float: left;
	width: 427px;
	height: auto;
	border-right: 1px solid #132359;
	padding-right: 10px;
	min-height: 720px;
}

.twocolwideleft .leftcol #hotissues #hotright {
	float: left;
	width: 262px;
	height: auto;
	padding-left: 10px;
}

/* ------------------------------------------------------------------ */
/* ------- Hot Issues Left Column General Styling ------------------- */
/* ------------------------------------------------------------------ */

#hotleft .csc-header h2 {
	margin: 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	width: 100%;
	border-bottom: 1px solid #132359;
}

/* ------------------------------------------------------------------ */
/* ------- Hot Issues Left Column Latest Styling -------------------- */
/* ------------------------------------------------------------------ */

#hotleft .csc-textpic {
	background-color: #FEF4E3;
	border: 1px solid #ccc;
	float: left;
	margin-bottom: 10px;
	padding: 5px;
	width: 415px;
}

#hotleft .csc-textpic-image {
	margin: 0px;
}

#hotleft .csc-textpic-text p {
	margin: 0px;
}

#hotleft .news-latest-container {
	background-color: #e3e9fe;
	border: 1px solid #ccc;
	float: left;
	margin-bottom: 10px;
}

#hotleft .news-latest-item {
	float: left;
	margin: 0px;
	padding: 5px;
}

#hotleft .news-latest-item h4 {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
}

#hotleft .news-latest-item h4 a {
	color: #132359;
	text-decoration: none;
}

#hotleft .news-latest-item h4 a:hover {
	text-decoration: underline;
}

#hotleft .news-latest-date a, #hotleft .news-latest-date a:hover {
	color: #000;
	text-decoration: none;
}

#hotleft .news-latest-author p {
	padding: 0px !important;
	margin: 0px !important;
}

#hotleft .news-latest-item p {
	margin: 3px 0px 0px;
}

#hotleft .news-latest-item img {
	margin-bottom: 0px;
	margin-top: 5px;
}

#hotleft .news-latest-item hr.clearer {
	display: none;
}

#hotleft .news-latest-gotoarchive {
	display: none;
}

#hotleft .news-latest-morelink a {
	color: #132359;
	text-decoration: none;
}

#hotleft .news-latest-morelink a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------ */
/* ------- Hot Issues Left Column Latest Styling -------------------- */
/* ------------------------------------------------------------------ */

#hotleft .news-list-container {
	background-color: transparent;
	border: none;
	float: left;
	width: 100%;
}

#hotleft .news-list-item {
	background-color: transparent;
	border: none;
	float: left;
	width: 100%;
	margin: 0px 0px 10px;
	padding: 0px;
}

#hotleft .news-list-item h3 {
	background-color: transparent;
	border-bottom: 1px solid #000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 100%
}

#hotleft .news-list-item h3 a {
	color: #132359;
	text-decoration: none;
	padding: 0px;
}

#hotleft .news-list-item h3 a:hover {
	text-decoration: underline;
}

#hotleft .news-list-date {
	background-color: transparent;
	margin: 3px 0px 5px;
	text-align: left;
	width: 100%;
	height: auto;
	color: #000;
}

#hotleft .news-list-container img {
	float: left;
	margin: 0px 5px 0px 0px;
}

#hotleft .news-list-item p {
	padding: 0px;
	margin: 0px 0px 10px;
}

#hotleft .news-list-morelink {
	float: right;
}

#hotleft .news-list-morelink a {
	color: #132359;
	text-decoration: none;
}

#hotleft .news-list-morelink a:hover {
	text-decoration: underline;
}

#hotleft .news-list-item hr.clearer {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- Hot Issues Right Column Latest Styling -------------------- */
/* ------------------------------------------------------------------ */

#hotright .news-latest-container {
	float: left;
}

#hotright .news-latest-item {
	background-image: url(../images/edm/edm_smback.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: transparent;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	float: left;
	width: 100%;
}

#hotright .news-latest-item h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 5px;
}

#hotright .news-latest-item h4 a {
	color: #132359;
	text-decoration: none;
}

#hotright .news-latest-item h4 a:hover {
	text-decoration: underline;
}

#hotright .news-latest-author {
	display: none;
}

#hotright .news-latest-date a, #hotright .news-latest-date a:hover {
	color: #000;
	text-decoration: none;
}

#hotright .news-latest-item img {
	margin-bottom: 0px;
	margin-top: 3px;
}

#hotright .news-latest-item p {
	margin: 0px;
}

#hotright .news-latest-morelink {
	display: none;
}

#hotright .news-latest-morelink a {
	color: #132359;
	text-decoration: none;
}

#hotright .news-latest-morelink a:hover {
	text-decoration: underline;
}

#hotright .news-latest-item hr.clearer {
	display: none;
}

#hotright .news-latest-gotoarchive {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- IE6 Fixes ------------------------------------------------ */
/* ------------------------------------------------------------------ */

* html .twocolwideleft .leftcol #hotissues #hotleft {
	height: 720px;
}
