/*
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: 30px 0 20px 0;
	padding: 0;
	background: #9ED03B;
	text-align: justify;
	line-height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3C37;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
/*	text-transform: lowercase;*/
	color: #00307A;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #00307A;
}

a:hover {
	text-decoration: none;
	color: #00307A;
}

/** Style for header starts here */

#header {
	width: 800px;
	height: 250px;
	margin: 0px auto;
	background: url(/assets/templates/corporateoffice/images/logo1.png) no-repeat left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
}

#header h1 {
	padding-top: 40px;
	text-align: center;
	font-weight: normal;
	text-transform: lowercase;
	color: #ffffff;
	font-size:30pt;
	line-height:38pt;
	font-family: Verdana, Arial, Sans;
}

/*
#header h2 {
	margin-top: -8px;
	padding: 0px 0px 0px 92px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
*/
/** Style for menu starts here */

#menu {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background: #AB0050;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
/*	padding: 14px 30px 10px 12px;*/
	padding: 14px 20px 5px 12px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #E2E5E4;
}

/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 20px;
}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 25px;
}

#content h1 {
	font-size: 2em;
	font-weight: normal;
	border-bottom: 2px #CCCCCC dashed;
}

#content h2 {
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px #CCCCCC dashed;
	margin-bottom: 6px;
}

#content h3, #content legend {
	font-size: 1.4em;
	font-weight: normal;
}

#content h4 {
	font-size: 1.2em;
	font-weight: normal;
}

#left {
	float: left;
	width: 480px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#left p {
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: square;
}

#left ul ul {
	margin: 0 3em;
	padding: 0;
	list-style: circle;
}

#left li {
	margin-bottom: 0.3em;
	margin-top: 0.3px;
	padding-left: 10px;
	line-height: 1.2em;
}

#left .post {
	margin-bottom: 20px;
}

#left form fieldset {
	overflow: hidden;
}

#left form label {
	float: left;
	clear: left;
	margin: 10px 5px 0 0;
	width: 150px;
}

#left form input, #left form textarea, #left form select {
	float: left;
	vertical-align: top;
	margin: 10px 5px 0 0;
	width: 240px;
}

#left form input.submit {
	font-weight: blod;
	width: auto;
	margin-left: 155px;
}

#right {
	float: right;
	width: 240px;
	margin-bottom: 20px;
	padding-right: 20px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right ul ul {
	margin: 0;
	padding: 0;
}

#right li {
	padding-left: 10px;
}

li.current > a {
	font-weight: bold;
	color: #AB0050;
}

/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 42px;
	margin: 0px auto;
	padding-top: 13px;
	background: #AB0050;
	text-transform: uppercase;
	font-size: 10px;
	color: #E2E5E4;
}

#footer .copyright {
	float: left;
	margin: 0px;
/*	padding-left: 20px;*/
	text-align: center;
}

#footer .designed {
	float: right;
	margin: 0px;
	padding-right: 20px;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url(/assets/templates/corporateoffice/images/image01.png) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(/assets/templates/corporateoffice/images/image02.png) no-repeat left 50%;
}

#footer a {
	color: #E2E5E4;
}
