@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#005385;
	background-image: url(../images/cgh-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#outershell{
	position:relative;
	margin:0 auto;
	width:939px;
	height:740px;
	background-image:url(../images/cgh_interior_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#signup{
	width:291px;
	height:24px;
	position:absolute;
	left:630px;
	top:60px;
}

.signup-textbox{
	width:209px;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9a9a9a;
	border: 1px #9a9a9a solid;
	background-color: #FFF;	
	margin-right:3px;
	padding-top:6px;
}

.signup-button{
	width:74px;
	height:24px;
	background-image: url(../images/submit-button.jpg);
	background-repeat:no-repeat;
	border:0;
	margin:0;
	padding-top:0;
}

#image_holder{
	float:left;
	width:631px;
	height:399px;
	margin-top:138px;
	z-index:10;
}

#image-caption{
	position:absolute;
	width:607px;
	height:82px;
	left:0px;
	top:450px;
	background-color:#000;
	opacity: 0.65;
	filter: alpha(opacity=65); 
	-moz-opacity: .65;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:5px;
	padding-left:12px;
	padding-right:12px;
	z-index:1000;
}

#image-caption a{
	color:#da2424;
	text-decoration:none;
}

#image-caption a:hover{
	color:#da2424;
	text-decoration:underline;
}

.image-caption-headline{
	font-size:30px;
	font-weight:700;
}

#video{
	position:absolute;
	width:267px;
	left:643px;
	top:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#717171;
}

#video-text{
	margin-top:5px;	
	padding:0px 8px 0px 8px;
}

.video-headline{
	font-weight:bold;
	color:#005385;
}

#countdown{
	position:absolute;
	width:234px;
	height:27px;
	left:657px;
	top:487px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:30px;
}

.countdown-numbers{
	font-size:36px;
	color:#FFF;
}

.countdown-letters{
	font-size:18px;
	color:#9a9a9a;
}

#bottom_section{
	position:absolute;
	left:0px;
	top:559px;
	width:100%;
	height:146px;
}

#bottom_section a{
	float:left;
}

a.connect {
background: url(../images/feat-connect.jpg) no-repeat bottom left;
width:235px;
height:146px;
display:block;
background-position:0 0;
}

a.connect:hover{
background: url(../images/feat-connect.jpg) no-repeat bottom left;
background-position:0 -146px;
}

a.contribute {
background: url(../images/feat-contribute.jpg) no-repeat bottom left;
width:236px;
height:146px;
display:block;
background-position:0 0;
}

a.contribute:hover{
background: url(../images/feat-contribute.jpg) no-repeat bottom left;
background-position:0 -146px;
}

a.campaign {
background: url(../images/feat-campaign.jpg) no-repeat bottom left;
width:235px;
height:146px;
display:block;
background-position:0 0;
}

a.campaign:hover{
background: url(../images/feat-campaign.jpg) no-repeat bottom left;
background-position:0 -146px;
}

a.contact {
background: url(../images/feat-contact.jpg) no-repeat bottom left;
width:232px;
height:146px;
display:block;
background-position:0 0;
}

a.contact:hover{
background: url(../images/feat-contact.jpg) no-repeat bottom left;
background-position:0 -146px;
}

#footer{
	position:absolute;
	left:0px;
	top:704px;
	width:920px;
	height:25px;
	background-color:#da2424;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding-top:10px;
}