html {
	background: #8a0401 url(july-4-bg.gif);
}
body {
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, .9);
	text-shadow: 1px 1px 0 rgba(101, 3, 53, .1);
	font-family:Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	background: transparent url(july-4-mainbg.png) no-repeat center top;
	font-size:14px;
}
/*IE7*/
*:first-child+html body {
	color: rgb(255, 255, 255);
}
a {
	color:#fff;
}
a:hover {
	color:#fff;
	color: rgba(255, 255, 255, .8);
	text-shadow: #fff 0px 0px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
	font-weight:normal;
}
h2 {
	color:#002664;
	text-shadow:0 -1px 0 #000, 0 1px 0 rgba(255, 255, 255, .4);
}
h3 {
	color:#ee154d;
	text-shadow:0 -1px 0 #000;
}
#cc-container {
	margin-top:0;
	width:100%;
}
#cc-content-inner,
#cc-branding-inner,
#cc-site-info-outer {
	border:1px solid #ac0400;
	border-top:none;
	border-bottom:none;
}
#cc-content-inner {
	background: #7F0301 url(july4-1-copy.jpg) no-repeat center top;
	overflow:hidden;
	min-height:718px;
	padding-top:22px;
}
*:first-child+html #cc-content { /* IE 7 */
	padding-top:22px;
}
#cc-branding-outer {
	background: transparent url(july4-1-hdr.jpg) no-repeat center top;
}
#cc-branding-inner {
	min-height:132px;
}
#cc-branding-inner,
#cc-content-inner,
#cc-site-info-outer {
	width:950px;
	margin:auto;
}
#cc-branding-inner {
	width:914px;
}
#cc-site-info {
	background: url(july4-1-ftr.gif) no-repeat;
	padding-top:30px;
}
#cc-site-info-outer {
	height:24px;
	border-bottom:1px solid #ac0400;
}
#cc-positioned-3 {
	display:block;
	width:158px;
	height:200px;
	background: url(july4-1-flag.png) no-repeat;
	margin:-165px 0 0 850px;
}
/*IE7*/
*:first-child+html #cc-positioned-3 {
	display:none;
}
.cc-divider {
	background:#000;
	border-color:#999;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	background: #002664;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-top:none;
	border-left:none;
	border-right:none;
	color:#fff;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background: #003793;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
}
.group-sep {
	border-color: #fff;
}
/****IE 6****/
* html body {
	background-image:none;
	color:#fff;
}
* html #cc-content-sub-inner {
	color:#fff;
}
* html a.cc-register,
* html a.cc-register:hover,
* html #cc-content-sub-outer,
* html #cc-content-sub-inner {
	background-image:none;
}
* html #cc-positioned-3 {
	display:none;
}
* html #cc-content-inner,
* html #cc-branding-inner,
* html #cc-site-info-outer {
	border:none;
}
.required-mark {color:#000;}
.error-primary, .error-secondary, .warning-primary, .warning-secondary {color:#fecb32;}