/* -------------------------------------------------- Actions */

/* --- Print Link --- */
a.printLink, a.printLink:active, a.printLink:visited {
	display: block;
	float: right;
	width: 57px;
	height: 10px;
	overflow: hidden;
	background: transparent url(/en/images/structure/i_print.gif) no-repeat 0px 0px;
	/*margin: 0px 20px 0px 0px;*/
}

/* --- Share Link --- */
/*
a.shareLink, a.shareLink:active, a.shareLink:visited {
	display: block;
	float: right;
	width: 68px;
	height: 10px;
	overflow: hidden;
	background: transparent url(/en/images/structure/i_share.gif) no-repeat 0px 0px;
	margin: 0px 20px 0px 0px;
}
*/

/* --- EMAIL Link --- */
a.emailLink, a.emailLink:active, a.emailLink:visited {
	display: block;
	float: right;
	width: 65px;
	height: 10px;
	overflow: hidden;
	background: transparent url(/en/images/structure/i_email.gif) no-repeat 0px 0px;
	/*margin: 0px 20px 0px 0px;*/
}

/* --- Rss Link --- */
a.rssLink, a.rssLink:active, a.rssLink:visited {
	display: block;
	float: right;
	width: 87px;
	height: 10px;
	overflow: hidden;
	background: transparent url(/en/images/structure/i_rss.gif) no-repeat 0px 0px;
	/*margin: 0px 20px 0px 0px;*/
}

/* -------------------------------------------------- Bread Crumbs */

#breadcrumbs 
{
	margin: 0;
	padding: 0;
	position:absolute;
	top: 10px;
	left: 30px;
	width: 910px;
}

#breadcrumbs li {
	float: left;
	padding: 0 4px 0 0;
	font-size: 11px;
	list-style-type: none !important;
}

/* -------------------------------------------------- Site Map */

.siteMapHeading {
	padding-bottom: 2em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #006699;
}

.siteMapSection
{
	width: 400px;	
	float: left;
	padding-right: 30px;
	margin-bottom: 30px;
}

.siteMapSection a.inactiveLink
{
	text-decoration: none;
	cursor: default;
	color:#333333;
}

.siteMapSection a, .siteMapSection span.heading a
{
    font-size: 12px;
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #006699;
}

.siteMapSection span.heading
{
	display: block;
	font-weight: bold;
	border-bottom: solid 1px #989898;
	font-size: 14px;
	color: #006699;
}

.siteMapSection span.heading a
{
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #006699;
	text-decoration: none;
}

/* -------------------------------------------------- Text Size */

/* --- Default Text --- */
a.defaultText, a.defaultText:active, a.defaultText:visited {
	display: block;
	float: right;
	width: 17px;
	height: 15px;
	overflow: hidden;
	background: transparent url(/en/images/structure/i_textsize_default.gif) no-repeat 0px 0px;
	/*margin: 0px 20px 0px 0px;*/
}

/* --- Minus Text --- */
a.minusText, a.minusText:active, a.minusText:visited {
	display: block;
	float: right;
	width: 17px;
	height: 15px;
	overflow: hidden;
	background: transparent url(/en/images/structure/i_textsize_minus.gif) no-repeat 0px 0px;
	/*margin: 0px 20px 0px 0px;*/
}

/* --- Plus Text --- */
a.plusText, a.plusText:active, a.plusText:visited {
	display: block;
	float: right;
	width: 19px;
	height: 15px;
	overflow: hidden;
	background: transparent url(/en/images/structure/i_textsize_plus.gif) no-repeat 0px 0px;
	/*margin: 0px 20px 0px 0px;*/
}

/* -------------------------------------------------- Recent News */

#recentNews{
	width:399px;
	height:195px;
	float: left;
	padding-top: 20px;
	padding-right: 23px;
	padding-left: 29px;
	overflow:hidden;
}
#recentNews ul
{
	list-style-type: none;
	padding-left: 0;
}
#recentNews li
{
	color: #FFF;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
	background: Transparent url(/en/images/structure/recent-news-background.gif) bottom left repeat-x;
}
#recentNews a
{
	color:#015299;
}
#recentNews a:hover
{
	text-decoration:underline;
}
.Date /* styles the date portion of the recent news items */
{
	color:#146CAF;
}
