/* SIDEBAR CSS */


#sidebar{
float: right;
width: 250px;
margin: 0;
text-align: center;
padding: 0 0 0 10px;
}
a span{display:none;}

#sidebar a:link {color:#999999; border:0; text-decoration:none;}
#sidebar a:visited {color: #036; border:0; text-decoration:none;}
#sidebar a:hover {color:#036; border:0; text-decoration:none;}
#sidebar a:active {color:#CCCCCC; border:0; text-decoration:none;}

.button{background: url(../images/infobutton.gif) no-repeat 0 50%; height: 30px; margin:0 60px; color:#FFF;}

.sideBox{
width: 250px;
text-align:center;
background: url(../images/sidebar-boxbottom.jpg) no-repeat bottom left;
margin: 0 auto;
height:100%;
padding-bottom: 30px;
}

.sideBox h3{
margin: 0;
padding: 15px 8px 8px 8px;
font-size: 100%;
color:#FFF;
background: url(../images/sidebar-boxtop.jpg) no-repeat top left;
}

.separation{
height:5px;
margin-bottom: 5px;
background:transparent url(../images/sidebar-hr.gif) no-repeat center;
}

h5{font-size:90%; color:#369;}

.sbp1{line-height: 1.25em; margin:0 8px 15px 20px; padding: 0 20px 0 10px; text-align: left;}

.sbp2{}


img.pleft{margin:0px; padding:5px 10px 0 0; display: inline;}
.pleft{float: left;}

img.pright{margin:0 15px 0 0; padding:0; display: inline;}
.pright{float: right;}
