/* CSS Document */
@import url('shared.css');

/* menu */
#menuTop .menuItem {
	background-image:url(../img/menu/splash/itemBG.png);
	height:223px;
}

#menuBottom {
	position:absolute;
	top:383px;
	left:173px;
}

#menuBottom .menuItem {
	background-image:url(../img/menu/splash/bottomItemBG.png);
	height:30px;
	vertical-align:bottom;
	padding-top:199px;
	
	padding-left: 10px;
	padding-right: 14px;
}


#menuTop .itemBorderLeft {
	background-image:url(../img/menu/splash/borderLeft.png);
	width: 1px;	
	height: 229px;
}

#menuTop .itemBorderRight {
	background-image:url(../img/menu/splash/borderRight.png);
	width: 3px;
	height: 229px;
}


#menuBottom .itemBorderLeft {
	background-image:url(../img/menu/splash/bottomBorderLeft.png);
	width: 5px;	
	height: 229px;
}

#menuBottom .itemBorderRight {
	background-image:url(../img/menu/splash/bottomBorderRight.png);
	width: 3px;
	height: 229px;
}

.itemBorderRight {
	margin-right:22px;
}

/* Newsbox */
#content {
	position: absolute;
	top: 339px;
	left: 658px;
	background-image:url(../img/newsbox_bg.jpg);
	width: 285px;
	height: 269px;
}


#content {
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}
#content A {
	color: #FFFFFF;
}

#content H1, 
#content H1 A {
	color: #df9c3c;
	font-size: 15px;
	margin-top: 6px;
	width: auto;
}


#content H3 {
	font-size: 1em;
	font-weight: normal;
	margin-left: 7px;
}

#content DIV.news-latest-morelink {
	text-align:right;
}

#contentContainer,
#menuLeftContainer
{
	height: 449px;
}

#menuLeftContainer {
	background-image:url(../img/menuLeftBG_splash.jpg);
}

#contentContainer {
	background-image:url(../img/content_bg_splash.jpg);
	overflow:visible;
}

#printlink {
	display: none;
}
