/*
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: url(images/background_01.jpg) center top fixed no-repeat #CCC;
	text-align: justify;
	line-height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:15px 0px 15px 0px;
	color: #3C3C37;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #005880;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #005880;
}

a:hover {
	text-decoration: none;
	color: #005880;
}

/** Style for header starts here */

#header {
	width: 940px;
	height: 249px;
	margin: 0px auto;
	background: url(images/header-image.jpg) no-repeat left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

#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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/** Style for menu starts here */

#menu {
	width: 940px;
	height: 30px;
	margin: 0px auto;
	background: url(images/menu_bg.gif) repeat-x left top;}


#menu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 13px arial;
	}

#menu li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: url(images/menu_bg.gif) repeat-x left top;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 21px;}

#menu li a:hover
{	color: #ffc00c;}

#menu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 0px;}

	#menu div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #1727be;
		color: #FFFFFF;
		font: 12px arial;}

	#menu div a:hover
	{	
	color: #ffc00c;}

/** Style for wrapper starts here */

#wrapper {
	width: 950px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 20px;
}

/** Style for content starts here */

#content {
	width: 940px;
	margin: 0px auto;
	padding-top: 25px;
	background:url(images/content_bg_fade.jpg) repeat-x;	
}

#content h2 {
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px #CCCCCC dashed;
}

#content p {
}

#left {
	float: left;
	width: 610px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	background:url(images/content_bg_fade.jpg) repeat-x;
	font: 12px arial;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left .post {
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 250px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/content_bg_fade.jpg) repeat-x;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
}


/** Style for footer starts here */

#footer {
	clear: both;
	width: 940px;
	height: 253px;
	margin: 0px auto;
	padding-top: 0px;
	background: url(images/logo-panel.gif) no-repeat;
	text-transform: uppercase;
	font-size: 10px;
	color: #E5E5CC;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url(images/image01.png) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(images/image02.png) no-repeat left 50%;
}

#footer a {
	color: #E5E5CC;
}
