body {
	background-color:#004d8e;
	margin: 0;
	padding: 0;
}

.clear {clear: both; }

#bodyBox {
	min-height:680px;
	width:960px;
	margin: 0 auto;
	background:url('images/background_large.jpg') top left no-repeat #004d8e;
	position:relative;
}

.fl {float:left;}
.fr {float:right;}

.cl {clear:left;}
.cr {clear:left;}

.rpad6 {padding-right:6px}
.rpad8 {padding-right:8px}
.rpad10 {padding-right:10px}
.rpad12 {padding-right:12px}

.lpad6 {padding-left:6px}

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


/*********************************************************************
************************ HEADER SECTION ******************************
*********************************************************************/

#header {
	width:920px;
	margin: 0 auto;
	padding-top:24px;
}

#header #logo {
	width:347px;
	height:117px;
	background:url('images/logo.png') top left no-repeat;
	float:left;
}

#header #tagline {
	color: #ffffff;
    float: left;
    margin-left: 20px;
    margin-top: 71px;
    width: 428px;
	font-family:'Jura';
	font-size:1em;
}

/*********************************************************************
********************** NAVIGATION SECTION ****************************
*********************************************************************/

#navBox {
	clear:left;
	padding-top:16px;
}

#navigation {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width:883px;
}

#navigation li
{
	display: block;
	float:left;
	list-style-type: none;
	width:171px;
	padding-right:7px;
}

#navigation li:last-child
{
	padding-right:0px;
}

#navigation li a
{
	display: block;
	background: rgba(255, 255, 255, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);
	border: 2px solid #74a45d;
	height:41px;
	padding: 10px 6px 5px 6px;
	font-family:'Jura';
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	color:#214072;
}

#navigation li a:hover
{
	background: rgba(255, 255, 255, 0.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bfffffff,endColorstr=#bfffffff);
}

#navigation li a img {
	float:left;
}

#navigation li a span {
	height:25px;
}

/*********************************************************************
********************** ANSWER NAVIGATION SECTION *********************
*********************************************************************/

#answerNavBox {
	clear:left;
	position:absolute;
	left: 40px;
}

#answerNav {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width:883px;
}

#answerNav li
{
	display: block;
	float:left;
	list-style-type: none;
	width:170px;
	padding-right:8px;
}

#answerNav li:last-child
{
	padding-right:0px;
}

#answerNav li a
{
	display: block;
	background-color:#d08332;
	border: 2px solid #d08332;
	height:38px;
	padding: 8px 6px 0px 6px;
	font-family:'Jura';
	font-size:.9em;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

#answerNav li a:hover
{
	background: rgba(255, 255, 255, 0.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bfffffff,endColorstr=#bfffffff);
}

#answerNav li a img {
	float:left;
}

#answerNav li a span {
	height:25px;
}

.chooseAnswerBox {
	float:right;
	font-style:normal;
}

.chooseAnswerBox img {
	padding-right:6px;
	vertical-align: middle;
}

.chooseAnswerBox a {
	color:#666666;
	text-decoration:none;
	font-size:.7em;
}

.chooseAnswerBox a span {
	padding-bottom:4px;
}

/*********************************************************************
******************** ANSWER HOVER SECTION ****************************
*********************************************************************/

#answer_1_hover,#answer_2_hover,#answer_3_hover,#answer_4_hover,#answer_5_hover,#answer_6_hover,#answer_7_hover {
	position:absolute;
	background-color:#ffe7cc;
	border:2px solid #d08332; 
	display:none;
	width:400px;
	z-index:10;
	padding:10px;
	font-family: 'Istok Web', sans-serif;
	font-style:italic;
	font-size:.9em;
}

#arrowBox {
	position:relative
}

.answer_arrow {
	position:absolute;
	z-index:10;
	top: 14px; 
	right: -46px
}

/*********************************************************************
************************* CONTENT SECTION ****************************
*********************************************************************/

#contentBox {
	clear:left;
}

#contentBox #defaultContent {
	width:820px;
	margin:0 auto;
	padding-top:20px;
}

#contentBox #defaultContent .leftSideContent {
	float:left;
	width:420px;
	font-family:'Jura';
	font-size:1em;
	color:#fff;
}

#contentBox #defaultContent .rightSideContent {
	float:right;
	font-family:'Jura';
	font-size:.8em;
	color:#fff;
	text-align:right;
}



/*********************************************************************
********************** QUESTION SECTION ****************************
*********************************************************************/

#question_1,#question_2,#question_3,#question_4,#question_5 {
	display:none;
}

.questionBox {
	background-color:#fff;
	margin:10px 39px 0 39px;
	border:2px solid #74a45d;
	padding:12px 15px 20px 20px;
	font-family: 'Istok Web', sans-serif;
}

.qText {
	font-style:italic;
	padding-top: 9px;
}

.questionBox .col1 {
	float:left;
	width:170px;
}

.questionBox .col1 .primaryPic {
	border:2px solid #74a45d;
}

.questionBox .col1 .primaryPic:hover {
	cursor:pointer;
}

.questionBox .col1 h5 {
	color:#214072;
	font-weight:bold;
	padding:0;
	margin:0 0 6px 0;
	font-size:1em;
}

.questionBox .col1 .nextQuestion {
	color:#74a45d;
	font-weight:bold;
	font-size:1.1em;
	margin:10px 25px 0 0;
	float:right;
	display:none;
	cursor:pointer;
}

.questionBox .col1 .nextQuestion span {
	float:left;
	padding:5px;
}

.questionBox .col2 {
	float:left;
	width:368px;
	font-size:.8em;
}

.questionBox .col2 .wrongAnswer {
	color:#ff0000;
	font-size:1.6em;
	font-weight:bold;
	text-transform:uppercase;
	display:none;
}

.questionBox .col2 .correctAnswer {
	display:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

.questionBox .col2 .correctAnswer span {
	color:#74a45d;
	font-size:1.6em;
	font-weight:bold;
	text-transform:uppercase;
}

.questionBox .col3 {
	float:left;
	width:305px;
}

.answerButtons {
	margin:0;
	padding:0;
}

.answerButtons li {
	position:relative;
	display:block;
	height:23px;
	line-height:26px;
	color:#d08332;
	border:2px solid #d08332;
	padding:6px;
	margin:6px;
	background-color:#fff;
	list-style-type: none;
	text-align:top;
	cursor:pointer;
}

.answerButtons li span {
	color:#e3b584;
	font-size:2em;
	font-weight:600;
	float:left;
}

.answerButtons li .wrongX {
	position:absolute;
	top:1px;
	left:130px;
}

.answerButtons li span.answerText {
	padding-left:5px;
	font-size:1em;
	color:#d08332;
}

.answerButtons .listWrongAnswer {
	background-color:#ffe7cc;
}

.answerButtons .wrongX {
	display:none;
}

.answerButtons .listCorrectAnswer {
	background-color:#ffc080;
}

.answerButtons .listCorrectAnswer span {
	color: #d08332;
}

#q1Arrow {
	background:url('images/questions/question_arrow.png') top left no-repeat;
	width:43px;
	height:22px;
	position:absolute;
	left: 107px;
	top:-10px;
}

#q2Arrow {
	background:url('images/questions/question_arrow.png') top left no-repeat;
	width:43px;
	height:22px;
	position:absolute;
	left: 280px;
	top:-10px;
}

#q3Arrow {
	background:url('images/questions/question_arrow.png') top left no-repeat;
	width:43px;
	height:22px;
	position:absolute;
	left: 450px;
	top:-10px;
}

#q4Arrow {
	background:url('images/questions/question_arrow.png') top left no-repeat;
	width:43px;
	height:22px;
	position:absolute;
	left: 630px;
	top:-10px;
}

#q5Arrow {
	background:url('images/questions/question_arrow.png') top left no-repeat;
	width:43px;
	height:22px;
	position:absolute;
	left: 800px;
	top:-10px;
}

/*********************************************************************
********************** CONCLUSION SECTION ****************************
*********************************************************************/

#conclusion {
	display:none;
	clear:left;
}

#contentBox #conclusion {
	width:820px;
	margin:0 auto;
	padding-top:70px;
}

#contentBox #conclusion .leftSideContent {
	float:left;
	width:600px;
	font-family:'Jura';
	font-size:1em;
	color:#fff;
}

#contentBox #conclusion .rightSideContent {
	float:right;
	font-family:'Jura';
	font-size:.8em;
	color:#fff;
	text-align:right;
}


/*********************************************************************
********************** POPUP SECTION ****************************
*********************************************************************/

#popup {
	position:absolute;
	background-color:#fff;
	border: 3px solid #5a9b38;
	top:98px;
	left:282px;
	padding:10px;
	color:#666666;
	font-family:'Jura';
	font-size:.9em;
	display:none;
	width:373px;
}

#popup .closePopBox {
	float:right;
	font-style:normal;
}

#popup .closePopBox img {
	padding-right:6px;
	vertical-align: middle;
	padding-bottom: 1px;
}

#popup .closePopBox a {
	color:#666666;
	text-decoration:none;
	font-size:.7em;
}

#popup .closePopBox a span {
	padding-bottom:4px;
}

.picTextHolder { 
	display:none;
}

/*********************************************************************
********************** CONGRATS SECTION ****************************
*********************************************************************/

#congrats {
	position:absolute;
	background-color:#fff;
	border: 3px solid #5a9b38;
	top:250px;
	left:282px;
	padding:10px;
	color:#666666;
	font-family:'Jura';
	font-size:1.1em;
	display:none;
}

#congrats .congratsText {
	display: block;
    text-align: center;
}

#congrats .closeCongratsBox {
	float:right;
	font-style:normal;
}

#congrats .closeCongratsBox img {
	padding-right:6px;
	vertical-align: middle;
	padding-bottom: 1px;
}

#congrats .closeCongratsBox a {
	color:#666666;
	text-decoration:none;
	font-size:.7em;
}

#congrats .closeCongratsBox a span {
	padding-bottom:4px;
}

#congrats .jumpToFinish {
	background-color: #ff9900;
    color: #ffffff;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    padding: 10px;
    text-decoration: none;
    width: 75px;
}

/*********************************************************************
************************* FOOTER SECTION ****************************
*********************************************************************/

#footer {
	font-family:'Jura';
	position:absolute;
	font-size:.8em;
	bottom:7px;
	left:50px;
	width:870px;
}
#footer a {
	font-family:'Jura';
	color:#fff;
}

#footer #companyLogo {
	float:right;
	width:187px
}

#footer #companyAddress {
	width:300px;
	color:#fff
}
