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

#globalHeader { position: relative; font: 11px/14px Helvetica, Arial; height: 40px; width: 100%; background: #3C5E8B; border-bottom: 5px groove #3f6286 }

#globalHeader ul.globalNav li a { color: #fff !important; text-decoration: none }

#globalHeader #mainLogo { position: absolute; top: 7px; left: 10px; height: 27px; width: 28px; border: 0px solid; background: url(/images/smltblu_sublogo.gif) top left no-repeat    }

ul.globalNav {
	position: absolute;
	left: 45px;
	top: 15px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
}

ul.globalNav li { float: left; list-style: none }
ul.globalNav li a { display: block; margin: 0; padding: 1px 10px; color: #fff; border-right: 1px solid #2b4b74; border-left: 1px solid #97acc4 }
ul.globalNav li a:hover { background: #214069 }

#globalHeader #searchBox { position: absolute; top: 10px; right: 15px }

.keyword { width: 175px; border: none; margin-right: 4px; padding: 3px; font-size: 12px }

#container {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: relative;
}
