/* Changes the background of the sidebar */
.yui-b { background:2E77BE; }
/* Don't edit this, otherwise the whole page's background will change */
#yui-main .yui-b { background:#FFFFFF !important; }


/* This effects every block in the sidebar */
#contact_content{
background-color:2E77BE;
background-image:none !important;
border-bottom:1px dotted #999999;
color:#999999 !important;
font-size:inherit;
height:100% !important;
/*margin:inherit;*/
padding:10px 0 ;
}

/* Change all the link colors */
#contact_content a, #contact_content h2 a, #rate_content a, #share_content a, #subscribe_content a {
color:#999999 !important;
}

/* Change the position of the phone number (padding:5px; is good is you are removing the background image) */
#contact_content h2{
padding:5px !important;
}

/* The two following classes will reduce the extra space between the blocks (the space is necessary with the background image, but too much without it) */
.align_content{ margin-bottom:0px !important; }
.spacer_content{ padding-top:0px !important; }

/* Add style to ONLY the Contact Us block */
#contact_content h2 {display: none;}
#contact_content h5 {display: none;}

/* Add style to ONLY the Share This block */
#share_content {display: none;}


/* Add style to ONLY the Rate Us block */
#rate_content {display: none;}


/* Add style to ONLY the Subscribe block */
#subscribe_content {display: none;}






