html {
	background: #232f19 url(green-1-gradient-bg.jpg) repeat-x top left;
}
body {
	color: #46372d;
}
a {
	color: #46372d;
	font-weight: bold;
}
a:hover {
	color:rgba(70, 55, 45, .8);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, "Times New Roman", Times, serif, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2 {
	color:#64845b;
	font-weight: bold;
}
h2,
#cc-content h3{
	color:#8e7d51;
}
h3 {
	color:#fff;
	font-weight:bold;
}
#cc-container {
	margin-top:0;
}
#cc-content-outer {
	background:#fff;
	min-height: 700px;
}
#cc-content-sub-outer {
	background: rgba(149, 148, 139, .50);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, .5);
}
#cc-site-info-outer, #cc-site-info-outer a, #cc-site-info-outer a:visited {
	color: #fff;
}
.cc-divider {
	background:transparent;
	border-color:#46372d;
}
a.cc-calendar {
	color:#46372d;
}
a.cc-calendar:hover {
	color:rgba(70, 55, 45, .8);
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	font-family:Georgia, "Times New Roman", Times, serif, Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#46372d url(../../common/images/regbtn-overlay.png) repeat-x center top;
	border-radius: 12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	box-shadow: 2px 2px 9px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, .2);
	border:none;
	color:#fff;
	font-weight:bold;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#70645b url(../../common/images/regbtn-overlay.png) repeat-x center top;
	color: #fff;
}
.cc-btn-secondary {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
.group-sep {
	border-color: #46372d;
}
/***IE6***/
* html body {
	background: transparent url(green-1-main-bg-ie6.png) no-repeat center 135px;
}
* html #cc-content-inner {
	min-height: 700px;
	height: auto !important;
	height: 700px;
}
* html #cc-content-sub-outer {
	background: #bcbcb8;
}
* html a.cc-register,
.cc-btn-primary,
.cc-btn-secondary {
	background: #46372d;
}
* html a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover {
	background:#d7d6a3;
}
