/*global*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

p {
	margin-bottom: 15px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4f5c6f;
	margin-bottom: 15px;
}

h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #4f5c6f;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #4f5c6f;
	font-weight: bold;
}

h4 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #4f5c6f;
	font-weight: bold;
	border-top: 1px solid #bac5d7;
	border-bottom: 1px solid #bac5d7;
	background-color: #dfe8f2;
	padding: 5px;
	margin-bottom: 15px;
	width: 98%;
}


a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #657388;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #d2071b;
	text-decoration: underline;
}

.red {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #d2071b;
	font-weight: boldpx;
}

.clear {
	clear: both; 
	line-height: 0; 
	font-size: 0;
}

.corporate {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #4f5c6f;
	font-weight: bold;
	margin-bottom: 15px;
	border-top: 1px solid #bac5d7;
	border-bottom: 1px solid #bac5d7;
	background-color: #dfe8f2;
	padding: 5px;
	margin-bottom: 15px;
	width: 98%;
}

.cebu {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #27749b;
	font-weight: bold;
	margin-bottom: 15px;
	border-top: 1px solid #73bee6;
	border-bottom: solid 1px #73bee6;
	background-color: #bbe5f6;
	padding: 5px;
	margin-bottom: 15px;
	width: 98%;
}

.cebu a {
	color: #27749b;
}

.davao {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #edbe00;
	font-weight: bold;
	margin-bottom: 15px;
	border-top: 1px solid #fdcb00;
	border-bottom: solid 1px #fdcb00;
	background-color: #fef782;
	padding: 5px;
	margin-bottom: 15px;
	width: 98%;
}

.davao a {
	color: #edbe00;
}

.manila {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #fa9d1c;
	font-weight: bold;
	margin-bottom: 15px;
	border-top: 1px solid #f9a228;
	border-bottom: solid 1px #f9a228;
	background-color: #ffe0b4;
	padding: 5px;
	margin-bottom: 15px;
	width: 98%;
}

.manila a {
	color: #fa9d1c;
}

.mactan {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #b3b91f;
	font-weight: bold;
	margin-bottom: 15px;
	border-top: 1px solid #c4c93a;
	border-bottom: solid 1px #c4c93a;
	background-color: #e8ed63;
	padding: 5px;
	margin-bottom: 15px;
	width: 98%;
}

.mactan a {
	color: #b3b91f;
}


/*content area*/

.dividers {
	padding: 10px;
	margin: 5px;
	text-align: left;
	float: left;
	width: 138px;
	height: 60px;
	background-color: #dfe8f2;
	border: 1px solid #bac5d7;
}

#poster {
	padding: 10px;
}


.olnumbers {
	margin-left: 15px;
	list-style-type: decimal;
}

.olalpha {
	margin-left: 30px;
	list-style-type: lower-alpha;
}

#innercontent {
	width: 95%;
	text-align: left;
}

/*#innercontent ul {
	margin-bottom: 15px;
}

#innercontent li{
	margin-left: 15px;
}*/

.links{
	margin-left: 15px;
}

.images {
	border: 1px solid #73bee6;
	margin-bottom: 4px;
}

#sublinks {
	border-top: 1px solid #dfe8f2;
	border-bottom: 1px solid #dfe8f2;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	width: 98%;
}

.packages {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.shop {
	width: 30%;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}

.columns {
	width: 45%;
	margin-right: 10px;
	float: left;
}

.divider {
	width: 23%;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}

.history01 {
	width:20%;
	margin-right: 10px;
	float: left;
}

.history02 {
	width:75%;
	margin-right: 10px;
	float: left;
}

/*bullets*/
.bulleted {
	margin-bottom: 10px;
}
.bulleted li {
	margin: 0;
	padding: 3px 20px;
	background: url(images/bullet02.gif) no-repeat 7px 7px;
	border: none;
}

/*table*/

table {
	width: 98%;
	margin-bottom: 15px;
}

td {
	padding: 4px;
	vertical-align: top;
	align: left;
}

tr.alt td {
	background-color: #dfe8f2;
	border-bottom: solid 1px #bac5d7;
}


/*form divs*/

.formdivs {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	width: 45%;
}

.formradio {
	margin-bottom: 5px;
	float: left;
	width: 45%;
}

.formdivs .textarea, select {
	width: 200px;
	height: 17px;
	border: 1px solid #bac5d7;
	background-color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.textareamulti {
	width: 440px;
	height: 100px;
	border: 1px solid #bac5d7;
	background-color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.button {
	width: 100px;
	height: 20px;
	border: 1px solid #bac5d7;
	background-color: #4f5c6f;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.buttons {
	text-align: left;
	margin-left: 240px;
}
