/* --- BASIC STYLES and LINKS */




ul.morenews li strong a:link,
ul.morenews li strong a:visited,
ul.morenews li strong a:active,
ul.bottom4 a:link,
ul.bottom4 a:visited,
ul.bottom4 a:active {
	display: block;
	color: #291E13;
	text-decoration: underline;
}

ul.morenews li strong a:hover,
ul.bottom4 a:hover {
	color: #C3B5A5;
	text-decoration: none;
}



a.more{
	width: 39px;
	height: 7px;
	display: block;
	margin: 0 0 5px 0;
	float: right;
clear: both;
}

* html a.more {
margin: 0;
}

a.more:hover {
	background-position: -39px 0;
}




/* --- MAIN BODY CONTENT */

div.homeleftcontainer {
	width: 350px;
	float: left;
	margin: 10px 5px 0 0;
}

div.homerightcontainer {
	width: 350px;
	float: left;
	margin: 0 0 0 5px;
}


/* ----- HEADING STYLES --- */
td.heading {
	background-image: url(../img/heading_bckg.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 23px;
	width: 100%;
}

td.headingrightcrnr,
td.headingleftcrnr {
	width: 11px;
	height: 23px;
}


/* ----- HEADENDING STYLES --- */
table.headend {
	margin-top: 5px;
}

td.headend {
	background-image: url(../img/footerlink_bckg.gif);
	background-repeat: repeat-x;
	height: 23px;
	margin: 5px 0;
	width: 100%;
}

td.headend a {
	float: right;
}


/* --- UL BOXES ------
----------------------- */

ul.additional_features,
ul.topnews,
ul.morenews {
	list-style: none;
	padding:0;
	width: 350px;
	margin: 5px 0 0 0 ;
}

/* ADDITIONAL FEATURES */
ul.additional_features li {
	background-color: #F9EFDA;
	padding: 5px;
	color: #7E603D;
}

* html ul.additional_features li {
	width: 345px;
}

ul.additional_features li.title,
ul.additional_features li.title a:link strong,
ul.additional_features li.title a:visited strong{
	background-color: #C3B5A5;
	color: #291E13;
	font-weight: bold;
}

ul.additional_features li.title a:hover strong {
text-decoration: underline;
}

ul.additional_features li img.img2 {
float: left;
margin: 0 5px 5px 0;
}

/* TOP NEWS */

ul.topnews {
	background-color: #E7E5E1;
width: 350px;
}

ul.topnews li {
	padding: 5px;
}

ul.topnews img {
	float: left;
	margin-right: 5px;
}

ul.topnews li p {
	margin: 0;
	display: inline;
}

ul.topnews .title {
	margin-bottom: 5px;
	background-color: #D0CFCB;
}

ul.topnews .title a strong {
	display: block;
	font-size: 14px;
	color: #291E13;
}

ul.topnews .title a:hover strong {
text-decoration: underline;
}

ul.topnews .title span {
	font-size: 11px;
	color: #291E13;
}

/* MORE NEWS */
ul.morenews {
	background-color: #E7E5E1;
}

ul.morenews li.title {
	background-color: #D0CFCB;
	height: 22px;
	list-style: none;
	text-align: center;
	margin: 0 0 5px 0;
}

ul.morenews li a strong {
color: #291E13;
}

ul.morenews li a:hover strong {
color: #C3B5A5;
}

ul.morenews li {
	list-style-image: url(../img/icon_news_grey.gif);
	margin: 10px 0 5px 25px;
}


ul.morenews li.footer_regbox {
	background-color: #d0cfcb;
	height: 18px;
	list-style: none;
	text-align: right;
	margin: 0;
	padding-right: 10px;
}

ul.morenews li.footer_regbox a img {
	margin-top: 5px;
}


/* BOTTOM 4 */
ul.bottom4 {
	width: 175px;
	margin: 0;
	padding: 0;
	margin: 5px 5px 0 0;
	list-style: none;
	background-color: #F8EBD1;
	float: left;
}

ul.bottom4 li {
	margin: 5px;
}

* html ul.bottom4 li {
	margin: 5px 5px -5px 5px;
}

ul.bottom4 li.title {
	margin: 0;
}

ul.bottom4 li.morelink {
	background-color: #FCD172;
	margin: 0;
	height: 12px;
	padding-top: 5px;
	text-align: right;
}

ul.bottom4 li.morelink img {
	margin-right: 5px;
}


