html {
	background: #fff url(earth-day-1-main-bg.jpg) no-repeat top center;
}
body {
	color: #000;
}
a {
	color: #3399cc;
	text-decoration: underline;
}
a:hover {
	color:#86b1c7;
	text-decoration: none;
}
a:active {
	outline: 0;
	position: relative;
	top: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Frutiger, "Frutiger Linotype", Univers, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue";
}
h1 {
	color: #bbc595;
	letter-spacing: 1px;
}
h2 {
	color:#3399cc;
}
h3 {
	color:#3399cc;
}
#cc-content {
	padding: 5px;
}
#cc-content-inner {
	background: transparent url(earth-day-1-inner-bg.png) no-repeat scroll top center;
	min-height: 645px;
}
:first-child + html #cc-content-inner {
	margin-top: -10px;
}
a.cc-calendar {
	color:#3399cc;
}
a.cc-calendar:hover {
	color:#86b1c7;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	font-family:Frutiger, "Frutiger Linotype", Univers, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue";
	background:#bbc595 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, .6);
	-moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .6);
	border:none;
	color:#fff;
	letter-spacing: 2px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#89906e 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: #3399CC;	
}
/***IE6***/
* html body {
}
* html #cc-content-inner {
	height: auto !important;
	height: 645px;
	min-height: 645px;
	background: transparent url(earth-day-1-inner-bg-ie6.png) no-repeat top right;
}
* html #cc-content {
	padding: 0px;
}
* html a.cc-register,
.cc-btn-primary,
.cc-btn-secondary {
	background: #bbc595;
}
* html a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover {
	background:#89906e;
}
