/**************************************************************************************************************/
/************************************************[ footer ]****************************************************/
/**************************************************************************************************************/   
#footer
   {
   background:            /*rgb(30,32,33)*/ url("../../image/footer/graphic.png") top repeat-x scroll;
   margin:                20px 0;
   height:                324px;
   float:                 left;
   width:                 100%
   }
#footer .latest-content-update
   {
   margin:                0 auto;
   height:                245px;
   width:                 980px
   }
#footer .information
   {
   color:                 rgb(255,255,255);
   margin:                25px auto 0;
   width:                 980px
   }
#footer .information .copyright
   {
   font:                  9px arial, verdana;
   line-height:           normal;
   text-shadow:           black;
   width:                 400px;
   display:               block;
   text-align:            left;
   float:                 left;
   }
#footer .information .institutional
   {
   font:                  9px arial, verdana;
   line-height:           normal;
   text-align:            right;
   display:               block;
   float:                 right
   }
#footer .information .institutional a
   {
   color:                 rgb(242,177,6);
   text-transform:        uppercase;
   line-height:           normal;
   text-decoration:       none;
   font-weight:           bold
   }
#footer .information .institutional ul
   {
   float:                 right;
   width:                 540px;
   padding:               0;
   margin:                0
   }
#footer .information .institutional li:first-child
   {
   border-left:           0
   }
#footer .information .institutional li
   {
   border-left:           1px dotted rgb(87,87,87);
   display:               inline;
   padding:               0 10px;
   background:            none;
   margin:                0
   }
/**************************************************************************************************************/    