@charset "utf-8";
/* CSS Document */

body{
	text-align: center;
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #17246a;
	line-height: 1.5em;
}
img{
	border: 0px;
}
a{
	color: #344a9f;
}
h1{
	line-height: 1.5em;
}
h2{
	margin: 5px 0px;
	line-height: 0.5em;
}
h3{
	line-height: 0.5em;
}
.clear{
	width: 100%;
	height: 1px;
	clear: both;
}
#frame{
	text-align: left;
	margin: auto;
	width: 990px;
}
#logo{
	position: absolute;
	top: 9px;
	display: block;
	left: 800px;
	height: 107px;
	width: 160px;
}
#header{
	background: url(images/header.jpg);
	width: 990px;
	height: 224px;
	position: relative;
}
#header ul{
	position: absolute;
	list-style: none;
	top: 130px;
	left: 262px;
}
#header ul li{
	float: left;
}
#header ul li a{
	display: block;
	height: 16px;
	width: 109px;
	background-position:center top ;
	background-repeat: no-repeat;
}
#header ul li a:hover{
	background-position: center -15px ;
}
#header ul li.active a{
	background-position: center -15px ;
}
#header ul li.active a:hover{
	background-position: center -15px ;
}
#content{
	padding-left: 333px;
}
.box{
	width: 250px;
	float: left;
	padding: 0px 20px;
	text-align: center;
}
#footer{
	width: 990px;
	height: 30px;
	font-size: 0.6em;
	color: #CCC;
	text-align: center;
	line-height: 1.4em;
	height: 160px;
}
#footer .runner{
	background-image: url(images/runner.gif);
	height: 105px;
	width: 100%;
	position: relative;
}
#footer .staffsmart{
	position: absolute;
	top: 46px;
	left: 916px;
	height: 42px;
	width: 70px;
	background-image: url(/images/footer-staffsmart.gif);
	background-position: bottom;
	overflow: hidden;
	text-indent: 100px;
}
#footer .staffsmart:hover{
	background-position: top;
}
