/* SFPT CSS_sub */

body { 
  background: white url('bodybg.gif');
  background-repeat: repeat-y;
  background-position: center;
}

#wrapper_sub {
background-image: url('background_sub.gif');
background-color: #ffffff;
background-repeat: no-repeat;
}

.photopane .cbcontent img{
width: 770px;
}

#content {

background-color: #ffffff;
width: 770px;
}

#content p img {
border: 3px double #ccc;
margin: 0px 0px 0px 15px;
}


.leftpane {


width: 180px;
background-color: #ffffff;
/*border-right: 1px dotted #e9e9e9;*/
}
.scontentpane
{
    padding-left:15px;
}
.contentpane
{
    padding-left: 15px;
    }

.leftpane table {
margin-bottom: 4px;
}

.rightpane 
{
width:150px;
display:block;
background-color: #ffffff;
margin: 10px;
}

/* hide from IE mac \*/
.rightpane {

background-color: #ffffff;
	} /* IE Mac can see the rest of the style sheet */


.nav_global ul
{
background-image: url(nav_global_bg.gif);
}

.tagline span {
font-size:13px;
color: #999;
text-align: right;
}

.MenuHdr0
{
    font-weight:bold;
    text-transform:uppercase;
    }

.MenuItem2,
.MenuItem,
.MenuItem3
{
     padding-left:5px;     
}
.MenuItem2 a:hover
{
    color:Red;
    text-decoration: underline;
    font-weight:normal;
 }
.currentHeaderHighlight1,
.currentHeaderHighlight0,
.currentHeaderHighlight2
{
    background-color: #ededec;
    display:block;
    width:100%;
    padding-bottom: 2px;

    }
.currentItemHighlight1
{
    display:block;
    width:100%;
    background-color:#ededec;
    }
.currentItemHighlight2,
.currentItemHighlight3
{
    display:block;
    width:100%;
    background-color:#f5f5f4;    
}





