/* Presentation stylesheet */


#main_search {
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #363434;
  border-right: 1px solid #363434;
  text-align: left;
}
#main {
  width: 95em;
  margin: 0 auto;
  border-left: 1px solid #363434;
  border-right: 1px solid #363434;
  text-align: left;
}

/* Header */

#header {
  position:relative;
  z-index: 10;
  padding: 0em 0em;
  margin: 0;
  text-align: left;
}

#header {
  border-bottom: 1px solid;
}

#logo_form {
  width: 100%;
  white-space: nowrap;
  padding-top: 5px;
}
#logo_form img {
   margin-left: 15px;
}

#logo_form form {
   width: auto; 
   float: left;
   margin: -4.5em 0 0 200px;
   font-weight: bold;
   display: inline;
}

#navtools {
  margin : 0;
  text-align: left;
  white-space: nowrap;
  position: relative;
  z-index: 20;
}

#login {
width:130px;
height:25px;
float:left;
color: white;
font-size: 1.2em;
margin:3px 0 0 0;
font-size: 13px!important;font-family: Verdana, Arial!important;
}
.newsletter {
width:130px;color:#fff!important;
float:right;font-size: 13px!important;
font-family: Verdana, Arial!important;
text-decoration:none;margin-top:2px
}
.newsletter a {
font-size: 13px;
font-family: Verdana, Arial;text-decoration:none;
}
.newsletter a:hover {
font-size: 13px;
font-family: Verdana, Arial;
text-decoration:none;
}
.newsletter a:visited {
font-size: 13px;
font-family: Verdana, Arial;
text-decoration:none;
}
 
 
#hometop {margin-top: 1em; width: 714px;} 
#hometop img {margin: 0 1em 0em 0; float: left;}
#hometop object {margin: 0 1em 0em 0; float: left; width:360px;}
#maintext {width: auto; margin-top: -8px; margin-left: 390px; padding-bottom: 1em;}




/*********Footer***********/

#footer_area {background: #E1E1E1;  height: 240px; color: #990000; border-top: 1px solid #000; line-height: 1.4em; clear: both; padding-top: 5px; font-size: 10px;}

/***Footer layout***/
#footer_left {float: left; width: 30%; margin-left: 10px; margin-right: 30px; text-align:left;}
#footer_middle {float: left; width: 30%; margin-right: 20px; text-align:left;}
#footer_right {float: right; width: 30%; margin-right: 10px; text-align:left;}

/***Footer Links and Header***/
#footer_area a {color: #fff; font-size: 10px;}
#footer_area select {margin-bottom: 20px; width: 200px; background: #D7DBE6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
#footer_area h2 {padding-bottom: 4px; margin: 0px 0 5px 0; color: #990000; font-size: 1em; _font-size: 10.5px; background: url("/images/homeimgs/footer_lines.gif") bottom left repeat-x; position: relative; margin-bottom: 5px;}
#footer_area h2 a {position: absolute; right: 3px; top: 0px; text-decoration: none; color: #fff; font-weight: normal; }

/***Footer Contact Box***/
#footer_right div#footer_contact {border: 1px solid #efefef;  padding: 5px; background: #D2D2D5;}
#footer_right div p {margin-top: 8px; margin-left: 10px;}

/***Footer Link Lists***/
#footer_area #footer_left ul li a {font-weight: normal; background: url("/images/homeimgs/arrow_white.gif") 0% 50% no-repeat; padding-left: 7px; }
#footer_area #footer_left ul li ul li a {margin-left: 3px; padding-left: 7px; background: url("/images/homeimgs/arrow_white.gif") 0% 50% no-repeat; font-weight: normal;}

#footer_area #footer_middle ul li a {font-weight: normal; background: url("/images/homeimgs/arrow_white.gif") 0% 50% no-repeat; padding-left: 7px; }
#footer_area #footer_middle ul li ul li a {margin-left: 3px; padding-left: 7px; background: url("/images/homeimgs/arrow_white.gif") 0% 50% no-repeat; font-weight: normal;}

#footer_area ul {margin: 0 0 5px 0; font-size: 10px; list-style: none; margin: 0; padding: 0;}
#footer_area ul li {margin: 0;}

#footer_area ul li a, #footer_right p a {text-decoration: none; color: #333; font-size: 10px;}
#footer_area ul li a:hover, #footer_right p a:hover, #footer_area h2 a:hover {text-decoration: underline; color: #990000;}
#footer_area ul li ul {margin-bottom: 0;}

/***Footer Copyright Area***/
#footer_area #bottom {background: #990000; text-align: center; border-top: 1px solid #000; position: relative; height: 62px; clear: both;}
#footer_area #bottom a {text-decoration: underline;}

#footer_area #blogo {position: absolute; left: 10px; top: 6px;}

#footer_area #xml {position: absolute; right: 10px; top: 13px;}

#footer,
.sidecol {
  color: #333;
}
#footer {
  color: white;
  background: #990000;
  border-top: 3px solid #ADAEAD;
}

/***********News**************/


#news {width: auto;}

p.dots { background: url(/images/lines/hdots125px.gif) 50% 50% repeat-x; height: 2px;}

/* backgrounds */
#header,
.cols-wrapper {
  background-color: #fff;
}
#main {
  background: #f7e9da;
}

/* classes */
.box,
.main-content {
  margin: 1em;
}
.main-content {
  text-align: left;
}
.cols-wrapper {
  border: 1px;
  border-color: #ADAEAD;
  margin: 0 -1px;
  border-style: none solid none solid;
}
.hide-left .cols-wrapper {
  border-left: none;
  margin-left: 0;
}
.hide-right .cols-wrapper {
  border-style: none none none solid;
  margin-right: 0;
}
.hide-both .cols-wrapper {
  border-style: none none none none;
  margin: 0;
}
.box {
  font-size: 95%;
  line-height: 1.4em;
}

.sidecol img {border: 1px solid #990000;}

.sidecol ul {
  padding: 0 0 0 0;
  margin: 0;
  font-size: 1.1em;
  list-style: none;
  text-align: left;
  line-height: 1.2em;
} 

#myprimen img {border: none;}



/**** Rounded Corner Box **************/

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_fullwidth, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
	background: transparent url(/images/bg/box.gif) no-repeat bottom right;
	} 
	
.cssbox { 
	width: 47% !important; /* intended total box width - padding-right(next) */ 
	width: 47%; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: .5em auto; /* use to position the box */ 
	} 

.cssbox_fullwidth { 
	width: auto !important; /* intended total box width - padding-right(next) */ 
	width: auto; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: .5em auto; /* use to position the box */ 

	} 

/* set the top-right image */ 
.cssbox_head { 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 25px; /* right-image-gap + right-inside padding */ 
	} 

/* set the lower-left corner image */ 
.cssbox_body { 
	background-position: bottom left; 
	margin-right: 15px; /* interior-padding right */ 
	padding: 5px 0 15px 15px; /* mirror .cssbox_head right/left */ 
	} 


table.search {background: #f7f7f7; border: 1px solid #666666; margin: 1em 0; table-layout: auto; width: 98%;}

.resultB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 10px 5px;
	color: #000000;
}
.resultA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 5px;
	background-color: #F5EDED;
	color: #000000;
}

.pdf {background: url(/images/icons/pdficon.gif) 100% 50% no-repeat; padding: 3px 20px 3px 0;}




/* ------------ Research Agenda Table ----------------- */

.agenda_section  {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #584f50;
	padding: 0px 0px 6px 0px;
	width: 700px;
	height: auto;
	border: solid 1px #999;
}

table.agenda_section {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}








.blueheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 7px;
	background-color: #003063;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.overview_nav_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 7px;
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

#whitenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

#search {
	background: white;
	padding: 1em;
	border-top: 1px solid #999;

}

.highlight {color: #990000;}


.right {float: right;}
.left {float: left;}
.center { text-align: center; width: auto;}


#oilandutilities {width: auto; text-align: left;}




/************3 colums css float*****************/
 
#colfloat {width: 65%; float: left;} 

#col1 {
	float: left;
	width: 49%;
	}
	
#col2 {
	float: right;
	width: 49%;
	}
	
#col3 { /*  Different width in IE stylesheet   */
	float: right;
	width: 33.5%;
	_width: 31%;
	}

#col1 .box, #col2 .box, #col3 .box {
	margin-left: 0em; 
	}

.research_head {
	font-size: 13px;
	line-height: 17px; 
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	clear: both;
	font-weight: bold;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}


code {font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;}

pre {font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;}

img {border: none;}

form {margin: 0; padding: 0;}