body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background: #3f5368 url('../images_site/bg_body.jpg') left top repeat-x;
	color: #333;
}
td {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
h1 {
	line-height: normal;
}

#wrapper {
	position: relative;
	width: 785px;
	text-align: left;
	margin: 0 auto;
	padding: 0 13px;
	background: transparent url('../images_site/bg_wrapper.png') center top repeat-y;
}

#header {
	position: relative;
	margin: 0 0 24px 0;
	padding: 0;
	height: 75px;
	background: #a4c828 url('../images_site/bg_header.jpg') left top no-repeat;
}
#header h1 {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 220px;
	height: 30px;
	padding: 0;
	margin: 0;
}

#header h1 a:link, h1 a:visited {
	display: block;
	width: 220px;
	height: 30px;
}

#header h1 span { display: none; }

#nav-main {
	position: absolute;
	z-index: 5;
	top: 75px;
	left: 13px;
	width: 785px;
	height: 24px;
	margin: 0;
	padding: 0;
	overflow: visible;
	list-style-type: none;
	border-top: 1px solid #5e6873;
	background: transparent url('../images_site/bg_navmain.png') left top repeat-x;
}

#nav-main li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}
#nav-main li.last {
	margin-right: 0;
}

#nav-main li a:link, #nav-main li a:visited {
	display: block;
	height: 24px;
	outline: none; /* Dumb Firefox "feature". */
}
#nav-main li a:hover, #nav-main li.active a:link, #nav-main li.active a:visited { border-bottom: 4px solid; }
#nav-main li a:link span, #nav-main li a:visited span { display: none; }

#nav-main li#navlink-home a {
	border-bottom-color: #ff8b00;
	width: 68px;
	background: transparent url('../images_site/bg_navlink_home.png') left top no-repeat;
}
#nav-main li#navlink-programinfo a {
	border-bottom-color: #c277db;
	width: 169px;
	background: transparent url('../images_site/bg_navlink_programinfo.png') left top no-repeat;
}
#nav-main li#navlink-contests a {
	border-bottom-color: #00d8ff;
	width: 134px;
	background: transparent url('../images_site/bg_navlink_contests.png') left top no-repeat;
}
#nav-main li#navlink-awards a {
	border-bottom-color: #9ec626;
	width: 126px;
	background: transparent url('../images_site/bg_navlink_awards.png') left top no-repeat;
}
#nav-main li#navlink-account a {
	border-bottom-color: #ec577a;
	width: 146px;
	background: transparent url('../images_site/bg_navlink_account.png') left top no-repeat;
}
#nav-main li#navlink-customercare a {
	border-bottom-color: #f0d74e;
	width: 137px;
	background: transparent url('../images_site/bg_navlink_customercare.png') left top no-repeat;
}

#nav-account {
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 11px;
}
#nav-account a:link, #nav-account a:visited {
	color: #333;
}

#content {
	padding: 25px;
	background-color: #fff;
}

#footer {
	padding: 10px;
	font-size: 10px;
	color: #666;
	text-align: center;
	clear: both;
	border-bottom: 1px solid #848e98;
}

/* Text styling */

h2 {
	font-size: 28px;
	line-height: 32px;
	font-family: helvetica, sans-serif;
	color: #728da9;
	margin: 15px 0;
	padding: 0;
	font-weight: normal;
}

h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}

h4 {
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #666;
}

#content p {
	margin: 10px 0;
	padding: 0;
}

fieldset {
	display: block;
	position: relative;
	margin: 20px 0;
	padding: 5px 0;
	border: none;
	outline: none;
	width: 315px;
	overflow: auto;
}

fieldset.decorated {
	border: 3px solid #ccc;
	padding: 8px;
	background-color: #e5e5e5;
}

fieldset .dataset {
	float: left;
	padding: 0 5px 5px 0;
}

.checkset, .radioset {
	margin: 10px 0;
	padding: 0;
}

.dataset .long { width: 300px; }
.dataset .medium { width: 145px; }
.dataset .short { width: 70px; }
.dataset textarea { height: 75px; }

.dataset label, .checkset label.title {
	display: block;
	font-weight: bold;
}

.checkset label {
	display: block;
}

.submitset {
	clear: both;
	text-align: right;
}

.required-fail { color: red; }

.intro {
	font-family: georgia, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
	color: #999;
}

.note {
	color: #aaa;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

table {
	margin: 15px 0;
	width: 100%;
}

table th,
table td {
	text-align: left;
	padding: 3px 4px;
}

table th {
  color: #fff;
  background-color: #666;
}

table .odd td { background-color: #eee; }
table .active td {
  background-color: #ffc;
  font-weight: bold;
}

table#cart td {
	border-bottom: 1px dotted #666;
}

table#cart td.award_image,
table#cart th.award_image { border-bottom: 0; }

.clear {
	display: block;
	clear: both;
}

.message {
	background: #ffd;
	color: #333;
	text-align: center;
	padding: 1px 5px;
	margin: 10px 0;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.error {
	background: #f11;
	color: #fff;
}

.error a:link,
.error a:visited {
	color: #fff;
}

.message p {
	margin: 5px 0;
	padding: 0;
}

.pagelinks {
	margin: 20px 0;
	text-align: center;
}

#contactcard .title { font-weight: normal; }

.contact-addresses {
	margin: 10px 0;
	overflow: auto;
}

address { font-style: normal; }
address .title { display: block; }

.contact-details { margin: 10px 0; }

.float-left {
	float: left;
	margin: 0 10px 5px 0;
}

.float-right {
	float: right;
	margin: 0 0 5px 10px;
}

.align-with-inputs { margin-left: 105px; }

input.quantity { font-size: 14px; }

img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
.right img { display: inline; }

.hidden { display : none; }

.result {
	font-size: 18px;
	font-weight: bold;
}
#result_correct { color: #3c0; }
#result_incorrect { color : #f00; }

.awards {
	margin: 25px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.contests {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.contests li {
	position: relative;
	width : 709px;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 15px;
	border : 2px solid #ccc;
	background: transparent url('../images_site/border_contest.gif') left top repeat-y;
	overflow: auto;
}

.awards li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 15px 0 1px 0;
	background: transparent url('../images_site/border_dark3.png') left top repeat-x;
	overflow: auto;
}

img.feature {
  float: left;
  border: 2px #666 solid;
}

.contests .contest-details {
  padding-left: 128px;
}

.contests li.top {
	position: relative;		
	width : 709px;
	margin: 0px;
	background: transparent url('../images_site/border_dark3.png') left bottom repeat-x;
	height : 6px;
	font-size : 0;	
	line-height : 0;
	
}

.contests li.bottom {
	position: relative;		
	width : 709px;
	margin: 0px;
	background: transparent url('../images_site/border_dark3.png') left top repeat-x;
	height : 6px;
	font-size : 0;	
	line-height : 0;
	
}

.awards li h4,
.contests li h4 {
	margin: 0;
	padding: 0;
}

.awards li p { margin: 0 0 10px 0; }

.award-points { color: #f90; }

.awards li input, #award_details input { margin-left: 15px; }
#award_details { overflow: auto; }

.question {
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px #333 dotted;
	border-bottom: 1px #333 dotted;
}
.question_wrap { margin-top: 25px; }
.question p.intro { margin-top: 0; }
.question li {
	margin-top: 10px;
	margin-bottom: 10px;
}

#quiz_counter {
	float: right;
	line-height: 24px;
	vertical-align: middle;
}
#quiz_counter span {
	padding: 4px;
	line-height: 14px;
}

#quiz_counter_correct {
	background-color: #9f9;
}
#quiz_counter_incorrect {
	background-color: #f99;
}

#shopping_meta {
	float: right;
	margin: 25px 0 0 0;
}

.right { text-align: right; }
h2 span { display: none; }
a:link { color: #f90; }
a:visited { color: #849db7; }
a:hover { text-decoration: none; }
a.delete:link,
a.delete:visited {
  color: #f33;
  font-size: 11px;
}

/* Page-specific descriptions */

.splash body {
	text-align: left;
	padding-top: 138px;
	background: #0e1319 url('../images_site/bg_body_login.jpg') left top repeat-x;
}
.splash #content {
	margin: 0;
	padding: 123px 0 0 390px;
	width: 461px;
  height: 507px;
	background: transparent url('../images_site/bg_content_login.jpg') left top no-repeat;
	color: #b8c5d2;
}

.splash #footer { display: none; }

.splash fieldset {
	width: auto;
	margin: 15px 0;
	padding: 0 0 18px 0;
	background: transparent url('../images_site/border_light2.gif') left bottom repeat-x;
}

.splash fieldset .dataset {
	float: none;
	/* overflow: auto; */
	margin: 0;
	padding: 0 0 5px 0;
}

.splash fieldset .dataset label {
	float: left;
	display: block;
	font-weight: normal;
	margin-right: 5px;
	width: 100px;
}

.splash h2 {
	margin: 0 0 15px 0;
	padding: 0;
}

#login h2, #confirm h2 {
	width: 203px;
	height: 54px;
	background: transparent url('../images_site/bg_h2_login.png') left top no-repeat;
}

#pending h2 {
	width: 349px;
	height: 23px;
	background: transparent url('../images_site/bg_h2_pending.png') left top no-repeat;
}

#storedetails h2 {
	width: 224px;
	height: 23px;
	background: transparent url('../images_site/bg_h2_storedetails.png') left top no-repeat;
}

#forgotpw h2 {
	width: 326px;
	height: 23px;
	background: transparent url('../images_site/bg_h2_forgotpw.png') left top no-repeat;
}

#enrollguard h2 {
	width: 187px;
	height: 23px;
	background: transparent url('../images_site/bg_h2_enrollguard.png') left top no-repeat;
}

#enrollment h2 {
	width: 182px;
	height: 31px;
	background: transparent url('../images_site/bg_h2_enrollment.png') left top no-repeat;
}

#home #content {
	background: #fff url('../images_site/bg_content_home.jpg') left top no-repeat;
	margin: 0;
	padding: 19px 30px 0 355px;
	width: 400px;
	height: 370px;
}

#home #callout {
	margin: 0;
	padding: 35px 565px 0 20px;
	width: 200px;
	height: 135px;
	background: transparent url('../images_site/bg_callout_home.jpg') left top no-repeat;
	font-size: 11px;
	font-weight: bold;
}

#home #callout p {
	margin: 0 0 10px 0;
	padding: 0;
}

#home #callout p.last {
	padding-top: 8px;
	border-top: 1px solid #333;
}

#home #callout a:link, #home #callout a:visited {
	color: #333;
}

#programinfo #footer {
	padding-top: 56px;
	background: transparent url("../images_site/bg_footer_programinfo.jpg") left top no-repeat;
}

#account #content_wrap {
	width: 785px;
	overflow: auto;
	background: #fff url('../images_site/bg_content_account.png') right top repeat-y;
}

#account #content {
	float: left;
	margin: 0;
	width: 471px;
	background: transparent;
}

#account h2 {
	width: 322px;
	height: 41px;
	background: transparent url('../images_site/bg_h2_account.png') left top no-repeat;
}

#account #contactcard {
	float: right;
	width: 213px;
	height: 520px;
	margin: 0;
	padding: 40px 25px 0 25px;
	background: transparent url('../images_site/bg_sidebar_account.jpg') left top no-repeat;
	font-weight: bold;
}

#account #footer {
	padding-top: 80px;
	background: transparent url("../images_site/bg_footer_account.jpg") left top no-repeat;
}

#awards h2 {
	width: 272px;
	height: 39px;
	background: transparent url('../images_site/bg_h2_awards.png') left top no-repeat;
}

#award_details h2 {
	width: 241px;
	height: 31px;
	background: transparent url('../images_site/bg_h2_awarddetails.png') left top no-repeat;
}

#award_details #content {
	padding: 25px 25px 75px 25px;
	background: #fff url('../images_site/bg_content_awarddetails.jpg') center bottom no-repeat;
}

#contests h2 {
	width: 266px;
	height: 32px;
	background: transparent url('../images_site/bg_h2_contests.png') left top no-repeat;
}

#contests #content {
	padding: 25px;
}

#contests #footer {
	padding-top: 56px;
	background: transparent url("../images_site/bg_footer_contests.jpg") left top no-repeat;
}

#contest_detail #content {
	padding: 25px 25px 25px 150px;
	background: transparent url('../images_site/border_contest_detail.gif') left bottom repeat-y;
}

.detailfeature {
	position : absolute;
	left : 25px;
	top : 115px;
}

#contest_detail h2 {
	width: 254px;
	height: 32px;
	background: transparent url('../images_site/bg_h2_contest_detail.png') left top no-repeat;
}

#quiz h2 {
	width: 73px;
	height: 32px;
	background: transparent url('../images_site/bg_h2_quiz.png') left top no-repeat;
}

#quiz #content {
	padding: 25px 25px 25px 265px;
	background: #fff url('../images_site/bg_content_quiz.jpg') left top no-repeat;
}

#programinfo h2 {
	width: 355px;
	height: 38px;
	background: transparent url('../images_site/bg_h2_programinfo.png') left top no-repeat;
}

#customercare h2 {
	width: 257px;
	height: 32px;
	background: transparent url('../images_site/bg_h2_customercare.png') left top no-repeat;
}

#customercare #content {
	padding: 25px 350px 25px 25px;
	background: #fff url('../images_site/bg_content_customercare.jpg') right bottom no-repeat;
}

#customercare #footer {
	padding-top: 126px;
	background: transparent url("../images_site/bg_footer_customercare.jpg") left top no-repeat;
}

#shopping_cart h2 {
	width: 242px;
	height: 41px;
	background: transparent url('../images_site/bg_h2_cart.png') left top no-repeat;
}

#shopping_cart #content {
	padding: 25px 25px 150px 25px;
	background: #fff url('../images_site/bg_content_cart.jpg') center bottom no-repeat;
}

#checkout h2 {
	width: 156px;
	height: 32px;
	background: transparent url('../images_site/bg_h2_checkout.png') left top no-repeat;
}

#checkout #content, #shopping_receipt #content {
	padding: 25px 25px 75px 25px;
	background: #fff url('../images_site/bg_content_checkout.jpg') center bottom no-repeat;
}

#shopping_receipt h2 {
	width: 329px;
	height: 41px;
	background: transparent url('../images_site/bg_h2_checkoutfinal.png') left top no-repeat;
}

a.head:visited,a.head:link,a.head:hover {
	color : #FFFFFF;
}

a.qbutton:link, a.qbutton:visited {
	color : #FFFFFF;
	background-color : #ABC200;
	font-size : 12px;
	text-transform : uppercase; 
	font-weight : bold;
	padding : 3px;
	text-decoration : none;
}

.results-box {
  position: relative;
  float: right;
  background: #e5e5e5;
  border: 2px #ccc;
  color: #777;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  overflow: auto;
  margin: 15px 0 15px 15px;
}

#results-box-3 { width: 270px; }
#results-box-2 { width: 180px; }
#results-box-1 { width: 90px; }

#results-title {
  background: #777;
  color: #fff;
  padding: 2px;
  text-transform: uppercase;
}

.results-bit {
  float: left;
  padding: 5px;
  margin: 0 auto;
  width: 80px;
}

.results-number {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  display: block;
}

a#results-link,
a#results-link:link,
a#results-link:visited {
  clear: left;
  background-color: #689111;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 2px;
  -moz-outline: none;
}

a#results-link:hover { background-color: #88B315; }

/* Quiz-specific styling */

.custom h2,
.custom h3 { display: none; }

.custom .results-box {
  float: none;
  z-index: 10;
  position: absolute;
  top: 295px;
  right: 125px;
  margin: 0;
}

#contest_detail .custom #content {
	padding: 0;
	background-color: #82B010;
	background-image: none;
}

#custom_wrapper {
	width: 620px;
	padding: 0;
	margin: 10px auto;
	color: #6D2106;
	position: relative;
}

#custom_content {
	position: relative;
	width: 560px;
	padding: 195px 30px 0 30px;
}

.custom_link {
	display: block;
	position: absolute;
	width: 87px;
	height: 51px;
	z-index: 10;
	left: 502px;
}
.custom_link span { display: none; }

#custom_link_info { top: 42px; }
#custom_link_site { top: 105px; }

#custom_spacer {
  float: right;
  display: block;
  position: relative;
  height: 100px;
  width: 200px;
}

/* LOTR */
#contest_28 #custom_wrapper {
  background: #FFFDE1 url('../contests/images/lotr_bgtile.jpg') center top repeat-y;
	font-family: 'Times New Roman',serif;
}
#contest_28 #custom_content { background: transparent url('../contests/images/lotr_bg.jpg') center top no-repeat; }

/* TABULA RASA */
#contest_50 #custom_wrapper {
  background: #160A07 url('../contests/images/tabularasa_bg.jpg') center top no-repeat;
	font-family: 'Helvetica','Arial',sans-serif;
	color: #fff;
	font-size: 11px;
	line-height: 12px;
}
#contest_50 #custom_content {
  background: transparent;
  width: 380px;
  padding: 400px 65px 185px 175px;
  height: 215px;
  
}
#contest_50 #custom_content strong { color: #96B127; }

#contest_50_special_link {
  display: block;
  position: absolute;
  bottom: 9px;
  left: 259px;
  width: 284px;
  height: 23px;
  text-decoration: none;
}

/* STUNTMAN */
#contest_51 #custom_wrapper {
  background: #160A07 url('../contests/images/stuntman_bgtile.jpg') center top repeat-y;
	font-family: 'Helvetica','Arial',sans-serif;
}
#contest_51 #custom_content { background: transparent url('../contests/images/stuntman_bg.jpg') center top no-repeat; }
#contest_51 .custom_link {
  left: 400px;
  height: 55px;
}
#contest_51 #custom_link_info { top: 45px; }
#contest_51 #custom_link_site { top: 110px; left: 390px; }

#contest_51 #custom_spacer { width: 120px; }
