@charset "UTF-8";
/* CSS Document */
body, td, p, h1, h2, input, option, textarea, div {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-align : left;
}
div, h1, h2, li {
	margin : 0;
	padding : 0;
}
img {
	border : 0;
	margin : 0;
	padding : 0;
}
.clear {
	clear : both;
	padding : 0;
	margin : 0;
}
body {
	margin : 0;
	padding : 0;
	font-size : 100%;
	line-height : normal;
	background-image: url(portal/bg.jpg);
}
body h1, h2, p, li {
	font-size : 0.775em;
	color : #3f3f44;
}
p {
	margin : 0;
	padding : 0 0 20px 0;
}
#header {
	margin: 30px auto 0 auto;
	width: 890px;
	height: 162px;
}
#header strong {
	display:none;
}
#header h1 {
	display: block;
	background: url(portal/welcome.jpg) no-repeat top left;
	height: 162px;
}
#wrapper {
	margin: 0 auto;
	width: 890px;
	background: url(portal/wrapper-bg.jpg) no-repeat top left;
	padding: 37px 0 0 0;
}
#leftCol {
	float: left;
	width: 405px;
	background: url(portal/line.png) no-repeat top left;
	margin: 0 0 0 40px;
	display: inline;
}
#leftContent {
	background: url(portal/page1.png) no-repeat top left;
	height: 193px;
}
#leftContent h1.name {
	background: url(portal/community.png) no-repeat top left;
	height: 61px;
	width: 186px;
	display: block;
	margin-bottom: 10px;
}
#leftContent h1.logo {
	background: url(portal/membertou-logo.png) no-repeat top left;
	height: 32px;
	width: 186px;
	display: block;
	margin-top: 25px;
}
#leftContent h1 strong {
	display: none;
}
#rightCol {
	float: left;
	width: 378px;
	margin: 0 0 0 25px;
	display: inline;
}
#rightContent {
	background: url(portal/page2.png) no-repeat top right;
	height: 193px;
}
#rightContent h1.name {
	background: url(portal/corporate.png) no-repeat top left;
	height: 61px;
	width: 186px;
	display: block;
	margin-bottom: 10px;
}
#rightContent h1.logo {
	background: url(portal/corporate-logo.png) no-repeat top left;
	height: 32px;
	width: 186px;
	display: block;
	margin-top: 25px;
}
#rightContent h1 strong {
	display: none;
}
#sliderHeader {
	float:left;
	width: 890px;
	margin-top: -20px;
	height: 27px;
	z-index: 80;
}
#sliderHeader h1 {
	background: url(portal/explore-membertou.png) no-repeat top left;
	display: block;
	height: 27px;
}
#sliderHeader h1 strong {
	display: none;
}

/* MAIN SLIDE SHOW STYLES *********/
#slideWrapper {
	width : 890px;
	background: #ffffff;
	padding: 12px 0 13px 0;
	float: left;
}
.prevNext {
	float:left;
	width:45px;
	display: block;
	height: 118px;
}
#prev {
	float:left;
	width:45px;
	display: block;
	height: 118px;
	background: url(portal/prev.gif);
}
#prev:focus{
	outline: none;
}
#prev:hover{
	background: url(portal/prev-over.gif);
}
#next {
	float:left;
	width:45px;
	display: block;
	height: 118px;
	background: url(portal/next.gif);
}
#next:focus{
	outline: none;
}
#next:hover{
	background: url(portal/next-over.gif);
}
#slideShow {
	width: 890px;
	margin : 0;
}
#slideShow .slide {
	overflow : hidden;
	z-index : 1;
	left : 0;
	top : 0;
	width: 800px;
	float: left;
}
#slideShow .slide a:focus {
	outline: none;
}

#survey {
	width: 800px;
	float: left;
	margin: 15px 45px;
}
#survey p {
	padding: 0;
	text-align: center;
}
#survey a {
	color: #052D3C;
}

/* SLIDE SHOW END */

#footer {
	margin: 0 auto;
	width: 890px;
	height: 40px;
	background: url(portal/footer.gif) no-repeat top left;
}
#bottomLink {
	margin: 0 auto 20px auto;
	width: 890px;
}
#bottomLink p {
	color:#FFFFFF;
	text-align:center;
	padding: 0 0 15px 0;
	font-size: 1em;
}
#bottomLink p a {
	color:#FFFFFF;
	text-decoration:none;
}
#bottomLink p a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
