/* $Id: toparea.css,v 1.1 2004/04/29 09:08:16 simon.robins Exp $ */

#banner {
	height: 83px;
	clear: both;
}

.bannerColour {
	background: #00508B;
	background-image: url(../../images/mmu/bbg.gif);
}

#banner form {
	color: white;
}

.goButton {
	background-color: #00508B;
	font-family: verdana,sans-serif;
	border: white 1px solid;
	font-size: 10px;
	color: white;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
} 

#logo{
	height: 83px;
	float: left;
}
#logo a img{
	border: 0px;
}

#sqLogo{
	float: right;
}

#quickSearch{
	float: right;
	padding: 38px 75px 0 0;
}

#quickSearch input{
	vertical-align: middle;
}

#wordSearch{
	width: 135px;
	font-size: 11px;
}

/*-------- head title -------*/
#headTitle{
display: inline;
width: 320px;
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: white;
	padding-top: 50px;
	padding-left: 10px;
}

.whiteText{
	float: left;
}

.greenText{
	float: left;
	color: #00CC99;
}

.blueText{
	float: left;
	color: #99CCFF;
}