/* This stylesheet handles all content styling for both dynamic and core versions. */

/* RESET.CSS */

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,
font,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 100%;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* GENERAL STYLES */

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #000;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

h2 {
	margin-bottom: 1em;
	padding: 0.5em;
	font-size: 1.2em;
	background-color: #eee;
}

h2.sub_head small {
	display: block;
	font-size: 12px;
}

h3 {
	clear: both;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	color: #6a6841;
	border-bottom: 1px solid #6a6841;
}

h4 {
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	color: #000;
}

#maincontent a {
	text-decoration: underline;
	color: #000;
}

#maincontent a:hover {
	color: #444;
}

#maincontent p,
#maincontent ol,
#maincontent ul {
	font-size: 1.2em;
	line-height: 1.6em;
}

#maincontent p {
	margin: 1em 0 1em 0;
}

#maincontent img {
	margin: 7px;
	padding: 3px;
	border: 1px solid #eee;
}

#maincontent ul,
#maincontent ol {
	margin: 1em;
	padding-left: 20px;
}

#maincontent ul li {
	list-style: disc;
}

#maincontent ol li {
	list-style-type: decimal;
}

#maincontent ul li ul li {
	list-style: circle;
}

#maincontent ul li ul li ul li {
	list-style: square;
}

#maincontent ol li {
	list-style-type: decimal;
}

#maincontent ul li ul,
#maincontent ol li ol,
#maincontent ul li ol,
#maincontent ol li ul {
	font-size: inherit;
}

#maincontent table {
	margin: 2em 0;
	border-top: 3px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	font-size: 1.2em;
	background-color: #eee;
}

#maincontent table tr.odd {
	background-color: #fff;
}

#maincontent table th {
	padding: 1em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #fff;
}

#maincontent table td {
	padding: 0.5em 1em;
	border-right: 1px solid #ddd;
	vertical-align: top;
}

#maincontent .caption {
	display: inline-block;
	margin: auto;
}

#maincontent .caption p {
	padding: 0.3em 1em 0.5em 1em;
	border-bottom: 2px solid #ddd;
	text-align: center;
	font-size: 1em;
	font-style: italic;
	font-family: Georgia, Palatino, Times, serif;
	color: #444;
	background-color: #eee;
}

/* MODIFYING CLASSES */

.wide {
	width: 100%;
}

.narrow {
	width: 80%;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	display: block;
	margin: 0 auto 1em auto;
	text-align: center;
}

/* INTERACTIONS */

div.question_wrap {
	clear: both;
	margin: 1em 0;
	padding: 1em 0;
	border: 5px solid #ddd;
	background: #eee url(../media/graphics/interface/question_bg.png) top left repeat-x;
}

div.question_wrap * {
	vertical-align: top;
}

div#maincontent div.question_wrap h3 {
	margin-bottom: 1em;
	padding: 0 0.5em;
	color: #888;
	font-size: 1.4em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

div.question_wrap p,
div.question_wrap h3,
div.question_wrap h4,
div.question_wrap h5,
div.question_wrap form {
	padding: 0 10px 1em 10px;
	line-height: 1.6em;
}

div.question_wrap p.question {
	padding: 0px 10px;
	font-weight: bold;
}

div.question_wrap form {
	display: block;
	/* width: 97%; */ /* change this to adjust the width of the multiple choices answers */
	clear: both;
}

div.question_wrap form fieldset {
}

div.question_wrap form fieldset div {
	clear: both;
	width: 98%;
	float: left;
	display: block;
	margin: 0 0 1em 0;
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 1.2em;
	background-color: #f5f5f5;
}

div.question_wrap form fieldset div:hover {
	background-color: #fff;
}

div.question_wrap div input {
	float: left;
	width: 5%;
	display: block;
}

/* input.submit_button {
	display: block;
	padding: .4em .5em .4em 2em;
	border: 0px solid #ddd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: #000 url(../media/graphics/interface/icon_check.png) center left no-repeat;
	} */

/* input.submit_button:hover {
	color: #fff;
	background-color: #444;
	} */

input.submit_button {
	clear: both;
	display: block;
	width: 70px;
	height: 24px;
	margin: 1em 0 0 0;
	padding: 0px;
	border: none;
	font-size: 0px;
	line-height: 0px;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
	background: url(../media/graphics/interface/done_btn.png) 0 0 no-repeat;
}

input.spanish_submit {
	clear: both;
	display: block;
	width: 120px;
	height: 24px;
	margin: 1em 0 0 0;
	padding: 0px;
	border: none;
	font-size: 0px;
	line-height: 0px;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
	background: url(../media/graphics/interface/done_btn.png) 0 -36px no-repeat;
}

input.submit_button:hover {
	background: url(../media/graphics/interface/done_btn.png) -70px 0 no-repeat;
}

input.spanish_submit:hover {
	background: url(../media/graphics/interface/done_btn.png) -120px -36px no-repeat;
}

div.question_wrap form fieldset label {
	display: block;
	float: right;
	width: 93%;
}

div.question_wrap form fieldset label strong {
	font-size: 1em;
}

div.question_wrap div.answer {
	display: none;
	margin: 0 1em;
	padding: 1em;
	border: 1px solid #ddd;
	background-color: #fff;
}

div.question_wrap form .correct_answer {
	background-color: #c1e59d;
	border: 1px solid #c2e5a0;
}

div.question_wrap form .correct_answer:hover {
	border: 1px solid #fff;
	background-color: #cef3a9;
}

div.question_wrap form .dropdown_correct {
	text-indent: 20px;
	display: none;
}

div.question_wrap p.response {
	padding: 0px;
	font-weight: bold;
}

div.question_wrap p.explanation {
	padding: 0px;
}

#maincontent div.question_wrap .right,
#maincontent div.question_wrap .left {
	margin: 0 1em 1em 1em;
}

#maincontent div.question_wrap table td {
	border-top: 1px solid #ddd;
	background-color: #fff;
}

/* IMAGE GALLERY */

table#image_gallery {
	margin: 0px;
	border: none;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 0px;
	font-size: 1em;
	background-color: #fff;
}

table#image_gallery strong {
	font-size: 0.9em;
}

table#image_gallery td {
	margin: 0px;
	padding: 0px;
	border: none;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.recordDiv {
	vertical-align: top;
	display: block;
	margin: 0;
	padding: 12px;
	font-size: 1em;
	line-height: 1.4em;
	background-color: #fff;
}

.recordDiv img {
	display: block;
	margin: 0 auto;
}

/* GLOSSARY */

.glossary {
	width: 99%;
	clear: both;
	float: left;
	margin-bottom: 1em;
	border: 1px solid #ddd;
	border-bottom: none;
}

dl {
	float: left;
	width: 100%;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	font-size: 1.2em;
	line-height: 1.6em;
	background-color: #eee;
}

dt {
	float: left;
	width: 28%;
	padding: 10px 2%;
}

dd {
	float: right;
	width: 62%;
	min-height: 75px;
	padding: 10px 2%;
	border-left: 1px solid #ddd;
	background-color: #fff;
}

.glossary_index {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-weight: bold;
}

#maincontent .glossary ul {
	font-size: 1em;
}

#maincontent p.top,
#maincontent p.letter_heading {
	clear: both;
	padding: 10px;
	margin-bottom: 0px;
	font-size: 1em;
	background-color: #fff;
}

#maincontent p.letter_heading {
	font-size: 3em;
	font-family: Palatino;
	line-height: 1em;
	color: #fff;
	background-color: #aaa;
}
