body {
	color:#333;
	background: #e1e1e1 url(business-3-body.gif) fixed repeat;
}
a {
	color:#b24800;
}
a:hover {
	color:rgba(178, 72, 0, .7);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#331d0e;
	color:rgba(51, 29, 14, .8);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing:1px;
}
h3 {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
	background:#331d0e;
	color:#fff;
	padding-left:5px;
	border-top:1px solid #fff;
	border-bottom:1px solid #000;
	letter-spacing:2px;
	text-transform:uppercase;
}
#cc-content h3 {
	background:none;
	border:none;
	color:#331d0e;
}
#cc-container {
	background: #E4E4E3 url(business-3-hdr.gif) no-repeat right top;
	border-top:1px solid #fff;
	border-bottom:4px solid #aeaeae;
	box-shadow: 15px 20px 1px rgba(0, 0, 0, .03);
	-moz-box-shadow: 15px 20px 0 rgba(0, 0, 0, .03);
	-webkit-box-shadow: 15px 20px 1px rgba(0, 0, 0, .03);
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#cc-content-sub-outer {
	background: transparent url(../../common/images/whitetrans-30.png) repeat;
	border-top:1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
	position:relative;
}
.cc-divider {
	background:#333;
	border-color:#fff;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	background:#54adb2 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	border:none;
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	color:#fff;
	background:#3d6a6d url(../../common/images/regbtn-overlay.png) repeat-x center top;
}
.group-sep {
	border-color: #331D0E;	
}
/****IE 6****/
* html #cc-content-sub-outer {
	background:none;
}
* html h3 {
	background:none;	
	color:#a7602f;
	border:none;
	padding-left:0;
}
* html a.cc-register,
* html a.cc-register:hover {
	background:#54ADB2;
	background-image:none;
}
* html a.cc-register:hover {
	background:#80C2C6;
}
