/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

/** Common Styles */

body {
	margin: 10px 0 20px 0;
	padding: 0;
	background: #876500;
	text-align: justify;
	line-height: 22px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color:#367c2b;
	font-weight:bold;
}

p, ol {
	margin-bottom: 1.5em;
}

a {
	color: #367c2b;
	text-decoration:none;
	font-weight:
}

a:hover {
	text-decoration: none;
	color: #876500;
	text-decoration:underline;
}

/** Style for header starts here */

#header {
	width: 860px;
	height: 130px;
	margin: 0px 0px 0px 0px;
}

#header h1, #header h2, #header h3{
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color:#367c2b;
}

#header h1 {
	padding: 90px 0px 10px 90px;
	font-size: 3em;
}

#header h2 {
	margin-top: -8px;
	padding: 0px 0px 0px 92px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#header h3 {
	margin-top: -8px;
	padding: 0px 0px 0px 92px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/** Style for menu starts here */

#menu {
	width: 1000px;
	height: 35px;
	margin: 0px auto;
	background: #367c2b;
	font-weight:bold;

}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #D7D7BD;
	text-decoration:underline;
}

/** Style for wrapper starts here */

#wrapper {
	width: 860px;
	margin: 0px auto;
	background: #FFFFFF;
}

/** Style for content starts here */

#content {
	width: 860px;
	margin: 0px auto;
	padding-top: 27px;
}

#content h2 {
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px #fed02d solid;
}

#content h3 {
	text-transform: capitalize;
	font-size:12px;
	font-weight: normal;
}

#content p {
}

#left {
	float: left;
	width: 550px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left .post {
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 200px;
	margin-bottom: 20px;
	padding-right: 10px;
}

#right li {
	padding-left: 10px;
}

#left2 {
	float: left;
	width: 170px;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-top:45px;
}



#left2 li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left2 .post {
	margin-bottom: 20px;
}

#right2 {
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left:20px;
}

#right2 li {
	padding-left: 10px;
}



/** Style for footer starts here */

#footer {
	clear: both;
	width: 860px;
	background: #876500;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	padding-left:100px;
	float:center;
	
}

#footer .copyright {
	float: center;
	margin: 0px;
	text-align: center;
	width:860px;
	padding-right:20px;
}

#footer .links {
	float: right;
	margin: 0px;
	text-align: center;
}



#footer a:link {
	color: #ffffff;
	text-decoration:none;
}

#footer a:visited {
	color: #ffffff;
	text-decoration:none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration:underline;
}

#footer a:active {
	color: #ffffff;
	text-decoration:none;
}

.leftnav {
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}

.leftnav a {
   text-decoration:none
}

.leftnavtop {
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	padding:0px 0px 0px 0px;
}

.leftnavtop a {
   text-decoration:none;
}

.leftnavtop a:hover {
   text-decoration:underline;
   color:#876500;
}

.schedule {
line-height:15px;
font-size:11px;
}

.leftnews {
font-size:10px;
}

.email {
text-decoration:none;
color:#000000;
}

.email a:link{
text-decoration:none;
color:#000000;
}

.email a:visited{
text-decoration:none;
color:#000000;
}

.email a:hover{
text-decoration:underline
color:#876500;
}

.email a:active{
text-decoration:none;
color:#000000;
}


li.bios {
   padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:18px;
}

/*- Menu --------------------------- */
	
#navcontainer { width: 180px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
margin:0 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
}

#navcontainer a
{
display: block;
padding: 5px 0px 0px 10px;
width: 172px;
background-color: #367c2b;
border-bottom: 1px solid #fed02d;
text-decoration:none;
}

#navcontainer a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;
font-weight:bold;
}

#navcontainer a:hover
{
background-color: #876500;
color: #fff;
text-decoration:underline;
}

.submenu {
font-family:Tahoma, Arial, Helvetica, sans-serif;
background-color:#ffffff;
 }
 
 .submenu a:link {
 text-decoration:none;
 color:#367c2b;
 }
 
 .submenu a:visited {
 text-decoration:none;
 color:#367c2b;
 }
 
 .submenu a:hover {
 text-decoration:underline;
 color:#876500;
 }
 
 .submenu a:active{
 text-decoration:none;
 color:#367c2b;
 }
 
 .sub a:link {
 text-decoration:none;
 }
 
 .sub a:visited {
 text-decoration:none;
 }

.sub a:hover {
 text-decoration:underline;
 }

.sub a:active{
 text-decoration:none;
 }

#current a:link
{
background-color: #876500;
color: #fff;
text-decoration:none;
}

#current a:visited
{
background-color: #876500;
color: #fff;
text-decoration:none;
}

#current a:hover
{
background-color: #876500;
color: #fff;
text-decoration:underline;
}

#current a:active
{
background-color: #876500;
color: #fff;
text-decoration:none;
}
 




