
.white_box {	
	border-color: #609C42;
	}

.helplink{
	background-image: url("../images/help.png");
	}

.main_box a {
	color: #406325;
	}

.main_box a:hover{
	color: #609C42;
	}


/* menu panel */

ul.menupanel_list{
	list-style:none;
	padding: 0;
	margin:0;
}

ul.menupanel_list li{
	margin: 0 3px;
	float: left;
	display: block;
	width: 70px;
	height: 22px;
	line-height: 25px;
	vertical-align: middle;
	padding: 0 0 0 23px;
/*	border: 1px solid navy;
*/	 background-image:url(images/biomarticon.gif);
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-color: #609C42;
        color: #E3E2DD;
	border: 1px solid #FFFFFF;	
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;		
}

ul.menupanel_list li a{

}

ul#menupanel_left {
	float: left;
}

ul#menupanel_right {
	float: right;
	margin-right: 215px;
}



/* button and hover on functions */					
ul.menupanel_list li.mart_btn,
ul.menupanel_list li.mart_btn:hover,
ul.menupanel_list li.mart_btnhov,
ul.menupanel_list li.mart_btn_go,
ul.menupanel_list li.mart_btnhov_go
{
	font-weight: normal;
	color:white;	
	padding: 0 0 0 23px;
}

ul.menupanel_list li.mart_btn:hover,
ul.menupanel_list li.mart_btnhov,
ul.menupanel_list li.mart_btn_go:hover,
ul.menupanel_list li.mart_btnhov_go
{
	font-weight: normal;
	border: 1px solid #609C42;
	color: #609C42;
	background-color: #FFFFFF;
	padding: 0 0 0 23px;
}

ul.menupanel_list li.mart_btn_disabled
{
	 background-image:url(images/biomarticon2.gif);
	font-weight: normal;
	background-color: #ececec;
	color: gray;
}

/* DOE logo */

#doelink {
    background-image: url("assets/doe-office-of-science-small.svg");
    height: 40px;
    width: 240px;
    position: relative;
    left: 240px;
    top: 20px;
    background-repeat: no-repeat;
	}

#doelink a {
	display: block;
	position: relative;
	height: 75px;
	width: 300px;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

#jgihome {
        position: relative;
        width: 100px;
        left: 500px;
        bottom: 120px;
     }

#jgihome a {
        color: #000;
     }

#bottom_bar {
         align: center;
         background-color: #FEFEF;
         height: 90px;
     }

#bottom_bar ul {
         list-style-type: none;
     }
   
.footerlink {
         color: #000;
         text-decoration: none;
         font-size: 12px;
     }

.footertext {
         color: #000;
         font-size: 12px;
     }

.footerlink:hover {
	 color: #609C42;
         text-decoration: underline;
     }
