@charset "utf-8";
body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #99ff99;
	text-align: center;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #DD0033;
	text-decoration: none;
}
a:hover, a:active {
	outline: 0;
	text-decoration: underline;
}
.content-wrapper {
	width: 900px;
	position: relative;
	text-align: left;
	margin: 0 auto;
}
.margin-right-sidebar {
	padding-right: 263px;
}
#header { height: 181px; background: #77ccff; }
#level2 #header { height: 132px; }
#skyline {
	height: 220px;
	background:url(/images/sky_tile.jpg);
}
#level2 #skyline {
	height: 130px;
	background: url(/images/sky_tile_level2.jpg);
}
#backdrop {
	height: 220px;
	background:url(/images/home_image_lg.jpg) center center no-repeat;
}
#level2 #backdrop {
	height: 130px;
	background: url(/images/level2_image_lg.jpg) center center no-repeat;
}
#logo {
	background: url(/images/han_ban_logo.gif);
	width: 193px;
	height: 160px;
	position: absolute;
	top: 20px;
}
#level2 #logo {
	background: url(/images/han_ban_logo_small.jpg);
	width: 133px;
	height: 110px;
}
#logo a { display: block; width: 193px; height: 160px; }
#level2 #logo a { display: block; width: 133px; height: 110px; }
#logo a span { display: none; }
#slogan {
	position: absolute;
	left: 362px;
	top: 66px;
}
#level2 #slogan {
	left: 350px;
	top: 53px;
}
#slogan h1 {
	font-size: 24px;
	font-weight: bold;
}
#level2 #slogan h1 { font-size: 18px; }
#slogan h1 .larger {
	display: block;
	font-size: 42px;
}
#level2 #slogan h1 .larger {
	display: inline; 
	font-size: 24px;
}
#sidebar {
	float: right;
	width: 224px;
}
#sidebar ul, #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color: #995500;
}
#sidebar ul li {
	background: url(/images/icon-morale.gif) no-repeat;
	height: 22px;
	line-height: 22px;
	padding-left: 30px;
	margin-bottom: 13px;
}
#sidebar ul li.productivity { background: url(/images/productivity_icon.gif) no-repeat;}
#sidebar ul li.eating { background: url(/images/eating_icon.gif) no-repeat;}
#sidebar ul li.costs { background: url(/images/costs_icon.gif) no-repeat;}
#sidebar ul li.absenteeism { background: url(/images/absenteeism_icon.gif) no-repeat;}
#sidebar ul li.care { background: url(/images/care_icon.gif) no-repeat;}
#sidebar h3 {
	font-size: 14px;
	margin-top: 50px;
}
#nav ul li {
	display: inline;
	margin-right: 30px;
}
#nav ul li a.selected {
	text-decoration: none;
	color: black;
}
h2 {
	font-size: 30px;
	margin-top: 30px;
}
#level2 h2 { font-size: 24px; }
h2 .smaller {
	display: block;
	font-size: 24px;
}
#level2 h2 .smaller {
	display: block;
	font-size: 18px;
}
table {
	background: #ccffcc;
	border-bottom: 1px solid #99ff99;
}
table th {
	height: 30px;
	background: url(/images/header_tile.jpg);
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #99ff99;
	border-top: 1px solid #99ff99;
}
th .right-feature {
	float: right;
	text-align: right;
	color: #995500; 
}
table td {
	padding: 10px;
	border-right: 1px solid #99ff99;
}
.no-border { border: none;}
.copyright {
	margin-top: 30px;
	color: #339933;
	font-size: 10px;
}
label {
	display: block;
	float: left;
	width: 70px;
	margin-top: 2px;
	padding-top: 3px;
	clear: left;
}
input { margin-top: 2px; }
