/* Musikahan sa Tagum City CSS */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background: #198434 url(../images/img_body_bg.jpg) top left repeat-x;
}

/* SLIDESHOW */

#slideshow {
    position:relative;
    height: 246px;
	border: 2px solid #188335;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* TEXT AND LINKS */

h1 {
	font-size: 25px;
	color: #811D1D;
	font-style: italic;
}

h2 {
	font-size: 20px;
	color: #811D1D;
	font-style: italic;
}

a.leftColumnText:link, a.leftColumnText:visited, a.leftColumnText:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.leftColumnText:hover {
	text-decoration: underline;
}

a.readMore:link, a.readMore:visited, a.readMore:active { 
	font-size: 16px;
	font-style: italic;
	color: #000000;
	text-decoration: underline;
}

a.readMore:hover {
	text-decoration: none;
}

.standard, a.standard:link, a.standard:visited, a.standard:active {
	font-size: 14px;
	color: #811D1D;
	text-decoration: none;
}

a.standard:hover {
	text-decoration: underline;
}

a.standardSelected:link, a.standardSelected:visited, a.standardSelected:active {
	font-size: 14px;
	color: #811D1D;
	text-decoration: underline;
}

a.standardSelected:hover {
	text-decoration: underline;
}

.sub, a.sub:link, a.sub:visited, a.sub:active {
	font-size: 12px;
	color: #811D1D;
	text-decoration: none;
}

a.sub:hover {
	text-decoration: underline;
}

.subTitle {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}

.textCert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#811D1D;
}

p {
	font-size: 16px;
	color: #000000;
	line-height: 1.5;
}

a.footerLeftText:link, a.footerLeftText:visited, a.footerLeftText:active {
	padding: 0 0 0 60px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.footerLeftText:hover {
	color: #660000;
	text-decoration: none;
}

a.footerRightText:link, a.footerRightText:visited, a.footerRightText:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.footerRightText:hover {
	text-decoration: underline;
}

.footerRightTextBtm, a.footerRightTextBtm:link, a.footerRightTextBtm:visited, a.footerRightTextBtm:active {
	font-size: 14px;
	color: #7DED25;
	text-decoration: none;
}

a.footerRightTextBtm:hover {
	text-decoration: underline;
}

/* IMAGES */

img {
	border: none;
	margin: 0;
	padding: 0;
}

.imgHome {
	margin: 0;
	padding: 0;
	border: 2px #1E8534 solid;
}

.imgGallery {
	margin: 0;
	padding: 2px;
	border: 1px solid #999999;
}

.eventBullet {
	margin: 0;
	padding: 4px 0 0 0;
	border: none;
}

/* DIVS AND CLASSES */

#container {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#header {
	width: 1000px;
	height: 232px;
	margin: 0;
	padding: 0;
}

#header #headerLeft {
	float: left;
	width: 616px;
	height: 232px;
	margin: 0;
	padding: 0;
	background: url(../images/img_header_left.jpg) top left no-repeat;
}

#header #headerLeft #headerLeftTop{
	width: 616px;
	height: 192px;
	margin: 0;
	padding: 0;
}

#header #headerLeft #headerLeftBtm{
	width: 616px;
	height: 40px;
	margin: 0;
	padding: 0;
}

#header #headerRight {
	float: left;
	width: 384px;
	height: 232px;
	margin: 0;
	padding: 0;
	background: url(../images/img_header_right.jpg) top left no-repeat;
}

#content {
	width: 1000px;
	margin: 0;
	padding: 0;
	background: url(../images/img_content_bg.jpg) top left repeat-y;
}

#content #contentLeft {
	float: left;
	width: 371px;
	margin: 0;
	padding: 20px 20px 0 20px;
}

#content #contentRight {
	float: left;
	width: 549px;
	margin: 0;
	padding: 0 20px 0 20px;
}	
	
#footer {
	width: 1000px;
	height: 260px;
	margin: 0;
	padding: 0;
	background: #009343;
}

#footer #footerLeft {
	float: left;
	width: 411px;
	height: 260px;
	margin: 0;
	padding: 0;
}

#footer #footerRight {
	float: left;
	width: 589px;
	height: 200px;
	margin: 0;
	padding: 0;
}

.clearFix {
	clear: both;
	margin: 0;
	padding: 0;
}