﻿/* css by dino naing for www.petromin.com.pg
-  main screen css
-  css for screen output */

/* ========== Global Formatting ========== */

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

body {background: #FFF url('../images/header_tile.gif') repeat-x left top; color: #333; font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; text-align: center;}
p {color: #000; line-height: 18px; padding: 0px 0px 15px 0px;}
h1 {color: #096; font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-weight: bold; margin: 0px 0px 20px 0px;}
h2 {color: #096; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; margin: 15px 0px 0px 0px;}
h3 {color: #096; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; margin: 15px 0px 0px 0px;}

a:link, a:active, a:visited {color: #36c; text-decoration: none;}
a:hover {color: #36c; text-decoration: underline;}
a img {border: none;}

ul {margin: 5px 0px;}
ul li {line-height: 18px; list-style-type: none;}


/* Main Containers Classes */
.main {
	background: transparent;
	margin: 0px auto;
	height: auto;
	width: 760px;
}
.header {
	background: url('../images/header_banner.png') no-repeat center top;
	height: 110px;
}
.footer {
	background: #fff;
	border-top: 1px solid #ddd;
	clear: both;
	color: #666;
	height: 80px;
	margin: 30px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	width: 750px;
}


/* left-nav id */
#left-nav {
    font: 11px Tahoma, Arial, sans-serif, Helvetica;
}
ul#left-nav {
    position: relative;
}
ul#left-nav li {
    display: block;
    list-style-type: none;
}
ul#left-nav li a:link, ul#left-nav li a:visited, ul#left-nav li a:hover, ul#left-nav li a:active {
    background: transparent;
    color: #666;
    display: block;
    float: none;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 5px 25px;
    text-decoration: none;
    width: 150px;
}
ul#left-nav li a:hover {
    background: #efefef url('../images/menu_hover.png') no-repeat right center;
    border-left: 5px #36c solid;
    color: #36c;
    padding: 5px 5px 5px 20px;
    text-decoration: none;
}
ul#left-nav a:hover {
    background: #efefef;
    color: #36c;
    text-decoration: none;
}
hr#left-nav {
	border: 1px #ddd solid;
}


/* Main Body Container */
.body {
	clear: both;
	min-height: 600px;
	width: 760px;
}

/* Left Column */
#left-col {
	float: left;
    min-height: 100px;
    text-align: left;
    width: 180px;
}

/* Right Column */
#right-col {
	float: right;
	margin: 0px 0px 0px 10px;
	min-height: 100px;
	text-align: left;
	width: 570px;
}

/* Content */
#content {
	color: #000;
    padding: 10px 5px 5px 5px;
}
#content ol {
    margin: 0px 0px 0px 20px;
}
#content ol li {
    font-size: 11px;
    margin: 0px 0px 10px 0px;
}
#content ol li ol {
    margin: 0px 0px 0px 20px;
}
#content ol li ol li {
    font-size: 11px;
    list-style-type: lower-alpha;
    margin: 10px 0px 10px 0px;
}
#content ul {
    margin: 0px 0px 0px 20px;
}
#content ul li {
    font-size: 11px;
    list-style-type: square;
    margin: 0px 0px 5px 0px;
}
#news-img-left {
	border: 2px #096 solid;
	float: left;
	margin: 5px 5px 5px 0px;
}
#news-img-right {
	border: 2px #096 solid;
	float: right;
	margin: 5px 0px 5px 5px;
}
#community-img-left {
	border: 2px #096 solid;
	float: left;
	margin: 5px 5px 5px 0px;
}
#community-img-right {
	border: 2px #096 solid;
	float: right;
	margin: 5px 0px 5px 5px;
}


/* Footer */
.footer p {
	color: #666;
	line-height: 16px;
	padding: 0px;
}
.footer p a:link, .footer p a:visited, .footer p a:active {
	color: #666;
	text-decoration: none;
}
.footer p a:hover {
	color: #36c;
	text-decoration: underline;
}
.vspacer {
	color: #ddd;
	margin: 0px 5px;
}