/* CSS Document */

#logoindex { 
	margin: 0 auto;
	text-align: center;
	color: #6A6A6A;
	font-size: 14px;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
}

#logoindex span, #logoindex a { 
	margin: 0 20px;
	color: #6A6A6A;
	font-size: 11px;
	text-decoration:none;
}
#logoindex strong { 
	margin: 0 20px;
	color: #DD9E2A;
}

#home_container {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	margin-top:100px;
	width: 928px;
	margin-left: auto;
	margin-right: auto;
}


#home_menu { 
	float: left;
	padding-left:40px;
	padding-bottom: 10px;
	z-index:1;
}
#home_submenu { 
	float: right;
	padding-right:10px;
	padding-bottom:10px;
	z-index:1;
}
#home_main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
#home_newsbar {
	position:relative;
	margin-top:1px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color:#6A6A6A;	
	height:20px;
	z-index:1;
	color:white;
	text-transform: uppercase;

}
#home_newsbox {
	position:relative;
	left: 30px;
	top:-16px;
	padding-top:5px;
	background-color:#DD9E2A;
	color: white;
	height: 25px;
	width: 90px;
	text-align:center;
	text-transform:uppercase;
	font-size: 15px;
	font-weight: bold;
	z-index:10;
}

#home_newsbox a {
	text-decoration:none;	
	color: white;
}

#home_connect {
	position:relative;
	left:875px;
	width:25px;
	height:25px;
	top:-42px;
	z-index:10;
	border:none;
}

#home_connect a, #home_connect img {
	text-decoration: none;
	border:none;
}

#home_newsline {
	position:relative;
	left:150px;
	width:778px;
}
a.bigblock {
	text-decoration: none;	
	text-transform:uppercase;
	font-size: 13px;
	
	padding-right:15px;
	color: black;
}
a.smallblock {
	text-decoration: none;	
	text-transform:uppercase;
	font-size: 12px;
	padding-right:10px;
	color:#6A6A6A;

}
.newsitem {
	float:left;
	text-decoration: none;
	color:white;
	font-size: 12px;
	padding-right:5px;
	padding-top:1.5px;
}

