﻿body 
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #e7ecf5;
	font-size: 76%;
	background:url(images/Background_Shim.jpg) #7EB675 repeat-x;
}

a 
{
	text-decoration:none;
}

img
{
	border: 0px;
}

#SiteContentDiv
{
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#ContentUpperDiv
{
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

#HeaderDiv
{
	width: 100%;
	height: 210px;
	clear: both;
	background:url(images/Opec_Banner.jpg) no-repeat;
	margin-bottom: 15px;
	/*background-color: #7EB675;*/
	/*text-align:center; font-weight:bold; font-size:36px; padding-top:135px; padding-bottom:135px;*/
}

#HSeparatorDiv
{
	/*display: none;*/
	width: 960px;
	height: 33px;
	clear: both;
	background: url(images/Search_Bar.jpg) no-repeat #338C26;
	margin-bottom: 10px;
	text-align: right;
	/*padding-top: 10px;*/
	padding-right: 20px;
	vertical-align: text-bottom; 
}

/****************** LEFT NAVIGATION ********************************/
#LeftNavDiv
{
	width:230px;
	/*height: 1200px;*/
	float:left;
	clear: left;
	margin:0px;
	padding-left:12px;
	background:url(images/LeftNavBorder.jpg) no-repeat 215px 0px;
}

#LeftNavDiv .MainMenuDiv
{
	width: 170px;
	margin-bottom: 3px;
	padding: 2px 0px 5px 22px;
	clear: both;
	background: url(images/Nav_Shim.jpg) #338C26 repeat-x;
}

#LeftNavDiv .SubMenuDiv
{
	margin-bottom: 3px;
}

#LeftNavDiv .SubMenuItemDiv
{
	width: 155px;
	background-color: #338C26;
	padding: 4px 0px 4px 37px;
	clear: both;
}

#LeftNavDiv a
{
	color: White;
	text-decoration: none;
}

#OpecQualityDiv, #AwardsDiv, #OpecWebLinkDiv
{
	margin-top: 30px;
}
#OpecWebLinkDiv
{
	margin-bottom: 30px;
}
/****************** END LEFT NAVIGATION ****************************/

#MainContentDiv
{
	clear: right;
	float: left;
	color: #888888;
	padding-left: 10px;
}

/********************** FOOTER *************************************/
#FooterDiv
{
	width: 100%;
	height: 150px;
	clear: both;
	background-color: rgb(51, 140, 38);
	padding-top: 15px;
}

#FooterDiv p
{
	float: left;
	margin-left: 95px;	
}
/********************** END FOOTER *********************************/

.HeadingClass
{
	font-weight: bold;
	color: #338C26;
}

.DottedSeparatorClass
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #338C26;
	font-weight: normal;	
}

/****************** GENERIC CLASSES ********************************/
div
{
	border: 0px solid #FF0000;
}

.shown
{
	display: block;
}

.hidden
{
	display: none;
}
/****************** END GENERIC CLASSES ****************************/