body {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}

a {
	color:#00a0e2;
	text-decoration:none;
}

p {
	margin-bottom:20px;
}

p.strong {
	font-weight:bold;
}

h2,h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}

/* LAYOUT */
.wrapper {
	width:700px;
	margin:0 auto;
}

	.wrapper div {
		float:left;
		display:inline;
	}
	
/* SECTIONS */	
.header {
	border-bottom:10px solid #b1103a;
	height:265px;
	width:700px;
}

	.header .logos {
		height:84px;
		width:700px;
	}
	
		.header .logos .ef {
			margin-left:15px;
		}
		
		.header .logos .ia {
			position:relative;
			top:-20px;
		}
		
	.header .text {
		float:right;
		width:660px;
		padding:0 20px;
	}		
	
		.header .text p {
			background:#b1103a;
			color:#fff;
			float:right;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:40px;
			line-height:40px;
			padding:25px;
			width:210px;
		}

.content {
	padding:25px 0;
	width:700px;
}

.footer {
	border-top:5px solid #b1103a;
	font-size:11px;
	padding:15px 0;
	text-align:center;
	width:700px;	
}

/* HOME */

.content .homeLeft { 
	border-right:1px dotted #717171; 
	padding:0 19px 0 10px;
	width:400px;
}

	.content .homeLeft img {
		float:left;
		margin-right:20px;
	}

.content .homeRight {
	padding:0 30px 0 20px;
	width:216px;
}

	.content .homeRight .chooseSubject {
		background:url(http://media.ef.com/master/promos/ia/quiz/_images/choose-subject-bg.gif) no-repeat;
		color:#323232;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		height:111px;
		padding-top:25px;
		text-align:center;
		width:216px;
	}
	
	.content .homeRight .subjects {
		height:150px;
		text-align:center;
		width:220px;
	}
	
	.content .homeRight .subjects ul {
		float:left;
		height:150px;
	}
	
	.content .homeRight .subjects ul li {
		display:inline;
	}
	
	.content .homeRight .subjects ul li a, .button a{
		background:#000 url(http://media.ef.com/master/promos/ia/quiz/_images/subject-grad-bg.gif) repeat-x;
		border:3px solid #cbcbc2;
		color:#fff;	
		display:block;
		font-weight:bold;
		float:left;
		line-height:normal;
		margin:4px;
		padding:6px;
	}
	
		.content .homeRight .subjects ul li a:hover, .button a:hover {
			background:url(http://media.ef.com/master/promos/ia/quiz/_images/subject-grad-bg-on.gif) repeat-x;
			color:#000;
		}

.content .pageLeft {
	padding:25px 0px;
	width:215px;
}

	.content .pageLeft ul {
		width:185px;
	}
	
		.content .pageLeft ul li {
			color:#939393;
			margin-bottom:20px;
			padding-left:35px;
		}
		
			.content .pageLeft ul li.current {
				background:url(http://media.ef.com/master/promos/ia/quiz/_images/left-menu-current.gif) no-repeat 15px 3px;
				color:#565655;
				font-size:17px;
				font-weight:bold;
			}

.content .pageRight {
	width:445px;
	padding:20px;
}

	.content .pageRight ul.questions {
		margin-left:15px;
		position:relative;
		top:10px;
		z-index:10;
	}


	.content .pageRight ul.questions li{
		background:url(http://media.ef.com/master/promos/ia/quiz/_images/question-num-bg.png) no-repeat;
		color:#fff;
		display:block;
		float:left;
		font-size:12px;
		height:20px;
		margin-right:3px;
		width:20px;
		text-align:center;
	}
	
		.content .pageRight ul.questions li.current {
			background:url(http://media.ef.com/master/promos/ia/quiz/_images/question-num-bg-current.png) no-repeat;
		}

	.content .pageRight .question {
		background:#e7e7e1;
		margin-bottom:5px;
		padding:25px;
		width:395px;
	}
	
		.content .pageRight .question p {
			font-size:18px;
		}
	
	.content .pageRight .answer {
		background:#f4f4f2;
		margin-bottom:10px;
		padding:25px;
		width:395px;		
	}

.academy {
	border-top:1px dotted #717171; 
	font-size:11px;
	padding:25px;
	width:650px;
}

	.academy img {
		float:left;
		margin-right:50px;
	}
	
.show
{
	display:block !important;
}

.hide
{
	display:none !important;
}	

.loading
{
	background:#B1103A;
	color:#fff;
	padding:5px;
	font-weight:bold;
	text-decoration:blink;
	position: fixed;
	top: 0; 
	z-index: 100
}

.error {color:red;}
