body {
	background: #512002 url(../images//bkgnd_body.jpg) top left repeat-x;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	}

* {/* applies styles to ALL elements */
	margin: 0;
	padding: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

tr td {
	vertical-align: middle;
	text-align: left;
	}

td {
	padding: 2px;
	}

h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	}

p {
	margin: 5px 0 5px 0;
	padding: 0;
	}


img {
	border: 0;
	vertical-align: middle;
	}


ul {
	margin-top: 10px;
	margin-left: 15px;
	}

li {
	color: #fff;
	}

a {
	color: #fff;
	text-decoration: underline;
	}

a:hover {
	color: #fdb84e;
	text-decoration: underline;
	}








/* MAIN IDs */
#container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	}


#wrapper {
	background: #542705;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	margin: 0 auto;
	padding-left: 50px;
	text-align: left;
	width: 950px;  /* total width should add up to 1000px */
	}


#leftContent {	
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 679px;
	}


#contentBox {
	border: 4px solid #fff;
	padding: 40px 30px 0 30px;
	width: 560px;   /* total width of ruled box should be 620px */
	}


#rightContent {
	float: left;
	position: relative;
	width: 241px;	
	}

#rightContent img {
	display: block;
	vertical-align: top;
	}

#rightContent p {
	padding: 5px 0;
	font-weight: bold;
	}


#legal {
	font-size: 10px;
	padding-bottom: 25px;
	padding-right: 50px;
	text-align: center;
	}


#footer {
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 20px auto;
	text-align: center;
	width: 1000px;
	}

#footer a {
	color: #fff;
	text-decoration: none;
	}

#footer a:hover {
	color: #fdb84e;
	text-decoration: underline;
	}





/* ++ FORM PAGES ++ */
label,input, select {
	display: block;
	width: 175px;
	float: left;
	margin-bottom: 10px;
	}

label {
	font-weight: bold;
	text-align: left;
	width: 85px;
	}

input {
	padding-left: 10px;
	}

br {
	clear: left;
	}


#splashForm {
	margin: 40px auto;
	width: 285px;
	text-align: left;
	}

.emailLabel {
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 210px;
	}

.emailField {
	width: 285px;
	}

.nameField {
	width: 450px;
	}


.phoneLabel {
	width: 110px;
	}

.phonefield {
	float: left;
	margin-right: 5px;
	padding: 0;
	width: 30px;
	}


.cityLabel {
	text-align: right;
	}


.postalCodeLabel {
	padding-left: 5px;
	padding-right: 10px;
	text-align: right;
	}



#optins {
	font-weight: bold;
	clear: left;
	width: 500px;
	}

#optins label {
	font-weight: bold;
	text-align: left;
	width: 45px;
	}

#optins #question2 label {
	font-weight: bold;
	text-align: left;
	width: 100px;
	}

#optins #question2 .shorter {
	font-weight: bold;
	text-align: left;
	width: 60px;
	}

#optins .genderlabel {
	width: 60px;
	}

#optins .genderlabellast {
	width: 80px;
	}

#optins .ageprofilelabel {
	width: 100px;
	}

#optins #question4 label {
	font-weight: bold;
	text-align: left;
	width: 80px;
	}

#optins #question4 .giftpurchase {
	font-weight: bold;
	text-align: left;
	width: 65px;
	}

#optins #question4 .entertainpurchase {
	font-weight: bold;
	text-align: left;
	width: 80px;
	}


.radioBtn {
	margin-right: 3px;
	width: 15px;
	}



.agreeCheckbox {
	padding-right: 5px;
	width: 15px;
	}

.submitButton {
	height: 23px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 82px;
	}

#submitWrapper {
	height: 23px;
	margin: 10px auto;
	padding: 0;
	position: relative;
	width: 82px;
	}



/* SPLASH PAGE */
#splashWrapper {
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 600px;
	}


#enterWrapper {
	height: 23px;
	margin: 75px auto 0 auto;
	padding: 0;
	text-align: center;
	/* width: 284px;  width when there are 2 enter buttons, english & french */
	width: 82px;  /* width when there is only 1 enter button, english */
	}

.enterButton {
	height: 23px;
	margin: 0;
	padding: 0;
	width: 82px;
	position: relative;
	float: left;
	}


.enterButtonFr {
	height: 23px;
	/*	margin-left: 120px;  used when there are 2 enter buttons, english & french*/
	padding: 0;
	width: 82px;
	position: relative;
	float: left;
	}


.splashRight {
	height: 570px;
	}



/* RULES PAGE */
#rulesWrapper {
	background: #542705;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	margin: 0 auto;
	padding: 0 0 0 50px;
	text-align: left;
	width: 950px;  /* total width should add up to 1000px */
	}


.ruleshead {
	vertical-align: top;
	margin-bottom: 75px;
	}

#rulesContent {
	background: #fff;
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	height: 340px;  /* total should be 430px */
	padding: 20px;
	overflow: auto;
	width: 860px;
	}

#rulesContent a {
	color: #000;
	text-decoration: underline;
	}

#rulesContent a:hover {
	color: #ee3229;
	text-decoration: underline;
	}


#rulesLegal {
	font-size: 10px;
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: center;
	}


.closeBtn {
	text-align: right;
	}



/* CLASSES */
.corsisTag { 
	display: none;
	}

.clearBoth {
	clear: both;
	}

.introText {
	margin: 40px 0 20px 0;
	}

.splashText {
	margin: 60px 0 0 0;
	}

.required {
	font-size: 10px;
	margin-top: 15px;
	text-align: right;
	}

.subHead {
	font-size: 15px;
	font-weight: bold;
	margin: 90px 0 20px 0;
	}

.subHeadOver {
	font-size: 18px;
	font-weight: bold;
	margin: 90px 0 20px 0;
	text-align: center;
	}

.regSub {
	font-size: 15px;
	font-weight: bold;
	}

.goBack {
	margin: 20px 0 150px 0;
	}


.returnHome {
	font-size: 10px;
	margin: 150px 0 25px 0;
	}



