@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {width:780px; height:32px; position:relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:781px; w\idth:780px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:156px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:156px;position:relative;}
/* style the links for the top level */

.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:145px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#b5cd94; padding-left:10px; line-height:29px; font-weight:bold;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:156px; w\idth:145px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#e2dfa8;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65 no-repeat 137px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:156px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:156px; top:-1px; width:156px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-156px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:135px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:157px;w\idth:135px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#e69623;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#ed8825;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


div#wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #ffffff;
}
body {
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #e0dcdd;
}

div#logo {
	margin-left: auto;
	margin-right: 99px;
	text-align: right;
	width: 780px;
	height: 126px;
	background-position: left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	vertical-align: middle;
	background-image: url(images/petroenergycorp_01.jpg);
}

div#header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 780px;
	height: auto;
	background-position: top;	
}

div#footer {
	float: left;
	height: auto;
	width: 780px;
	font-family: Tahoma;
	font-size: 10px;
	background-color: #ffffff;
}
.footer1 {
	margin-left: 35%;
	
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: inherit;
	background-color: #b5cd94;
	text-align: center;
}
.footer2 {
	width: 249px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: inherit;
	background-color: #b5cd94;
	text-align: center;
}
div#content {
	display: inline;
	height: auto;
	width: 780px;
	float: left;
	background-color: #FFFFFF;

}

div#leftContent {
	width: 250px;
	float: left;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
	}

div#rightContent {
	margin-left: 34%;
	margin-top: 1px;
	margin-right: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: inherit;
	float: none;
	background-image: url(images/leftContentbg.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

.LeftSectionHeading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	vertical-align: top;
	
}

.sectionHeading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #4a5068;
	text-align: center;
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
}
h1 {
	font-family: Tahoma;
	font-size: 16px;
	color: #60783f;
	font-weight:normal;
	text-align: center;
}

div#topnav {
	text-align: right;
	width: 150px;
	right: 15px;
	float: right;

}
div#leftContent li {
	padding-top: 5px;
}
div#rightContent li {
padding-top: 5px;
}

.tablerow2  {
	background-color: #99CC99;

}
div#content a:link {
	color: #7A260A;
}
div#content a:visited {
	color: #7A260A;
}
div#content a:active {
	color: #7A260A;
}

div#footer a:link {
	color: #7A260A;
}
div#footer a:visited {
	color: #7A260A;
}
div#footer a:active {
	color: #7A260A;
}

div#topnav a:link {
	color: #7A260A;
}
div#topnav a:visited {
	color: #7A260A;
}
div#topnav a:active {
	color: #7A260A;
}
#h2 {
	padding-left: 444px;
	margin-left: 8px;
}
td {
	vertical-align: top;
	border: thin solid #CCC;
}

