/* COMMON STYLE
--------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
}

/* HEADER
--------------------------------------------------------- */
#mts-bannerwrap {
	background: #081b45;
	color: #CCCCCC;
	line-height: normal;
	height: 80px;
}

#mts-banner {
	background: #081b45 url(http://mts.mandela.ac.za/styles/header/images/banner.jpg) no-repeat top right;
	position: relative;
	height: 80px;
	width: 97%;
	margin: 0pt auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#mts-banner a {
	color: #CCCCCC;
}

h1.logo, h1.logo-text {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
}

h1.logo a {
	width: 208px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	height: 80px;
	position: relative;
	z-index: 100;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	color: #CCCCCC !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 40px;
	top: 11px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #444444;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 0;
}

/* Search */
#mts-search {
	padding-left: 20px;
	background: url(http://mts.mandela.ac.za/styles/header/images/icon-search.gif) no-repeat center left;
	position: absolute;
	bottom: 15px;
	right: 0;
}

#mts-search .inputbox {
	width: 120px;
	border: 1px solid #333333;
	padding: 3px 5px;
	color: #999999;
	background: #444444;
	font-size: 92%;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#mts-menuwrap {
	border-top: 1px solid #555555;
	background: #081b45;
	margin-bottom: 5pt;
	display: block;
}

#mts-menu {
	border-left: 1px solid #333333;
	background: #081b45;
	width: 97%;
	margin: 0pt auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* MISCELLANOUS
----------------------------------------------------------- */

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
