html, body {
	text-align: center; /* for ie-6 */
}

#layout-spacer-top {
	height: 30px;
	background: #fff url('../../image/pc/frame-top.png') no-repeat scroll left bottom;
	width: 980px;
	margin: auto auto;
}

#layout-wrapper {
	background: #ffffff url('../../image/pc/frame-sides.png') repeat-y scroll;
	width: 980px;
	margin: auto auto;
	z-index: 2;
}

#layout-outer {
	width: 960px;
	margin: auto auto;
	background: transparent url('../../image/pc/background.png') repeat-x scroll left bottom;
	overflow: hidden;
	position: relative;  /* required for ie7 to enforce overflow:hidden on contents */
}

#header {
	overflow: visible;
	width: 100%;
	position: relative;
	height: 80px;
	display:inline-block;
	z-index: 10;  /** required for ie7 to display child elements (menu) at this z-index level */
}

#content {
	margin-top: 15px;
	position: relative;
	min-height: 580px;
	overflow:hidden;
	height:auto !important;	/* min-height for old IE and FF*/
	height: 580px; 			/* min-height for old IE and FF*/
}

#sub-content {
	position: relative;
	min-height: 480px;
	height:auto !important;	/* min-height for old IE and FF*/
	height: 480px; 			/* min-height for old IE and FF*/
}

#sub-nav{
	min-height: 90px;
	height:auto !important;	/* min-height for old IE and FF*/
	height: 90px; 			/* min-height for old IE and FF*/
}

#content-info {
	width: 376px;
	float: left;
	padding: 0px 20px;
	text-align: center;

}

#content-function {
	width: 640px;
	float: left;
	padding: 0 10px;
	text-align: center;

}

.howpagaworks-content-info {
	width: 376px;
	float: left;
	padding: 0px 20px;
	text-align: center;

}

.howpagaworks-content-function {
	width: 504px;
	float: left;
	padding: 0 10px;
	text-align: center;

}


#footer {
	margin: 0 20px 0px 30px;
	clear: both;
	padding-top: 9px;
}

#layout-spacer-bottom {
	height: 15px;
	background: #fff url('../../image/pc/frame-bottom-green.png') no-repeat scroll left top;
	margin-bottom: 40px;
	width: 980px;
	margin: auto auto;
	margin-top: -5px;
}
.sub-topic{
	font-size:18px;
	font-weight:bold;
}

a.headerTooltip {outline:none; 	color: #fff;}
a.headerTooltip:visited, a.headerTooltip:hover, a.headerTooltip:link, a.headerTooltip:active{
	text-decoration: none;
	color: #fff;
}
a.headerTooltip strong {line-height:30px;}
a.headerTooltip:hover {text-decoration:none;}
a.headerTooltip span.tip {
	z-index:10;display:none;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top:20px; margin-left:-80px;
	width:200px; line-height:16px;
	overflow:hidden;
}
a.headerTooltip:hover span.tip{
	display:inline; position:absolute; color:#111;
	border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}

/*CSS3 extras*/
a.headerTooltip span.tip
{
	border-radius:4px;
	box-shadow: 5px 5px 8px #CCC;
}