﻿

/*------------------------------Layout---------------------------------*/

body 
{
    
	margin: 0;
	font-family: Trebuchet MS, verdana, sans-serif;
}

/*------------------------------Header Images---------------------------------*/



/*.displace {
	position: absolute;
	left: -5000px;
	}
	*/



	

a.rollMoreTopStories {
	display: block;
	width: 165px;
	height: 28px;
	text-decoration: none;
	background-color:;
	}

a.rollMoreTopStories:hover {
	background-position: -165px 0;
	}


/*------------------------ Header Layout ------------------------*/

#header{
	background: url(../../Image%20Library/LandingPages/stripe.png);
	background-repeat: no-repeat;
	background-position: 60% 59px;
	width: 100%;
	background-color: #e7e7e7;
	-webkit-box-shadow: 0 -6px 11px 5px grey;
	-moz-box-shadow: 0 -6px 11px 5px grey;
	box-shadow: 0 -6px 11px 5px grey;

}

#header .content{
	width: 1000px;
	margin: 0 auto;
	padding-top: 0px;

}

#header .topLogo{
	display: inline;
	height: 105px;
	float: left; 
	padding-top: 0px;
	padding-right:10px;
	margin: 0px 20px 0px 0px;

}

#header .topLogo img{
	padding: 0px 10px 0px 0px;
	vertical-align: bottom;
	margin-top: 13px
}

.logoText{
	color: #ffffff;
	font-family: 'Questrial', sans-serif;
	font-size: 23px;
	text-decoration: none;
	float: right;
	margin:30px 0px 0px 5px;
	padding-left: 10px;
	border-left: solid #fff thin;
	width: 250px;

}

#header .headerBoxWraper{
	background: url(../../Image%20Library/LandingPages/stripe2.png);
	background-repeat: no-repeat;
	background-position: 60.6% 4px;
	background-color:#99ca3d;
	overflow: hidden;
	width: 100%;

}

#header .headerBoxWraper .headerBox{
	width: 1000px;
	background-color: #e7e7e7;
	margin: auto;
	
			
}
#header .headerBox .subNav{		
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
    width: 300px;
	padding-top: 22px;
	float: left;	

}

#header .headerBox .search{
	float: right;
	padding: 20px 0 0 0;
	height: 20px;
}

#header .headerBox .doeLogo{	
	float: left;
	display: inline;
	padding: 10px 0 0 0;
	background: url(../../Image%20Library/LandingPages/logo_topDOE.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 49px;
	background-position: 70.6% 11px;
}

#nav{
	width: 100%;
	height: 105px;
	padding-bottom: 0px;
	padding-top: 0px;

}

#nav .nav-content{
	float: right;
	display: inline;
	overflow: hidden;
}


li.nav-button{
	float: left;
	list-style: none;
	margin-right: 0px;

	
}


/* ----------------- These styles create the dropdown menus. ----------------- */

#navbar {
   z-index: 9999;
   padding:0 ;
   float: right;
   margin-top: 35px;

}
   
#navbar li {
   list-style: none;
   z-index: 9999;



}
   
#navbar li a {
	display: block;
	color:#383838;
	font-family:'Questrial', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	text-decoration: none; 
	z-index: 9999;
	padding: 3px 10px;
	margin-left: 30px;
	border-radius: 5px;
	
}
#navbar li a:hover {
	display: block;
	font-style:normal;
	text-transform:uppercase;
	color: #383838; 
	z-index: 9999;

}


#navbar li ul {

	display: none; 
	/*width: 12em; /* Width to help Opera out */
    background-color: #e7e7e7;
	z-index: 9999;	
	line-height: 100%; /* Maintains the veritcal distance between drop down items */
	
}

#navbar li:hover ul, #navbar li.hover ul { 
	display: block;
	position: absolute;
	margin-left: 30px;
	padding: 10px 30px 10px 0px; 
	font-style:normal;
	color:#000000;
	font-family:'Questrial', sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-decoration: none;    
	z-index: 9999;
	border-radius: 0px 0px 5px 5px;
	margin-top: -3px;
	line-height: 2;
	 
}
   
#navbar li:hover li, #navbar li.hover li {
   float: none; 
   z-index: 9999;

}
   
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #e7e7e7; /* Sub nav BG #EEE was my default*/
	z-index: 9999;
	color: #383838;
	font-weight: bold;
	letter-spacing:1px;	
	font-size: 12px;

}
   
#navbar li li a:hover {
	/*---background-color: #FFF; /* Sub nav mouseover #F2F2F2 is yellow*/
	z-index: 9999;
	font-weight: bold;
	letter-spacing:1px;	
	text-decoration: underline; 
	 	
}
	

a.subLink {
	color: #ffffff;
	font-family: 'Questrial', sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	text-align: center;

}


a.subLink:hover {
	color: #ffffff;
	font-family: 'Questrial', sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-decoration: underline;
	text-align: center;

}
		
		
.topsearch {
    display: table-cell; 
    vertical-align: middle;	
   
}
    
    
.topsearchbutton {
    vertical-align: middle;	

   
}


/*-----------------------------------mobile menu-----------------------*/

#mobileBtn
{
    display:none ;
}

.mobileBtn{
	width: 100%;
	background-color: #99ca3d;
	color: #ffffff;
	padding: 0px;
	cursor: pointer;
	overflow: hidden;
}
.mobileIcon{
	width: 25px;
	height: 25px;
	background-color: #000000;
	border-radius: 5px;
	overflow: hidden;
	padding: 5px;
	float: right;
	margin: 10px 

}
.mobileLine{
	width: 20px;
	height: 2px;
	border-radius:6px;
	background-color: #ffffff;
	margin: 3px auto;
	position: relative;
 	top: 15%;



}
.mobileMenu{
	background-color: #99ca3d;
	margin:0;
	padding: 0 0 50px 20px ;
}
.mobileMenu ul,.mobileMenu li,.mobileMenu a{
	width: 100%;
	background-color: #99ca3d;
	color: #ffffff;
	padding-top: 20px;
	font-family: 'Questrial', sans-serif;
	list-style: none;
	text-decoration: none;
	cursor: pointer;
    font-size: 20px;
	
}
.collapse{
	display: none;
}
   		
#ctl12_ctlHeader_pnlSearch{

	width:150px;
	height: 20px;
}

#ctl12_ctlHeader_txtSearch{
	border-radius: 5px;
	border:solid thin #cccccc;
   -moz-box-shadow:    inset 0 0 3px #000000;
   -webkit-box-shadow: inset 0 0 3px #000000;
   box-shadow:         inset 0 0 7px #cccccc;
   padding:0 25px 0 5px;
   width: 150px;
   height: 20px;
}
#ctl12_ctlHeader_btnSearch{
	position: relative;
	left: 159px;
	bottom: 20px;
}
#ctl12_ctlHeader_btnSearch img{
	width: 15px;
	height: auto;
}  