body{
  color: #333;
  font-size: 100%;
  font-family: Georgia,Verdana,Times New Roman;
  padding:0px;
  margin:0px;
}
img {
  border: 0;
}

img.icon {
  margin-bottom: -6px;
}

a {
  outline: none;
}

input.newsletter {
  width:170px;
  background-color:#a6a691;
  border:0;
  margin:0;
  padding:5px;
  margin-top:5px;
  font-size: 70%;
  color:#FFF;
}

textarea.newsletter {
  width:170px;
  height:200px;
  background-color:#a6a691;
  border:0;
  margin:0;
  padding:5px;
  margin-top:5px;
  color:#FFF;
}
#header {
  position:absolute;
  width:100%;
  height:85px;
  z-index: 5;
}
#logo {
  position:relative;
  top:18px;
  left:20px;
}
#nrg_logo {
  position:absolute;
  top:60px;
  left:35px;
}
#section_header {
  position:absolute;
  top:38px;
  right:20px;
}

#menu {
  position:absolute;
  left:0px;
  top:98px;
  margin: 0;
  padding: 0;
  height:24px;
  width:100%;
  z-index:5;
}

#main_menu {
  position:relative;
  top: 2px;
  left:6px;
  width:600px;
}
.sub_menu {
  position:absolute;
  top: 2px;
  right:6px;
}
.menu_spacer {
  position:relative;
  top:2px;
  padding-left:5px;
  padding-right:5px;
}

#content {
  position: absolute;
  left:0px;
  top: 125px;
  width:100%;
  text-align: center;
  padding-bottom:50px;
}

#gallery {
  position: absolute;
  left:20px;
  top: 125px;
  width:700px;
}

#sponsors {
  position: absolute;
  left:30px;
  top: 140px;
  width:650px;
  padding-bottom:50px;
}

#sponsors h2 {
  font-size:90%;
  font-weight: normal
}

#sponsors p {
  font-size:70%;
}

#sponsors img {
  margin: 10px;
}
#sponsor_float {
  width: 200px;
}

#footer {
  position:fixed;
  bottom:0px;
  width:100%;
  height:30px;
  z-index:5;
}
* html #footer {position:absolute;}

#footer-content {
  position:fixed;
  left: 14px;
  bottom:0px;
  width:auto;
  height:22px;
  z-index:3;
  color: #FFF;
  font-family: Arial;
  font-size: 60%;
  z-index:6;
}
* html #footer-content {position:absolute;}

#copyright {
  float: right;
  padding-right: 14px;
}
#copyright a:link, #copyright a:visited, #copyright a:active, #copyright a:hover {
  color: #FFF;
  text-decoration:none;
}
#photocredit {
 float:left;
}

#mask1 {
  position: fixed;
  top:85px;
  background: #FFF;
  height:15px;
  width:100%;
  z-index: 4;
}
* html #mask1 {position:absolute;}

#mask2 {
  position: fixed;
  top:120px;
  background: #FFF;
  height:30px;
  width:100%;
  z-index: 2;
}
* html #mask2 {position:absolute;}

#background {
  position:absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height:100%;
  width:100%;
  overflow:hidden;
}
#background-inner {
  position:absolute;
  top: 85px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-repeat:no-repeat;
  background-position: 0px 0px;
  margin:0px;
  padding:0px;
}

#sidemenu {
  position:absolute;
  top: 133px;
  right: 14px;
  margin:0;
  padding:0;
  z-index:3;
  width:246px;
}

.sm_section {
  margin:0;
  padding:0;
  margin-bottom: 7px;
}

.sm_header {
  height:35px;
  background-repeat: no-repeat;
  border: 0;
  width: 246px;
}
div.sm_header a  {
  width:244px; height:100%; display:block;
  text-decoration: none;
  color: #000;
}

.sm_green {
  width:216px;
  padding: 8px 14px 8px 14px;
}

.sm_content {
  background-color:#FFF;
  width: 216px;
  padding: 8px 14px 8px 14px;
}

div.sm_content a  {
  width:216px; height:100%; display:block;
  text-decoration: none;
  color: #000;
  padding: 0px;
  margin: 0px;
}
.sm_mouseover {
  background-repeat: no-repeat;
  background-position:right 50%;
  background-color: #f5f2ee;
}

.sm_content_date {
  font-size: 60%;
  font-family: Arial;
}

.sm_content_title {
  font-size: 80%;
  font-family: Georgia;
}

.sm_section hr {
  padding:0;
  margin:0;
  height: 1px;
  clear: both;
  border-bottom: 1px solid #95a484;
}

.white_link:link, .white_link:visited, .white_link:active, .white_link:hover {
  font-family:Arial;
  color: #FFF;
  font-size: 60%;
  text-decoration:none;
}

.media_link:link, .media_link:visited, .media_link:active, .media_link:hover {
  font-family:Arial;
  color: #000;
  font-size: 110%;
  font-weight:bold;
  margin-top: 20px;
  margin-bottom: 10px;
  display:block;
  text-decoration:none;
}
