/*
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: #393939;
	line-height: 25px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #B23812;
}

/** Header Style Starts Here */

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: url(images/image08.gif) no-repeat;
}

#header h1 {
	margin: 0;
	padding: 85px 0 15px 0;
	text-transform: lowercase;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}

/* ----------- NAVIGATION----------- */
#top-navigation{
	background:url(img/image01.jpg) repeat-x;
	width:800px;
	height:100px;
	margin:0 auto;
}
#navigation{
	background:url(img/nav-bg.gif) repeat-x; 
	height:32px; 
	margin:0 auto;
	width:800px; 
	}
	#navigation ul{
	 height:32px;
	 line-height:32px;	
	}
	#navigation ul li{
		display:inline;
	}
	#navigation ul li a,
	#navigation ul li a:visited {
		background:url(img/line-a.gif) right no-repeat;
		padding:0 20px;
		display:block;
		text-decoration:none;
		float:left;
		color:##ff7f00;
		font-weight:bold;
		text-shadow: #ffffff 2px 2px 2px;
	}
	#navigation ul li a:hover{
		color:#1532a5;
	}
/* ----------- SUBLINKS ----------- */
#sublinks{
	width:800px;
	margin:0 auto;
	background:#888888 url(img/sublink.gif);
	height:30px;
	font-size:11px;
}	
	#sublinks ul{
	 height:30px;
	 line-height:30px;	
	}
	#sublinks ul li{
		display:inline;
	}
	#sublinks ul li a,
	#sublinks ul li a:visited {
		padding:0 20px;
		display:block;
		text-decoration:none;
		float:left;
		color:#FFFFFF;
	}
	#sublinks ul li a:hover{
		text-decoration:underline;
	}
/* ----------- SUBMENU ----------- */
#s2, #s3, #s4{display:none;}

/** Page Style Starts Here */

#page {
	width: 800px;
	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;
}

#sidebar {
	float: left;
	width: 250px;
	padding: 20px 0 0 20px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 10px 0 10px 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #CFCFCF;
}

#content {
	float: right;
	width: 420px;
	padding: 40px 50px 30px 60px;
}

#content h2 {
	 color: #ff7f00;
	 margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #ff7f00;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

#content h3 {
    color: #ff7f00;
	padding-left:2px;
    border-style: outset;
    border-width:0px 0px 0px 10px;
    width=100%;
    margin: 0;
	font-size: 1em;
}



/** Footer Style Starts Here */

#footer {
	width: 800px;
	height: 42px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(images/image02.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


