* {
	margin: 0px;
	padding: 0px;
}

body {
	min-width: 1000px;
}

html div#content {
	overflow-y: hidden;
	overflow-x: auto;
}

#titlebarbackground {
	background: #f9f9f9;
	height: 78px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

#titlebar {
	height: 70px;
	margin: 8px;
}

#titlebar #logo {
	background: transparent url(spslogo.png) no-repeat;
	float: left;
	height: 64px;
	margin-right: 18px;
	position: relative;
	width: 64px;
	z-index: 101;
}

#titlebar #logo a {
	display: block;
	height: 100%;
	width: 100%;
}

#titlebar #logo a:hover {
	background: transparent url(spslogo.png) no-repeat;
}

#titlebar #title {
	font-size: 24px;
	/* "Baskerville MT", Baskerville, Verdana, sans-serif */
}

#titlebar #title a {
	color: #000;
	text-decoration: none;
}

#titlebar #title a:hover {
	background-color: #f9f9f9;
}

#titlebar #loggedin {
	color: #333;
	float: right;
	font-size: 10px;
	margin-bottom: 13px;
	width: 100%;
}

#titlebar #loggedin img {
	height: 24px;
	margin-left: 6px;
	vertical-align: middle;
}

#titlebar #loggedin #gravatarhint {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #666;
	color: #f9f9f9;
	display: none;
	padding: 6px 12px;
	position: absolute;
	right: 6px;
	top: 8px;
}

#titlebar #loggedin #gravatarhint a {
	color: #d0dae9;
}

#titlebar #loggedin #gravatarhint a:hover {
	background-color: #666666;
}

#titlebar #sections {
	left: -2px;
	margin-top: 8px;
	position: relative;
}

#titlebar #search {
	float: right;
	font-size: 12px;
/*	margin-top: 39px;*/
	position: relative;
	z-index: 101;
}

#titlebar #search input {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #000;
	font-size: 13px;
	padding: 2px;
	width: 97%;
}

#titlebar #search img {
	float: right;
	height: 16px;
	margin-right: 3px;
	position: relative;
	top: -18px;
}

#wrapper {
	margin: 12px;
}

#wrapper #pagecontent {
	border-left: 1px dashed #f5f5f5;
	float: right;
	padding: 0 0 24px 14px;
	width: 78%;
}

#wrapper #navcolumn {
	border: 0px solid blue;
	float: left;
	font-size: 11px;
	padding-bottom: 24px;
	width: 20%;
}

#wrapper #navcolumn #ffMLwrapper {
	margin-top: 6px;
}

#wrapper #navcolumn #ffMLwrapper a {
	padding: 1px;
}

#navcolumn a {
	color: #2200CC;
	text-decoration: none;
}

#navcolumn a:hover {
	background-color: #eeeeee;
	color: #000;
}

#navcolumn ul {
	list-style-type: none;
}

#ffMLwrapper ul ul {
	margin: 0 12px;
	padding: 6px;
	text-indent: -9px;
}

#ffMLwrapper ul ul li:before {
	content: "\2013 \0020";
}

#ffMLwrapper ul ul span.pageedit {
	margin-left: 8px;
}

a.lefthandslink {
	background-color: #eee;
	color: #000 !important;
	cursor: default;
	font-weight: bold;
	padding: 2px;
}

a.lefthandslink:hover {
	background-color: #eee !important;
}

#navcolumn .location a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
}

#navcolumn .location a:hover {
	background-color: #eeeeee;
}

#navcolumn hr {
	background-color: #000;
	color: #000;
	height: 1px;
	margin: 6px 0px;
}

#pageinfo {
	font-size: 11px;
	margin-top: 8px;
}

#pageinfo ul li {
	margin-bottom: 6px;
}

#pageinfo ul li img {
	margin-right: 6px;
	margin-top: -2px;
	vertical-align: middle;
}

#pageinfo a img {
	border: none;
}

/* Drop down menu stuff */

button.parent-reveal {
	margin-top: -6px;
}

#titlebar #sections a.section-toplevel {
	color: #666;
	cursor: default;
	display: block;
	font-size: 13px;
	margin-left: 3px;
	padding: 4px 6px;
	text-decoration: none;
}

a.section-toplevel:hover, a.selected {
	background-color: #666;
	color: #fff !important;
}

ul.sections-submenu {
	background: #f9f9f9;
	border: 1px solid #666;
	margin-left: 3px !important;
	width: 200px;
}

ul.sections-submenu li {
	cursor: pointer;
}

ul.sections-submenu li a {
	color: #666;
	font-size: 10px;
	padding: 2px 6px;
	text-decoration: none;
}

ul.sections-submenu li a:hover {
	background-color: #666;
	color: #fff;
}

/* Comments */

div.comment {
	background-color: #f9f9f9;
}

div.commentmeta {
	font-weight: bold;
}

div.commentbody {
	margin-top: 8px;
}

/* Content */

#content {
	font-size: 12px;
	overflow-x: auto !important;
}

#content h1 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 12px;
}

#content h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
}

#content h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
}

#content h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}

#content h5, #content div.feedtitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

#content a {
	color: #2200CC;
	text-decoration: none;
}

#content a:hover {
	background-color: #eeeeee;
	color: #000;
}

#content p, #content div.component {
	font-size: 13px;
	/* Specifying a line-height here will disturb pages with large font */
	margin: 6px 0;
}

/* Lists! */

#content ul, #content ol {
	margin-left: 28px;
}

#content ul {
	list-style: outside square;
}

#content ul li {
	padding-bottom: 2px;
}

#content ol {
	list-style: outside decimal;
}

#content hr {
	background-color: #000;
	border: 1px solid #000;
	height: 1px;
	margin: 8px 0;
}

/* This can be used to add a border to tables in the content section, but sometimes looks odd

#content tr, #content td {
	border: 1px solid #f9f9f9;
}

*/

#content td:after {
	content: " ";
	/* This fills cells that have no content and would display strangely otherwise */
}

#content td {
	padding: 3px;
}

#content input {
	padding: 1px;
}

#content div.feedtitle img {
	height: 11px;
}

#content ul.newssummary {
	list-style: none;
	font-size: 11px;
	margin-left: 6px;
}

#content ul.newssummary li {
	color: #666;
	margin-bottom: 4px;
}

#content ul.newssummary li a {
	display: block;
	padding: 1px 0;
}

div.componentedit {
	font-size: 13px;
	font-weight: bold;
}

span.dashboard-user:before {
	content: "for ";
}

#ffQuickSearch {
	margin-top: 39px;
}

/* Contact VCF files */

.contact {
	min-height: 60px;
	clear: both;
	margin-bottom: 10px;
}

.contact p {
	margin: 0;
	line-height: 0.6;
}

.contact div.icon {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	width: 50px;
	height: 50px;
	background-color: #CCCCCC;
	background-image: url(../person.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.contact .fn {
	white-space: nowrap;
	font-weight: bold;
}

.contact .role {
	margin-left: 5px;
}
/* END OF CONTACTS */

/* Highlightbox */

#content .highlightbox {
	background-color: #f9f9f9;
	border: 1px solid #000;
	padding: 8px;
}

/* Right hand side of home page, news box */

#content h2.componentheader {
	font-size: 14px;
	margin-bottom: 6px;
}

#content #ffPageInfo
{
    display: none;
}
