/* SFPT CSS_home */

/*
body {z-index:-70  };
#frame {z-index:-90  };
#logo {z-index:-20  };
#wrapper_home {z-index:-80  };
.tagline {z-index:100  };
*/


body { 
  background: white url('bodybg.gif');
  background-repeat: repeat-y;
  background-position: center;}

#wrapper_home {
background: transparent;
background-image: url('background_home.gif');
background-repeat: no-repeat;
}

.loginlinks {
}

.contentpane {
background: transparent;
}

.footer {
position: relative;
clear: both;
}

#content {
position: relative;
clear: both;
background: transparent;
}

#content p {
}

#wrapper_home .leftpane p, #wrapper_home .middlepane p, #wrapper_home .rightpane p {
margin: 8px;
}

#wrapper_home .photopane, #wrapper_home .leftpane, #wrapper_home .middlepane, #wrapper_home .rightpane {
background-color: #ffffff;
/*border: 1px dotted #dbdbd8;*/
border-bottom: none;
margin-bottom: 30px;
z-index: 10;
}

.photopane {
width: 180px;
position: relative;
left: 10px;
top: 5px;
border: none;
}

.photopane #photo img {
padding: 0px;
margin: 0px;
padding-top: 5px;
border-bottom: 4px solid #f8971d;
}

.leftpane {
position: absolute;
top: 5px;
left: 200px;
width: 180px;
}

.middlepane {
position: absolute;
top: 5px;
left:390px;
width: 180px;
}

.rightpane {
position: absolute;
top: 5px;
left: 580px;
width: 180px;
}

.nav_global ul
{
background-image: url(nav_global_bg.gif);
}

.tagline span .sfpt_home { color: #999999; font-weight: bold; font-size: 14pt; }
