html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border:0;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
.clear {
	clear:both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    *zoom: 1;     /* triggers hasLayout */
    *display: block;     /* resets display for IE/Win */
}
h1,h2,h3 {
	margin: 0 0 1em;
	padding: 0;
}
h1 {
	font-family: Oswald, "Arial Narrow";
	font-size: 20px;
}
h2 {
	font-size: 22px;
}
a {
	text-decoration:none;
	color: #1041ae;
}
p {
	margin: 0 0 1em;
}
body, html {
	font-family: Georgia, Arial, sans-serif;
	font-size: 19px;
	line-height: 1.3;
	background: #c0c0c0;
}
#container {
	width: 1024px;
	margin: 0 auto;
	background: #ee2e22;
}
#logo {
	display: block;
	margin: 0 auto 10px;
}
#menu {
	width: 240px;
	float: left;
	font-family: Oswald, "Arial Narrow";
	font-size: 14px;
}
#menu a {
	display: block;
	padding: 5px 0 5px 15px;
	color: #000;
}
#menu a.current {
	background: #fff;
}
#menu a span {
	display: block;
	margin-left: 65px;
}
#menu a span:first-child {
	display: block;
	float: left;
	margin: 0;
}
#main {
	width: 634px;
	float: left;
	position: relative;
	background: #fff;
	min-height: 500px;
	padding: 20px 110px 170px 40px; 
}
.title {
	margin-top: 50px;
	font-size: 20px;
}
.instruct {
	font-size: 17px;
}
h1.page-title {
	font-size: 51px;
	text-align: center;
	margin-bottom: 25px;
}

.module-desc {
	font-size: 22px;
}

#questions > li {
	float: left;
	clear: both;
	margin-bottom: 30px;
}
.answer {
	float: left;
}
.range {
	float: left;
	text-align: center;
	font-size: 12px;
	width: 100%;
	height: 18px;
	line-height: 18px;
	background: url("images/rangebg.png") repeat-y;
}
.range-right {
	float: right;
	margin-right: 8px;
}
.range-left {
	float: left;
	color: #fff;
	margin-left: 8px;
}
.radiobtns {
	clear: both;
	float: left;
	padding: 0 4px;
}
.radiobtns input:first-child {
	margin-left: 0;
}
.radiobtns input {
	margin-left: 130px;
	padding: 0px;
}
.button2 {
	padding-left: 20px;
	display: block;
	width: 154px;
	height: 125px;
	line-height: 120px;
	color: #fff;
	font-family: Oswald, "Arial Narrow";
	font-size: 26px;
	position: absolute;
	bottom: 40px;
	right: 125px;
	background: url("images/get_score.png") no-repeat;
}
.gobtn img {
	position: relative;
	top: 12px;
	margin-left: 10px;
	margin-top: -12px;
}

#signup {
	background: #f9bbbd;
	border: 1px solid #000;
	padding: 20px;
	width: 400px;
	margin: 150px auto 0;
	text-align: center;
}
#signup input {
	padding: 5px;
}
#signup input[type=text] {
	width: 200px;
}

#demographic {
	display: none;
	text-align: center;
	width: 300px;
	height: 100px;
	padding: 10px 0 !important;
	color: #000;
}
#demographic .age {
	width: 40px;
	padding: 5px;
}
#demographic select {
	padding: 5px;
}
#demographic input[type=submit] {
	background: #333;
	color: #fff;
	border: #777 2px solid;
	cursor: pointer;
}
#demographic .nothanks {
	float: right;
	display: block;
	margin-top: 20px;
	color: #000;
	font-size: 10px;
}
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {color:#bbb; background-color:#ccc; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}


.scale10 input {
	margin-left: 30px;
	margin-right: 5px;
}