
body {
	margin: 0;
	background: url(../images/bg_pattern.gif);
	font: 62.5%/1.5em arial, helvetica, sans-serif;
	text-align: center;
}

/* PC FF3 adds an outline to Flash objects? */
a, object {
	outline: none;
}

a img { border: none; }

h1, h2, h3, h4, h5, h6 {
    color: #000;
}  

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, 
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited  {
    color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #000;
} 

h1 { font-size: 1.8em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; } 

h1 { 
    color: #006699;
    margin: 0 0 .5em 0;
    font-family: georgia, "times new roman", serif;
} 
	h1.black {
		color: #000;
		font-size: 1.6em;
	}
	
	h1#enter {
		background: url(../images/headers/enter_header.gif) 0 0 no-repeat;
		height: 21px;
		text-indent: -9999px;
		width: 165px;
	}
	
	body.locale_es h1#enter {
		background: url(../images/headers/enter_header_es.gif) 0 0 no-repeat;
		height: 31px;
		width: 198px;
	}
	
	h1#welcome {
		background: url(../images/headers/welcome-header.jpg) 0 0 no-repeat;
		height: 54px;
		margin: 0.5em 0 1em 0;
		text-indent: -9999px;
		width: 408px;
	}
	
h3 {
	margin-bottom: 0;
}


h2, h3, h4, h5, h6 {
}

h2 { 
    font-family: georgia, "times new roman", serif;
    font-size: 1.2em;
    font-weight: normal;
    color: #336699;
} 

dt {
	font-weight: bold;
	margin-bottom: 0;
}
dd {
	margin: 0 1.5em;
}
	dd p:first-child {
		margin-top: .5em;
	}
 

a,
a:link,
a:visited {
    color: #0066cc;
}
a:hover,
a:active {
    color: #000;
}

sup { vertical-align: 10%;}

/*table td { vertical-align: top;}*/

fieldset { border: none; }
legend { }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

p {
	margin-top: 0;
}
	
div.hr {
  	height: 3px;
  	margin: 10px 0;
  	background: #fff url(../images/dotted_line_black.gif) 0 0 repeat-x;
}
	div.hr.red {
		background-image: url(../images/dotted_line_red.gif);
	}
div.hr hr {
  	display: none;
}

ul, ol {
    margin: 1em 2em;
    padding: 1em;
    list-style: disc;
    color: #666;
}

ul.winnerList { padding-left: 0; margin-left: 1.25em; }

ol {
    list-style: decimal;
    padding-left: 2.5em;
}

ol ul,
ol ol {
	margin: 0;
	padding: .5 1em;
}

ol.orderedList li span {
    color: #666;
}
ol.orderedList {
    
}

li {
    margin: 0;
    padding: 0;
} 

blockquote, q {
    margin: 0;
    padding: 0;
}   
blockquote span.quoteName {
    font-style: italic;
}

small,
.small { 
    font-size: .8em;
}
sup.small {
	font-size: .5em;
	vertical-align: 30%; 
}

table {
	border: 0;
	border-collapse: collapse;
}


/* ----------------
    PAGE STRUCTURE
    ------------- */
#page {
	min-height: 800px;
	text-align: left;
	padding: 0;
	font-size: 1.2em;
}

#wrapper {
	position: relative;
	width: 865px;
	margin: 0 auto;	
}

#columnMain {
	position: absolute;
	right: 16px;
	top: 155px;
	width: 508px;
	background: url(../images/bg_content_tile.png);
}
	.top,
	.bottom {
		height: 20px;
	}
	.top {
		margin-top: -20px;
		background: url(../images/bg_content_top.png);
	}
	.bottom {
		/*position: absolute; 
		bottom: -20px;*/
		margin-bottom: -20px;
		width: 528px;
		background: url(../images/bg_content_bottom.png);
	}
	
#columnSub {
	position: absolute;
	left: 0;
	width: 392px;
	height: 900px;
	z-index: 99;
	text-align: center;
}

#counter {
	position: absolute;
	top: 75px;
	right: 0;
	color: #FFFFFF;
}

#content {
	min-height: 490px;
	padding: 1em 20px 1.5em 54px;
}

/* ----------------
    MISC STYLES
    ------------- */
h1.title {
	display: none;
	text-align: center;
}

.smallLogo {
	margin: 0 auto;
}
body.jsEnabled .smallLogo {
	display: none;
}

#nav ul {
	padding: 1em;
	margin-top: 0;
	list-style: none;
	background-color: #f9f2e1;
}
	#nav li {
		border-bottom: 1px dotted #000000;
	}
	#nav li a {
		display: block;
		text-align: center;
		font-weight: bold;
		font-family: serif;
		color: #5387bd;
		padding: 3px 0;
	}
    
input[type="text"] {
	padding: 3px;
	border: 1px solid #999;
}
.textFieldSmall {
	width: 80px;
}

table.calculator {
	margin: 10px 30px;
}
div.calculatorResults {
	margin: 20px 70px;
}
	div.calculatorResults p {
		margin: 0;
		padding: 0;
	}
	div.calculatorResults h1 {
		margin-bottom: 0;
	}

.row,
tr.row td {
	padding: 10px;
	background-color: #eff4f9;
}
	.row span {
		font-weight: bold;
	}
.row.alt,
tr.row.alt td {
	background-color: #dee8f3;	
}

.hide {
	/*display: none;*/
}

.toggle {
	padding-left: 10px;
	background: url(../images/bullet.gif) 0 .5em no-repeat;
}
	.toggle.down {
		background-image: url(../images/bullet_down.gif);
	}

dl.faq .hide {
	margin-left: 20px;
}

.pager {
	display: block;
	text-align: right;
}

p.translation {
	margin-top: 3em;
}

#earlyEnter {
	background: url(../images/early_enter-lg.jpg) 50% 0 no-repeat;
	padding: 13px 82px;
        font-size: 0.99em;
}

	#earlyEnter p span { font-size: 1.3em; font-family: georgia, sans-serif; font-weight: bold; }
	
	a.enterLink { 
		background: url(../images/btn-enter-challenge.gif) 0 0 no-repeat; 
		display: block; 
		height: 29px; 
		margin-left: 178px;
		text-indent: -9999px;
		width: 107px; 
	}

p.disclaimer { color: #ffffff; font-size: 0.833em; text-align: left; width: 300px;}
p.disclaimer a { color: #ffffff; 	}
body.jsEnabled p.disclaimer { padding-left: 35px; margin-top: -15px; }
/* ----------------
    FORM
    ------------- */
.form {
	margin: 1em 0;
}
	body.send .form {
		margin: 0;
	}
.required {
	color: red;
}
.form label {
	display: block;
	width: 90px;
	line-height: 25px;
	margin-bottom: -25px;
}
body.locale_es .form label {
	width: auto;
}
.form .inputText,
.form .inputTextarea {
	display: block;
	width: 240px;
	margin-left: 150px;
	margin-bottom: 4px;
}
	
	.form .phoneNumber, .form .birthDate { margin: 0 0 4px 150px; }
	
	.form .birthDate { margin-left: 150px; margin-bottom: 4px; }
	.form .selectBoxMonth { margin-right: 10px; width: 100px; }
	.form .selectBoxDay { margin-right: 10px; width: 40px; }
	.form .selectBoxYear { width: 57px; }
	
	.form .phoneNumber .inputText { display: inline; margin: 0 10px 0 0; }
	.form .phoneNumber .areaCode { width: 40px; }
	.form .phoneNumber .firstDigits { width: 40px; }
	.form .phoneNumber .secondDigits { width: 50px; }
	
	.form .cellPhoneNumber { clear: left; padding-left: 30px; }
	
	.form .agree .cellPhoneNumber label { display: inline; margin: 0 10px 0 0; padding: 0; width: auto !important; }
	
	.form .cellPhoneNumber .inputText { display: inline; margin: 0 10px 0 0; }
	.form .cellPhoneNumber .areaCode { width: 40px; }
	.form .cellPhoneNumber .firstDigits { width: 40px; }
	.form .cellPhoneNumber .secondDigits { width: 50px; }
	
	.form .cellPhoneNumber small { display: block; padding-left: 70px; color: #AAAAAA; font-size: 0.833em; }
	body.locale_es .form .cellPhoneNumber small { padding-left: 100px; }
	
	.form .inputTextarea {
		width: 235px;
		height: 100px;
		font-family: arial, helvetica, sans-serif;
		font-size: 1em;
	}
	
body.send .form .inputText,
body.send .form .inputTextarea {
	margin-left: 130px;	
}
.form .agree {
	clear: both;
	padding: 1em 0;	
}
	.form .agree label {
		float: left;
		width: 360px !important;
		margin: 0 0 0 10px;
		line-height: 1.2em;
	}
	
.form .inputTextStateWrapper,
.form .inputTextZipCodeWrapper {
	float: left;
}
	body.locale_es .form .inputTextZipCodeWrapper {
		clear: left;
		padding-top: 4px;
	}
	.form .inputTextStateWrapper {
		width: auto;
		margin-right: 60px;
	}
	.form .inputTextStateWrapper .value {
		display: block;
		margin-left: 175px;
		margin-top: 5px;
		font-weight: bold;
	}
	.form .inputTextZipCodeWrapper label {
		width: 60px;
	}
	.form .inputTextZipCodeWrapper .inputText {
		width: 72px;
		margin-left: 30px;
	}
		body.locale_es .form .inputTextZipCodeWrapper label {
			width: 125px;
		}
		body.locale_es .form .inputTextZipCodeWrapper .inputText {
			margin-left: 150px;
		}

.form .disabled {
	padding: 3px 0;
	width: 240px;
}

div.errors {
	background: #FFFCD7 url(../images/bg_error.gif) 0 0 repeat-x;
	border: 1px solid #E0D75F;
	margin: 1em 0;
	width: 100%;
}
	div.errorsInner {
		padding-left: 80px;
		background: url(../images/big_error.gif) 15px 1em no-repeat;
	}
	

.submit {
	padding-right: 25px;	
}
	body.send .submit {
		padding-right: 35px;
	}
.submit .commandButton {
	float: right;	
}
.submit span {
	float: left;
	display: inline-block;
	margin-right: .5em;
}
		


.floatLeft {float: left;}
.floatRight {float: right;}
.alignLeft {text-align: left;}
.alighRight {text-align: right;}
.alignCenter {text-align: center;}
.clear {clear: both;}


/* ----------------
    CLEAR FLOATS WITHOUT EXTRA HTML MARKUP
    the ID or class is the parent of the floated items
    ------------- */ 
#wrapper:after,
.form:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

#wrapper,
.form { 
	display: inline-block; 
	_height: 1%;
}

/* Hides from IE-mac \*/
#wrapper,
.form { display: block; }
/* ----------------
    END CLEAR FLOATS WITHOUT EXTRA HTML MARKUP
    ------------- */
