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

/********************
 * Main news items on index
 ********************/	
#newsContainter
{
	width: 100%;
	min-height: 650px;
	height: auto !important;
	height: 650px;		
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;

	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.newsBox {
	float:left;
	width: 100%;
	min-height: 80px;
	height: auto !important;
	height: 80px;		
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #996699;
}
.newsImageBox {
	float:left;
	width: 125px;
	height: 75px;
	margin-right: 5px;
	border: 1px dashed #CCC;
}
img.newsImage {
	display: block;
    margin-left: auto;
    margin-right: auto;
	vertical-align:middle;
}
.newsTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996699;
	font-weight: bold;
	
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-bottom: 1px solid #996699;
	text-align: left;
}
.newsHeading {
	width: 460px;	
	float: right;
	font-weight: bold;
	color: #FF9900;
}
a.newsHeadingLink {
	font-weight: bold;
	color:#FF9900;
	text-decoration: none;
}
a.newsHeadingLink img {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	border: none;
}
a.newsHeadingLink:hover {
	text-decoration: underline;
}
.newsContent {
	width: 460px;	
	float: right;
	color: #333333;
	text-align: left;
	margin-top: 5px;
}
.newsContinue a {
	color: #996699;
	text-decoration: none;
}
.newsContinue a:hover {
	text-decoration: underline;
} 

.newsContinue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #996699;
	text-align: right;
}
.newsSubtitle {
	color: #999999;
	font-size: 10px;
}
a.commentLink{
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}

a.commentLink:hover{
	text-decoration: underline;
}
/********************
 * Expanded news Items
 ********************/	
.expandBox {
	width: 800px;
	height: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.expandBox a {
	color: #996699;
	text-decoration: none;
}
.expandBox a:hover {
	text-decoration: underline;
} 
.expandHeading {
	font-weight: bold;
	font-size: 16px;
	color: #FF9900;
}
.expandContent {
	color: #333333;
	text-align:justify;
	padding-right: 10px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
.expandContentRight
{
	width: 200px;
	height: 95%;
	float: right;
}

.expandImage {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.expandDate {
	width: 100%;
	color: #999999;
	font-size: 10px;
	border-bottom: solid 1px #CCC;
	height: 20px;	
}