/* Index CSS */
#indexbody {
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:#333333;
	overflow:hidden;
}
#slideframe{
	width:100%;
	height:100%;
	text-align:left;
	margin:0px;
	position:fixed;
	_position:absolute;
	_width: 100%;
	_height: 768px;
	top:0px;
	left:0px;
	margin-left:0px;
	z-index:0;
}
#slideframe2{
	width:10px;
	height:100px;
	text-align:left;
	position:fixed;
	_position:absolute;
	_width: 100%;
	_height: 768px;
	top:0px;
	left:0px;
	margin-left:0px;
	z-index:15000;
	margin-top:200px;
}

#index-rap{
	width:100%;
	text-align:left;
	margin:0px;
	padding: 0px;
	position:relative;
	z-index:10000;
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
}
#index-headwrap{
	height:55px;
	margin:24px 0 10px;
	padding:12px 0 0;
	min-width:945px;
	z-index: 99999;
}
#index-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	color: white;
	font-weight: normal;
	padding-left: 30px;
}
#index-header a {
	color: white;
	text-decoration: none;
}
#index-header a:hover {
	text-decoration: none;
}

/*Sliding Panel*/

#container{
	margin-top:0px;
	z-index: 9999;
	position:absolute;
	left:0;
	top:100px;
	width: 100%;
}
.p1 {
	/*background-color: #CCCC66;*/
}
.p2 {
	background:url(images/indexbg.png);
	background-repeat:repeat;	
	_background:none;
	_background-color: #000000;
	height: 770px;
}
#bgb {
	background-color: none;
	height: 300px;
	position:absolute;
	bottom: 0;
	width: 100%;
}
#highlight{
	height:212px;
	padding: 10px 0px 0px 30px;
	margin:0px auto;
	width: 945px;
}
#hl-list{
	margin:0;
	padding:0;
	list-style:none;
	display:block;
}
#hl-list li{
	display: block;
	float:left;
	margin::0;
	padding: 0px 10px 0px 0px;
}
.hlpost{
	float:left;
	margin-bottom:0px;
	margin-right:20px;
	width:140px;
	_margin-right:15px

}
.hltitle {
	margin: 0;
	color:#f8f8f8;
}
.hltitle a {
	text-decoration: none;
	color:#f8f8f8;
}
#mainslide{
	padding: 10px 0px 0px 0px;
	border-top:2px dotted #f8f8f8;
	margin: 0px 30px 0px 30px;
}
#mainslide a{
	color: #f8f8f8;
}
#example1 .SlidingPanelsContentGroup{
	width: 100%;
}
#slideframe{
}