/*  
Theme Name: Dr. Hutt
Description:  Dr. Hutt
Theme URI: 
Version: 1.0.7
Author: --
Author URI: --
Tags: --
*/
* {
  padding: 0;
  margin: 0;
}
body {
  background: url('images/background-dr.jpg') #008A2F repeat-x;
  font-family: georgia,verdana, arial, "times new roman";
  text-align: center;
}
#header {
  background: url('images/header.jpg') no-repeat;
  width: 990px;
  height: 176px;
}
#header_below {
  background: url('images/header-dr.jpg') no-repeat;
  width: 1173px;
  height: 322px;
  text-align:left;
}
#header_below .menu {
  width: 960px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  font-size: 13px;
  font-weight: bold;
}
#header_below .menu ul {
  list-style-type: none;
  margin-left: 5px;
}
#header_below .menu ul li {
  display: inline;
  padding-left: 3px;
padding-right: 3px;
}
#header_below .menu ul li a {
color: #fff;
text-decoration: none;
}
#header_below .menu ul li a:hover {
color: #fff;
text-decoration: none;
}
#header_below .header_text {
  margin-left: 180px;
  padding-top: 65px;
  color: #fff;
  font-weight: bold;
}
.header_text .top {
    font-size: 27px;
}
.header_text .middle {
    font-size: 56px;
}
.header_text .bottom {
    font-size: 19px;
}
#container {
  width: 1173px;
  background-color: #008A2F;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#content_container {
  width: 947px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#sidebar_left_container {
  width: 220px;
  background-color: #fff;
  float: left;
  margin-left: 25px;
  text-align:left;
}
#sidebar_left_container .rounded_corners {
  background-color: #39B54A;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #96D89F;
padding: 10px;
color: #fff;
margin-bottom: 20px;
}
#sidebar_left_container .rounded_corners2 {
  background-color: #EBEBEB;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #B7B7B7;
padding: 10px;
color: #464646;
}
#sidebar_left_container .rounded_corners2 a {
color: #464646;
text-decoration: none;
}
#sidebar_left_container .rounded_corners2 a:hover {
color: #464646;
text-decoration: none;
}
#sidebar_left_container .rounded_corners2 h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
#sidebar_left_container .rounded_corners2 ul {
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 30px;
}
#sidebar_left_container .rounded_corners2 ul li {
  margin-bottom: 5px;
  list-style-image:url('images/sidebar_list.jpg')
}
#sidebar_left_container .rounded_corners input {
  margin-bottom: 10px;
  width: 200px;
}
#sidebar_left_container .rounded_corners img {
  float: right;
}
#sidebar_left_container .rounded_corners p.title {
  font-size: 17px;
  margin-bottom: 5px;
}
#sidebar_left_container .rounded_corners p {
  font-size: 13px;
  margin-bottom: 10px;
}
.box {
  width: 178px;
  background-color: #AD9147;
}
.box h3 {
  width: 148px;
  background-color: #95001D;
  margin: 0;
  padding: 9px 15px;
  font-size: 12px;
  color: #fff;
}
.box ul {
  list-style: none;
  padding: 3px 15px;
  font-size: 13px;
}
.box ul li {
  margin-bottom: 8px;
  font-weight: bold;
}
.box ul li a {
  color: #fff;
  text-decoration: none;
}
.box ul li a:hover {
  color: #FFE1AD;
  text-decoration: underline;
}
.box_right {
  width: 235px;
  background-color: #AD9147;
  height: 123px;
}
.box_right_l {
  float: left;
  width: 60px;
  background-color: #67542A;
  height: 33px;
}
.box_right_l_bottom {
  width: 60px;
  background-color: #DED9C3;
  height: 90px;
  float: left;
}
.box_right_r {
  float: right;
  width: 175px;
  background-color: #DED9C3;
  height: 33px;
}
.box_right_r_bottom {
  width: 164px;
  background-color: #DED9C3;
  height: 87px;
  float: right;
  font-size: 10px;
  padding-left: 11px;
  padding-top: 3px;
  font-weight: bold;
}
.box_right_r h3 {
  width: 155px;
  background-color: #AD9046;
  margin: 0;
  padding: 9px 10px;
  font-size: 12px;
  color: #000;
}
.box_right ul {
  list-style: none;
  padding: 3px 15px;
  font-size: 13px;
}
.box_right ul li {
  margin-bottom: 8px;
  font-weight: bold;
}
.box_right ul li a {
  color: #fff;
  text-decoration: none;
}
.box_right ul li a:hover {
  color: #FFE1AD;
  text-decoration: underline;
}
#sidebar_right_container {
  width: 235px;
  background-color: #fff;
  float: right;
}
#content {
  padding: 5px 15px;
  width: 657px;
  background-color: #fff;
  float:left;
  font-size: 12px;
  margin-left: 15px;
}
#content h1 a {
color: #1EAC3B;
text-decoration: none;
}
#content h1 a:hover {
color:#1EAC3B;
text-decoration:underline;
}
#content a {
color:#1EAC3B;
text-decoration:none;
}
#content a:hover {
color:#1EAC3B;
text-decoration:underline;
}
#content .body_top {
  width: 655px;
}
#content .body_top .left {
  width: 350px;
  float:left;
  font-size: 14px;
}
.left .green_font {
  color: #1EAC3B;
  font-size: 18px;
}
#content .body_top .right {
  float:right;
}
#content .body_bottom {
  margin-top: 10px;
  padding-top: 25px;
  width: 655px;
  background: url('images/services_back.jpg') no-repeat #fff;
}
#content .body_bottom .box {
  width: 650px;
  background-color: #fff;
}
#content .body_bottom .box img {
  float:left;
  margin-right: 20px;
}
#content .body_bottom .box .text_right {
  float:right;
  width: 560px;
}
.box .text_right p {
  font-size: 14px;
}
.box .text_right p.title {
  color: #24BB47;
  font-size: 18px;
  font-weight: bold;
}
#content .content_body {
  margin-top: 10px;
  font-size: 16px;
}
#content h3 {
  font-size: 22px;
  color: #825E00;
  font-weight: bold;
}
#content .entry p {
  margin: 8px 0;
  font-size: 13px;
}
#content .entry a {
  color: #008A2F;
  text-decoration: none;
}
#content .entry a:hover {
  color: #008A2F;
  text-decoration: underline;
}
#content h1 {
  font-size: 22px;
  color: #1EAC3B;
  border-bottom: 1px solid #1EAC3B;
}
#content h4 {
  font-size: 18px;
  font-weight: bold;
  color: #008A2F;
}
#content h3 a {
  color: #825E00;
  text-decoration: none;
}
#content h3 a:hover {
  color: #825E00;
  text-decoration: underline;
}
#content .feedback {
  margin-top: 10px;
  margin-bottom: 30px;
}
#footer_ads {
  width: 947px;
  padding-top: 20px;
  height: 65px;
  color: #FFCC00;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#footer_ads .top {
  width: 940px;
}
#footer_ads .bottom {
  width: 940px;
  font-size: 12px;
  margin-top: 10px;
  text-align:left;
  color: #fff;
}
#footer_ads .bottom .left {
  float:left;
}
#footer_ads .bottom .left a {
  color: #fff;
text-decoration:none;
}
#footer_ads .bottom .left a:hover {
text-decoration:underline;
}
#footer_ads .bottom .right a {
  color: #fff;
text-decoration:none;
}
#footer_ads .bottom .right a:hover {
text-decoration:underline;
}
#footer_ads .bottom .right {
  float:right;
}
#footer_ads img {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
#footer_ads .top h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#footer_ads .top .left {
  width:385px;
  float:left;
  text-align:left;
}
#footer_ads .top .center {
  width: 250px;
  float:left;
  text-align:left;
  color:#fff;
  margin-left: 20px;
}
#footer_ads .top .right {
  float:right;
  text-align:right;
  color:#fff;
  margin-left: 10px;
}
#footer_ads p {
  text-align: center;
  padding-top: 10px;
}
#footer_ads p a {
  color: #fff;
  text-decoration: none;
}
#footer_ads p a:hover {
  text-decoration: underline;
}
#bottom-text {
font-size: 14px;
}
#bottom-text h3 {
font-size: 10px;
margin:0px;
padding:0px;
}

/* WHITE PAPERS */
.readmore{
    margin-bottom:20px;
}
#icons{
    margin-top:20px;
}
#icons ul{
    margin:0;
    padding:0;
}
#icons .icons li{
    margin-left:60px;
    vertical-align:middle;
    list-style:none;
    list-style-image:url('images/icon-pdf.png');
}

    /* HOMEPAGE SERVICES AREA*/
   #optInServices{
        margin-top:20px;
   }
   #optInServices .textwidget li{ 
        list-style-type:decimal; 
        margin-left:20px; 
        color:#1EAC3B; 
   }
   #optInServices h3{
        color:#FFA12D; 
        margin-bottom: 10px;
   }
 
   /* END HOMEPAGE SERVICES AREA*/

/* END WHITE PAPERS */
/* AWEBER FORMS */
#af-form-259484192 .af-body .af-textWrap{width:70%;display:block;float:right;}
#af-form-259484192 .af-body input.text, #af-form-259484192 .af-body textarea{background-color:#FFFFFF;border-color:#CCCCCC;border-width:2px;border-style:inset;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:inherit;font-family:inherit;}
#af-form-259484192 .af-body input.text:focus, #af-form-259484192 .af-body textarea:focus{background-color:inherit;border-color:#CCCCCC;border-width:2px;border-style:inset;}
#af-form-259484192 .af-body label.previewLabel{display:block;float:left;width:25%;text-align:left;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:inherit;font-family:inherit;}
#af-form-259484192 .af-body{padding-bottom:15px;background-repeat:no-repeat;background-position:inherit;background-image:none;color:inherit;font-size:12px;font-family:, serif;}
#af-form-259484192 .af-quirksMode{padding-right:15px;padding-left:15px;}
#af-form-259484192 .af-standards .af-element{padding-right:15px;padding-left:15px;}
#af-form-259484192 .buttonContainer input.submit{color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:inherit;font-family:inherit;}
#af-form-259484192 .buttonContainer input.submit{width:auto;}
#af-form-259484192 .buttonContainer{text-align:center;}
#af-form-259484192 button,#af-form-259484192 input,#af-form-259484192 submit,#af-form-259484192 textarea,#af-form-259484192 select,#af-form-259484192 label,#af-form-259484192 optgroup,#af-form-259484192 option{float:none;position:static;margin:0;}
#af-form-259484192 div{margin:0;}
#af-form-259484192 form,#af-form-259484192 textarea,.af-form-wrapper,.af-form-close-button,#af-form-259484192 img{float:none;color:inherit;position:static;background-color:none;border:none;margin:0;padding:0;}
#af-form-259484192 input,#af-form-259484192 button,#af-form-259484192 textarea,#af-form-259484192 select{font-size:100%;}
#af-form-259484192 select,#af-form-259484192 label,#af-form-259484192 optgroup,#af-form-259484192 option{padding:0;}
#af-form-259484192,#af-form-259484192 .quirksMode{width:225px;}
#af-form-259484192.af-quirksMode{overflow-x:hidden;}
#af-form-259484192{background-color:transparent;border-color:inherit;border-width:none;border-style:none;}
#af-form-259484192{overflow:hidden;}
.af-body .af-textWrap{text-align:left;}
.af-body input.image{border:none!important;}
.af-body input.submit,.af-body input.image,.af-form .af-element input.button{float:none!important;}
.af-body input.text{width:100%;float:none;padding:2px!important;}
.af-body.af-standards input.submit{padding:4px 12px;}
.af-clear{clear:both;}
.af-element label{text-align:left;display:block;float:left;}
.af-element{padding:5px 0;}
.af-form-wrapper{text-indent:0;}
.af-form{text-align:left;margin:auto;}
.af-quirksMode .af-element{padding-left:0!important;padding-right:0!important;}
.lbl-right .af-element label{text-align:right;}
/* END AWEBER FORMS*/
