/*

BASIC STYLE
Filename: basic_layout.css
Description: This file serves as the skin that will control the look/feel of the given layout.
Author: Bret McVey / Vivian Clark
Company: NMPP Energy

*/

body {
  background: #FFF url(/resources/all/files/_SiteRoot/SITE4/Icons/body-bg.jpg) repeat-x left top;
  color: #000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 80%;
  text-align: center;
}


/* Header ------------------------------ */
#header {
  position: relative;
  background: transparent url(/resources/all/files/728/_fn/masthead1.jpg) no-repeat center top;
}
#screen_logo {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
#screen_logo h1 {
  text-indent: -40em;
  overflow: hidden;
  background: transparent url(/resources/all/files/_SiteRoot/SITE4/Icons/nmpp_logo.png) no-repeat left top;
  margin: 0 0 0 13px;
  padding: 0;
  height: 85px;
  width: 96px;
  float: left;
}
#screen_logo h1 a {
  display: block;
  height: 85px;
}

#search {
  position: absolute;
  top: 59px;
  right: 0;
  margin: 0;
  height: 30px;
  width: 190px;
 }
#header input.site_search_query {
  width: 100px;
  font-size: 11px; 
  margin: 4px 0 6px 0;
}

#header input.site_search_button {
  height: 25px;
  margin: 1px 0 3px 0;
  width: 69px;
  padding: 0; 
  border: 0; 
  background: transparent url(/resources/all/files/712/_fn/search.gif) no-repeat center top;  
  cursor: pointer; /* hand-shaped cursor */  
}

/* Top Navigation-------------------------*/

#navlist {
  background: url(/resources/all/files/710/_fn/menuLong.gif) no-repeat bottom;
  height: 25px;
  padding-top: 64px;
  position: absolute;
  top: 0;
  left: 0;
  width: 780px;
  z-index: 0;
}

#navlist ul.menubeanh {
  margin: 0px;
  padding: 2px 0px 0px 126px;
  white-space: nowrap;
  
}

#navlist li {
  margin: 0px;
  padding: 0;
  display: inline;
  list-style-type: none;
}

#navlist a, 
#navlist a:link, 
#navlist a:visited { 
  margin: 0px;
  font-size: 11px;
  color: #e9e8c3;
  background: transparent;
  margin: 0px;
  padding: 5px 6px 7px 8px;
  text-decoration: none;
}

#navlist a:hover {
  color: #fff;
  background: transparent url(/resources/all/files/708/_fn/menuhover.jpg) repeat-x left bottom;
  margin: 0px;
  padding: 0;
  text-decoration: none;
  padding: 5px 6px 7px 8px;

}


/* Body---------------------------------------*/

#e_column_0 {
  float: left; 
  font-size: 15px;
  height: auto;
  margin: 0;
  padding: 0 0 40px 0;
  text-align: left;
  width: 780px;
}

#e_column_0 a {
  color:#9d080d;
  font-weight: bold;
  text-decoration: none;
}


/* Column1 --------------------------------*/

#column1 {
  background: #EFEFEF;
  float: left;
  font-size: 12px;
  height: auto;
  margin: 0px;
  overflow: hidden;
  text-align: left;
  width: 126px;
}

#column1 h2, #column1 h3, 
#column1 h4, #column1 h5, 
#column1 h6 {
  color: #385649;
  font-weight:bold;
  margin: 3px 8px 0 8px;
}
#column1 h2 {
  color: #385649;
  font-size: 15px;
  font-weight:bold;
  margin: 3px 8px 0 8px;
}
#column1 h2 a { 
  color:#385649;
  font-weight: bold;
  text-decoration: none;
}
#column1 p {
  margin: 3px 8px 5px 8px;
  font-size: 12px;
}
#column1 img {
  margin: 3px 0px 0px 0px;
}
#column1 hr {
  border: none 0;
  border-top: 1px solid #ccc; /* the border */
  width: 100%;
  margin: 2px 0;
  height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
/* Left Menu - column1 ------------------------------------*/

div#column1 ul {
  margin: 0;
  padding: 0;
  width: 126px;
}

div#column1 ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 126px;
}

div#column1 ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 10px;
}

div#column1 ul li a, 
div#column1 ul li a:link {
  border-bottom: 1px #CCC solid;
  color: #9D080D;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
  width: 106px;
}

div#column1 ul li a:hover {
  background-color: #FFF;
  border-bottom: 1px #314C40 solid;
  color: #C00;
}

div#column1 ul li li a, 
div#column1 ul li li a:link {
  border-bottom: 1px #CCC solid;
  color: #9D080D;
  display: block;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
  width: 103px;
}
div#column1 ul li li a:hover {
  background-color: #FFF;
  border-bottom: 1px #314C40 solid;
  color: #C00;
}


/* Footer ------------------------------ */
#footer {
  background: transparent url(/resources/all/files/_SiteRoot/SITE4/Icons/footer-bg.png) no-repeat center top;
  color: #666;
  margin: 0;
  height: 60px;
}
#footer .menubeanh li {
  padding: 0 5px;
  border-right: 1px solid black;
}
#footer p {
  padding:30px 0 0 5px;
}
#footer a {
  color: #9D080D;
  font-weight: bold;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
/* clear empty spaces */
div.clear_float_bounding {
  display: none;
}


/* general styles ------------------------------ */
img {
  border: none;
}
a, 
a:link {
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
}
a:active {
 color: #ffce49;
 text-decoration: none;
}
a:visited {
  color: #0066A5;
 text-decoration: none;
}
a:hover {
 color: #B6232A;
 text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  color:#385649;
  font-weight:bold;
  margin:0pt;
  padding:0pt;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 19pt;
  margin: 3px 3px 0 0
}
h3 {
  font-size: 14pt;
  color: #333333;
  font-weight: normal;
}

h4 {
  font-size: 13pt;
}
h5 {
  font-size: 11pt;
  color: #333333;
  font-weight: normal;
}
p {
  margin: 0 0 .75em 0;
  padding: 0;
  color:#333333;
  font-size:9.5pt;
  line-height:11pt;
  margin:0pt 0pt 5px;
  padding:0pt;
}
p.services {
  margin-left: 52px;
}
hr {
  border: none 0;
  border-top: 1px solid #344F43;/*the border*/
  width: 100%;
  margin: 0 0 4px 0;
  height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

/* Alignment */

.align_left {
  float: left;
}
.align_right {
  float: right;
}
img.align_left {
  margin: 10px 10px 10px 0;
}
img.align_right {
  margin: 10px 0 10px 10px;
}
.page {
  background: #FFF;
}
/* article view styles -------------------------*/
.article div.article_heading {
  font-weight:bold;
  font-size: 14pt;
  border-bottom: 1px solid #344F43;
  margin: 8px 0;
  color: #344F43;
  padding-bottom: 8px;
}
div.return_link {
  font-size: 13px;
}


/* article container ------------------------------*/
.articlecontainer div.ac_heading {
  color:#385649;
  font-size:20px;
  margin:3px 3px 0pt 0pt;
  border-bottom: 1px solid #385649;
  padding-bottom: 5px;
  font-weight: bold;
}
.articlecontainer ol.ac_style_list li {
  list-style-type: disc;
  line-height: 24px;
  font-size: 0.9em;
}

/* newsroom table styles */
#newsroom table {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
/* careers style */
#careers h5 {
  font-weight: bold;
}
#careers h3 {
  margin: 8px 0;
}
#careers h4 {
  margin: 6px 0 0;
}

/* champions style */
#champions div#column3 h2 {
  font-size: 15px;
}
/* members page */
#members #column2 h6 {
  margin: 10px 0;
}
