
a {
	color:#1D5987;
	

}

a:hover {
	color:#888;
	text-decoration:none;
}

#moving_tab {
	/* hide overlength child elements*/
		overflow:hidden;
	/* all the child elements are refering to this width */
		width:850px;

		/* fix ie 6 overflow bug */
		position:relative 		
		/* styling */
		border:2px solid #ccc;
	margin:0 auto;
}

#moving_tab .tabs {
	/* enable absolute position for .lava */
			position:relative;
	height:30px;
	/* styling */
			padding-top:7px;
	cursor:default;
}

#moving_tab .tabs .item {
	/* enable z-index */
			position:relative;
	z-index:10;
	/* display in one row */
			float:left;
	display:block;
	/* width = half size of #moving_tab */
			width:200px;
	/* height = height of .tabs */
			text-align:center;
	font-size:14px;
	font-weight:700;
}

#moving_tab .tabs .lava {
	/* Set it to absolute */
			position:absolute;
	top:0;
	left:0;
	/* display the lava in bottom most layer */
			z-index:0;
	/* width = half size of #moving_tab */
			width:200px;
	/* height = height of .tabs */
			height:30px;
	/* styling */
			background:#398DB7;
}

#moving_tab .content {
	/* enable absolute position for .panel */	
			position:relative;
	overflow:hidden;
	/* styling */
			
			border-top:3px solid #398DB7
}

#moving_tab .panel {
	/* width is width of #moving_tab times 2 */
			position:relative;
	width:2550px;
}

#moving_tab .panel .frame {
	/* display in one row */
			float:left;
	/* width is the same with #moving_tab */
			width:850px;
	/* remove all styles */
			padding:10px 0;
	margin:0;
	list-style:none;
}

/* styling */
			#moving_tab .panel ul li {
	padding:5px 0 5px 10px;
	border-bottom:1px dotted #fff;
}

.aframe {
	background:url(../images/aboutcol.jpg) no-repeat;
	height:387px;
	float:left;
	width:275px;
}

.acolpad {
	width:12px;
	height:300px;
	float:left;
}

#afloat {
	float:left;
	width:646px;
	margin-top:20px
}

.arow {
	padding:0 0 5px 0
}

.arowborder {
	height:1px;
	margin-bottom:4px;
	background:#DFDFDF;
}

.alabel {
	float:left;
	width:150px;
	font-weight:bold;
	color:#398DB7;
}

.acontent {
	float:left;
	width:440px
}

.acontent .hastip {
	float:left;
	position:relative;
	top:3px;
	margin-right:5px
}

.about_img {
	width:190px;
	margin-right:10px
}

.newrow {margin-bottom:15px;}
.nleader {
	font-size:25px;
	font-weight:bold;
	color:#398DB7;
	border-bottom:1px solid #398DB7;
	margin-bottom:5px;
	padding-bottom:5px;
        
}

.ncontent {margin:10px 20px 0px 20px}

#nico,#nico1,#nico2,#nico3 {
	background:url(../images/newicons.png) no-repeat;
	width:31px;
	height:31px;
	display:block;
        float:left;
        margin-right:5px
}

#nico {background-position:0px -62px}
#nico1 {background-position:0px -93px}
#nico2 {background-position:0px -123px}
#nico3 {background-position:0px -249px}

.newrow p{padding-bottom:10px;}



.newrow ul {margin-left:30px;}
