/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #16a3d9;
	margin: 0;
	padding: 0;
	font-family: Palatino, 'Times New Roman', Tahoma, serif;
	color: #000000;
	font-size: 85%;
}
h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #006;
}
h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-size: 95%;
	font-weight:bold;
}
h1 {
	margin-top: 0px;
	font-family: Georgia, 'Times New Roman', 'Palatino Linotype', Palatino, serif;
	border-bottom: 0 solid #8f8fb3;
	text-align: center;
	font-size: 200%;
	font-weight: normal;
	color: #006;
}
h2 {
	font-family: Georgia, 'Times New Roman', Palatino, serif;
	border-bottom: 0px solid #8f8fb3;
	padding-top: 5px;
}
h3 {
	font-family: Georgia, 'Times New Roman', Palatino, serif;
	border-bottom: 0 solid #8f8fb3;
}
blockquote {
	margin: 12px 56px;
	color: #006;
	font-size: 100%;
	line-height: 20px;
	font-family: 'Times New Roman', Georgia, Palatino;
}
code {
	color: #332206;
}
img {
	border: 1px dotted #fff;
}
#photogallery {
}
.photos img, #phototable img {
	max-width: 240px;
	max-height: 240px;
	padding: 2px;
	color: #303030;
	border: 4px solid #F0F0F0;
}
a:link img {
	border: 1px dotted #fff;
}
/* -- General Link Styling -- */

a:link, a:visited {
	color: #00c;
	text-decoration: underline;
}
/*
{
	color: #aaa;
	text-decoration: underline;
}
*/
a:hover {
	color: #C60;
	text-decoration: underline;
}
/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 1000px;
	border: 0px solid #8f8fb3;
}
#Header {
	position: relative;
	height: 180px;
}
#ContentWrapper {
	float: left;
	width: 100%;
}
#ContentColumn {
	margin: 0px 410px 0 33px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
	border-right: 0px dashed #616265;
}
#NavColumn {
	float: left;
	margin-top: 0px;
	width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
	margin-left: -400px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
	border-right: 0px dashed #616265;
}
#ExtraColumn {
	float: left;
	margin-top: 0px;
	width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
	margin-left: -215px;        /* STEP 5: set to -(ExtraColumnWidth) */
}
#Footer {
	clear: both;
	width: 100%;
	padding: 0px 0;
	border-top: 0px solid #f0f5fb;
	height: 100px;
}
.Liner {
	padding: 10px;
}
#Header .Liner {
	padding: 0;
}
#Footer .Liner {
	margin: 0;
	padding: 0;
}
/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 0px auto;
	background-image: url(../image-files/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: transparent;
}
#Header {
	background-image: url(../image-files/header-philippines.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
}
#ContentWrapper {
	background-image: url(../image-files/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: transparent;
}
#NavColumn {
	background-color: transparent;
}
#ContentColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: transparent;
}
#ExtraColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: transparent;
}
#Footer {
	background-image: url(../image-files/footer-background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #cccccc;
	text-align: center;
	font-size: 85%;
}
#NavColumn {
	font-size: 95%;
}
#ExtraColumn {
	font-size: 95%;
}
#NavColumn h4 {
	font-size: 89%;
	color: #000066;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
}
#ExtraColumn h4 {
	font-size: 89%;
	color: #000066;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
}
/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
	width: 100%;
	font-family: Georgia, 'Times New Roman', Palatino, serif;
	background-color: transparent;
}
/* -- Nav Headers -- */

.Navigation h3 {
	padding: 0;
	font-size: 100%;
	color: #777;
	border-bottom: 1px dotted #777777;
	margin: 12px 0;
}
/* -- Nav List -- */

.Navigation ul {
	list-style-type: none;
	padding: 0 0 8px 5px;
	margin: -6px 0 0 0;
}
.Navigation li {
	background-color: transparent;
	margin-bottom: 3px;
}
/* -- Navigation Link styles -- */

.Navigation a:link, .Navigation a:visited  {
	color: #00C;
	font-weight: normal;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
}
/*  {
	color: #009;
	display: block;      
	padding: 3px 0 3px 4px;
	text-decoration: none;
}this makes the whole box highlight rather than just the text */
.Navigation a:hover {
	color: #F60;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	background-color: transparent;
	text-decoration: underline;
}
/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
	text-align: center;
}
.ThumbnailLink a:link {
	text-decoration: none;
}
.ThumbnailLink a:hover .Caption {
	text-decoration: underline;
	color: blue;
}
/* -- Horizontal Text NavBar -- */

.nav ul {
	margin: 0 0 12px 0;
	padding: 0;
}

.nav li {
	list-style: none;
	display: inline;
	font-size:0.7em;
}



.ExtraNav {
	font-family: Palatino, 'Times New Roman', Georgia;
}
.ExtraNav ul, .nav ul {
	list-style-type: none;
	padding: 0;
}
.ExtraNav ul li, .nav ul li {
	display: inline;
	background-color: transparent;
	text-align: left;
}
.ExtraNav a:link, .ExtraNav a:visited {
	color: ##00C;
	text-decoration: none;
	text-align: center;
	padding: 0 10px;
}
.ExtraNav p {
	padding: 0 10px;
}
/*
.ExtraNav a:visited {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
}
*/
.ExtraNav a:hover  {
	color: #F60;
	background-color: transparent;
	text-decoration: underline;
	text-align: center;
	padding: 0 10px;
}
#Header .ExtraNav {
	font-size: 88%;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	top: 160px;
	left: 35px;
	width: 930px;
}
#Header .ExtraNav ul {
	margin: 0;
}
#Footer .ExtraNav {
	position: relative;
	top: 30px;
	padding-bottom: 40px;
	background-color: transparent;
	width: 930px;
	margin: 0 auto;
}
#Footer .ExtraNav a:link {
	color: #000066;
}
#Footer .ExtraNav a:hover {
	color: #777777;
}
/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #9FF;
	width: 85%;
	border: 1px dotted #ffffff;
	margin: 18px auto 24px auto;
	padding: 4px;
}
.CalloutBox img {
	margin: 5px;
}
div.CalloutBox p {
	margin: 13px;
}
p.CalloutBox {
	padding: 13px;
}
div.CalloutBox h1, div.CalloutBox h2, div.CalloutBox h3, div.CalloutBox h4, div.CalloutBox h5, div.CalloutBox h6 {
	margin: 13px 0 0 13px;
}
.ReminderBox {
	background-color: #ffffff;
	width: 24%;
	border: 1px dotted #eeeeaa;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #000066;
}
.ReminderBox h4 {
	margin: 0;
	padding: 2px;
	text-align: center;
	background-color: #cccccc;
}
.ReminderBox p {
	font-size: 90%;
	padding: 0 8px;
	line-height: 120%;
}
.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
	padding: 5px;
	background-color: transparent;
	border: 0px;
}
.AdSenseBoxLeft {
	margin: 0 18px 12px 18px;
	float: left;
}
.AdSenseBoxLeft img {
	border: none;
}
.AdSenseBoxRight {
	margin: 0 18px 12px 18px;
	float: right;
}
.AdSenseBoxCenter468 {
	width: 468px;
	margin: 0 auto 12px auto;
	clear: both;
}
.AdSenseBoxExtraColumn {
	padding: 0;
	float: right;
	clear: both;
}
.AdSenseBoxExtraColumn img {
	border: none;
}
.ReturnToNavBox {
	background-color: transparent;
	width: 90%;
	border-top: 1px dotted #777777;
	border-bottom: 1px dotted #777777;
	margin: 15px auto 12px auto;
	padding: 4px;
	text-align: right;
}
/* -- RSS Box -- */

#RSSbox {
	width: 148px;
	background-color: transparent;
	margin: 8px auto 5px auto;
	padding: 2px 2px 2px 2px;
	font-size: 100%;
	font-weight: bold;
	color: #1d487e;
	line-height: 120%;
	text-align: center;
}
/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
	clear: both;
}
.Caption {
	font-size: 85%;
	font-weight: bold;
	color: #000000;
	display: block;
	line-height: 150%;
	margin-bottom:10px;
}
/* -- floats -- */

.ItemRight {
	float: right;
	margin: 2px 0 12px 18px;
	text-align: center;
}
.ItemCenter {
	margin: 2px auto 12px auto;
	text-align: center;
	clear: both;
}
.ItemLeft {
	float: left;
	margin: 2px 18px 12px 0;
	text-align: center;
}
#ContentColumn ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 10px;
}
#ContentColumn li {
	background: url(../image-files/li.jpg) left top no-repeat;
	padding-left: 15px;
	padding-bottom: 9px;
}

.floatR {
	float: right;
	margin-left: 12px;
	}
	
.floatL {
	float: left;
	margin-right: 12px;
	}
	
	
