/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: url(../images/greenstripeback.gif) repeat-x;
	
}

.content a:link {
	color: #339;
	text-decoration: underline;
}
.content a:visited {
	color: #339;
	text-decoration: underline;
}


.content a:hover {
	color: #339;
	text-decoration: underline;
	background: #FFFF66;
}

.content a:active {
	color: #339;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0.5em 0px 0px;
	padding: 0px;
}

h1{
	color: #591;
	font: bold 200% Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
}

h2{
	font-size: 114%;
	color: #354;
}

h3{
	font-size: 100%;
	color: #573;
	margin-top: .5em;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #0000CC;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	top: 0px;
	width:993px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
	
}
#innerContainer {
	text-align: left;
}

#envelope {
	
	float: left;
	width: 100%;
}
#innerEnvelope {
	margin-right: 50px;
	margin-left: 30px;
}


#masthead{
	padding: 0px;
	height: 120px;
	margin-top: 0;
	margin-bottom: 0;
	background: url(../images/mondial-energy-sky.jpg) no-repeat;
}

#content{
	float:left;
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 475px;
}

#content a:link, #rightcol a:link {
	color: #039;
	text-decoration: underline;
}
#content a:visited, #rightcol a:visited {
	color: #039;
	text-decoration: underline;
}


#content a:hover, #rightcol a:hover {
	color: #039;
	text-decoration: none;
}

#content a:active, #rightcol a:active {
	color: #039;
	text-decoration: none;
}

#rightcol {
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ffa;
	width: 250px;
	border-top: 1px solid #FFFFCC;
	border-left: 1px solid #FFFFCC;
	float: right;
	margin-top: 15;
	margin-right: 60;
	margin-bottom: 0;

}
#menubar {
	width: 100%;



	background: #342 url(../images/menubarBack.gif repeat-x);
	background: repeat-x;
	border-top: 1px solid #000000;
	border-bottom: 1px #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-left-color: #000000;
}
#footer {
	margin: 0px;
	clear: both;
	background: #FFFFFF no-repeat center top;
	border: 1px solid #fff;
	
}
/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #666666;
	padding: 8px 60px 10px 10px;
	margin-top: 20px;
	border-top: 1px solid #666;
	
	
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
	
#siteInfo a:link{
color: #666666;
text-decoration: none;
}	
#siteInfo a:visited {
color: #666666;
text-decoration: none;
}	

#siteInfo a:hover{
text-decoration: underline;
}

#siteInfo a:active{
text-decoration: underline;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px;
}




/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	color: #999999;
	padding: 5px 0px 5px 10px;
}

#breadCrumb a:link {
color: #999999;
text-decoration: none;
}

#breadCrumb a:visited {
color: #999999;
text-decoration: none;
}

#breadCrumb a:hover {
color: #666666;
text-decoration: underline;
}

#breadCrumb a:active {
color: #999999;
text-decoration: none;
}

/************** .feature styles ***************/

.content{
	padding: 0px 0px 10px;
	font-size: .9em;
	line-height: 1.4em;
}


.content p {
	margin-left: 0px;
	margin-top: 0.5em;
}
.content h3{
}
/* adjust margins to change separation between the feature image and text flowing around it */






/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited, #navBar ul a:active {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #ffcc55;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar ul a:link, #navBar ul a:visited, #navBar ul a:active {
color: #000069
}

#navBar ul a:hover {
	text-decoration: none;
	background-color: #ffcc55;
}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ffcc55;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #FFFFEE;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #FFFFEE;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #A87700;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:active{
	border-top: 1px solid #FFFFEE;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



#contactinfo {

	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #ffffee;
}
#contactinfo h1 {
	font: bold 150% "Times New Roman", Times, serif;
	color: #000069;
	margin: 0px;
	padding: 0px;
}
#contactinfo h2 {
	font-size: 100%;
	font-variant: normal;
	color: #000069;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}







.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.eighty {
	font-size: 80%;
	line-height: 100%;
}
.content .map {
	margin: 5px;
	padding: 0px;
	border: 1px solid #000066;
}
.content dt {
	font-weight: bold;
	margin-left: 20px;
}
.sidebar {
	font-size: 80%;
	line-height: 1.166;
	padding: 10px;
}
.sidebar h4 {
	font-size: 100%;
	font-weight: bold;
	color: #CC3300;
}
.imgleft {
	float: left;
	margin: 3px 7px 3px 0px;
	padding: 5px;
	border: 1px solid #000000;
	clear: left;
}
.imgright {
	float: right;
	margin: 3px 0px 3px 7px;
	padding: 5px;
	clear: right;
	border: 1px solid #000000;
}
.clear {
	clear: both;
	height: 1px;
	width: 100%;
}
.content ul {
	list-style: url(../images/bullet1.gif);
}
.imgrightNoClear {

	float: right;
	margin: 3px 0px 3px 7px;
	padding: 5px;
	clear: none;
	border: 1px solid #000000;
}
