body {
	background-color: #fbf5ea;
	font-size:0.8em;
	font-family: Tahoma, Arial, Helvetica;
	color:#000000;
	text-align:left;
	padding:0px;
	margin:0px;
}
/**************** BANNER ****************/ /* added for branding changes */
.banner {
	background-color:#7cb558;	
	height:44px;
	width: 100%;
}
a{
 color: #0065a9;
 text-decoration: none;
 font-weight: bold;
 cursor: pointer;
}
a:visited {
 color: #0065a9;
 text-decoration: none;
 font-weight: bold;
}

a:hover   {
 color: #0065a9;
 text-decoration: underline;
 font-weight: bold;
}
p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
em {
	padding: 0px 3px 0px 0px;
	margin: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

ul li {
	margin: 0px;
	padding: 5px 2px 2px 2px;
}

ul li img {
	margin-right: 5px;
	padding: 0px;
}
.bulletlist {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 0px 16px;
}
.bulletlist li {
	margin: 0px;
	padding: 0px;
}
.bulletlist li a,
.bulletlist li a:visited {
	text-decoration: none;
}
.bulletlist li a:hover {
	text-decoration: underline;
}
.indentedbulletlist {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 0px 0px 15px;
}
.indentedbulletlist li {
	margin: 0px;
	padding: 0px;
}
.indentedbulletlist li a,
.indentedbulletlist li a:visited {
	text-decoration: none;
}
.indentedbulletlist li a:hover {
	text-decoration: underline;
}
.zeroMP {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

.zeroMP li {
	margin: 0px;
	padding: 0px;
}

dd {
padding:0px;
margin:0px;
}

#container {
width:720px;
margin:20px auto;
height:auto;
background-color:#676767;
}
#header{
width:auto;
padding:15px;
background-color:#ffffff;
margin: 0px;
}

#footer{
width:auto;
padding-top:5px;
padding-bottom:10px;
background-color:#ffffff;
margin: 0px;
}

#footergreybox{
width:auto;
padding-top:15px;
padding-bottom:15px;
background-color:#e6e7e8;
margin: 0px;
}

#topnav{
width:auto;
padding:5px 5px 5px 0px;
margin: 0px;
background-color:#939598;
}

.topnav li {
display:inline;
padding:0px 18px 0px 24px;
color:#FFFFFF;
font-weight:bold;
font-size:0.85em;
}

.topnav li a, .topnav li a:visited{
text-decoration:none;
font-weight:bold;
color:#FFFFFF;
}

.topnav li a:hover{
text-decoration:underline;
}

#globalnav{
width:auto;
padding:5px 5px 5px 10px;
background-color:#ffffff;
}

.globalnav li {
display:inline;
padding:0px 0px 0px 7px;
color: #124272;
font-weight: normal;
font-size:0.85em;
}

.globalnav li a, .globalnav li a:visited{
text-decoration:none;
font-weight: normal;
color:#124272;
}

.globalnav li a:hover{
text-decoration:underline;
color:#124272;
font-weight: normal;
}

#footernav{
width:auto;
padding:5px 5px 5px 13px;
margin: 0px;
background-color:#939598;
border-top: solid 5px #FFFFFF;
}

.footernav li {
display:inline;
padding:0px 4px 0px 0px;
color:#FFFFFF;
font-weight:bold;
font-size:0.85em;
}

.footernav li a, .footernav li a:visited{
text-decoration:none;
font-weight:bold;
color:#FFFFFF;
}

.footernav li a:hover{
text-decoration:underline;
color:#FFFFFF;
}

/**** breadcrumb navigation ****/
#breadcrumb {
	position: relative;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
}
#breadcrumb ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}
#breadcrumb li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #124272;
	font-weight:bold;
	font-size: 1.0em;
}
#breadcrumb li a:link,
#breadcrumb li a:visited {
	text-decoration: none;
	font-weight: normal;
}
#breadcrumb li a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#contentwrapper {
width:auto;
margin:0px 0px 0px 0px;
padding:8px 11px 0px 12px;
background-color:#e6e7e8;
}
#leftcolumn {
	position:relative;
	float:left;
	width: 495px;
	margin: 0px 0px 12px 0px;
	padding: 3px 0px 3px 0px;
}
#fullcolumn {
	width: 697px;
	padding: 3px 0px 3px 0px;
	margin: 0px;
}
.fullwhitewrapper{
	position: relative;
	background-color:#FFFFFF;
	height:auto;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	width: 697px;
	float: left;
}
.whitewrapper{
	position: relative;
	background-color:#FFFFFF;
	height:auto;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	width: 495px;
	float: left;
}
.whitewrapper a:link, .whitewrapper a:visited {
	text-decoration: none;
}
.whitewrapper a:hover {
	text-decoration: underline;
}
.flash {
	font-size: 0px;
	line-height: 0px;
}
.primaryplaceslogan {
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
}
.the {
	color:#0077C0;
	font-style: italic;
	padding-right: 3px;
}

.greatteachers {
	color: #20358C;
	font-weight: bold;
	padding-right: 1px;
}

.primaryplace {
	color: #BD3C97;
	font-style: italic;
	padding-right: 2px;
}
.backpack {
	color: #ED1651;
	font-weight: bold;
}

#rightcolumn {
	width: 191px;
	height: auto;
	position: relative;
	float: right;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
}
.rightcomponentwrapper {
	width: 190px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	display: inline;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
}
.content {
	width:auto;
	margin: 10px 0px 0px 0px;
	padding: 0px 8px 10px 8px;
}

.content a:link, .content a:visited{
 color: #0065a9;
 text-decoration: none;
 font-weight: bold;
}

.content a:hover {
 color: #0065a9;
 text-decoration: underline;
 font-weight: bold;
}
.content img {
	margin: 0px 3px 0px 0px;
}

.content320 {
	width:320px;
	float:left;
	margin: 0px 0px 10px 10px;
}
.content360 {
	width: 360px;
	float: left;
	margin: 0px 0px 10px 10px;
}
.floatleft {
	float: left;
	margin: 0px;
	padding: 0px;
}
.floatright {
	float: right;
	margin: 0px;
	padding: 0px;
}
.valignmiddle {
	vertical-align: middle;
}
#featureleft {
	background-color: #FFFFFF;
	float: left;
	width: 241px;
	margin: 0px 12px 12px 0px;
}
#featureleft dl {
	margin: 8px 8px 0px 8px;
	padding-bottom: 5px;
}

#featureleft dd {
	margin: 8px 0px 0px 0px;
}

#featureright {
	background-color: #FFFFFF;
	float: left;
	width: 241px;
	margin: 0px 0px 12px 0px;
}
#featureright dl {
	margin: 8px 8px 0px 8px;
	padding-bottom: 5px;
}

#featureright dd {
	margin: 8px 0px 0px 0px;
}
#featureleft a:hover, #featureright a:hover {
	text-decoration: underline;
}

/***** LDOCE Online Component *****/
.ldoceonline-top {
	background-image: url(http://www.pearsonlongman.com/images/LDOCEOnline-top.gif);
	background-repeat: no-repeat;
	height: 33px;
}
.ldoceonline-mid {
	height: 25px;
	_height: 30px;
	background-color: #387DD7;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 13px;
}
.ldoceonline-bottom {
	height: 4px;
	font-size: 0px;
	background-image: url(http://www.pearsonlongman.com/images/LDOCEOnline-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px -4px;
	background-color: none;
}
.ldoceonline-button {
	float: right;
	width: 26px;
	height: 18px;
	margin: 3px 7px 0px 8px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}
.ldocesearchfield {
	width: 128px;
	float: left;
	margin: 2px 2px 0px 0px;
}

.smallgenericbar {
	background-image: url(../images/small-headers.jpg);
	background-repeat: no-repeat;
	background-color: #2a54a0;
	padding: 6px 10px 8px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:100%;
	color: #ffffff;
}
.genericbarpromo {
	background-image: url(../images/genericbarpromo.gif);
	background-repeat: no-repeat;
	background-color: #29519d;
	height: auto;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
.genericbarlong {
	background-image: url(../images/genericbarlong.gif);
	background-repeat: no-repeat;
	background-color: #29519d;
	height: auto;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.productbarlong {
	background-image: url(../images/productsbarlong.gif);
	background-repeat: no-repeat;
	background-color: #006f76;
	height: auto;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
/**************** Rounded Corners ****************/
.rbtop div  { background: url(../images/corner-top-left-white.gif) no-repeat top left; }
.rbtop      { background: url(../images/corner-top-right-white.gif) no-repeat top right; }
.rbbot div  { background: url(../images/corner-btm-left-white.gif) no-repeat bottom left; }
.rbbot      { background: url(../images/corner-btm-right-white.gif) no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
	height:5px;
	width: 100%;
	float: left;
	margin: 0px 0px;
	padding: 0px 0px;
	font-size:0px;
}
.bottomcorners {
	background: url(../images/bottom-corners-white.gif);
	background-repeat: no-repeat;
	width: 495px;
	height: 5px;
}

.clearit {
	clear: both;
}
.redtext {
	color:#FF0000;
}

.spacer {
	height: 7px;
	font-size: 0px;
	width: auto;
	clear: both;
	position: relative;
}
.doublespacer {
	height: 14px;
	font-size: 0px;
	width: auto;
	clear: both;
	position: relative;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align:center;
}
.alignright {
	text-align: right;
}
.font08 {
	font-size: 0.8em;
}
.font09 {
	font-size: 0.85em;
}
.font10 {
	font-size: 0.9em;
}
.font11 {
	font-size: 1.05em;
}
.font12 {
	font-size: 1.1em;
	color:#000000;
}
.leftmargin10 {
	margin: 0px 0px 0px 10px;
}
.searchResults {
	padding-left: 5px;
}
.displaynone {
	display: none;
}
.searchResults li object {
	margin: 16px 0px 0px 0px;
}
.searchcontent {
	margin-left: 60px;
	width: 640px;
}
.searchcontent a:link, .searchcontent a:visited {
	text-decoration: none;
}
.searchcontent a:hover {
	text-decoration: underline;
}
.searchcontent ul li {
	margin: 0px;
	padding: 0px;
}
.searchcontentwrapper {
	padding: 10px 0px 5px 5px;
	width: 485px;
}

.searchcontentimagelist {
	text-align:center;
	margin: 0px;
	padding: 0px;
}
.searchcontentimagelist dd {
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
}
.searchcontentimagelist a:hover {
	text-decoration: underline;
}
.pagination {
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	text-align: center;
	clear: both;
	padding: 0 0 0 0px;
	font-size: 1.1em;
}
.pagination ul{
	display:inline;
	margin:0px;
	list-style:none;
	padding: 0px;
	color:#0065a9;
}
.pagination li{
	padding: 3px 3px 3px 3px;
	display:inline;
	margin:0;
	padding-top: 0px;
	font-weight:bold;
	font-size:90%;
	color:#0065a9;
}
.pagination li a {
	font-weight:normal;
	color:#0065a9;
}
.pagination li a:visited {
	text-decoration:none;
	font-weight:normal;
	color:#0065a9;
}
.pagination li a:hover {
	font-weight:normal;
	text-decoration: underline;
	color:#0065a9;
}
.greylinemargin {
	border-bottom: #E6E6E6 1px solid;
	height: 1px;
	margin: 10px 0px 10px 0px;
	_margin-top: 0px;
	padding: 0px;
}
.greylinetopmargin {
	border-bottom: #CCCCCC 1px solid;
	height: 1px;
	margin: 10px 0px 0px 0px;
	_margin-top: 0px;
	padding: 0px;
}
.darkgreylinemargin {
	border-bottom: #CCCCCC 1px solid;
	height: 1px;
	margin: 6px 0px 10px 0px;
	padding: 0px;
}

.contentSmall {
	position: relative;
	float: left;
	width: auto;
	padding: 0px 0px 0px 10px;
	margin: 5px 30px 0px 0px;
}
.contentSmall img {
	margin-right: 3px;
}

.contentSmall a, a:visited {
	text-decoration: none;
}

.contentSmall a:hover {
	text-decoration:underline;
}
.boldgreenheading {
	color: #ffffff;
	background-color: #006f76;;
	padding: 3px;
	margin: 0px 0px 4px 0px; 
	font-weight: bold;
	font-size: 1.1em;
}
.profdev-rhs-top {
	background-image: url(http://www.pearsonlongman.com/images/profdev-rhs-top.jpg);
	background-repeat: no-repeat;
	height: 37px;
}
.profdev-rhs-mid {
	background-image: url(http://www.pearsonlongman.com/images/profdev-rhs-middle.jpg);
	background-repeat:repeat-y;
}
.profdev-rhs-bottom {
	height: 9px;
	font-size: 0px;
	background-image: url(http://www.pearsonlongman.com/images/profdev-rhs-bottom.jpg);
	background-repeat: no-repeat;
	background-color: none;
}
.profdev-rhs-content {
	width: auto;
	margin: 0px;
	padding: 0px 10px 5px 10px;
	text-align: center;
}
.profdev-rhs-content a:hover {
	text-decoration: underline
}

.button:link,
.button:visited {
	background: url(../images/button_big.gif) no-repeat scroll 0 0;
	color:#ffffff;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	font-weight:bold;
	line-height:1;
	text-decoration:none;
	border:none;
	margin: 10px 0px 5px 0px;
}
.button:hover {
	text-decoration:underline;
	color:#ffffff;
	border:none;
	font-size:85%;
	margin: 10px 0px 5px 0px;
}
.button { /* Top left corner, top edge */
	color:#FFFFFF; /* Text colour */
	text-decoration:none;
}
.button * {
	display: block;
	font-weight: bold;
}
.button span {  /*Top right corner*/ 
	padding:3px 0 0;
	background:url(../images/corners.gif) no-repeat right top;
}
.button span span { /* Bottom left corner, left and bottom edges */
	padding:0 0 0 4px;
	background:url(../images/button_big.gif) no-repeat left bottom;
}
.button span span span { /* Bottom right corner */
	padding:0 0 4px;
	background:url(../images/corners.gif) no-repeat right bottom;
}
.button span span span span { /* Right edge */
	padding:0px 10px 0px 6px; /* Extra padding (3px vertical, 6px horizontal) added to give the text some breathing room */
	background:url(../images/button_big.gif) no-repeat right center;
	text-align: left;
}
