/* Begin Side Boxes */

#side {
 float: left;
 width: 420px;
 height: 600px;
 padding: 10px;
}
 
#side-content {
  width: 375px;
  height: 600px;
  padding: 20px;
  margin: 10px 0px 0px 0px;
}

 
#side-content ul li, #side-content ul li{
 font-weight: normal;
 color:#1D9877;
 font-size: 19px;
 list-style-type: disc;
 font-family: 'ChaparralPro_Italic';
}
 
#side-container {
 margin: 0px auto 0px auto;
 width: 295px;
 height: 600px;
 padding: 10px;
}
 
#side-board {
 margin: 0px auto 0px auto;
 width: 345px;
 height: 600px;
 clear:both;
}
 
#side-board-quote {
 padding: 0px 20px 0px 20px;
}
 
#side-contact {
 margin: 270px auto 0px auto;
 width: 295px;
 height: 600px;
 padding: 10px;
}
 
#side-test {
 margin: 150px auto 0px auto;
 width: 295px;
 height: 600px;
 padding: 10px;
}
 
#side-faq {
 margin: 410px auto 0px auto;
 width: 295px;
 height: 600px;
 padding: 10px;
}

/* End Side Boxes */

/* Begin Pullout Boxes */

 #pullout-box {
 width: 326px;
 height: 400px;
 background-image: url('../images/bestlife_box_bkgd.png');
 background-repeat: no-repeat;
 background-position: top center;
 }
 
  #pullout-box-business{
 width: 326px;
 height: 475px;
 background-image: url('../images/business_box_bkgd.png');
 background-repeat: no-repeat;
 background-position: top center;
 }
 
    #pullout-box-meetcoach{
 width: 275px;
 height: 390px;
 background-image: url('../images/meet_box_bkgd.png');
 background-repeat: no-repeat;
 background-position: top center;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 50px 10px;
 float: right;
 }
 
   #pullout-box-lifecoach{
 width: 326px;
 height: 475px;
 background-image: url('../images/coaching_box_bkgd.png');
 background-repeat: no-repeat;
 background-position: top center;
 margin: 50px 0px 0px 0px;
 }
 
  #pullout-box-lifecoach ul li, #pullout-box-meetcoach ul li{
 font-weight: bold;
 color:#1D9877;
 font-size: 13px;
 list-style-type: disc;
 }
 
 #pullout-button {
 background-image: url('../images/bestlife_box_btn.png');
 background-repeat:none;
 width: 282px;
 height: 37px;
 }
 
 #pullout-meet-button {
 background-image: url('../images/meet_box_btn.png');
 background-repeat:none;
 width: 234px;
 height: 37px;
 margin: 5px 0px 0px 0px;
 }
 
  #pullout-button a, #pullout-button a:hover,#pullout-button a:visited{
 color: #4d4d4d;
 font-weight: normal;
 font-size: 12px;
 text-decoration: none;
 text-align: center;
 line-height: 37px;
 padding: 0px 0px 0px 10px;
 }
 
 #pullout-box-meetcoach a, #pullout-box-meetcoach a:hover,#pullout-box-meetcoach a:visited{
  color: #4d4d4d;
 font-weight: normal;
 font-size: 12px;
 text-decoration: none;
 text-align: center;
 line-height: 34px;
 padding: 0px 0px 0px 10px;
 }
