body{
  font:12px Arial;
}

a{
  color:#42320e;
  font-weight:700;
  text-decoration:none;
}
a:hover,
a:active{
    text-decoration:underline;
}


.content_wrap h2{
    color:#FFF;
    padding:6px 10px 7px 10px;
    margin:10px 10px 0 10px;
    font-size:28px;
    font-weight:700;
}

.content_wrap .inside h2{
    color: #000;
    text-transform:none;
    background:none !important;
    padding:0;
    margin:0;
}

.inside ul,
.inside_columns ul{
    margin:15px 0 0 10px;
    display:block;
    clear:both;
}

.inside ul li,
.inside_columns ul li{
    margin-bottom:10px;
    list-style:none;
    background: url(images/arrow.png) no-repeat left top;
    padding-left:20px;
}

.inside ol,
.inside_columns ol{
    margin-left:20px;
    display:block;
    clear:both;
}

.inside ol li,
.inside_columns ol li{
    margin-bottom:10px;
}


p{
  font:12px Arial;
  margin-bottom:15px;
  line-height:1.5;
}

.hr{
    background:url(images/separator.png);
    height:16px;
    border:0;
    margin-bottom:10px;
    margin-left:0;
}
.hr_large{
    width:610px;
}
.hr_short{
    background:url(images/separator-short.png);
    width:300px;
}
.full_image_widget h2{
    margin:0;
}
.full_image_widget h2 a{
    color:#FFF;
    text-decoration:none;
}

.inside_facebook h2{
    margin:0 !important;
    background:#000 url(images/heading-bg-wide.png) no-repeat !important;
    border-right:1px solid #000;
}
