/* Side bar Styles */

.sidebar_unit h3 { color: #477a9a; font-size: 1.5em; margin-bottom: .75em }
.side_bar{ line-height: 1.5em }
.sidebar_unit { line-height: 1.5em; margin-bottom: 1.5em }

#sidebar {
}

#sidebar h2 {
  background-image:url(../images/box-bg_toponly.png);
  background-repeat: repeat-x;
  font-size:1em;
  color:#477a9a;
  margin: -15px 0px 5px -10px;
  font-weight:700;
  padding: 10px 0px 10px 10px;
  width: 220px;
}

#sidebar li {
  border-radius: 5px;
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 2px solid #bbc5ca;
  overflow: hidden;
  padding: 8px;
  margin: 0px 0px 10px 0px;
}

#sidebar ul li {
  background: white;
  margin: 0px;
  padding: 0px;
}

#sidebar p {
  line-height: 1.2em;
}

#sidebar input {
  margin: 2px;
}

/*.rounded_box {
width:290px;
height:250px;
float:left;
background-image:url(../images/box-bg.png);
border-radius:10px;
webkit-border-radius:10px;
-moz-border-radius:10px;
border:2px solid #bbc5ca;
overflow:hidden;
padding:10px;
}

.left_margin {
margin-left:28px;
}

.box_header {
display:block;
font-size:1.3em;
color:#477a9a;
margin-bottom:15px;
font-weight:700;
}
*/

#sidebar ul li {
  border: none;
  margin: 0;
}
  
#sidebar ul {
  padding: 10px;
}