/* Start of CMSMS style sheet 'LRL - Header' */
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/


#header{
font-size:0.9em; 
height:31px;
background-image: url(uploads/LRL-Design1/header.gif);
background-repeat: repeat-x;
}

#header a{
color: #fff;
}

#header a:hover{
color:#e2001a;
}


#login{
color: white;
padding-top: 7px;
padding-left:10px;
float:left;
}

#quick_links{
color: white;
padding-top:3px;
padding-right:50px;
float:right;
}

#search{
color:#e2001a;
padding-top:5px;
padding-right:10px;
float:right;
}

/* Form elements for search*/
input.search_text, textarea.first, select.first {
border : 1px solid Black;
background-color : #fff;
color : #0E1930;
font-size : 12px;
font-family : Arial, sans-serif;
/*height: 1em;*/
}

input.search_submit {
  cursor: pointer;
  cursor: hand;
  background: none;
/*  background: url(uploads/BBM-Business/search.gif);*/
  border:0;
  color:#fff
}

/* End of 'LRL - Header' */

