@charset "utf-8";
/* boxify -DONOT-CHANGE */
.boxify { margin:0;-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;}
.boxify .top{
  background: #2a0835 url(../../../../images/templates/box-heading.jpg) repeat-y right top;
  padding: 0;
  -moz-border-radius: 7px 7px 0 0;

  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;

  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

}

.boxify.do-it-online .top{
  background:   #395926 url(../../../../images/templates/header-online.jpg) repeat-y 0 0;
}

.boxify .top h3{ color:#fff;padding:12px;}
	.boxify .top .lc,.boxify .top .rc{ }
	.boxify .top .lc{ }
	.boxify .top .rc{ }

.boxify .bottom{  }
	.boxify .bottom .lc,.boxify .bottom .rc{ }
	.boxify .bottom .lc{ }
	.boxify .bottom .rc{ }

.boxify .content, .boxify .contenthome {border:1px solid #9cac92; border-top:none; padding: 10px;
  -moz-border-radius: 0 0 7px 7px;

  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;

  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.left-pane .boxify .content { border:none;}
.boxify .contenthome a{text-decoration:none;}
.boxify .contenthome a:hover{text-decoration:underline;}
/* ------------------ */


.listify{ margin:5px 10px 0 0; float:left;}

/*---------------------*/

#footer .top{ clear:both; height:7px; font-size:0px; line-height:0px;}
#footer .bottom{ display:none;}
#footer .content{ clear:both; margin:0px 0 0 0; padding:20px 20px 10px 20px; color:#45274e;border:1px solid #9cac92; border-bottom:none;
  -moz-border-radius: 7px 7px 0 0;

  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;

  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background:transparent url(../../../../images/templates/copeland-logo-footer.jpg) no-repeat 820px 20px;}

	#footer .top .lc,#footer .top .rc, #footer .bottom .lc,#footer .bottom .rc{ width:7px; height:7px; background-repeat:no-repeat;}

	#footer .top .lc{ }
	#footer .top .rc { }

	#footer .bottom .lc{ }
	#footer .bottom .rc { }
#footer .content a{
  color:#45274e;
}



