@charset "utf-8";
body {
	background-color: #EAF1EC;
	background-image: url('/images/background.gif');
	background-repeat: repeat-y;
	background-position: center top;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	margin:0px 0px 10px 0px;
	padding:0px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



/*top nav*/
.oneColFixCtrHdr #topNav { 
	background-image: url(../images/topnav2.jpg);
    height: 32px;
	}
	
 #buttons {
    width: 800px; height: 32px;
    background: url(../images/topnav2.jpg);
    margin: 0; padding: 0;
    position: relative;}
  #buttons li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
  #buttons li, #buttons a {
    height: 32px; display: block;}

  #panel1b {left: 350px; width: 80px;}
  #panel2b {left: 431px; width: 100px;}
  #panel3b {left: 531px; width: 89px;}
  #panel4b {left: 620px; width: 75px;}
  #panel5b {left: 695px; width: 100px;}

   #panel1b.active a {
    background: transparent url(../images/topnav2.jpg)
    -350px -32px no-repeat;}
  #panel2b.active a {
    background: transparent url(../images/topnav2.jpg)
    -431px -32px no-repeat;}
  #panel3b.active a {
    background: transparent url(../images/topnav2.jpg)
    -531px -32px no-repeat;}
  #panel4b.active a{
    background: transparent url(../images/topnav2.jpg)
    -620px -32px no-repeat;}
  #panel5b.active a {
    background: transparent url(../images/topnav2.jpg)
    -695px -32px no-repeat;}

	
  #panel1b a:hover {
    background: transparent url(../images/topnav2.jpg)
    -350px -32px no-repeat;}
  #panel2b a:hover {
    background: transparent url(../images/topnav2.jpg)
    -431px -32px no-repeat;}
  #panel3b a:hover {
    background: transparent url(../images/topnav2.jpg)
    -531px -32px no-repeat;}
  #panel4b a:hover {
    background: transparent url(../images/topnav2.jpg)
    -620px -32px no-repeat;}
  #panel5b a:hover {
    background: transparent url(../images/topnav2.jpg)
    -695px -32px no-repeat;}

	
	
	
	
	
	


.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 400px;
	height:auto !important;
	height:400px;

}

.oneColFixCtrHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.oneColFixCtrHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtrHdr #mainContent li {
    list-style:square;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5CBB45;
}
.oneColFixCtrHdr #footer p {
    /* background-image:url(../images/nrecalogo.jpg); */
	background-repeat:no-repeat;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

p.htm {
	background: transparent url(../images/iconHTM.gif) no-repeat left center;
	padding: 1px 2px 1px 25px;
}

p.pdf {
	background: transparent url(../images/iconPDF.gif) no-repeat left center;
	padding: 1px 2px 1px 25px;
}
