@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-page.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191919;
}

div.pageTop {
	width: 1003px;
	margin: 0 auto;
	height: 154px;
	z-index: 100;
}

div.topSiteImage {
	background-image: url(../images/content-top.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 13px;
}

div.topSiteImageContainer {
	width: 915px;
	margin: 0 auto;
}

div.pageHolder {
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
	width: 963px;
	margin: 0 auto;
}

div.pageWrapper {
	width: 915px;
	margin: 0 auto;
}

div.bannerWrapper {
	position: relative;
	width: 915px;
	height: 267px;
	z-index: 1;
}

div.bannerHolder {
	overflow: hidden;
}

div.bannerContainer {
	position: absolute;
	width: 915px;
	height: 267px;
	display: none;
	z-index: 2;
}

div.bannerActive {
	display: block;
}

div.ctaContainer {
	position: absolute;
	top: 205px;
	width: 571px;
	left: 0;
	z-index: 5;
}

div.ctaItem {
	position: relative;
	float: left;
}

div.ctaItemOver {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

div.ctaAbout {
	width: 190px;
	height: 93px;
}

div.ctaEnter {
	width: 190px;
	height: 93px;
}

div.ctaPrizes {
	width: 190px;
	height: 93px;
}

div.menuContainer {
	background-image: url(../images/bg-menu.gif);
	background-repeat: no-repeat;
	height: 99px;
	width: 939px;
	margin: 0 auto;
}

div.contentContainer {
	width: 939px;
	margin: 0 auto;
}

div.floatLeft {
	float: left;
}

div.floatRight {
	float: right;
}

div.clearBoth {
	clear: both;
}

div.contentLeft {
	width: 675px;
	overflow: hidden;
	padding-left: 30px;
}

div.contentRight {
	width: 222px;
}

div.footerContainer {
	width: 929px;
	height: 45px;
	padding-top: 1px;
	margin: 0 auto;
	background-image: url(../images/bg-footer.gif);
	padding: 0 5px;
	color: #010101;
	font-size: 11px;
}

div.socialMedia {
	position: absolute;
	top: 87px;
}

div.socialMediaLarge {
	position: absolute;
	top: -5px;
	display: none;
}

div.socialMediaMyspace  {
	left:  45px;
}

div.socialMediaFacebook  {
	left:  100px;
}

div.socialMediaTwitter  {
	left:  150px;
}

div.socialMediaLargeMyspace  {
	left:  -5px;
}

div.socialMediaLargeFacebook  {
	left:  -5px;
}

div.socialMediaLargeTwitter  {
	left:  -5px;
}

a.footerLink {
	text-decoration: none;
	color: #010101;
	margin: 0 3px;
}

a.footerLink:link {
	text-decoration: none;
	color: #010101;
	margin: 0 3px;
}

a.footerLink:visited {
	text-decoration: none;
	color: #010101;
	margin: 0 3px;
}

a.footerLink:active {
	text-decoration: underline;
	color: #010101;
	margin: 0 3px;
}

a.footerLink:hover {
	text-decoration: underline;
	color: #010101;
	margin: 0 3px;
}

a {
	color: #E93201;
	text-decoration: none;
}

a:link {
	color: #E93201;
	text-decoration: none;
}

a:visited {
	color: #E93201;
	text-decoration: none;
}

a:active {
	color: #E93201;
	text-decoration: underline;
}

a:hover {
	color: #E93201;
	text-decoration: underline;
}

p.homePageHeader, table.homePageHeader {
	margin-left: -30px;
}

.Page_Heading {
	font-size: 24px;
	color: #FF8F45;
}

.Heading_1 {
	font-size: 16px;
	color: #FF8F45;
}

.Heading_2 {
	color: #FF8F45;
}

.Heading_3 {
	color: #003973;
}

.black_body_text {
	color: #191919;
}