
/* sort out the logo */

html #sp3edit, #sp3 {
	display: none;
}

a.siteLogo {
	width: 260px;
	height: 135px;
	overflow: hidden;
	background-image: url(../images/logo/logo.png);
	text-indent:0;
	display: block;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	line-height:1.5; /* 16×1.125=18px */
	color:#222;
}

p, form label, form input, form select, form textarea { 
	font-size:11px
	margin:18pt 0;
	color:#222;
}

h1,h2,h3,h4,h5,h6 { 
  	font-family: verdana, Arial, Sans-Serif;
  	margin: 18px 0;
}

/*h1 { font-size: 30px;line-height:36px;margin-bottom:18px;}*/
h1 { 
	font-size: 25pt; /* 16×1.875=30px */
	line-height:1.5;
}

li { 
	/*font-size:0.75em; 16x.75=12px*/
	font-size:12px;
}


/* main nav
===================================================================*/
a.jumpTop,
#spotlight,
.theButtons,
div.header ul.lang,
div.header form.siteSearch,
ul.contactPanels,
.nav 
{
	display:none;
}



* html div ul,
* div {
	display: block;
	clear:both;
	float: none;
	width: 500px;
}

