@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0em;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1e1e1e;
	background-attachment: scroll;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:0.75em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.7em;
	background-color: #869812;
}
.twoColFixLtHdr #container {
	width: 968px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	height: 469px;
} 
.twoColFixLtHdr #header {
	background-color: #869812;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #navigation {
	height: 40px;
	width: 966px;
	background-attachment: scroll;
	background-image: url(images/navigation-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.twoColFixLtHdr #container-content {
	width: 968px;
	background-attachment: scroll;
	background-image: url(images/container-content-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0 auto;
	padding: 1.5em 0 0 0;
	position: relative;
	background-color: #869812;
	min-height: 1800px;
}
.twoColFixLtHdr #container-content #slideshow-container {
	margin: 0 auto 2em auto;
	text-align: left;

}

.twoColFixLtHdr #container-content #right-panel {
	width:660px;
	margin-left:305px;
	text-align:left;
	background:url(images/headlines-content-bg.jpg) scroll repeat-y left top;
	height: auto;
	min-height: 1575px;
}


/*=============================== 
* side nav 
*=================================*/
#side-menu ul {
	margin:0;
	padding:15px;
	list-style:none;
	text-align: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#side-menu ul li {
	margin:5px 0 10px 15px;
	width: 90%;
	border-bottom:1px solid #fdfdfd;
	padding-bottom: 4px;
	position:relative;
}

#side-menu ul li a{
	height:48px;
}

#side-menu ul a{
	line-height:18px;
	color:#48551f;
	text-decoration:none;
	display:block;
}

#side-menu a:hover, #side-menu a:active {
	color:#C90;
}

#side-menu ul li.side-menu-last{
	border-bottom:none;
}

#side-menu ul a.side-menu-selected{
	background-color:#333333;	
	cursor:default;
}
.twoColFixLtHdr #container-content #right-panel #headlines-content {
	color:#666;
	padding: 1em 3em 1em 2em;
}


/********************************
* top nav
*********************************/
.twoColFixLtHdr #container #header #top-nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
	width:100%;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	0padding-bottom:20px;
}

.twoColFixLtHdr #container #header #top-nav ul li a {
	color:#FFF000;
	text-decoration:none;		
}

.twoColFixLtHdr #container #header #top-nav ul li {
	display:inline;
	float:left;
	margin:0 10px;
}

.twoColFixLtHdr #container #header #top-nav a:focus, 
.twoColFixLtHdr #container #header #top-nav ul a:active, 
.twoColFixLtHdr #container #header #top-nav ul a:hover,
.twoColFixLtHdr #container #header #top-nav ul a.selected-nav{
	color:#f5f5f5;
	0_outline-color:-moz-use-text-color;
	0_outline-style:none;
	0_outline-width:medium;
	0_border-top:1px solid #d5c821;
	background-image:url(images/top-nav-bg.jpg); 
	background-repeat:repeat-x;
	background-position:left top;
	background-attachment:scroll;
	height: 35px;
	0_width:50px; /*IE6 hack, to show all top nav items*/
}

.twoColFixLtHdr #container #header #top-nav ul a {
	padding:5px 7px 0px 7px;
}
.twoColFixLtHdr #container #header #top-nav ul a {
	display:block;
	font-size:1.5em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
}

.twoColFixLtHdr #container #header #top-nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/*IE6 hacks:start*/
.twoColFixLtHdr #container #header #top-nav ul a.nav-home,
.twoColFixLtHdr #container #header #top-nav ul a.nav-home:hover {
	width:50px;
}
.twoColFixLtHdr #container #header #top-nav ul a.nav-about-tito,
.twoColFixLtHdr #container #header #top-nav ul a.nav-about-tito:hover{
	width:81px;
}
.twoColFixLtHdr #container #header #top-nav ul a.nav-platforms,
.twoColFixLtHdr #container #header #top-nav ul a.nav-platforms:hover{
	width:73px;
}
.twoColFixLtHdr #container #header #top-nav ul a.nav-accomplishments,
.twoColFixLtHdr #container #header #top-nav ul a.nav-accomplishments:hover{
	width:137px;;
}
.twoColFixLtHdr #container #header #top-nav ul a.nav-articles,
.twoColFixLtHdr #container #header #top-nav ul a.nav-articles:hover{
	width:57px;;
}
.twoColFixLtHdr #container #header #top-nav ul a.nav-image-gallery,
.twoColFixLtHdr #container #header #top-nav ul a.nav-image-gallery:hover{
	width:106px;;
}
/*IE6 hacks:end*/



.twoColFixLtHdr #container #header #top-nav ul a.menu-item {
	margin:0 12px 0 0;
}


/****************************************************
end: top nav
*****************************************************/
.twoColFixLtHdr #container #header a img {
	border:none;
}


/*=============================== 
* footer menu 
*=================================*/
#footer-menu ul {
	margin:0px;
	padding:1.5em 0 0 0;
	list-style:none;
	text-align: left;
}

#footer-menu ul li {
	margin:0;
	width: 90%;
	border-bottom:1px solid #fdfdfd;
	padding: 0.5em;
}

#footer-menu ul a{
	line-height:18px;
	color:#48551f;
	text-decoration:none;
	display:block;
}

#footer-menu a:hover, #footer-menu a:active {
	color:#C90;
}

#footer-menu ul li.footer-menu-last{
	border-bottom:none;
}

#footer-menu ul a.footer-menu-selected{
	background-color:#333333;	
	cursor:default;
}

.left-panel-accomplishments {
	background:url(images/pdf-icon.jpg) no-repeat scroll right top;
	padding-right:3em;
	min-height:38px;
}
.twoColFixLtHdr #container-content #left-panel {
	width:250px;
	padding-left:2em;
	float:left;
	height: auto;
}
.twoColFixLtHdr #container-content #left-panel #my-accomplishments {
	width:246px; 
	background:url(images/my-accomplishments-body.jpg) repeat-y scroll left top;
}
.twoColFixLtHdr #container-content #left-panel #my-accomplishments #my-accomplishments-header {
	background:url(images/my-accomplishments-header.jpg) no-repeat scroll left top; 
	width: 246px;
	height:83px;
}
.twoColFixLtHdr #container-content #left-panel #my-accomplishments #my-accomplishments-body {
	background:url(images/my-accomplishments-body-2.jpg) repeat-y scroll left top; 
	width: 246px;
}
.twoColFixLtHdr #container-content #left-panel #my-accomplishments #my-accomplishments-footer {
	width:246px; 
	height:9px; 
	background:url(images/my-accomplishments-footer-2.jpg) no-repeat scroll left top;
}
.twoColFixLtHdr #container #header #top-nav {
	position:absolute;
	left: 134px;
	top: 432px;
	width: 812px;
	height: 35px;
}
.twoColFixLtHdr #container-content #right-panel #headlines {
	height:39px;
	width:100%;
	background:url(images/headlines-bg.jpg) scroll top left repeat-x;
}
.twoColFixLtHdr #container-footer {
	width:100%; 
	padding:0; 
	background-color: #58620b; 
	border-top: 1px solid #adbb4c;
	position:relative;
}
.twoColFixLtHdr #container-footer #container-footer-content {
	position:relative;
	width:968px;
	height:365px;
	margin:0 auto;
	background:url(images/container-footer-content-bg.jpg) scroll repeat-y left top;
}
.twoColFixLtHdr #container-footer #container-footer-content #footer-left-panel {
	width:216px;
	height:155px;
	position:absolute;
	left: 85px;
	top: 55px;
	background:url(images/footer-free-song-bg-2.jpg) scroll no-repeat left top;
	padding:3em 1.5em 1em 2em;
	text-align:left;
}
.twoColFixLtHdr #container-footer #container-footer-content #footer-right-panel {
	width:463px; 
	height:155px; 
	position:absolute; 
	left: 388px; 
	top: 55px; 
	background: url(images/footer-10-things-about-sotto.jpg) scroll no-repeat left top; 
	padding:3em 1.5em 1em 2em; 
	text-align:left;
}

.footer-menu-10-things ul li {
	border-bottom:1px solid #999;
}
.twoColFixLtHdr #container-content #right-panel #headlines-content .headline-item {
  padding:2em 0;
}

.twoColFixLtHdr #container-content #right-panel #headlines-content .alam-mo-ba { 
	color:#333;
	padding-left:4.5em; 
	padding-bottom:3px;
	background: url(images/headlines-alam-mo-ba.jpg) scroll no-repeat left top;
	min-height:85px;
	font-weight:normal;
	font-size:2.25em; 
	line-height:35px;
}

.twoColFixLtHdr #container-content #right-panel #headlines-content .cebu-daily-news { 
	color:#333;
	padding-left:4.5em; 
	padding-bottom:3px;
	background:url(images/cebu-daily-news-logo.jpg) scroll no-repeat left top;
	min-height:85px;
	font-weight:normal;
	font-size:2.25em; 
	line-height:35px;
}

.twoColFixLtHdr #container #header #top-nav ul a.selected-nav-home {
	background-image:url(images/top-nav-bg.jpg); 
	background-repeat:repeat-x;
	background-position:left top;
	background-attachment:scroll;
	height: 35px;
	width: 50px;
	
}.twoColFixLtHdr #container-content #left-panel #videos {
	margin:auto;
	height: auto;
}

.left-panel-video-border {
	border:1px solid #869810;
}

.last-item-padding {
	padding-bottom:1em;
}

.height-no-slideshow {
	min-height:2000px;
}

.sidemenu-pdf-download {
	position:absolute; 
	left:171px; 
	top:1px; 
	width:30px; 
	height:40px;
}

.sidemenu-1st-item-ie6-7-hack {
	margin-left:15px;	
	0_margin-left:30px;	 /*IE6 hack*/
}

.img-border-none {
	border:none;
}.twoColFixLtHdr #container-content #left-panel #social {
	margin-top: 30px;
	margin-bottom: 30px;
}

#tooltip{
	position:absolute;
	border:2px solid #fc0; /*#333;*/
	background:#f7f5d1;
	padding:5px 10px;
	color:#333;
	display:none;
	width:400px;
	text-align:left;
	}	
