/*
    mndep.com
        wrapper
            left_side
            right_side
            footer
*/


/*  SITE DEFAULTS       */
a:link,a:visited        { color: darkblue; }
a:hover,a:focus         { color: lightblue; background: darkblue; }
html, body              { font-family: arial; font-size: 12pt; text-align: center; }
html                    { background-image: url('../images/mdra_plate_background2.gif'); }


    
/*  TEMPLATE            */
#wrapper                { width: 800px; 
                          margin: 10px auto;    /* ie margin is larger */
                          padding: 0 0;
                          background-color: #ADCEDE;   /* needed to fill color under the menu */
                          }

#left_side              { float: left; 
                          width: 164px;
                          padding: 100px 0;
                          margin: 0;
                          text-align: left;
                          background-color: #ADCEDE;
                          background-image: url('../images/left_top.gif');
                          background-repeat: no-repeat;
                          display: inline;   /*  for IE */
                          }

#left_side li           { margin: 20px 10px 20px 0;
                          font-size: 12pt;
                          }
#left_side li .menu_logout { font-size: 80%; }

            
#right_side             { float: right;
                          width: 636px;  /* = wrapper width - left_side width */
                          background-color: white; 
                          display: inline;   /*  for IE */ 
                          }

#header                 { background-image: url('../images/header.gif');
                          background-image: no-repeat; height: 227px; 
                          }
        
#footer                 { clear: both; 
                          border-top: 1px solid #005C8A;
                          border-bottom: 1px solid #005CBA; 
                          font-size: 8pt;
                          background-color: white; 
                          }

#footer #navlist li     { display: inline; 
                          font-size: 8pt; 
                          list-style-type: none;
                          padding-left: 10px; 
                          padding-right: 10px; 
                          border-left: 1px solid black;
                          border-right: 1px solid black; }



/*  INDEX               */
p                       { margin: 0 15px; }

.box                    { width: 550px; margin: 30px auto; color: white; font-weight: bold; } /*726*/
.box img                { width: 550px; }
.middle                 { margin: -5px 0 0 0; background: url("../images/bluebox_middle.gif") center repeat-y; padding: 10px; }
.middle ul              { text-align: left; }

.keep_it_local          { font-size: 14pt; }



#disclaimer             { text-align: left;
                          padding: 20px;
                          }
#forms                  { text-align: left;
                          }

#services               {
                          }

#annual_meeting_notice      { margin: 0 20px; padding: 0 20px; color: slate; border: 1px solid black; }

#board_profiles         { text-align: left; width: 95%; margin: 0 auto; }
#board_profiles .center { text-align: center; }
#board_profiles .bold { font-weight: bold; }
#board_profiles .cell_border_left { border-left: 1px solid black; }
#board_profiles .cell_border_right { border-right: 1px solid black; }
#board_profiles .table_profile { border: 1px solid black; }
#board_profiles .director_img { width: 180px; }
#board_profiles .name_title { font-weight: bold; font-size: 150%; }
#board_profiles .home_deputy { font-weight: bold; }
#board_profiles .committee_title { font-weight: bold; }
#board_profiles .committee_position { font-size: 80%; }
#board_profiles .table_committees { width: 85%; }
#board_profiles .experience_title { font-weight: bold; }
#board_profiles .region_title { font-weight: bold; border: 1px solid black; }
#board_profiles .table_region { border: 1px solid black; }





