@charset "UTF-8";

/*style sheet for Enduro Philippines



/* -------- color guide ----------
#3c6b92 : main blue
#6acce2 : light blue
#2c566a : teal accent
#193742 : dark blue
#e1d8b9 : sand accent
#cb7d20 : orange accent
#51341a : brown
#995522 : dark orange (used for links or high contrast accents)
#cb202a : red accent (this color does not encode well, use only for small accents)
#896287 : purple
*/

/* to jump to a specific section search for the unique character pair at the front of each TOC section 
	<<<tip, highlight the special character and use the shortcut for Find Selection Cntr/Cmd + Shift + G >> */

/* ----- Style sheet TOC ----------------
      ^1 Global constants
	  ^2 CSS reset
	  ^3 Global classes
	  ^4 Home page layout
	  ^5 Top-level layout
	  ^6 Region detail styles
		  ^6a Header
		  ^6b Navigation
		  ^6c Main Content
		  	^6d data tables
			^6e spotlight region
			^6f forms
		^6g Sidebar
		^6h Footer
*/

/* ^1 --------------------------- global constants -------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	font: Arial, sans-serif;
	margin-top: 25px;
	background: #060 url(../_images/page_background_poa.jpg) repeat;
}
/* ^2 --------------- limited-scale reset ---------------- */
h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, li {
	margin: 0;
	padding: 0;
}
p {
	font-family: Arial, sans-serif;
	color:#000;
	line-height:1.8;
	margin-bottom: 1em;
}
h1 {
	font-size: 2em;
	font-family: Arial, sans-serif;
	font-style:italic;
	color: #000;
	margin-bottom: .4em;
}
h2 {
	font-size: 1.6em;
	font-family: Arial, sans-serif;
	font-style:italic;
	color: #CCC;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.3em;
	color: #FFF;
	font-weight: normal;
	margin: 1.25em 0 .5em;
}
h1, h2, h3 {
	clear: both;
	font-style: italic;
}
a:link, a:visited {
	color: #995522;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF0;
	border-bottom: 1px dashed #cb7d20;
}
a.accent {
	display: block;
	text-align: right;
}
a.accent:hover {
 	border: none;
	color: #cb202a;
}
/* ^3 ------ global classes -------- */
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
	display: block;
	padding: 20px 20px 20px 0px;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}
.clearBoth {
	clear: both;
}
.callOut {
	background: #e1d8b9;
	padding: 15px;
	margin-bottom: 25px;
}
.callOut h1 {
	font-size: 1.2em;
	color: #000;
	border-bottom: 2px solid #193742;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
}
.quote {
	font-style: italic;
}
#wrapper {
	position: relative;
	padding: 0;
	width: 930px;
	margin: 0 auto;
	background: #354c25;
	text-align: left;
}

/* ^4 ------------- home page specfic layout styles ----------- */
body#home #wrapper {
	background: #333 url(../_images/main_back_poa.jpg) no-repeat;
}

body#home #mainContent {
	padding-top: 234px;
}
/* ^5 --------------------- top-level region layout styles ------------------- */
/* top-level regions are header, mainNav, mainContent, sidebar, & footer */

/* header */
#header {
	width: 240px;
	height: 237px;
	position: absolute;
	
	left: 25px;
}
/* mainNav */
#mainNav {
	float: left;
	width: 272px;
	margin-top: 233px;
}
/* mainContent */
#mainContent {
	padding-right: 25px;
	float: right;
	width: 608px;
	margin-bottom: 45px;
}
/* sidebar */
#sidebar {
	float: left;
	clear:left;
	width: 272px;
}
/* footer */
#footer {
	width: 870px;
	height: 250px;
	clear: both;
	padding: 45px 30px 30px;
	margin-top: 45px;
	background-image: url(../_images/footer.jpg);
	background-repeat: no-repeat;
}

/* ^6----------------------- region-detail styles ------------------------ */
/*  header  ^6a*/
#header {
	background: url(../_images/logo_poa.png) no-repeat;
}
#header a:hover {
	border: none;
}
#header a{
	width: 192px;
	height: 237px;
	display: block;
}
#header h1{
	text-indent: -1000em;
}

/* navigation ^6b*/

/* home page navigation */
ul#homeNav {
	float: left;
	list-style: none;
	margin:0;
	padding:0;
	margin-bottom: 50px;
	clear: left;
}
ul#homeNav li {
	margin: 0;
	padding: 0;
}
ul#homeNav li a{
	display: block;
	width: 272px;
	height: 82px;
	text-indent: -1000em;
}
ul#homeNav li a.tours {
	background-image: url(../_images/tours_nav.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#homeNav li a.mission{
	background-image: url(../_images/aboutus_nav.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#homeNav li a.contact {
	background-image: url(../_images/contact_nav.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#homeNav li a.resources {
	background-image: url(../_images/resources_nav.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#homeNav li a.explorers {
	background-image: url(../_images/photos_nav.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#homeNav li a:hover {
	background-position: -272px 0;
	border: none;
}
/* base navigation */
ul#baseNav {
	float: left;
	list-style: none;
	margin:0;
	padding:0;
	margin-bottom: 50px;
	clear: left;
}
ul#baseNav li {
	margin: 0;
	padding: 0;
}
ul#baseNav li a{
	display: block;
	width: 272px;
	height: 45px;
	text-indent: -1000em;
}
ul#baseNav li a.tours {
	background-image: url(../_images/tours_main_z.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#baseNav li a.mission{
	background-image: url(../_images/aboutus_main_z.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#baseNav li a.contact {
	background-image: url(../_images/contact_main_z.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#baseNav li a.resources {
	background-image: url(../_images/resources_main_z.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#baseNav li a.photos {
	background-image: url(../_images/photos_main_z.png);
	background-repeat: no-repeat;
	background-position: left top;
}

ul#baseNav li a.feedback {
	background-image: url(../_images/faq_main_x.png);
	background-repeat: no-repeat;
	background-position: left top;
}

ul#baseNav li a.current, ul#baseNav li a.current:hover {
	background-position: right top;
	border: none;
	cursor: default;
}

ul#baseNav li a:hover {
	background-position: -272px 0;
	border: none;
}
/* sub navigation */
ul#baseNav ul.subNav {
	list-style: none;
	margin:0;
	padding:0;
	margin-bottom: 10px;
}
ul#baseNav ul.subNav li {
	margin: 0 0 5px 50px;
}
ul#baseNav ul.subNav li a:link, ul#baseNav ul.subNav li a:visited{
	display: block;
	width: auto;
	height: auto;
	text-indent: 0;
	padding: 5px 0;
	color: #cb7d20;
	border-bottom: 1px solid #cb7d20;
}
ul#baseNav ul.subNav li a:hover{
	color: #666;
	border-bottom: 1px solid #666;
}
ul#baseNav ul.subNav li a.current{
	color: #003399;
	border-bottom: 1px solid #003399;
}
/* main content region ^6c */
#mainContent h1.tagline{
	font: normal 2.5em Georgia, "Times New Roman", Times, serif;
	margin: .5em 0 .25em;
	color: #000;
	letter-spacing: -1px;
}

#mainContent a.breadcrumb {
	color: #cb202a;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
}
#mainContent a.breadcrumb:hover {
	color: #3c6b92;
	border: none;
}
#mainContent img.articleImage {
	display: block;
	float: right;
	padding: 1em 0 1em 1em;
}
#mainContent img.headlineImage {
	display: block;
	float: right;
	padding: 0 0 .25em .5em;
}
#mainContent img.galleryImage {
	padding: 5px;
	clear: left;
	float: left;
	margin-right: 1em;
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
}
#mainContent h1#pageID {
	color: #0000FF;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 0.25em;
	border-bottom: 2px solid #193742;
}
#mainContent #mainArticle {
	margin: 75px 0 35px;
	padding: 10px;
	position: relative;
	background-color: #999;
	border: 5px solid #000;
}
body.hasCrumbs #mainContent #mainArticle {
	margin-top: 45px;
	color: #0F9;
/*	background: #E1D8B9;  */
}
#mainContent .tourBadge {
	position: absolute;
	top: 15px;
	right: -50px;
}
#mainContent .tourBadge img {
	border: none;
}
#mainContent .tourBadge a,#mainContent .tourBadge a:hover {
	border: none;
	color: transparent;
}

#mainContent #legal  {
	width: 590px;
	padding: 10px;
	border: 5px solid gray;
	margin: 0;
	background-color: #999;
}

#mainContent #legal h2 {
	clear: both;
	text-align: center;
	color: #FFF;
}

#mainContent #legal p {
	line-height:1;
	margin-bottom: 0em;
}

#mainContent #legal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 100%;
}

#mainContent #legal ul ul{
	margin: 1.4em 0 1em 0;
}
#mainContent #legal li {
	margin: 0 0 1.2em 2.4em;
	padding: 0 0 0 24px;
	background: url(../_images/lstar.png) no-repeat 0 2px;
	font-size: 1em;
	color: #FFF;
}
#mainContent #legal li li{
	font-size: 100%;
	margin-bottom: .7em;
}

#mainContent #mainArticle h2 {
	clear: both;
	color: #FFF;
}
#mainContent #mainArticle h2 span.tourCost {
	font-size: .8em;
	color: #666;
	font-style: italic;
	margin-top: .25em;
	display: block;
	border-bottom: 1px solid #666;
	padding-bottom: .25em;
	margin-bottom: 1em;
}

#mainContent #mainArticle p.option{
	font-style: italic;
	color: #999;
	font-weight: bold;
	text-align: right;
	font-size: 1.2em;
	margin-top: -.6em;
}
#mainContent #mainArticle p a.top {
	text-align: right;
	padding-left: 30px;
	background: url(../_images/return_topx.png) no-repeat;
	line-height: 20px;
	float: right;
}
#mainContent #mainArticle p.galleryText {
	font-size: 0.9em;
	line-height: 1.5;
	float: left;
	clear: left;
}
#mainContent #mainArticle p a.top:hover {
	border: none;
	color: #333;
}
#mainContent #mainArticle ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 100%;
}
#mainContent #mainArticle ul ul{
	margin: 1.4em 0 1em 0;
}
#mainContent #mainArticle li {
	margin: 0 0 1.2em 2.4em;
	padding: 0 0 0 24px;
	background: url(../_images/lstar.png) no-repeat 0 2px;
	font-size: 1em;
	color: #FFF;
}
#mainContent #mainArticle li li{
	font-size: 100%;
	margin-bottom: .7em;
}
#mainContent #mainArticle ul.faqNav {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	width: 170px;
	float: left;
	margin-right: 15px;
}
#mainContent #mainArticle ul.faqNav li {
	background: #b8d1f3;
	border: 1px solid #999;
	margin: 0 0 1em 0;
	padding: .5em .5em .5em 1em;
	font-size: 0.85em;
}
#mainContent #mainArticle ul.faqNav li a:link, #mainContent #mainArticle ul.faqNav li a:visited {
	color: #193742;
}
#mainContent #mainArticle ul.faqNav li a:hover, #mainContent #mainArticle ul.faqNav li a:active {
	color: #cb7d20;
	border: none;
}
#mainContent #mainArticle dl.faq {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #999;
}
#mainContent #mainArticle dl.faq dt {
	font: normal bold .9em Tahoma, Geneva, sans-serif;
	padding: 0;
	margin: 1em 0 .5em;
	color: #0F0;
	letter-spacing: 1px;
}
#mainContent #mainArticle dl.faq dd {
	font-size: 0.9em;
	line-height: 1.4;
	color: #000;
	text-align: justify;
	margin: 0;
	padding: 0 0 0 2em;
}
#mainContent div.tourDescription {
	border-top: 2px solid #2c566a;
	float: left;
	clear: left;
	padding: 10px 0;
	margin-bottom: 15px;
}
#mainContent .tourDescription h2 {
	font-size: 1.6em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 0;
	clear: right;
}
#mainContent .tourDescription h3.price {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	clear: right;
	margin: -1.6em 0 1em;
}
#mainContent .tourDescription p {
	font-size: .9em;
	line-height: 1.5;
}
#mainContent .tourDescription span.option {
	font-weight: bold;
	text-align: right;
	display:block;
}
#mainContent .tourDescription img {
	float: left;
	padding: 10px 10px 10px 0;
}
#mainContent .tourDescription a.more {
	display:block;
	float: right;
	width: 95px;
	height: 30px;
	background: url(../_images/more_bug.png) no-repeat left top;
	text-indent: -1000em;
	margin: 15px 0 0 15px;
}
#mainContent #mainArticleDisc {
	font-family:Arial, Helvetica, sans-serif;
	font-size:6px;
}

#mainContent a.book {
	display:block;
	float: right;
	width: 95px;
	height: 30px;
	background: url(../_images/book_bug.gif) no-repeat left top;
	text-indent: -1000em;
	margin: 15px 0 0 15px;
}
#mainContent .tourDescription a.more:hover,#mainContent a.book:hover{
	background-position: right top;
	border: none;
}
#mainContent ul {
	margin: 0 .5em 1.5em;
	padding: 0 25px 0;
}
#mainContent li {
	font-size: 1em;
	margin-bottom:.75em;
	color: #333;
}
#mainContent .callOut {
	width: 262px;
	float: left;
	margin-right: 24px;
}
#mainContent .callOutRight {
	margin-right: 0;
}
#mainContent .callOut h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #193742;
	border-bottom: 2px solid #193742;
	margin-bottom: .5em;
	padding-bottom: .25em;
}
#mainContent #findTour {
	position:absolute;
	top: 40px;
	right: -15px;
	width: 300px;
	height: 80px;
	text-indent: -1000em;
	background: url(../_images/tag2.png) no-repeat;
}
#mainContent #findTour a{
	display: block;
	width: 300px;
	height: 80px;
}
#mainContent #findTour a:hover{
	border: none;
}
/* mainContent specific regions */
/* data tables ^6d */
#mainContent table.data {
	width: 95%;
	margin: 0 auto 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-collapse: collapse;
	border: 1px solid #333;
	background: #e1d8b9;
}
#mainContent table.data caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0;
	padding-bottom: 10px;
	margin: 0;
	text-align: left;
}
#mainContent table.data th{
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	padding: 0 10px;
	line-height: 2.6em;
	color: #FFF;
	background: #555;
	border-bottom: 1px solid #000;
}
#mainContent table.data thead {
	background: url(../_images/thead_back.gif) repeat-x left top;
	height: 40px;
}
#mainContent table.data thead th {
	background: none;
	color: #000;
	text-align:left;
	border: 1px solid #333;
}
#mainContent table.data td {
	padding: 0 10px;
	border: 1px solid #333;
	font-size: 0.8em;
	color: #000;
}
#mainContent table.data tr.alt {
	background: #fff;
}
/*  */  

#mainContent table.data2 {
	width: 95%;
	margin: 0 auto 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-collapse: collapse;
	border: 1px solid #333;
	background: #e1d8b9;
}

#mainContent table.data2 th{
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	padding: 0 10px;
	line-height: 2.6em;
	color: #FFF;
	background: #555;
	border-bottom: 1px solid #000;
}

#mainContent table.data2 thead th {
	background: none;
	color: #000;
	text-align:left;
	border: 1px solid #333;
}
#mainContent table.data2 td {
	padding: 0 10px;
	border: 1px solid #333;
	font-size: .9em;
	color: #000;
    line-height: 2.6em;
	border-bottom: 1px solid #000;
}
#mainContent table.data2 td {
	background: #b8d1f3;
}
#mainContent table.data2 td:nth-child(odd) {
	background: #b8d1f3;
}
#mainContent table.data2 td:nth-child(even) {
	background: #dae5f4;
}

#mainContent #trailType, #mainContent #trailPath, #mainContent #trailRating {
	background: #fff;
}

/*spotlight region ^6e */
#spotlight{
	background: #111;
	padding: 15px 25px;
	margin-top: 180px;
}
#spotlight h2{
	color: #CCC;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 0.25em;
}
#spotlight p{
	color: #CCC;
	font-family: Arial, sans-serif;
	font-size: .85em;
	line-height:1.5;
	margin-bottom: 1.5em;
}

#mainContent #mainArticle form li {
	background: none;
	margin: 0;
	padding: 0;
}

/* individual forms */
/* support form */
#mainContent fieldset#quickSupport {
	width: 320px;
}
#mainContent fieldset#quickSupport textarea {
	width: 275px;
	height: 150px;
}
#mainContent #mainArticle #supportOptions {
	width: 215px;
	padding: 15px 15px 0;
	border: 1px solid #193742;
	float: right;
	background-color: #cb7d20;
}
#mainContent #mainArticle #supportOptions h3{
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing:1px;
	margin: 0 0 .75em;
}
#mainContent #mainArticle #supportOptions p{
	font-size: 1em;
	color: #000;
	line-height: 1.4;
}
#mainContent #mainArticle #supportOptions strong {
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 2px;
	font-weight:normal;
}
#mainContent #mainArticle #supportOptions a:link, #mainContent #mainArticle #supportOptions a:visited {
	color: #fff;
	border-bottom: 1px dashed #fff;
}
#mainContent #mainArticle #supportOptions a:hover {
	color: #000;
	border-bottom: 1px dashed #000;
}

/* sidebar ^6g */
#sidebar div {
	margin: 20px 0 20px 20px;
	font-size: .9em;
}
#sidebar p {
	line-height: 1.2;
}

#sidebar #specials h2 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #193742;
	margin-bottom: 0;
	text-align: right;
	border-top: 1px solid #193742;
	padding-top: 1em;
	font-weight: bold;
	clear: both;
}
#sidebar #specials h2.top {
	border:none;
}
#sidebar #specials p {
	color: #000;
	font-style: italic;
	text-align: right;
	margin: .5em 0;
	line-height: 1.6;
}
#sidebar #specials img {
	float: left;
	padding-right: 10px;
	padding-bottom: 1em;
}
/* footer region */
#footer h3 {
	font: normal 1.3em Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: .5em;
	letter-spacing: .1em;
}
#footer p{
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
#footer ul#quickNav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul#quickNav li {
	margin: 0 0 .5em 0;
	padding: 0 ;
}
#footer ul#quickNav li a{
	text-decoration: none;
	color: #fff;
}
#footer ul#quickNav li a:hover {
	color: #193742;
	border-bottom-color: #193742;
}


#footer #footerBody {
	float: right;
	width: 640px;
}
#footer #footerBody a {
	text-decoration: none;
	color: #fff;
}
#footer #footerBody a:hover {
	color: #193742;
	border-bottom-color: #193742;
}
#footer #footerBody #footerMidCol {
	width: 640px;
	height:220px;	
		font-family: "Arial Black", Gadget, sans-serif;
}
#footer #footerBody #footerMidCol p {
	margin-bottom: 20em;
		font-family: "Arial Black", Gadget, sans-serif;
	text-align:right
}
#footer #footerBody #footerRightCol {
	width: 640px;
}

#footer #footerBody #footerRightCol table {
	font-family:"Arial Black", Gadget, sans-serif;
	font-style:italic;
	text-align:center;
}

#footer #footerBody #footerMidCol h1{
	color: #009;
	letter-spacing:.1em;
	text-align:right;
	margin-bottom: .25em;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
}
#footer #footerBody #footerMidCol p{
	color: #009;
	letter-spacing:.1em;
	line-height: 1.2;
	text-align:right;
	margin-bottom: 1em;
}
.SectionHeadTxt 
     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #CCC;
	margin-left: 0.1in;
	background-color: #330000
     }
