/* Set base poiint size to 10px */
html>body { font-size: 10px; }
body { font-size: 62.5%; }
table, tr, td {font-size:inherit;}

/* Force vertical scroll bars */
html, body
{
	height: 100%;
	margin-bottom: 1px;
	padding: 0;
}

/* General */
/* ---------------------------------------------------------------------- */
body
{
	background-color: #E0E0E0;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	margin: 0 auto;
}

/*
h1, h2, h3, h4, h5, h6 {font-family: CgFuturaMaxiDe, Arial, Helvetica, sans-serif;}
*/

h3, h4, h5, h6
{
	color: #000;
}

h1
{
	font-weight: normal;
	font-size: 1.8em;
}

h2
{
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

h3
{
	font-size: 1.1em;
}

h4
{
	font-size: 1.0em;
}

a
{
	text-decoration: none;
	/*color: #C33;*/
}

a img, img
{
	border: 0;
}

ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li
{
	margin: 0;
	padding: 0 0 0.5em 0.8em;
	background: url(images/mp-bullet-generic.gif) no-repeat 0 0.5em;
}

/* Page */
/* ---------------------------------------------------------------------- */
#page
{
	width: 760px;
	background-color:#FFF;
	text-align: left;
	margin: 0 auto;
}

/* Header */
/* ---------------------------------------------------------------------- */
#header
{
	margin-top: 8px;
	padding-top: 1.2em;
}

#header p
{
	font-size: 1px;
	color: #FFF;
	margin:0;
	padding:0;
	border-bottom: 1px solid #000;
	background: url(images/maprob-header-logo.gif) no-repeat 23px center;
}

#header p a
{
	height: 90px;
	width: 760px;
	display:block;
}

#header p a span
{
	position:absolute;
	left: -1000px;
}

/* Navigation */
/* ---------------------------------------------------------------------- */
#navigation
{
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 23px;
}

#navigation ul
{
	list-style-type: none;
	margin:0;
	padding: 0;
}

#navigation li
{
	display: inline;
	background-image: none;
	margin: 0;
	padding: 0;
}

#navigation a
{
	padding: 0.3em 1.5em 0.3em 12px;
	text-decoration: none;
	display: block;
	float: left;
	background-image:url(images/maps-nav-bullet.gif);
	background-repeat:no-repeat;
	background-position: center left;
}

#navigation a:link, #navigation a:visited
{
	color: #000;
}

#navigation a:hover, #navigation a:active
{
	/*color: #C00;*/
}

/* Breadcrumb */
/* ---------------------------------------------------------------------- */
#breadcrumb
{
	color: #CCC;
	font-size: 0.85em;
	padding: 0;
	margin-top: 0 !important;
	margin-bottom: 1.5em !important;
}

#breadcrumb a:link, #breadcrumb a:visited
{
	color: #999;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active
{
	color: #666;
}

.firstCrumb, .crumb, .currentCrumb
{
	padding: 0 0.2em;
	color: #999;
}

.firstCrumb
{
	padding-left: 0;
}

/* Content */
/* ---------------------------------------------------------------------- */
#contentmain
{
	clear: left;
	border-top: 1px solid #CCC;
	padding: 1em 23px 28px 23px;
	font-size: 1.5em;
}

#contentmain h1
{
	margin-top: 0;
}

#contentmain p
{
	margin: 0.8em 0;
	line-height: 1.3em;
}

/* Sister site link */
/* ---------------------------------------------------------------------- */
#sistersitelink
{
	width: 760px;
	position: absolute;
	top: 0;
	/*background-color: #C00;
	background-image: url(images/mprb-header-arrow.gif);*/
	background-repeat: no-repeat;
	background-position: 11px 45%;
}

#sistersitelink p
{
	font-size: 1.2em;
	padding: 4px 23px;
	margin: 0;
	font-weight: bold;
}

#sistersitelink a:link, #sistersitelink a:visited
{
	/*color: #FCC;*/
	text-decoration: none;
}

#sistersitelink a:hover, #sistersitelink a:active
{
	color: #FFF;
	text-decoration: none;
}

/* Footer */
/* ---------------------------------------------------------------------- */
#footer
{
	clear: both;
	border-top: 1px solid #999;
	font-size: 1.2em;
	padding: 1em 23px 2em 23px;
}

#footer p
{
	display: inline;
	padding-right: 1.25em;
}

#footer a
{
	color: #333;
}

/* TinyMCE */
/* ---------------------------------------------------------------------- */

#tinymce
{
	text-align: left;
}

.mceContentBody
{
	font-size: 1em;
}

/* Pagination */
/* ---------------------------------------------------------------------- */

.pagination
{
	color: #999;
}

/* ISBN links */
/* ---------------------------------------------------------------------- */

a.isbn
{
	font-size: 0.85em;
	padding-top: 0.15em;
	display: inline-block;
}

a.isbn:link, a.isbn:visited
{
	color: #999;
}

a.isbn:hover, a.isbn:active
{
	color: #666;
	text-decoration: underline;
}

/* 'Support us' strap */
/* ---------------------------------------------------------------------- */

#supportus
{
	position: absolute;
	z-index: 2;
	top: 0;
	width: 760px;
	height: 1px;
	text-align: right;
}

#supportus img
{
	float: right;
}
}