@charset "UTF-8";
/* CSS Document */

/* Basic UWGB Styles */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; }

a img { border: none; }
a:link, a:active {color: #063; }
a:visited { color: #600; }


/*---CLEAR FIX---*/
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-block;}
/* no macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end */
/*---END CLEAR FIX---*/


/* UWGB Header Styles */
#uwgbhead {
	width: 100%;
	height: 60px;
	background:#063 url('images/repeat-x.gif') repeat-x;
	color: #009966;
	font-size: 1.2em;
	}
#uwgbhead a#logo {
	display: block;
	float: left;
	height: 60px;
	width: 182px;
	background: url('images/logo.gif') no-repeat;
	margin-left: 20px; }
#uwgbhead #logo span { display: none;}

#uwgbhead #links {
	display: block;
	float: right;
	margin: 17px 20px 0 10px;
}
#uwgbhead #links a {
	color: #fff;
	text-decoration: none;
	line-height:120%;}

#uwgbhead #links a:hover {
	color: #ccc;
	text-decoration: none;
}

#uwgbhead form {float: right; margin: 9px 20px 0 0px; width:200px;}
#uwgbhead #searchText {
	color:#888888;
	display:block;
	float:left;
	margin-top:4px;
}
#uwgbhead #searchButton { display:block; margin-top:5px; padding-left:5px;}

