/*
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: #111111;
	line-height: 25px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
	float: right;
	margin-right: 10px;
	margin-top: 30px;
}
h4 a {
	color: #F00;
	text-decoration: none;
}

h5 {
	font-size: 0.9em;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
}

h6 {
	font-size: 0.9em;
	text-align: center;
	color: #a00;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
/*	color: #1F6196; */
	color: #5B86CA;
}
#flashcontent {	
	margin: 0px 0px 0px 0px;	
	width: 580px;	
	height: 550px;
	background: #ffffff;
	color: #fffff;
	border: 1px solid #AAA;
}
/** Header Style Starts Here */

#header {
	width: 950px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	height: 140px;
/*	background: #F00; */
	background: url(images/image08.gif) no-repeat left;
}

#header h1 {
/*	background: url(images/image08.gif) no-repeat left 90%;
	text-transform: lowercase; */
	font-size: 46px;
	font-weight: normal;
	color: #FFFFFF;
	position: relative;
	float: left;
	margin-left: 200px;
	margin-top: 35px
}

#header p {
/*	position: relative;
	float: right; */
	margin-right: 20px;
	margin-top: 0px;
	color: #FFF;
/*	text-transform: uppercase; */
	padding: 110px 0 0 3px;
	font-size: 16px;
	text-align: right;
}
#header p span {
	color: #F00;
	font-size: 18px;
}

/** Banner Style Starts Here */
#banner {
	width: auto;
	height: 40px;
	margin-bottom: -20px;
	padding: 5px;
	font-size: 22px;
	color: #F00;
	font-weight: bold;
	text-align: center;
	background: #9CB6FF;
}

/** Menu Style Starts Here */


#menu {
	width: 910px;
	height: 43px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/image01.jpg) no-repeat left top; 
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 10px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
/*	background: url(images/image06.gif) no-repeat right 50%; 
	text-decoration: none;
	color: #FFFFFF; */
}

#menu a:hover {
}

#menu .first a  {
	padding-left: 0;
}

/** Page Style Starts Here */

#page {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background: url(images/image05.jpg) repeat-y;
}

#page-top {
	background: url(images/image03.jpg) no-repeat left top;
}

#page-bottom {
	background: url(images/image04.jpg) no-repeat left bottom;
}

#content {
	float: right;
	width: 570px;
	padding: 20px 50px 30px 60px;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #FFF;
/*	border-bottom: 1px dotted #CFCFCF;
	text-transform: lowercase; */
	font-size: 24px;
	font-weight: normal;
}

#subcontent {
	text-align: center;
	position: relative;
	float: left;
	width: 250px;
	padding: 10px;
}

#sidebar {
	float: left;
	width: 250px;
	padding: 20px 0 0 20px;
	color: #000;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

#sidebar a {
	color: #1D6097;
} 

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	text-align:left;
	line-height: 23px;
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #CFCFCF;
}


#contact {
	margin: 0;
	padding: 0 0 0 0;
}
#contact label{
	float: left;
}

#contact input{
	float: right;
	width: 180px;
	margin-top: 5px;
}

#contact textarea{
	width: 250px;
	margin-top: 0px;
	float: right;
}

#contact small{
	float: left;
	text-align: justify;
	line-height: 15px;
	width: 250px;
}

#form {
	margin: 0;
	padding: 0 0 0 0;
	color: #fff;
	width: 500px;
	height: 300px;
	border: solid 0px #fff;
}
#form label{
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 10px;
}

#form input{
	postion: relative;
	float: left;
	width: 340px;
	margin-top: 5px;
}

#form textarea{
	width: 340px;
	margin-top: 5px;
	float: left;
	position: relative;
}

#form small{
	float: left;
	text-align: justify;
	line-height: 15px;
	width: 500px;
}


/** Footer Style Starts Here */

#footer {
	width: 950px;
	height: 63px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	background: url(images/image02.jpg) no-repeat left top;
}

#footer p {
	margin-top: -5px;
	margin-right: 30px;
	padding: 8px 0 0 0;
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
}

#subfooter {
	margin-top: -15px;
	margin-left: 30px;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 14px;
	color: #B00;
	float: left;
	width: 600px;
}

#subfooter span{
	color: #FFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration:none;
}