body{
	background-color:#000;
}
#container{
	width:850px;
	margin:0px auto;
	height:250px;
	position: relative;
}
#container h1{
	text-align:center;
	font-size:24px;
	font-weight:bold;
}
#container h2{
	text-align:left;
	padding-left: 5px;
	font-size:18px;
	background: url(../images/hbg.png) no-repeat;
	height: 35px;
	width: 250px;
}
#container div h2:hover{
	background: url(../images/hbgb.png) no-repeat;
	cursor : pointer;
}
#container img{
	width:250px;
	height:208px;
	margin:0px auto;
	z-index: 0;
}
#child{
	padding-left: 15px;
}
#child ul li{
	width: 190px;
}
#container div div{
	width: 255px;
	height: 170px;
	background: url(../images/bg.png) no-repeat;
}
#container div div:hover{
	background: url(../images/bgb.png) no-repeat;
	cursor : pointer;
}
#container div div ul{
	padding-left: 5px;
	padding-top: 3px;
	width: 190px;
}
#first, #firstone{
	float: left;
	position: absolute;
	width:225px;
	z-index: 30;
}
#second{
	float: left;
	width:200px;
	padding-left: 305px;
	position: absolute;
	z-index: 20;
}
#third{
	float: left;
	width:200px;
	padding-left: 585px;
	position: absolute;
	z-index: 10;
}
#start{
	padding-left: 395px;
	padding-top: 15px;
}
#start a img{
	width:166px;
	height: 50px;
	border: 0px;
}
#starttext{
	text-align: center;
	width:100%;
}
#starttext img{
	border: 0px;
}
#container div div#firstchild{
	width: 220px;
	float: left;
	position: absolute;
	padding-left: 16px;
	padding-top: 20px;
	font: 19px Arial, sans-serif bold;
	color: black;
	line-height: 25px;
	z-index:50;
}
div#feedcon{
	position: relative; 
	padding-left: 30px;
	align: center;
	height: auto;
	margin: 0 auto;
}
div.latest{
	position: relative;
	float: left;
	width: 300px;
	left: 100px;
	margin-left: 100px;
}
a{
	text-decoration:none;
	color:#057fac;
}
a:hover{
	text-decoration:none;
	color:#999;
}
h1{
	font-size:140%;
	margin:0 20px;
	line-height:80px;	
}
#routefeed{margin:0 20px;}

/*
	List Expander 
*/
.listexpander{width:100%;}
.listexpander, .listexpander ul, .listexpander li{
	margin:0;
	padding:0;
	list-style:none;
}
.listexpander ul{
	/*
	Uncomment this if you want to initially hide the child lists. 
	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
	*/ 
	display:none;
}
.listexpander li{
	line-height:200%;
	margin-top:1px;
	cursor:default;
	text-indent:30px;
	font-weight:bold;
	width:100%;
}
.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;} 

.listexpander li, .listexpander li.collapsed{background:#eee url(collapsed.gif) no-repeat 5px .4em;} 
.listexpander li.expanded{background:#eee url(expanded.gif) no-repeat 5px .4em;}
.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;} 

.more {
	display: none;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666; 
}
.latest h3 {
	font-size: 13px;
	font-weight: bold;
}
