/* CSS Document */


/****** LATEST NEWS *****/

.news_date {
	position:absolute;
	display:block;
	top:6px;
	right:6px;
	color:#CCCCCC;
	font-weight:normal;
	font-size:10px;
}

.news_headline {
	font-size:170%;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:bold;
}
.homepage_news_box {
	padding:0px 0px 0px 10px;
	height:100px;
}
.newsbox {
	padding:0px 20px 0px 20px;
}
.blank_question{	/* Styling question */
	/* Start layout CSS */
	font-weight:bold;
	margin:0px;
	color:#C50078;
	font-size:10px;
	background-color:#000000;
	width:626px;
	margin-bottom:1px;
	margin-top:0px;
	padding-top:6px;
	padding-bottom:6px;
}

.news_question{	/* Styling question */
	/* Start layout CSS */
	position:relative;
	font-weight:bold;
	margin:0px;
	color:#C50078;
	font-size:10px;
	background-color:#000000;
	width:626px;
	margin-bottom:1px;
	margin-top:0px;
	padding-top:6px;
	padding-bottom:6px;
/*	padding-left:2px;*/
/*	height:20px;*/
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
div.news_question:hover {
	background-color:#000000;
}
.news_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	background-color:#ffffff;
	width:626px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.news_answer h5{
	margin:0px;
	font-size:130%;
}
.news_answer_content{	/* Content that is slided down */
	border:1px solid #317082;
	padding:5px;
	margin:0px;
	font-size:10px;	
	position:relative;
}
.news_answer_content img {	/* Content that is slided down */
	text-align:right;
}

/***** END LATEST NEWS *****/


