body {
	background-color: #001b44;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

#contentContainer {
	margin-left: auto;
	margin-right: auto;
	background: #001b44 url(/images/background.jpg) no-repeat;
	width: 900px;
	margin-bottom: 40px;
}

/* @group title area - top banner */

#titleContainer {
	height: 100px;
	width: 100%;
}

#titleData {
	position: relative;
	color: #fff;
	text-align: center;
	font-variant: small-caps;
	text-shadow: #000 0px 2px 4px;
	letter-spacing: 2px;
	font-size: 32px;
	top: 60px;
	font-weight: normal;
	font-style: normal;
}

/* @end */

#infoContainer {
	width: 774px;
	min-height:  500px;
	background-color: #fff;
	position: relative;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	left: 50%;
	margin-left: -387px;
	display: inline-block;
}

/* @group left area - movies and titles */

#leftInfoArea {
	width: 500px;
	padding-top: 10px;
	float: left;
	position: relative;
	padding-left: 10px;
}

.leftInfoObject {
	top: 10px;
	position: relative;
	margin-bottom: 20px;
}

.leftInfoMovie {
	width: 480px;
	height: 400px;
	padding-left: 10px;
}

/* Clip styling only appears in mobile platforms */
.leftInfoMovieClipLink {
	text-align: center;
	text-decoration: none;
}

.leftInfoTitle {
	color: #003299;
	margin-top: -10px;
}

/* @end */

/* @group right area - sign up and donate as well as home page */

#rightInfoArea {
	width: 300px;
	background: url(/images/grey_banner.gif) no-repeat 0 20px;
	position: absolute;
	left: 519px;
	top: 0;
}

#rightSignUpObject {
	position: relative;
	top: 20px;
	background: url(/images/grey_banner.gif) no-repeat;
	width: 254px;
	padding-top: 4px;
	padding-left: 12px;
	padding-right: 4px;
	height: 236px;
}

#rightSignUpTitle {
	color: #fff;
	margin-bottom: 8px;
}

#rightSignUpForm {
}

.inputFormatting {
	margin-bottom: 4px;
	height: 24px;
}

.inputFieldFormatting {
	width: 110px;
	border: 1px solid #fff;
}

.labelFormatting {
	float: left;
	color: #fff;
	font-size: 14px;
	width: 90px;
	margin-left: 20px;
}

#rightSignUpButton {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #1b4788;
	width: 80px;
	height: 30px;
	padding-bottom: 4px;
	margin-left: 85px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #3459ac url("/images/signup_button_background.gif") repeat-x;
}

#rightContributeButton {
	background: url(/images/red_banner.gif) no-repeat;
	position: relative;
	top: 30px;
	width: 300px;
	height: 48px;
	color: #fff;
	padding-top: 4px;
	padding-left: 24px;
	font-size: 18px;
	font-weight: bold;
}

#rightHomeButton {
	
	background: url(/images/yellow_banner.gif) no-repeat;
	position: relative;
	top: 30px;
	width: 300px;
	height: 48px;
	color: #fff;
	padding-top: 4px;
	padding-left: 24px;
	font-size: 18px;
	font-weight: bold;
}

#rightSocialButton {
	
	background: url(/images/social_banner.gif) no-repeat;
	position: relative;
	top: 30px;
	width: 300px;
	color: #fff;
	padding-top: 4px;
	padding-left: 24px;
	font-size: 18px;
	font-weight: bold;
	height: 67px;
}

.rightLink {
	text-decoration: none;
	color: #fff;
	border-style: none;
}

.rightSocialLink {
	margin-top: 4px;
	border-style: none;
	margin-right: 6px;
}

/* @end */

/* @group blue box at bottom */

#signOffContainer {
	float: left;
	position: relative;
	width: 774px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 50px;
}

#signOffData {
	background-color: #4775a9;
	width: 250px;
	height: 50px;
	text-align: center;
	color: #fff;
	text-shadow: #000 0px 2px 4px;
	position: absolute;
	margin-left: 262px;
	top: 20px;
	padding-top: 10px;
	border-style: double;
	border-color: #aab6cf;
	font-weight: normal;
	font-style: normal;
}

.signOffStar {
	position: relative;
	top: 4px;
}

/* @end */

/* @group footer */

#footerContainer {
	border-top: 1px solid #fff;
	width: 100%;
	padding-bottom: 8px;
}

#footerContent {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 8px;
	letter-spacing: .07em;
	line-height: 1.5;
}

#centeredSupport {
	text-align: center;
	color: #fff;
	font-size: 12px;
}

#contactData {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

/* @end */

/* @group generic classes */

.titleFormatting {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

.largeRoundedCorners {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.smallRoundedCorners {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* @end */