/* remember to define focus styles! */
:focus {outline: 0;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: '"';}
blockquote, q {quotes: '"' '"';}
	
p {margin: 15px 0; font-family: Arial, Helvetica, sans-serif;}

a {color: #8CA3AF; font-weight: bold; text-decoration:none;}
a:hover {color: #999;}

strong {font-weight: bold;}

textarea {white-space: nowrap;}
		
	#main {
	height: 503px;
	position: relative;
	background-image: url(../../image/2016staff_4.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	margin-top: 31px;
	padding-top: 100px;
}
#main_test2 {
	height: 576px;
	position: relative;
	background-image: url(../../image/staff_5_2.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
}

#topmain {
	position: relative;
	height: 155px;
	background-image: url(../../image/rogo2.png);
	background-repeat: no-repeat;
	background-position: 620px 75px;
}
	
	.tTip {
	width: 237px;
	cursor: pointer;
	color: #999;
	font-weight: bold;
	height: 300px;
	left: 561px;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 240px;
}
	.tip {
	color: #666;
}
	
		#cloud1 {
	top: 115px;
	left: 7px;
	height: 222px;
	width: 149px;
}
		#cloud2 {
	top: 100px;
	left: 270px;
	height: 250px;
	width: 150px;
}
		#cloud3 {
	top: 119px;
	left: 368px;
	height: 229px;
	width: 154px;
}
		#cloud4 {
	top: 121px;
	left: 549px;
	height: 231px;
	width: 151px;
}
		#cloud5 {
	top: 116px;
	left: 735px;
	height: 243px;
	width: 149px;
}
#cloud6 {
	top: 39px;
	left: 785px;
	height: 117px;
	width: 103px;
	text-align: center;
	font-size: 10px;
}
				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background-color: transparent;
	background-image: url(images/tipTop.png);
	background-repeat: no-repeat;
	background-position: top;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	text-align: right;
}
	
.tipMid {
	background-color: transparent;
	background-image: url(images/tipMid.png);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}
