/* CSS Document */

/* Skin */
#background-image {
	width:100%;
	height:520px;	
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #E5DCC1;
}

#container-1 { /* the whole container with all elements of the tabbed section */
	/*margin: 20px 0 20px 0!important;*/
	/*height:360px!important; *//* defines a static height to the tabed section and avoids "jumping" - part 1 of 2 */	
	margin-top:-350px;
	width:60%;
	float:right;		
	/*background-color: blue;*/
}
#fragment-1 ul{margin-left:70px; padding:0; list-style-type: none; color:black; margin-top:0px; }
#fragment-1 li {margin-bottom:5px;}
#fragment-1 li a{ display:block; font-weight:bold; color:black; text-decoration:none;}
#fragment-1 li a:hover{ color:#CE181E;}

#fragment-2 ul {margin-left:190px; padding:0; list-style-type: none; color:black; margin-top:0px; }
#fragment-2 li {margin-bottom:5px;}
#fragment-2 li a{ display:block; font-weight:bold; color:black; text-decoration:none;}
#fragment-2 li a:hover{ color:#CE181E;}

#fragment-3 ul {margin-left:310px; padding:0; list-style-type: none; color:black; margin-top:0px; }
#fragment-3 li {margin-bottom:5px;}
#fragment-3 li a{ display:block; font-weight:bold; color:black; text-decoration:none;}
#fragment-3 li a:hover{ color:#CE181E;}

#ScrollingNews
{ 
	float:left;
	position:relative;
	margin:023px 0 0 0;	
	width:40%;
	height:145px;	
	background-color: #E5DCC1;
	vertical-align: middle;
	text-align:center;
	display:block;
	line-height: 18px;			
}
.TblScrollingNews { width:240px; padding:0; margin: 5px 5px 5px 60px; }
.TblScrollingNews td {font-size:12px; text-align:right; font-family:helvetica, arial, sans-serif; font-size:12px; vertical-align:top;}
.TblScrollingNews td a {text-decoration:none; color:black; display:block;}
.TblScrollingNews td a:hover {color:#CE181E;}
