* {
	padding: 0;
	margin: 0;
	outline: none;
}

html{
	font-size: 100%;
}

body {
	font: 62.5% Arial, Verdana, sans-serif; 
	line-height: 1.2; 
	color: #000; 
	background: #EEE;
	position: relative;
}

body#exercise {
 padding: 0 20px;
}

h1, h2, h3, a, #content span {
	color: #FC03A3;
}

h1 {
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid #22B1EE;
}

h4 {
	color: #000;
	font-weight: normal;
}

h4 em{
	color: #22B1EE;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

#content span {
	font-weight: bold;
}

a img{
	border: none;
}

p {
	margin: 3px 0;
	padding: 3px 0;
}

#wrapper {
	width: 850px;
	margin: 40px auto;
	background: #FFF url('../images/gradient-bg.jpg') repeat-x;
	border: 1px solid #22B1EE;
	padding: 10px;
	min-height: 400px;
	position: relative;
}

#home-wrapper {
	width: 832px;
	margin: 40px auto;
	background: #FFF url('../images/gradient-bg.jpg') repeat-x;
	border: 1px solid #22B1EE;
	padding: 10px;
	min-height: 400px;
	position: relative;
}

#exercise_wrapper {
	margin: 40px auto;
	background: #FFF url('../images/gradient-bg.jpg') repeat-x;
	border: 1px solid #22B1EE;
	padding: 10px;
	min-height: 400px;
	position: relative;
}

#logo {
	position:absolute;
	top: -30px;
	left: -15px;
	clear: both;
}

iframe {
	height: 800px;
}

.alert {
	border: 1px solid #FC03A3;
 	font-size: 14px;
	font-weight: bold;
	color: #FC03A3;
	margin-top: 5px;
	padding: 5px 10px;
}

/* Left Nav
============================== */

div#leftnav {
	float: left;
	padding: 5px;
	background: #EEE;
	border: 1px solid #22B1EE;
	width: 200px;
	margin-top: 22px;
}

#exercise_wrapper div#leftnav {
	font-size: 13px;
	background-color: #FFF;
	float: none;
	width: auto;
	margin: 27px 0 10px 0;
}

div#leftnav ul {
	background: #FFF;
	border: 1px solid #22B1EE;
	border-bottom: none;		
	list-style: none;
}

div#leftnav ul li a {
	font-size: 1.2em;
	text-decoration: none;
	color: #333;
}

div#leftnavul li div#selected a {
	color: #FC03A3;
}

div#leftnav ul li ol {
	list-style: decimal outside;
	border-bottom: 1px solid #22B1EE;
	padding: 3px 3px 5px 9px;
}

div#leftnav ul li ol li {
	margin: 0 0 0 22px;
}

div#leftnav ul li ol li a{
	font-size: 1.1em;
	text-decoration: none;
	color: #333;
}

div#leftnav ul li ol li a#current_page {
	color: #FC03A3;
}

div#leftnav ul li ol li a:hover {
	color: #FC03A3;
}

div.accordion {
	padding: 2px 0;
	padding-left: 7px;
	background-color: #EEE;
	border-bottom: 1px solid #22B1EE;
}

div.accordion:hover {
	background-color: #CCC;
}

/*ol.last_category {
	border-bottom: none;
}*/

#exercise_wrapper div#content_wrapper {
	margin-left: 0;
}

div#content_wrapper {
	/*margin-left: 222px;*/
	width: 616px;
	/*float: right;*/
	padding: 5px;
	background: #EEE;
	border: 1px solid #22B1EE;
}

html>body div#content_wrapper {
	margin-left: 222px;
	width: 616px;
	/*float: right;*/
	padding: 5px;
	background: #EEE;
	border: 1px solid #22B1EE;
}

div#content_wrapper ul{
	list-style: outside;
	margin-left: 15px;
}

div#content {
	font-size: 1.3em;
	background: #FFF;
	border: 1px solid #22B1EE;
	padding: 10px 26px;
	position: relative;
	line-height: 1.4;
}

#exercise_wrapper div#content {
	padding: 10px;
}

div#content .pullquote {
	color: #22B1EE;
	padding: 15px 10px;
	font: 18px Georgia, "Times New Roman", serif bold;
	width: 250px;
	text-align: center;
	line-height: 24px;
}

div#content .highlight {
	color: #22B1EE !important;
}

.left {
	float: left;
	margin-right: 20px;
}

.right {
	float: right;
	margin-left: 20px;
}

.center {
	text-align: center;
}

p#clearfloat {
	clear: both;
}

div#intro {
	border: 1px solid #22B1EE;
}

.border {
	border: 1px solid #000;
}

#flash_topic {
	border-top: 1px solid #22B1EE;
	border-bottom: 1px solid #22B1EE;
	margin: 10px 0;
}

div#back_next{
	clear:both;
	padding-top: 20px;
}

a#back{
	
}

a#next{
	float: right;
}


/* Ask the experts 
=================================================== */

fieldset#experts {
	border: none;
}

fieldset#experts textarea {
	margin: 15px 0;
}

fieldset#experts p{
	font-size: 14px;
	padding: 0 65px 10px;
}

fieldset#experts ul{
	font-weight: bold;
	font-size: 14px;
	padding: 0 65px 10px;
}

fieldset#experts p img{
	padding-left: 40px;
}

fieldset#experts div{
	font-size: 14px;
	padding: 0 65px 10px;
}

fieldset#experts div img{
	padding-left: 40px;
}

fieldset#experts div p{
	padding: 5px 0;
}

/* Evaluation > Accuracy
	------------------------------------------------------ */
	
div#article {
	background-color: #EFEFEF;
	border: 1px solid #999;
	padding: 10px;
}

div#article h2{
	text-align: center;
}

div#article a{
	font-size: 11px;
}

div#article p, div#article h3{
	padding-left: 15px;
}

/* Variety > Info Neds Checklist
	------------------------------------------------------ */
	
.underline {
	text-decoration: underline;
}

/* Variety > Reference Database
	------------------------------------------------------ */
	
div#exercise {
	text-align: center;
}

/* Variety > Reference Database
	------------------------------------------------------ */
div#periodicals table {
	margin-bottom: 20px;
}

div#periodicals table tbody{
	border: 1px solid #22B1EE;
	border: 1px solid #22B1EE;
}

div#periodicals table tr {
	border: 1px solid #22B1EE;
}
		
div#periodicals table tr{
	border-bottom: 1px solid #22B1EE;
}

div#periodicals table tr td, div#periodicals table tr th{
	padding: 10px 15px;
	border-bottom: 1px solid #22B1EE;
}

.even_row {
	background-color: #F5F5B7;
}

.left_cell {
	font-weight: bold;
}

/* Variety > Specialized Databases
	------------------------------------------------------ */

.center {
	text-align: center;
}

.clear {
	clear: both;
}	

.float_list {
	float: left;
}

div#special_db h3{
	padding: 5px 0;
	text-decoration: underline;
	cursor: pointer;
}

div#special_db ul li{
	margin-left: 10px;
	list-style: none;
}

div#special_db ol{
	padding-left: 20px;
}

div#special_db ol li{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
}

div#special_db ol li ul{
	margin: 0 80px 0 0;
}

div#special_db ol li ul li{
	font-size: 14px;
	font-weight: normal;
	margin: 3px 0;
}

div#special_db ul li div{
	background: #FFF url('../images/gradient-bg.jpg') repeat-x;
	border: 1px solid #22B1EE;
	padding: 10px;
	margin-bottom: 5px;
}

/* Documentation > Your Turn
	------------------------------------------------------ */

#student {
	font: 13px "Courier New", Courier, monospace;
	padding: 10px 40px;
}

/* Documentation > MLA
	------------------------------------------------------ */
	
p.feedback {
	font-weight: bold;
	padding: 5px 10px;
	margin: 5px 0;
	border: 1px solid #22B1EE;
	background-color: #C9E2ED;
}

blockquote {
	margin-left: 20px;
}

h2.center {
	margin-top: 15px;
}

h2.center span{
	text-decoration: underline;
}

/*	New Window
	------------------------------------------------------ */

div#new_window {
	border: 1px solid #22B1EE;
	background: #FFF url('../images/gradient-bg.jpg') repeat-x;
	margin: 40px auto;
	padding: 10px;
	width: 1094px;
	position: relative;
}
	
div#new_window #left_column {
	float: left;
	padding: 20px;
	width: 250px;
	font-size: 13px;
}

div#new_window #left_column h4{
	clear: both;
	color: #FC03A3;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

div#new_window #left_column ol {
	padding: 0 0 20px 20px;
	
}

div#new_window #left_column ol li{
	padding-bottom: 5px;
}

div#new_window iframe {
	width: 800px;
}



