@import "global.css";
.banner{
	border-bottom:1px solid #e4e4e4;
}
.main{
	clear:both;
	min-height:240px;
	height:auto !important;
	height:240px;
	background-image: url(../images/bg-submenu.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-bottom:5px;
}
.main .left{
	width:171px;
	padding:0 0 0 7px;
	text-align:center;
}
.main .left h3{
	color:#fff;
	margin:0;
	padding:0;
	height:35px;
	line-height:35px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	
}
.main .left ul{
	padding:0;
	margin:0;
	list-style:none;
}
.main .left ul li{
	height:30px;
	line-height:30px;
	margin-bottom:2px;
	background-image: url(../images/bg_menu-line.gif);
	background-repeat: repeat-x;
}
.main .left ul li.current a{
	display:block;
	background-image: url(../images/icon_current.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.main .left ul li a:link, .main .left ul li a:visited{
	color:#333;
}
.main .left ul li a:hover{
	color:#00adea;
}
.main .right{
	width:710px;
}
.main .right h3{
	margin:0 0 12px 0;
	padding:0 0 3px 0;
	color:#000;
	font-size:14px;
	font-weight:bold;
	background-image: url(../images/h3linelong.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.main .right .list{
	padding:30px;
}
.main .right .list ul{
	margin:0;
	padding:0 15px;
	list-style:none;
}
.main .right .list ul li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d9d9d9;
	height:36px;
	line-height:36px;
	background-image: url(../images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}
.main .right .list ul li span{
	float:right;
	color:#808080;
}
.main .right .list ul li a:link, .main .right .list ul li a:visited{
	font-size:14px;
	color:#333;	
}
.main .right .list ul li a:hover{
	color:#00adea;	
}
.page {
	padding:5px 0;
	margin:0px 0 10px 0;
	text-align:center;
	color:#999;
	clear:both;
}
.page a:link, .page a:visited{
	padding: 2px 8px; 
	color: #000000; 
	margin:2px;
}
.page a:hover{
	margin:0 2px;
	border:#ce2019 1px solid; 
	color: #ce2019;
}
.page a.active {
	padding:2px 5px;
	font-weight:bold;
	color:#ffffff!important;
	text-decoration: none!important;
	margin:2px;
	background-color:#ce2019;
}
.page span{
	color:#999;
}

.teams{
	padding:20px;
}

.teams h4{
	font-size: 18px;
	font-weight:bold;
	margin:0;
	padding:20px 0 10px 0;
	color:#000;
}
.teams ul{
	padding:0;
	list-style:none;
	margin:0px;
}
.teams ul li{
	float:left;
	margin:0px 0px 10px 10px;
}
.teams ul li a{
	font-size:14px;
	font-weight:bold;
	width:100px;
	display:block;
	color:#103782!important;
}

.teams ul li a:hover{
	color:#00adea!important;
}

.teams ul li a:link, .teams ul li a:visited{
	color:#333;
}
