/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/


/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	#background: #178190;
	background: #000000;
	line-height: 25px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
	color: #FFF;
	text-align: center;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	color: #FFF;
	text-align: center;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FFFFFF;
}

/** Header Style Starts Here */

#header {
	width: 920px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	background: url(images/image01.jpg) no-repeat left top;
}

#header h1, #header p {
	margin: 0;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#header h1 {
	padding: 120px 60px 10px 55px;
	text-transform: lowercase;
	font-size: 50px;
	font-weight: normal;
}

#header p {
	font-size: 18px;
	padding-right: 60px;
	text-align: right;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}


/** Menu Style Starts Here */


#menu {
	width: 920px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
	background: url(images/image02.jpg) no-repeat left top;
	font-size: 16px;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 13px;
	padding-left: 80px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#menu .first a  {
	padding-left: 0;
}

/** Page Style Starts Here */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 0;
}

#content {
	float: right;
	width: 520px;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #11606B;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
}

#sidebar {
	float: left;
	width: 260px;
	margin-bottom: 20px;
	background: url(images/image05.jpg) repeat-y left top;
}

#sidebar .bg-top {
	background: url(images/image04.jpg) no-repeat left top;
}

#sidebar .bg-btm {
	background: url(images/image06.jpg) no-repeat left bottom;
}


#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 30px;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 40px 0;
	list-style: none;
	font-style: italic;
}

#sidebar li {
	margin: 0;
	padding: 10px 0px;
	margin: 0 30px;
	border-bottom: 1px #178190 solid;
}
/** Footer Style Starts Here */

#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: url(images/image03.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

.headingText
{
	padding: 120px 60px 10px 55px;
	text-transform: lowercase;
	font-size: 50px;
	font-weight: normal;
	margin: 0;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	
}
.headingBelow
{
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:30px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid;
	border-bottom: #cad5ea 0px solid;
	border-top: #cad5ea 0px solid;
	border-right: #cad5ea 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Helvetica;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}
.MainMenu_MenuIcon {
	background-color: Transparent; 
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 

}
.MainMenu_SubMenu {
	background-color: #333333;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	font-weight: normal;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: Transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Tahoma, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	background-color: Transparent;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   color: #333333;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   
}
.copyright {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;

}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	font-weight: normal;
	color: #FFFFFF;
}
.pagetitles {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1D5287;
}
