@charset "utf-8";
/* CSS Document */
/*
This is a 960 framework width system and below is a list of the fractions for quick reference@
960 - 1 column
480 - 2 columns
240 - 4 columns
120 - 8 columns
60 - 16 columns
30 - 32 columns

Site measurements

960 - header
180 / 780 - navigation - advert panel
180 / 600 / 180 - main page with 2 columns
960 - footer

*/
/* Homepage News Styles*/

#home-news-container {
	display:block;
	width:210px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#home-news-image {
	padding-left:5px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	padding-right: 5px;
}
#home-news-data {
	padding-left:5px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
}

#home-news-title {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	float: left;
}

#home-news-button {
	background-image: url(../images/more_button.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 21px;
	float: left;
}	
#home-news-button a.readarticle{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
}	

#home-news-button a.readarticle:hover {
	color: #CCCCCC;
	height: 21px;
}	

/* News page Article Styles*/

#news-article-image{
	float:right;
	padding-left:10px;
	margin-right: 10px;
}

#news-article-title{
	font-weight: bold;
	font-size: 13px;
	height: 20px;
	padding-left: 3px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
}

#news-articlereturn-button {
	background-image: url(../images/nav_button_3.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 30px;
}	
#news-articlereturn-button a.return{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-top: 3px;
}	

#news-articlereturn-button a.return:hover {
	color: #CCCCCC;
	background-image: url(../images/return_button_over.gif);
	background-repeat: no-repeat;
	height: 30px;
}	

#news-article-detail{
	padding-bottom: 15px;
}

#news-article-returnlink{}

#news-article-register{}

/* Newsletter (Newsletter) Registration Button Style */

#newsletter-button {
	background-image: url(../images/nav_button_5.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 30px;
}	
#newsletter-button a.newsletter{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-top: 3px;
}	

#newsletter-button a.newsletter:hover {
	color: #CCCCCC;
	height: 30px;
}	

/* News page List Styles*/

#news-list-button {
	background-image: url(../images/more_button.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 30px;
}	
#news-list-button a.readarticle{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-top: 3px;
}	

#news-list-button a.readarticle:hover {
	color: #CCCCCC;
	height: 30px;
}	

#news-list-title {
	font-weight: bold;
	font-size: 13px;
	height: 20px;
	padding-left: 3px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
}	

#news-list-image {
	float: right;
	padding-bottom: 10px;
	margin-right: 10px;
}	

#news-list-summary {
	padding-bottom: 10px;
}	
