

@charset "UTF-8";
/* CSS Document */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
} 

html>body {
	font-size: 12px;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #2B1C49;
	margin-left: 15px;
}

h2.checkMoreInfo{
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #2B1C49;
	margin-left: 15px;
	padding: 12px 0px 5px;
}

#container{
	width: 960px;
	height: 650px;
	background: url(../images/calc_bg.gif) no-repeat;
	margin: 10px auto;
	position: relative;
}

#header{
	position: absolute;
	top: 22px;
	left: 75px;
}

#content{
	position: absolute;
	top: 90px;
	left: 23px;
	width: 915px;
	height: 484px;
	background-position: 0px 195px;
}

#column1{
	position: absolute;
	left: 330px;
	top: 0px;
	width: 585px;
}

#nav{
	position: absolute;
	top: 430px;
	left: 10px;
	width: 915px;
}

#foottext{
	position: absolute;
	top: 570px;
	left: 0px;
	width: 915px;
}

#logos{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	text-align: right;
}

#logos img{
	margin-right: 20px;
}

#footer{
	position: absolute;
	top: 592px;
	width: 960px;
}

#footer ul{
	width: 850px;
	margin: 0 auto;
}

#footer li{
	display: inline;
	float: left;
	margin-right: 5px;
	list-style: none;
}

#footer a, #footer a:visited{
	display: block;
	width: 235px;
	height: 20px;
	background: #666;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 8px 0px 0px 0px;
}

#footer a:hover, #footer a:visited:hover{
	background-position: 0px -30px;
}

.tip{
	position: absolute;
	left: 10px;
	top: 0px;
	background: url(../images/calc_tipbox_top.png) no-repeat;
	
}

.tipContent{
	background: url(../images/calc_tipbox_bottom.png) no-repeat bottom;
	width: 295px;	
	padding: 10px 10px 13px 10px;
	color: #fff;
}

.tip h2{
	color: #fff;
	font-size: 18px;
	margin: 0px 0px 20px 20px;
}

.tip p{
	color: #fff;
	margin: 15px 0px 0px 0px;
	line-height: 15px;
}

.tip a, .tip a:visited{
	color: #fff;
	
}

.tip a:hover, .tip a:visited:hover{
	color: #BDB6D3;
	text-decoration: underline;
}

#resultsOverview{
	position: absolute;
	left: 10px;
	top: 0px;
	width: 295px;
	height: 200px;
	background: url(../images/calc_results_box.gif) no-repeat;
	padding: 10px;
}

#resultsOverview h2{
	color: #fff;
	font-size: 18px;
	margin: 0px 0px 13px 30px;
}

#resultsOverview table{
	width: 100%;
	border-bottom: 1px solid #D6E5B7;	
}

#resultsOverview tr{
	border-top: 1px solid #D6E5B7;
}

#resultsOverview td{
	padding: 7px 0px;
	color: #fff;
	font-size: 14px;
}

/* --- Form Elements --- */

fieldset{
	padding: 15px 30px 15px 30px;
	background: url(../images/calc_question_bg.png) no-repeat;
	margin: 5px 0px;
	min-height: 57px;
	position: relative;
}

fieldset.selected, fieldset.smallField.selected, fieldset.largeField.selected, fieldset.smallerField.selected{
	background-position: 0px -115px;
}

fieldset.error-field, fieldset.smallField.error-field, fieldset.largeField.error-field, fieldset.smallerField.error-field{
	background-position: 0px -230px;
}

fieldset.smallField{
	background: url(../images/calc_question_bg_sm.png) no-repeat;
	min-height: 35px;
}

fieldset.smallerField{
	background: url(../images/calc_question_bg_smr.png) no-repeat;
	min-height: 25px;
	padding: 10px 30px 15px 30px;
}

fieldset.largeField{
	background: url(../images/calc_question_bg_lg.png) no-repeat;
	min-height: 35px;
}

fieldset.selected p{
	color: #7BA033;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	line-height: 16px;
}

fieldset.selected label{
	color: #003366;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 30px 0px 5px;
}

fieldset p{
	color: #BBB;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	line-height: 16px;
}

fieldset label{
	color: #BBB;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 30px 0px 5px;
}

div.detailsForm fieldset label{
	color: #999;
}

fieldset .moreInfoIcon{
	display: none;
	position: absolute;
	top: -4px;
	right: 48px;
	width: 24px;
	height: 24px;
	background: url(../images/calc_info_icon.png) no-repeat;
	cursor: hand;
	cursor: pointer;
}


fieldset.selected .text label{
	color: #003366;
	margin-top: 5px;
}

.text label{
	display: block;
	float: left;
	width: 130px;
	margin-top: 5px;
}

.text input{
	border: 2px solid #ccc;
	width: 250px;
	height: 23px;
}

fieldset.selected .text input{
	border: 2px solid #96BA5B;
}

.form-error{
	border: 1px solid #D4145A;
}

#nextButton{
	position: absolute;
	top: 381px;
	right: 10px;
	background: url(../images/calc_button_next.png) no-repeat;
	width: 107px;
	height: 34px;
	border: 0px;
}

#nextButton.active{
	background: url(../images/calc_button_next.png) no-repeat;
	background-position: 0px -35px;
}

#nextButton span{
	display: none;
}

#backButton{
	position: absolute;
	top: 381px;
	left: 15px;
	background: url(../images/calc_button_back.png) no-repeat;
	width: 107px;
	height: 34px;
	border: 0px;
}

#backButton span{
	display: none;
}

#calculateButton{
	position: absolute;
	top: 381px;
	right: 10px;
	background: url(../images/calc_button_calculate.gif) no-repeat;
	width: 122px;
	height: 34px;
	border: 0px;
}

#calculateButton span{
	display: none;
}

#resetButton{
	position: absolute;
	top: 381px;
	right: 238px;
	background: url(../images/calc_button_reset.png) no-repeat;
	width: 104px;
	height: 34px;
	border: 0px;
}

#resetButton span{
	display: none;
}

#skipButton{
	position: absolute;
	top: 381px;
	right: 140px;
	background: url(../images/calc_button_skip.gif) no-repeat;
	width: 70px;
	height: 34px;
	border: 0px;
}

#skipButton span{
	display: none;
}

#reportButton{
	position: absolute;
	top: 381px;
	right: 30px;
	width: 107px;
	height: 34px;
}

#disclaimer, #privacyPolicy{
	position: absolute;
	background: url(../images/calc_bg_repeat.png);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#disclaimerWindow, #privacyPolicyWindow{
	width: 480px;
	height: 570px;
	padding: 35px 30px 0px 30px;
	margin: 60px auto 30px auto;
	background: url(../images/calc_disclaimer_bg.png) no-repeat;

}

#disclaimerWindow h2, #privacyPolicyWindow h2{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 0px 0px 20px 0px;
}

#disclaimerWindow p, #privacyPolicyWindow p{
	color: #000;
	line-height: 18px;
	margin: 5px 0px 15px 0px;
}

#privacyPolicyWindow li{
	list-style: disc;
	margin: 0.75em 0px 0.75em 15px;
}

#disclaimerContent, #privacyPolicyContent{
	overflow: auto;
	height: 220px;
	padding: 10px;
	margin: 0px 10px;
	background: #fff;
}

#agreeButton, #privacyCloseButton{
	margin-top: 5px;
	text-align: center;
}

#ageTrack{
	width: 508px;
	height: 32px;
	background: url(../images/calc_slider_bar.gif) no-repeat center;
}

#ageHandle{
	width: 25px;
	height: 25px;
	background: url(../images/calc_slider_drag.png) no-repeat;
}

#ageInput{
	background: url(../images/calc_textbox_sm.gif) no-repeat;
	padding: 3px;
	margin-bottom: 3px; 
	color: #999;
	font-size: 15px;
}

#ageInput input{
	width: 92px;
	height: 18px;
	border: 1px solid #fff;
	background: #fff;
	text-align: center;
	padding: 0px;
	margin-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #333;
}

.contentArea{
	margin: 0px 20px;
}

.contentArea p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 1em 0em;
	color: #333333;
}

p.detailsPage{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0em 20px;
	color: #333333;
}

.contentArea ul{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 1em 0em;
	color: #333333;
}

.contentArea li{
	margin: 0px 0px 10px 15px;
}

.contentArea h1{
	font-size: 16px;
	font-weight: bold;
	color: #2B1C49;
	margin: 10px 0px;
}

.contentArea p.aboutText{
	margin-top: 70px;
}

