/* CSS for Why Choose Us */

#sidebar { 
width: 250px;
float: right;
margin-left: 10px;
margin-top: 5px;
padding: 10px 12px 6px 12px;
background: #eee;
border: 1px solid #ccc;
text-align: center;
}

#actionbutton {
width: 219px;
margin: 15px 0 35px 15px; 
padding: 5px 5px 7px 10px;
background: url(images/button-action.gif) no-repeat top left;
text-align: left;
}
#actionbutton a {
color: #fff;
text-decoration: none;
border: none;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}

.hotlines {
width: 230px;
margin: 30px 0 30px 10px;
background: #fff url(images/phones-hotline-bkgr2.gif) no-repeat left bottom;
text-align: left;
}
.hotlines h3 {
margin: 0;
padding: 11px 4px 6px 19px;
background:  #800 url(images/phones-hotline-top2.gif) no-repeat left top;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: bold;
line-height: 1.1em;
}
.hotlines p {
margin: 0px;
padding: 10px 20px;
}
.hotlines p.last {
padding-bottom: 25px;
}

/* start new code for aligning images and captions*/
#sidebar img {
float: none;
margin: 0;
padding: 10px;
background: #fff;
border: 1px solid #bbb;
text-align: center;
}
#sidebar p.caption-text {
margin: 0 0 15px 0;
padding: 3px 5px  3px 5px;
color: #333;
font-size: .9em;
text-align: center;
}
/* end new code for aligning images and captions*/

