/* 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: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a {
	text-decoration: none;
	color: #000;
	}
	
sup {
	vertical-align: super;
	}
	
sub {
	vertical-align: sub;
	}
	
h2 {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 12px;
	background-color: #eee;
	}
	
h3 {
	clear: both;
	padding-top: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	line-height: 24px;
	color: #bd683c;
	}
	
h4 {
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 12px;
	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 a img {
	display: block;
	margin: auto;
	}
	
#maincontent p,
#maincontent ol,
#maincontent ul {
	font-size: 14px;
	line-height: 22px;
	}
	
#maincontent p {
	margin: 0 0 10px 0;
	}
	
#maincontent img {
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #eee;
	}
	
#maincontent ul,
#maincontent ol {
	margin: 10px 0;
	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 ul li ul,
#maincontent ol li ol,
#maincontent ul li ol,
#maincontent ol li ul {
	font-size: inherit;
	line-height: 22px;
	}
	
#maincontent table {
	margin: 20px 0;
	border-top: 3px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	font-size: 12px;
	background-color: #eee;
	}
	
#maincontent table tr.odd {
	background-color: #fff;
	}
	
#maincontent table th {
	padding: 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	}
	
#maincontent table td {
	padding: 5px 10px;
	border-right: 1px solid #ddd;
	vertical-align: top;
	}
	
#maincontent .caption {
	display: inline-block;
	margin: auto;

	}

#maincontent .caption p {
	padding: 3px 10px 5px 10px;
	border-bottom: 2px solid #ddd;
	text-align: center;
	font-size: 10px;
	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 10px 10px 0;
	}
	
.right {
	float: right;
	margin: 0 0 10px 10px;
	}
	
.center {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
	}



/* INTERACTIONS */

div.question_wrap {
	clear: both;
	margin: 10px 0;
	padding: 10px 0;
	border: 5px solid #ddd;
	font-size: 14px;
	line-height: 22px;
	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: 10px;
	padding: 0 5px;
	color: #888;
	font-size: 14px;
	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 10px 10px;
	line-height: 22px;
	}
	
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 10px 0;
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 14px;
	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: 10px 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: 10px 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: 10px;
	}
	
div.question_wrap div.answer {
	display: none;
	margin: 0 10px;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #fff;
	}
	
div.question_wrap form .correct_answer {
	background-color: #e5e29d;
	border: 1px solid #cbc98b;
	}
	
div.question_wrap form .correct_answer:hover {
	border: 1px solid #fff;
	background-color: #e5e29d;
	}
	
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 10px 10px 10px;
	}
	
#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: 10px;
	background-color: #fff;
	}
	
table#image_gallery strong {
	font-size: 9px;
	}
	
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: 10px;
	line-height: 14px;
	background-color: #fff;
	}
	
.recordDiv img {
	display: block;
	margin: 0 auto;
	}

/* GLOSSARY */

.glossary {
	width: 99%;
	clear: both;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-bottom: none;
	}
	
dl {
	float: left;
	width: 100%;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	line-height: 22px;
	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: 10px;
	}
	
#maincontent p.top,
#maincontent p.letter_heading {
	clear: both;
	padding: 10px;
	margin-bottom: 0px;
	font-size: 10px;
	background-color: #fff;
	}
	
#maincontent p.letter_heading {
	font-size: 30px;
	font-family: Palatino;
	line-height: 10px;
	color: #fff;
	background-color: #aaa;
	}