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;
}
i, em {
	font-style:italic;
}
b, 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, serif;
	font-size: 18px;
	line-height: 1.3;
	background: #c0c0c0;
}
#container {
	width: 1024px;
	margin: 0 auto;
	background: #fff200;
}
#logo {
	display: block;
	margin: 0 auto 10px;
}
#menu {
	width: 250px;
	float: left;
	padding-top: 10px;
}
.focus_intro {
	padding: 10px 20px 30px;
	font-size: 12px;
}
#menu a {
	display: block;
	padding: 5px 0 5px 20px;
	color: #000;
	font-family: Oswald, "Arial Narrow";
	font-size: 15px;
}
#menu a.current {
	background: #fff;
}
#menu a span {
	display: block;
	margin-left: 65px;
}
#menu a span:first-child {
	display: block;
	float: left;
	margin: 0;
	width: 100px;
	text-transform: uppercase;
}
#main {
	width: 624px;
	float: left;
	position: relative;
	background: #fff;
	min-height: 500px;
	padding: 20px 110px 150px 40px; 
}
.instructions {
	font-size: 12px;
	margin-bottom: 20px;
}
h1.page-title {
    font-size: 51px;
    margin-bottom: 25px;
    text-align: center;
}

.title {
	margin-top: 50px;
	font-size: 20px;
}
.title span {
	margin-right: 10px;
}

.module-desc {
	font-size: 22px;
}
#questions > li {
	float: left;
	clear: both;
	margin: 20px 40px 20px 0;
}
#questions input[type=text] {
	font-size: 14px;
	padding: 4px;
	width: 280px;
}
#questions input[type=radio] {
	position: relative;
	top: 2px;
}
.answer {
	float: left;
	font-weight: bold;
}
.range {
	border-top: 1px solid #000;
	margin-top: 10px;
	float: left;
	width: 100%;
	text-align: center;
}
.range-left, .range-center, .range-right {
	float: left;
	min-height: 1px;
	width: 33.33%;
}
.range-right {
	text-align: right;
}
.range-left {
	text-align: left;
}
.radio_2 label {
	font-weight: bold;
	margin-right: 70px;
}
.radio_4 label {
	font-weight: bold;
	margin-right: 30px;
}

.radiobtns label.last {
	margin-right: 0;
}
.radiobtns label {
	margin-right: 70px;
}
.button {
	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: #FFFFFF;
	border: 1px solid #fff200;
	padding: 10px;
margin-top:30px;
	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;}

