/* general layout */
body {margin: 0; padding: 0;
      font-family: Tahoma;}

#layoutTable {width: 1002px;
              height: 100%;
              text-align: center;
              border-collapse: collapse;
              border-width: 1px;
              border-color: #000;
              border-style: solid;}

#layoutTable td {vertical-align: top;}

#logoHandler {height: 209px;}

#pathHandler {height: 42px;
              background-image: url(sp_images/path_panel.gif);
              text-align: left;}

div.mappath {font-size: 8pt;
          padding: 25px 0 0 15px;}

a.mappath {color: #005682;
           text-decoration: underline;}

a.mappath:hover {text-decoration: none;}

div.search {
	float: right;
	width: 180px;
	height: 30px;
}

img.arrow {border-width:0;}


/* main field layout */

#textBlock {background-image: url(sp_images/bg3.gif);
            background-position: bottom right;
            background-repeat: no-repeat;
            padding: 7px 25px 30px 9px;}

#menuBlock {background-color: #D7E4F4;
            width: 227px;
            padding: 5px 3px;}

#mainTD    {background-image: url(sp_images/bg2.gif);
            background-repeat: repeat-y;
            background-position: right;
            }

#mainContainer {background-image: url(sp_images/bg1.gif);
                background-position: top right;
                background-repeat: no-repeat;
                width: 100%;
                height: 100%;
                border-collapse: collapse;}

/* bottom container */

#footerContainer {height: 74px;
                  background-image: url(sp_images/bottom.jpg);
                  background-repeat: no-repeat;
                  text-align: left;
                  }

#f1 {color: #fff;
     font-family: verdana;
     font-weight: bold;
     font-size: 8pt;
     padding: 5px 10px;}

#f2 {color: #fff;
     font-size: 8pt;
     padding: 3px 40px;}


/* menu layout */

div.menuContainer
    {background-image: url(sp_images/acckij_gradient.jpg);
     background-repeat: repeat-x;
     border-color: #005682;
     border-width: 0 1px 1px 1px;
     border-style: solid;
    }

div.menuItem {width: 225px;
              font-size: 9pt;
              color: #fff;
              background-image: url(sp_images/menu_button.gif);
              background-repeat: repeat-x;
              margin: 3px 0 0 0;
              padding: 9px 0 11px 5px;
              display: block;}

div.submenuItem {font-size: 8pt;
              color: #000;}


div.menuItem a
    {color: #DBDBDB;
     text-decoration: none;
     display: block;}

div.menuItem a:hover
    {color: #FFF;}

div.submenuItem a
    {color: #636363;
     text-decoration: none;
     display: block;
     padding: 4px 3px 4px 10px;}

div.submenuItem a:hover
    {color: #000;
     display: block;
     background-color: #C3D4F0;
     }


div.subMenu div
{
    font-size: 9pt;
    margin: 4px 10px;
}

div.subMenu a
{
    color: #005682;
    text-decoration: none;
}

div.subMenu a:hover
{
    color: #000000;
    text-decoration: underline;
}

div#siteMap
{
    margin: 5px 10px;
    text-align: right;
}

/* content styles */

h1 {font-size: 17pt;
    font-weight: normal;
    color: #3C5677;
    border-width: 0 0 1px 0;
    border-color: #A2ADB6;
    border-style: solid;
    margin: 7px 17px 5px 0;
    padding-left: 8px;
    }

h2
{
    clear: both;
    font-size: 10pt;
    font-weight: bold;
    color: #3C5677;
    margin: 17px 17px 3px 0;

}



#content p, #content div, #content td, #content li
    {font-size: 10pt;
     line-height: 130%}

#content a {color: #005682;
           text-decoration: underline;}

#content a:hover {text-decoration: none;}

#content h1 a{text-decoration: none;}

#content table.bordered {
border-style: solid;
border-color: black;
border-width: 1px;
width: 100%;
border-collapse: collapse;
}

#content table.bordered td {
border-style: solid;
border-color: black;
border-width: 1px;
padding: 3px 3px;

}


#content table,  #content table td, #content img
{
border-width: 0;
}

#content .pic
{
    margin-right: 8px;
    float: left;
}