@charset "utf-8";
/* =======================================

	IndexElements

======================================= */

/* ------------------------------------
   		#main
------------------------------------ */
#main{
	width: 1000px;
	text-align: left;
	background: #fffee5;
	border-top: solid 7px #000000;
}

#newsTopics {
	width : 600px;
	height: 786px;
	margin :50px 50px;
	float: left;
	color: #898989;
	background: #f5f5f5;
	border-radius: 5px;	
}

#mainImg {
	float: right;
}

#newsTopics h2 {
	margin : 25px 40px 0 25px;
	padding: 0 0 10px 0;
	font-size: 130%;
	border-bottom: 1px dashed #b5b5b5;
}

#newsTopics ul {
	margin: 0 0 0 25px;
	padding: 0 20px 0 0;
	max-height: 700px;
	overflow: hidden;
	overflow-y: scroll;
}

.scroll-pane {
	width: 540px;
}

#newsTopics li {
	margin: 0 auto;
	border-bottom: 1px dashed #b5b5b5;
}

#newsTopics li a span.date {
	color: #54c2f0;
	font-size: 100%;
	font-weight: bold;
}

#newsTopics li a {
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
	border-left: 4px solid #898989;  
	display: block;
	color: #898989;
	text-decoration: none;
}

#newsTopics li a p {
	text-decoration: underline;
}

#newsTopics li a p:hover {
	text-decoration: none;
}

#newsTopics li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-filter: opacity(0.6);
	-moz-filter: opacity(0.6);
}

#newsTopics li a span.newLabel {
	margin: 0 0 0 10px;
	padding: 0px 3px;
	color: #ffffff;
	font-size: 60%;
	font-weight: normal;
	background: #ff0000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/* =====================================
	ClearFixElements
===================================== */
.clearfix:before,
.clearfix:after,
#main:before,
#main:after{
	content: " ";
	display: table;
}
.clearfix:after,
#main:after
{clear: both;
}
.clearfix,
#main {*zoom: 1;}
