html {
	background: #0099cc url(memorialday-1-gradient.jpg) repeat-x top left;
}
body {
	background: transparent url(memorialday-1-clouds-bg.png) no-repeat top center;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .6);
}
a {
	color: #fff;
}
a:hover {
	color: #8fd9f2;
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Arial, Helvetica, Tahoma, Geneva, "Helvetica Neue", sans-serif, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L";
}
h1 {
	color: #fff;
	font-style: italic;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, .9);
}
h2 {
	text-shadow: -1px -1px 0 rgba(0, 0, 0, .6);
	font-weight: bold;
	font-style: italic;
	color: #fff;
}
h3 {
	color:#fff;
	font-weight:bold;
}
#cc-branding-outer {
	min-height: 175px;
	background: transparent url(memorialday-1-hdr-2.png) no-repeat;
}
#cc-container {
	margin-top:0;
}
#cc-content {
	min-height: 600px;
	padding: 10px;
}
#cc-content-outer {
	margin: 0;
	padding: 0;
	background: url(memorialday-1-inner-bg.jpg) no-repeat top right;
}
#cc-content-inner {
	padding: 0px;
}
a.cc-calendar {
	color:#fff;
}
a.cc-calendar:hover {
	color: #8fd9f2;
	text-decoration: underline;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	background:#990000 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	border-radius: 16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
	border:none;
	color:#fff;
	font-weight:bold;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, .6);
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#0099cc 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: #fff;
}
/***IE6***/
* html body {
	background: transparent url(memorialday-1-cloud-bg.jpg) no-repeat top center;
}
* html #cc-content {
	padding: 0px;
}
* html #cc-branding-outer {
	height: auto !important;
	height: 175px;
	min-height: 175px;
	background: transparent url(memorialday-1-hdr-2-ie6.png) no-repeat;
}
* html #cc-content-outer {
	background-image:none;
}
* html a.cc-register,
* html .cc-btn-primary,
* html .cc-btn-secondary {
	background: #900;
}
* html a.cc-register:hover,
* html .cc-btn-primary:hover,
* html .cc-btn-secondary:hover {
	background:#09c;
}