@charset "utf-8";
/* CSS Document */

body{
	background:#fff url(img/back_header.jpg) repeat-x top left;
}
.f-blue {
	color:#079589!important;
}
/* LINKS */
a:link {
	text-decoration:none;
	color:#065E82;
}
a:hover {
	text-decoration:none;
	color:#FF6600;
}

#page {
	background-color:#efefef;
	width:960px;
 height:600px;
 	text-align:left;
}

/* HEADER */
#header-top {
	height:70px;
	padding:0 0 0 15px;
	width:1020px;
	margin:0 auto;
	overflow:hidden;
}
#header-top a:hover {
	color: #00B3FC;
	text-decoration:none;
}
#header-quiz-top {
	background:#FF6600;
	height:15px;
	width:100%;
	padding-left:120px;
	text-align:left;
}
#header-main {
	background:#0d5d7e;
	height:70px;
	width:100%;
}
#header-quiz-top h1 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-top:2px;
}
#header-quiz-top a {
	color: #FFF;
	text-decoration:none;
}
#header-quiz-top a:hover {
	color: #333;
	text-decoration:none;
}
#logo-top {
	background:url(../img/book_logo.png) no-repeat;
	border:none;
	/*cursor:pointer;*/
	height:55px;
	width:300px;
}
input.nxt-butt_blue {
	background:#084d82;
	cursor:pointer;
	border:1px solid #2169a0;
	color:#FFFFFF;
	font-weight:bold;
}

#sublink-container {
	border-bottom:12px solid #079589!important;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	/*border-top:12px solid #0099FF;
	border-bottom:1px solid #CCCCCC;
	height:245px;*/
	padding:20px;
	width:219px;
}