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

body{
	background-color:#094a9e;
	color:#363636;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style:normal;
	margin:0px 0pt;
	padding:0px;
}

#bg{
	background:url(../images/m_bg.jpg) center top no-repeat;
	margin:0pt auto;
}
#mainpage{
	background-color:#ffffff;
	margin:0pt auto;
	padding:0px 30px;
	position:relative;
	width:790px;
}

h1{
	color:#ff0000;
}
h2{
	color:#0000ff;
}
h5{
	color:#226b49;
	padding:10px 0px 10px 0px;
	margin:0px;
	font-size:22px;
	font-weight:bold;
}
p{
	margin:0px 0px;
	padding:10px 0px;
}
li{
	padding-bottom:10px;
}
a:link{
	color:#93325b;
}
a:hover{
	color:#12318c;
}
a:visited{
	color:#4b447a;
}
strong{
	color:#226b49;
	font-weight:bold;
}

.cent{
	text-align:center;
}

/* text */
.grn_txt{
	color:#226b49;
}
.grn_txt_b{
	color:#226b49;
	font-weight:bold;
}
.bur_txt{
	color:#93325b;
}
.bur_txt_b{
	color:#93325b;
	font-weight:bold;
}
.blk_txt{
	color:#000000;
}

.box_take_assessment{
	background:url(../images/q_box.gif) no-repeat;
	width:348px;
	height:280px;
	margin:10px 0px 10px 20px;
	float:right;
}

/* landing page) */
.lp_title{
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:#ffffff;
}
#lp_top{
	background: url(../images/lp_box3.gif) center top no-repeat;
	margin:0pt auto;
	width:850px;
	height:483px;
}
#lp_top_txt{
	margin:248px 30px 30px 30px;
	text-align:center;
	font-size:24px;
	color:#93325b;
}

#lp_top_txt strong{
	color:#93325b;
	font-weight:bold;
}

/* quiz */
#qz_top{
	background: url(../images/qz_top.gif) center top no-repeat;
	margin:0pt auto;
	width:850px;
	height:235px;
}
#qz_btm{
	margin:0pt auto;
	width:850px;
}
.question{
	color:#93325b;
	font-size:18px;
	font-weight:bold;
	margin: 12px 0px 2px 0px;
}
.needmoreanswers{
	color:#ff0000;
	font-weight:bold;
}
.subquestion{
	color:#000000;
	margin:0px;
	padding:8px 0 2px 0;
}
.subquestion label{
	font-size:12px;
}
.subqerr{
	color:#ff0000;
	font-weight:bold;
}
.sq_div{
	font-size:12px;
	margin-left:12px;
	margin-bottom:10px;
}

.ybg{
	background-color:#ffffaa;
	width:96%;
	padding:0 10px 0 10px;
	margin:0;
	text-align:left;
}

#coupon{
	position:relative;
	margin: 0 auto;
	padding:15px 15px 15px 15px;
	width: 600px;
	background-color:#fde4a2;
	border-style:dashed;
	border-color:#074d95;
}
