#taglines img{
	width:155px;
	height:25px;
	position: absolute;
	margin-top: 110px;
	left:0px;
}
 #header #logo_header img{
    width: 155px;
    height: 102px;
    margin-top:2px;
    float:left;
  }

#login_top {
        background: url(../../images/bg_login2.gif) no-repeat;
     	float: right; 
     	display: inline;
     	height: 71px;
     	margin-top: 0px;
     	position: relative;
     }
    
     #login_top form {
		margin-top:0px;
		padding:0 6px;
		width:275px;	
	   }
    	 
      #login_top h3 {
        color: #666;
        font-size: 11px;
        padding:0px 8px;
      }
       #login_top fieldset {
         border: none;
       }
        #login_top label {
          font-size: 12px;
          color: #666;
          font-weight:lighter;
		font-family: "Helvetica", "Lucida Grande", sans-serif;
        }
        #login_top input {
          border: none;;
          background: url(../../images/bg_input_sm.gif) no-repeat;
          height: 27px;
          font-size: 11px;
		margin:6px 14px 0 3px;
          width: 86px;
        }
          #login_top .submit {
            background: url(../../images/login_go.gif) no-repeat;
		    border: none;
		    color: #fff;
		    cursor:pointer; 
			float:right;
			margin-top:0px;
			height:23px;
			position:absolute;
			margin-top: -30px;
			right:-10px;
			width:23px;			}
          
        #login_top a .forgot {
          color: #8dc63f;
          font-size: 10px;
          text-decoration: underline;
        }
        
.search_header{
	float:left;
	margin-top: 6px;
}
.search_box_header{
	width:100px;
	border: 1px solid #CCC;
}
.search_button_header{
	border: 1px solid #666;
	font-size: 10px;
	height: 18px;
	background-color:#CCC;
	color:#666;
}

#header #top_utilities_header {
	margin-top: 10px;
	width: 250px;
	margin-left: 77px;
	float: left;
	
	} 
#header #top_utilities_header  ul {
		display: inline;
		}
     #header #top_utilities_header li {
       list-style: none;
       display: inline;
     }
       #header #top_utilities_header li a {
         text-decoration: none;
         color: #666666;
         font-size: 12px;
         background: url(../../images/divider_top_utilities.gif) no-repeat right center;
         padding: 0px 9px 0px 5px;
       }
         #header #top_utilities_header li a:hover {
         	text-decoration: underline;
         }
         #header #top_utilities_header li.last a {
           background: none;
         }
                  
         #header #top_utilities_header ul ul {
             display: none;
         }


/* for the drop down stuff when you hover */

		#login_dropdown {
			position:absolute;
			top:44px;
			width:285px;
			z-index:0;
			left: 2px;
			}

		
		#login_dropdown_cont {
			background: white url("../../images/bg_login2.gif") no-repeat scroll -4px -40px;
			border-color: #CCCCCC;
			-moz-use-text-color: #CCCCCC;
			border-right:1px solid #CCCCCC;
			border-style:none solid solid;
			border-width:medium 1px 1px;
			border-bottom: none;
			position: relative;
			}
		
		#login_close {
			position: absolute;
			top: 15px;
			right: 10px;
			border: 1px solid #045131;
			padding: 0 3px;	
			color: #045131;
			font-size: 1px;
			
			}
			
		#login_close:hover {
			text-decoration: none;
			background: #045131;
			color: white;	
			}	
			
		#login_dropdown_cont p {
			color: #045131;
			font-size: 18px;
			margin: 0 20px;
			padding-bottom: 20px;
			padding-top: 20px;
		}	
		
		#login_dropdown_bottom {
			height: 16px;
			background: url("../../images/login_rollover_bottom.png") no-repeat scroll bottom center;
			}
