/*
  Start of the css definitions for the Header, nav bar and Footer
  This is used in the calendar, Store, and the Community so be carefull about defining things that are not very specific.

*/
/* Removed not needed 12/24/07
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
*/
/* Logo */

#P3LogoBox {
        border: 0px;
	padding:10px;
	margin:0px;
	background-color:#26354a;
	height:100px;
	}

#P3LogoBox img{
	border:0;
	}

#P3LogoBox a{
	color:#26354a;
	background-color:#26354a;
}
#P3LogoBox p {
	font:11px Arial, Helvetica, sans-serif;
	color:#FFCC00;
	background-color:#26354a;
	letter-spacing:0.1em;
	line-height:20px;
	text-align:right;
	}

/* Translation area on home poage only */

#P3XlateBox {
        border: 0px;
        border-top: 4px solid  #0099CC;
	padding:5px;
	margin:0px;
	background-color:#ffffff;
	text-align:center;
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
        background-color: white;
	letter-spacing:.1em;
	line-height:16px;
	}
#P3XlateBox  a,#P3XlateBox a:visited{
 	font:10px Arial, Helvetica, sans-serif;
 	color: #ffffff;
        background-color: white;
      	text-decoration: none;
 	letter-spacing:.1em;
 	line-height:16px;
 	padding: 0 0.33em;
 	border:0;
        }
#P3XlateBox img{
        border:0;}

/* Nav Box */

#P3NavBox a:hover {
  	color:#ffffff;
 	border:0;
  	background: white;
 	width:140px;
 	white-space:nowrap;
   	}



#P3NavBox {
        border: 0px;
        border-bottom: 4px solid  #0099CC;
        border-top: 4px solid  #0099CC;
	padding:5px;
	margin:0px;
	background-color:#ffffff;
	text-align:center;
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
        text-transform:uppercase;
        background-color: white;
	letter-spacing:.1em;
	line-height:16px;
	}

#P3NavBox  a,.P3NavBox a:visited{
 	font:10px Arial, Helvetica, sans-serif;
 	color: #26354A;
        background-color: white;
      	text-decoration: none;
 	letter-spacing:.1em;
 	line-height:16px;
 	padding: 0 0.33em;
 	border-right:1px solid #0099cc;
        width:140px;
 	white-space:nowrap;
        display:inline;
        }


#P3NavBox a:hover {
  	color:#26354A;
  	background: #FFCC00;
 	width:140px;
 	white-space:nowrap;
   	}

#P3NavBox dd {
          margin:0;
          padding:0;
          text-align:center;
          border-top:0px;
          cursor: pointer;
          list-style-type: none;
          display:inline;
       	}
       	

#P3NavBox  dd:first-child{
 	border-left:1px solid #0099cc;
        }

#P3NavBox dt {
          margin:0;
          padding:0.4em;
          text-align:center;
          font-size: 1.4em;
          font-weight:bold;
          background: #fff;
          list-style-type: none;
  }

#P3NavBox  dl {
           margin: 0;
           padding: 0;
           border:0px;
           list-style-type: none;

  }


/* Footer */

#P3FooterBox {
	width:100%;
	border:0px;
	padding:0px;
	margin:0px;
	border-top:2px solid #D3DCE6 ;
        background-color:#64748B;
	text-align:center;
	color:#ffcc00;
	font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
	letter-spacing:0.1em;
	line-height:20px;
	bottom:0;
	}
#P3FooterBox br{
        clear:both;
        display:none;
}
 #P3ByLine {
  display : none;
}
#P3Design {
	width:100%;
	border:0px;
	padding:0px;
	margin:0px;
	text-align:center;
	color:#26354A;
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
        font-size:.8em;
	letter-spacing:0.1em;
	line-height:.1em;
        bottom:0;
	}

#P3Design  a,#P3Design a:visited{
  	color:#006da0;
	background-color:transparent;
	font-weight:bold;
     	text-decoration: none;
        }

#P3Design a:hover {
  	color:#26354A;
	background-color:#ffcc00;
	font-weight:bold;
     	text-decoration: none;
   	}
