/**
 * Master Style Sheet
 *
 * Version 1.19
 *
 * Last Updated: May 9, 2008
 *
 */




html {
	font-size: 100.01%;
}

body {
	background-color: #fff;
	color: #000;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	min-width: 979px;
}

#wrapper {
	left: 50%;
	margin-left: -485px;
	position: relative;
	width: 969px;
}

#header {
	background: #eaab00 url(/static/philippines/images/banner_yellow_sunburst.jpg) no-repeat 19px 0;
	height: 116px;
	margin-bottom: 1px;
	overflow: visible;
	position: relative;
	width: 100%;
	z-index: 550;
}



/* ----------------------------------------------------------------------------
	GLOBAL CONTENT RULES
---------------------------------------------------------------------------- */

#content {
	background-color: #fff;
	margin-bottom: 45px;
	position: relative;
	width: 100%;
}
	body a:link,
	body a:visited,
	body a:hover,
	body a:active {
		color: #5482ab;
		text-decoration: underline;
	}
	body a:hover,
	body a:active {
		text-decoration: none;
	}

	body acronym { }

	body address {
		font-style: normal;
		margin-bottom: 14px;
	}

	body big {
		font-size: 13px;
	}

	body blockquote { }

	body dl {
		margin-bottom: 14px;
	}
		body dl dt {

		}
		body dl dd {

		}

	body em {
		font-style: italic;
	}

	body form {	}
		body button { }
		body button.hdr-graphic {
			border: 0;
			cursor: pointer;
		}

		body form fieldset { }
			body form fieldset legend { }

		body input { }
		body input.text {
			background-color: #fff;
			border: 1px solid #727272;
			color: #727272;
			font: normal 11px/16px Arial, Helvetica, sans-serif;
			height: 16px;
			padding: 2px 0 0 4px;
		}
			/*
			SLF-type form control styling.
			*/
			body div.inputRow {
				margin-bottom: 4px;
			}
				body div.inputRow div.inputCol {
					display: inline;
					float: left;
				}
					body div.inputRow div.inputLabel {
						color: #5482ab;
						display: inline;
						margin-right: 10px;
						padding-top: 0.20em;
						white-space: no-wrap;
						width: 70px;
						float:left;
					}

		body form label { }

		body select.text {
			font: normal 11px/18px Arial, Helvetica, sans-serif;
			min-width: 1.5em;
			vertical-align: top;
		}
			body form select option { }

		body form textarea {
			background-color: #fff;
			border: 1px solid #727272;
			color: #727272;
			font: normal 11px/16px Arial, Helvetica, sans-serif;
			padding: 2px 4px;
			width: auto;
		}

	body h1 {
		color: #5482ab;
		font-size: 29px;
		font-weight: bold;
		height: auto !important;
		height: 42px;
		line-height: 32px;
		margin-bottom: 6px;
		min-height: 42px;
	}

	body h2 {
		color: #003946;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
		margin-bottom: 14px;
	}

	body h3 {
		color: #5482ab;
		font-size: 14px;
		font-weight: bold;
		line-height: 16px;
		margin-bottom: 7px;
	}

	body h4 { }

	body h5 { }

	body h6 { }

	body hr {
		background: transparent url(/static/global/images/layout/bread_dot_grad_bg.gif) repeat-x left top;
		border: 0;
		height: 4px;
		margin-bottom: 10px;
	}

	body img { }

	body ol {
		list-style-type: decimal;
		margin: 0 0 14px 28px;
	}
		body ol ol,
		body ol ul { }

		body ol li {
			margin-bottom: 6px;
		}

	body p {
		margin-bottom: 14px;
	}
	body div.box p {
		margin-bottom: 2px;
	}

	body small {
		font-size: 11px;
	}

	body strong {
		font-weight: bold;
	}
	body strong.title {
		font-size: 12px;
	}

	body sub {
		height: 0;
		position: relative;
		top: .5ex;
	}

	body sup {
		bottom: 1ex;
		height: 0;
		position: relative;
	}

	/*
	Showing tables "properly" requires the
	parent element (child of layout column)
	to have padding and an auto width.
	*/
	body table {
		empty-cells: show;
		table-layout: auto;
		border-collapse: collapse;
	}
		body table thead {
			display: table-header-group;
		}

		body table tbody { }

		body table tfoot {
			display: table-footer-group;
		}

		body table.data {
			margin-bottom: 14px;
		}
			body table.data tr {
				vertical-align: top;
			}
				body table.data tr th {
					background-color: #f8f8f8;
					font-weight: bold;
					padding: 8px;
				}
				body table.data tr td {
					background-color: #f8f8f8;
					border-top: 1px solid #e9ab00;
					padding: 8px;
				}

				body table.data tr.shade td {
					background-color: #FDF6E5;
				}

	body ul {
		list-style-type: none;
		/* commented as per client request defect# 467
		margin: 0 0 14px 0;
		*/
	}
		body ul ul,
		body ul ol { }

		body ul li {
			background: transparent url(/static/philippines/images/bullets/box_yellow.gif) no-repeat 0 0.50em;
			margin-bottom: 6px;
			padding-left: 16px;
			zoom: 1;
		}
		body ul.images li {
			background:none;
			margin-bottom: 6px;
			padding-left: 16px;
			text-align : center;
			zoom: 1;
		}
		body ul.images li img{
			margin: 0 auto;
		}
		body ul li.others {
			color: #00395a;
		}


/* ----------------------------------------------------------------------------
	FOOTER CONTENT RULES
---------------------------------------------------------------------------- */

#footer {
	clear: both;
	font-size: 10px;
	margin-bottom: 14px;
	position: relative;
	text-align: center;
	width: 100%;
}
	#footer a.legal:link,
	#footer a.legal:visited,
	#footer a.legal:hover,
	#footer a.legal:active {
		margin: 0 8px;
	}
.box .stock-ticker .clearbold a.lit {
	font-weight: bold;
	text-decoration: none;
}
.box .stock-ticker-home .clearbold a.lit {
	font-weight: bold;
	text-decoration: none;
}
.box .dot .clearfix .inner-right a:hover h2 {
	text-decoration: underline;
}
.inner-right a:hover h2 {
	text-decoration: underline;
}
/*
.feature-blue .box .clearfix .col-left a {
	text-decoration: none;
	color: #0b0057;;
}
.feature-blue .box .clearfix .col-left a:hover {
	text-decoration: underline;
}*/
#flash {
	margin-top: 15px;
	margin-bottom: 15px;
}