/**
 *  Remove the Browser's default settings
 */
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
/**
 *  Main page structures
 */
body {
	background: #fff url(/images/pearson/background.jpg) top center no-repeat;
	color: #4d4d4d;
	font: small Arial, Helvetica, Verdana, sans-serif;
}
body.home {
	background: #fff url(/images/pearson/background-home.jpg) top center no-repeat;
}
body.white {
	background: #fff url(/images/pearson/background-home.jpg) top center no-repeat;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 984px;
}
#header {
	background: #fff;
	width: 960px;
	height: 70px;
	margin: 0 12px;
}
#shadow {
	width: 984px;
	background: url(/images/pearson/shadow.png) top left repeat-y;
}
#main {
	width: 960px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	margin: 0 12px;
}
#banner {
	height: 80px;
}
#banner-home {
	height: 161px;
}
#footer {
	text-align: right;
	font-size: .9em;
	color: #76797c;
	margin: 10px 19px 0 12px;
}
/**
 * Nav styles
 */
#logo {
	display: block;
	float: left;
	margin: 10px 33px 5px 5px;
	width: 150px;
	height: 50px;
	background: url(/images/pearson/logo.png) top no-repeat;
	text-indent: -999em;
}
#nav {
	padding: 17px 0 0 0;
	margin: 0;
}
#nav li.main {
	float: left;
	display:block;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}
#nav li.separator {
	float: left;
	margin: 0 9px 0 0;
	padding: 6px 0;
	background: url(/images/pearson/nav-separator.gif) top no-repeat;
}
#nav a.main, #nav a.main:visited {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 3px 6px 13px;
	text-align: center;
	color: #322f29;
	display: block;
}
#nav a.main:hover {
	text-decoration: underline;
}
#nav a.on, #nav a.on:visited, #nav a.on:hover {
	color: #3c2e87;
}
/* Tab styles */
#tabs {
	margin: 0 0 20px 0;
	background: url(/images/pearson/tab-line.gif) bottom repeat-x;
	height: 29px;
}
#tabs br {
	clear: both;
}
#tabs ul {
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;
}
#tabs li {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(/images/pearson/tab-back.png) 100% -100px;
	float: left;
	border-bottom: 1px solid #e8e8e8;
}
#tabs li.active {
	border-bottom: 1px solid #fff;
	background: url(/images/pearson/tab-back.png) 100% 0;
}
#tabs li a, #tabs li a:visited, #tabs li span {
	display: block;
	float: left;
	padding: 6px 11px 3px 16px;
	text-align: center;
	white-space: nowrap;
	background: url(/images/pearson/tab-back.png) 0 -100px;
	text-decoration: none; 
	min-height: 17px; /* fixes FX/Mac issue */
	/*color: #322F29;*/
	color: #76797c;
}
#tabs li.active a, #tabs li.active span {
	background: url(/images/pearson/tab-back.png) 0 0;
	color: #3c2e87;
}
#tabs li span {
	color: #3c2e87;
}
#tabs li img {
	vertical-align: middle;
}
#tabs li:hover {
	background-position: 100% -200px;
}
#tabs li:hover a {
	background-position: 0 -200px;
	color: #000;
	border-bottom: 0;
}
#tabs li.active:hover {
	background-position: 100% 0;
}
#tabs li.active:hover a {
	background-position: 0 0;
	color: #3c2e87;
}
/*
 * Different grid layouts used as page structures
 */
.one-column, .two-column, .three-column {
	width: 960px;
	margin-bottom: 10px;
}
.columns1, .columns2-a, .columns2-b, .columns3-a, .columns3-b, .columns3-c, .home2-a, .home2-b, .home3-a, .home3-b, .home3-c {
	display: inline;
	float: left;
}
.home2-b, .home3-a, .home3-c {
	width: 307px;
}
.home2-a {
	width: 623px;
	margin: 0 10px;
}
.home3-a {
	margin-left: 10px;
}
.home3-b {
	width: 306px;
	margin: 0 10px;
}
.columns1 {
	width: 940px;
	margin: 20px 10px 0 10px;
}
.columns1-old {
	width: 940px;
	margin: 75px 10px 0 10px;
}
.columns2-a, .columns3-a {
	width: 200px;
	margin-left: 10px;
}
.columns2-b {
	width: 730px;
	margin: 30px 10px 0 10px;
}
.columns3-b {
	width: 520px;
	margin: 30px 10px 0 10px;
}
.columns3-c {
	width: 200px;
	margin-top:11px;
}
.bottom {
	margin-bottom: 0;
}
.bottom-10 {
	margin: 0 0 10px 0;
}
.bottom-15 {
	margin: 0 0 15px 0;
}
.top {
	margin-top: 10px;
}
.top-minus10 {
	margin-top: -10px;
}
.dotted {
	border-bottom: 1px dotted #ccc;
	/*padding-bottom: 10px;*/
	margin-bottom: 10px;
}
.qt {
	border: 1px solid #e5e5e5;
	margin: 10px 0;
	background: #fdfdfd;
	text-align: center;
}
.clearfix {
	display: block;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.none {
	display:none;
}
/**
 * Content Styles
 */
h1 {
	margin: 0 0 10px 0;
	font-size: 1.7em;
	font-weight: normal;
	color: #3c2e87;
}
h1.banner-home {
	margin: 0 0 10px 0;
	padding: 30px 20px 0 300px;
	font-size: 2.4em;
	font-weight: normal;
	color: #333;
}
h1.error {
	background: url(/images/pearson/h1-error.gif) left top no-repeat;
	padding-left: 35px;
	height: 35px;
	line-height: 35px;
}
h2 {
	margin: 0 0 10px 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #3c2e87;
}
h2.line {
	margin: 10px 0;
	border-bottom: 1px dotted #ccc;
}
h2 a, h2 a:visited {
	color: #3c2e87;
	background: url(/images/pearson/a-next.gif) center right no-repeat;
	padding: 0 19px 1px 0;
}
h2 a:hover {
	border-bottom: 0;
	text-decoration: underline;
}
h2.black {
	color: #000;
}
h3 {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	color: #000;
}
ol.decimal {
	list-style: decimal outside;
	margin: 0 0 0 16px;
	padding: 0 0 1em 0;
}
p {
	margin-bottom: 10px;
}
p.banner-home {
	margin: 10px 10px 10px 300px;
	color: #333;
}
p.citation {
	text-align: right;
	font-size: 10px;
	margin: 0;
}
p.date, p.blurb {
	font-size: 10px;
	padding: 0 0 0 20px;
	margin: -7px 0 10px 0;
}
table.pss {
	width: 100%;
	border: #b7b7b7 1px solid;
	border-bottom: 0;
	margin-bottom: 10px;
}
table.pss td {
	border-bottom: #b7b7b7 1px solid;
	padding: 5px 3px;
	vertical-align: top;
}
table.pss th {
	border-bottom: #b7b7b7 1px solid;
	padding: 0 3px;
	font-weight: bold;
	white-space:nowrap;
	text-align: left;
	height: 29px;
	line-height: 29px;
	background: #b2cae3 url(/images/pearson/tr-th.gif) repeat-x;
}
table.pss tr.even {
	background: #f4f4f2;
}
table.pss tr.odd {
}
.red {
	background: #ff0000;
	color: #fff;
}
.message {
	background: #bfdfb3 url(/images/pearson/message.jpg) repeat-x; 
	border: #bfdfb3 1px solid; 
	padding:10px; 
	margin:0px 0px 10px 0px;
}
.message p {
	background: url(/images/pearson/info.png) left top no-repeat; 
	padding: 0 0 1px 20px;
	margin: 0px;
}
.message-system {
	background: #ebeae9 url(/images/pearson/message-system.jpg) repeat-x; 
	border: #b7b7b7 1px solid; 
	padding:10px; 
	margin:0px 0px 10px 0px;
}
.message-system p {
	background: url(/images/pearson/info-system.png) left top no-repeat; 
	padding: 0 0 1px 20px;
	margin: 0px;
}
.columns1 ul, .columns2-b ul, .columns3-b ul {
	list-style: square outside;
	margin: 0 0 0 16px;
	padding: 5px 0 1em 0;
}
.columns2-b ol.alpha, .columns3-b ol.alpha {
	list-style: upper-alpha;
	margin: 0 0 0 16px;
	padding: 5px 0 1em 0;
}
/**
 * Form Styles
 */
.form {
	border: 1px solid #b7b7b7;
	margin: 0 0 10px 0;
	background: #fff;
}
.form h2 {
	border-bottom: 1px solid #b7b7b7;
	background: url(/images/pearson/tr-th.gif) repeat-x;
	padding: 0 0 0 10px;
	color: #000;
	font-size: 1.2em;
	height: 29px;
	line-height: 29px;
	margin: 0;
}
.form ol {
  margin: 20px 0 20px 0;
  padding: 0;
}
.form li {
  list-style: none;
  padding: 5px 10px 5px 10px;
  margin: 0;
}
.form label {
  float:left;
  vertical-align: top;
  text-align: left;
  width: 165px;
  margin-right: 10px;
  font-weight: bold;
  white-space: nowrap;
}
.form label.inline {
	float:none;
	font-weight: normal;
}
.form label em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
  padding: 0 1px 0 1px;
}
.form label.validate {
  color: #f00;
}
.form .btn {
	margin-left: 185px;
}
.form .check {
	margin: 0 5px 0 110px;
}
.form .text {
	padding:0.15em;
	border:1px solid #a1a5a9;
	background:#fff url(/images/pearson/text-bg-hover.gif) repeat-x;
	width: 400px;
}
.form .text:hover, .form .text:focus {
	border-color: #5e6165;
}
.form .errorMessage {
	margin-left: 10px;
	color: #f00;
}
.form fieldset {
	margin: 5px 10px;
	border: 1px dotted #b7b7b7;
 	padding: 0 4px;
}
.form fieldset label {
	width:153px;
}
.form fieldset input.check {
	margin:0 5px 0 173px;
}
.text {
	padding:0.15em;
	border:1px solid #a1a5a9;
	background:#fff url(/images/pearson/text-bg-hover.gif) repeat-x;
	width: 400px;
	margin-left: 10px;
}
.text:hover, .text:focus {
	border-color:#5e6165;
}
/**
 *  Link Styles
 */
.columns1 a, .columns2-b a, .columns2-b a:visited, .columns3-b a, .columns3-b a:visited {
	color: #395B8B; text-decoration: underline;
}
.columns1 a:hover, .columns2-b a:hover, .columns3-b a:hover {
	border-bottom: 1px dotted #3c2e87;
}
a.external, a.external:visited {
	text-decoration: none;
}
span.external {
	background: url(/images/pearson/a-external.gif) right no-repeat;
	padding: 0 15px 0 0;
}
a.home-next, a.home-next:visited {
	font-size: 14px;
	color: #000;
}
a.home-next:hover {
	border-bottom: 1px dotted #000;
}
span.home-next-black {
	background: url(/images/pearson/a-home-next-black.png) center right no-repeat; 
	padding: 0 19px 0 0;
}
span.home-next-blue {
	background: url(/images/pearson/a-home-next-blue.png) center right no-repeat; 
	padding: 0 19px 0 0;
}
span.home-next-green {
	background: url(/images/pearson/a-home-next-green.png) center right no-repeat; 
	padding: 0 19px 0 0;
}
span.home-next-grey {
	background: url(/images/pearson/a-home-next-grey.png) center right no-repeat; 
	padding: 0 19px 0 0;
}
span.home-next-orange {
	background: url(/images/pearson/a-home-next-orange.png) center right no-repeat; 
	padding: 0 19px 0 0;
}
a.pdf, a.pdf:visited {
	color: #000;
	display: block;
	background: url(/images/pearson/a-pdf.gif) left top no-repeat; 
	padding: 1px 0 1px 20px;
}
a.pdf:hover {
	border: 0;
	text-decoration: underline;
}
a.rss, a.rss:visited {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	float: left;
	margin: 0 10px 10px 10px;
	background: url(/images/pearson/a-rss.png) top no-repeat;
}
a.rss:hover {
	background-position: bottom;
}
a.starter, a.starter:visited {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	float: left;
	margin: 0 10px 10px 0;
	background: url(/images/pearson/a-starter.png) top no-repeat;
}
a.starter:hover {
	background-position: bottom;
}
/* Section Specific Styles */
.home-ignore {
	background: url(/images/pearson/banner-home.jpg) top no-repeat;
}
.home h1 {
	color: #fff;
	font-size: 1.8em;
	padding: 20px;
}
#home-ignore {
	background: url(/images/pearson/banner-home-bottom.jpg) top no-repeat;
	min-height: 70px;
}
.products-ignore {
	background: url(/images/pearson/banner-products.jpg) top no-repeat;
}
.products h1 {
	color: #fff;
	font-size: 1.8em;
	padding: 20px;
}
#products-ignore {
	background: url(/images/pearson/banner-products-bottom.jpg) top no-repeat;
	min-height: 70px;
}
/* Bread crumbs */
#breadcrumbs {
	font-size: 11px;
	color: #76797c;
	background: url(/images/pearson/breadcrumbs.gif) top right no-repeat;
	height: 36px;
	line-height: 34px;
	margin: 0 10px 10px 220px;
}
#breadcrumbs.full {
	margin: 0 10px 10px 10px;
}
#breadcrumbs div {
	background: url(/images/pearson/breadcrumbs-div.gif) top left no-repeat;
	margin-right: 30px;
	height: 36px;
}
#breadcrumbs a, #breadcrumbs a:visited {
	display: block;
	float: left;
	background: url(/images/pearson/breadcrumbs-a.gif) top right no-repeat;
	color: #76797c;
	padding-right: 20px;
	margin-right: 11px;
	height: 36px;
}
#breadcrumbs a.home {
	width: 85px;
	background: url(/images/pearson/breadcrumbs-home.gif) top left no-repeat;
	text-indent: -999em;
	padding-right: 0;
	margin-left: 5px;
}
#breadcrumbs a:hover {
	color: #000;
	border-bottom: 0;
}
/* Footer-Nav */
#footer-nav li {
	float: right;
	display: inline;
	margin: 3px 10px 0 0;
}
#footer-nav li a, #footer-nav li a:visited {
	color: #b7b7b7;
	font-size: .9em;
}
#footer-nav li a:hover {
	color: #82afde;
	border-bottom: 1px dotted #82afde;
}
#footer-nav li a.on, #footer-nav li a.on:visited, #footer-nav li a.on:hover {
	color: #82afde;
}
#footer-nav p {
	font-size: .9em;
	text-align: right;
	padding: 5px 10px 5px 0;
	margin: 0;
	color: #76797c;
	background: #ededed;
}
#footer-nav p a, #footer-nav p a:visited {
	color: #76797c;
}
#footer-nav p a:hover {
	border-bottom: 1px dotted #76797c;
}