/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #003471;
	line-height: 20px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #696969;
}

h1, h2, h3 {
	padding: 0;
	font-weight: normal;
	color: #FF8C00;
}

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: #FF8C00;
}

.link1 {
	text-align: center;
}

#logo {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	background:url(../images/logo.gif) no-repeat 0 100%;
}
#logo h1 {
	padding-left: 20px;
	font-size: 4em;
	color: #FFFFFF;
}

#menu {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/img01.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	display: inline;
}

#menu a {
	display: block;
	margin: 0;
	padding: 23px 30px 0 15px;
	background: url(../images/img04.jpg) no-repeat left 85%;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; /*font-weight:bold;*/
	font-size: 14px;
	color: #FFFFFF;
}

#menu li.first {
	margin-left: 40px;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	position:static;
}

#content-wrapper-top {
	background: url(../images/img02.jpg) no-repeat left top;
}

#content-wrapper-btm {
	background: url(../images/img03.jpg) no-repeat left bottom;
}
#content h7{
	position:static;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 0 0px;
}
#checks{
	width: 225px;
	margin: 0 0;
	background: #FFFFFF;
	position:relative;
}
#checks ul{
	display:block;
	position:absolute;
	right:-227px;
	top:1px;
	margin: 0;
	padding: 0;
	list-style: none;
	width:225px;
	height: 143px;
}
#checks ul li{font:14px/25px Arial, Helvetica, sans-serif; font-weight:normal; background:url(../images/symbol2.gif) 0 8px no-repeat; padding:0 0 0 30px;}
#checks ul span{ background:url(../images/dot-line.gif) repeat-x 0 100%; height:25px; display:block;}
#checks2{
	width: 225px;
	margin: 0 0;
	background: #FFFFFF;
	position:relative;
	left:0px;
	top: 0;
}
#checks2 ol{
	display:block;
	position:static;
	right:-225px;
	top:-143px;
	margin: 0;
	padding: 0;
	list-style: none;
	width:225px;
	height: 143px;
}
#checks2 ol li{font:14px/25px Arial, Helvetica, sans-serif; font-weight:normal; background:url(../images/symbol2.gif) 0 8px no-repeat; padding:0 0 0 30px;}
#checks2 ol span{ background:url(../images/dot-line.gif) repeat-x 0 100%; height:25px; display:block;}


#left {
	float: left;
	margin: 0;
	padding: 20px 20px 0 30px;
	width: 250px;
}

#right {
	float: right;
	margin: 0;
	padding: 20px 30px 20px 20px;
	width: 450px;
}


#menu-footer {
	height: 60px;
	margin: 0 auto;
}

#menu-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-footer li {
	float: left;
	display: inline;
}

#menu-footer a {
	display: block;
	margin: 0;
	padding: 23px 30px 0 15px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#menu-footer li.first {
	margin-left: 40px;
}


#footer {
	clear: both;
	width: 800px;
	height: 42px;
	margin: 0px auto;
	padding-top: 13px;
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
}

#footer .copyright {
	margin: 0px;
	text-align: center;
}

#footer .links {
	padding-bottom: 20px;
	text-align: center;
}

#footer .css {
	background: #FFFFFF;
	border: 1px dotted #DE8202;
	padding: 3px 10px;
}

#footer .xhtml {
	padding: 3px 10px;
	border: 1px dotted #DE8202;
	background: #FFFFFF;
}

#footer a {
	color: #000000;
}

 /*Logo PANEL*/
#logoPic {
	width:310px;
	height:70px;
	display:block;
	position:absolute;
	background:url(../images/logo.gif) no-repeat 0 100%;
	top:544px;
	right:312px;
}

#finalLogos{position: relative; right:100; width:480px; height:70px; background:url(../images/logos.jpg) no-repeat 0 100%; margin:0 auto; padding:0;}

