html {
	background: #feee3a url(summer-3-bg.gif) repeat top left;
}
body {
	background: url(summer-3-sunset-bg.jpg) no-repeat top left;
}
body p {
	color: #669966;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
a {
	color: #f08e05;
	font-weight: bold;
	text-shadow: none;
}
a:hover {
	text-decoration: none;
	text-shadow: none;
}
h2,
h3,
h4,
h5,
h6 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans";
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	color:#669966;
	font-weight: bold;
}
h2 {
	color: #f08e05;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	font-weight: bold;
}
h3 {
	text-shadow: 0 -1px 0 rgba(153, 153, 153, 0.9);
	color:#699666;
	font-weight:bold;
}
h3:after {
	content: url(summer-3-flower.png);
	margin: 0px 0 0 3px;
}
#cc-container {
	margin-top:0;
}
#cc-branding-outer {
	background: transparent url(summer-3-hdr.png) no-repeat bottom right;
}
#cc-content-outer {
	background: url(summer-3-inner-bg.jpg) no-repeat top center;
	min-height: 606px;
}
#cc-site-info-outer, #cc-site-info-outer a, #cc-site-info-outer a:visited {
	color: #669966;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.cc-divider {
	border-color:#000;
}
a.cc-calendar {
	color:#f08e05;
	text-decoration: underline;
}
a.cc-calendar:hover {
	text-decoration: none;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	font-family: "Arial Black", Gadget, sans-serif;
	background:#f08e05 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .1);
	text-shadow: 0 1px 0 #000;
	border:none;
	color:#fff;
	}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#fab14b url(../../common/images/regbtn-overlay.png) repeat-x center top;
	color: #fff;
}
.group-sep {
	border-color: #f08e05;	
}
.cc-btn-secondary {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
/***IE6***/
*:first-child+html h3 {
    background: url(summer-3-flower.png) no-repeat 50px center;
}
* html #cc-content-outer {
	min-height: 606px;
	height: auto !important;
	height: 606px;
}
* html a.cc-register,
.cc-btn-primary,
.cc-btn-secondary {
	background: #f08e05;
}
* html a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover {
	background:#fab14b;
}
