/*
    name:   cloudyDay.css
    author: Pat Heard (fullahead.org)
    date:   2005/04/30
*/



/* -- Site container definition -- */


   
    
    
    
/* -- Header definitions -- */    
    
    

    #headerBox {
      float: left;
      width: 100%;
      height: 20px;
	  font-size: 11px;
	font-style: normal;
	color: #666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
      font-weight: bold;
      background: url(../images/hdr_bg.gif) repeat-x left bottom;

    }

    #headerLeft {
      float: left;
      width: 39%;
      height: 50px;
      background: url(../images/hdr_left.gif) no-repeat left bottom;
    }

    #headerRight {
      float: right;
      width: 90%;
      height: 50px;
	  font-size: 11px;
	font-style: normal;
	color: #666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-align: right;
     
    }



/* -- Header link bar definitions -- */




    #headerRight a {
      padding-left: 20px;
      text-decoration: none;
      color: #fff;
    }

    #headerRight a:hover {
      color: #fff;

    }

    #headerRight a.home:hover {
	  color: #FA6707;
	 
    }

    #headerRight a.locais:hover {
	  color: #FA6707;
	 
    }

    #headerRight a.shecking:hover {
	  color: #FA6707;
	  
    }

    #headerRight a.institucional:hover {
	  color: #FA6707;
	  
    }


    #headerRight a.contato:hover {
	  color: #FA6707;
	 
    }



