﻿body {
	background-color: white;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

body, html {
	padding: 0;
	margin: 0;
}

h1 {
	font-weight: normal;
	color: #569305;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#main {
	margin: 0 auto;
	width: 971px;
}

#langbar {
	float: left;
	font-size: 13px;
	font-style: italic;
	color: #569305;
	width: 300px;
	padding: 13px 0 0 0;

}

#searchbar {
	float: right;
	height: 46px;
	width: 260px;
}

#sb_input {
	float: right;
}

#sb_gobutton {
	margin-top: 8px;
}

.sb_gobutton {
	height: 20px;
	background: none;
	border: none;
	color: #569305;
	font-size: 20px;
	cursor: pointer;
}

.sb_input {
	background: none;
	width: 120px;
	margin: 14px 0 0 20px;
	border: none;
}

#sb_input {
	width: 163px;
	height: 46px;
	background-image: url(../designfiles/input_text.gif);
	background-repeat: no-repeat;
}

#sb_title {
	font-size: 16px;
	font-style: italic;
	color: #569305;
	padding-top: 12px;
	text-align: right;
	padding-right: 10px;
}

#header {
	width: 971px;
	height: 64px;
	background-image: url(../designfiles/header.gif);
	background-repeat: no-repeat;
}

#homelink {
	float: left;
}

#homelink a {
	width: 268px;
	height: 64px;
	display: block;
}

#intranet{
	float: right;
	width: 470px;
}

#intranet #title {
	float: left;
	font-size: 20px;
	color: #569305;
	margin: 20px 0 0 0;
}

#intranet #title .shadow {
	color: white;
	position: relative;
	top: -21px;
	left: -1px;
}

#intranet #login {
	float: right;
	width: 350px;
}

.i_input {
	background: none;
	width: 120px;
	margin: 22px 0 0 20px;
	border: none;
}

.i_input2 {
	background: none;
	width: 120px;
	margin: 24px 0 0 24px;
	border: none;
}

.i_input3 {
	background: none;
	border: none;
	color: white;
	font-size: 20px;
	cursor: pointer;
	padding: 0 0 0 25px;

}
#menu ul ul.CSStoShow {
	display: block;
}
#menu {
	width: 971px;
	height: 34px;
	background-image: url(../designfiles/menu.gif);
	background-repeat: no-repeat;
	position: relative;
	z-index: 100;
}

#menu a {
	font-size: 14px;
	color: white;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 6px 0 0 0;
}

#menu ul li {
	float: left;
	padding: 0 25px 0 25px;
	border-right: 1px solid #5e9a0d;
	position: relative;
}

#menu ul li ul {
	display: none;
	margin: 0;
	padding: 0;
}

#menu ul li ul li.lvl2 ul {
	display: none;
	margin: 0;
	padding: 0;
}

#menu ul li ul li ul li.lvl3 {
	width: 136px;
	padding: 5px 0 5px 30px;
	background-color: #75b81a;
	clear: left;
	position: relative;
	border-left: none;
	background-image: url(../designfiles/bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	margin-left: 152px;
}
/*
#menu ul li ul li.lvl2 ul li:first-child {
	position: relative;
	top: -28px;
	left: 0;
}
*/
#menu ul li ul li.lvl2 {
	width: 136px;
	padding: 5px 30px 5px 30px;
	background-color: #75b81a;
	clear: left;
	position: relative;
	border-left: none;
	background-image: url(../designfiles/bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}

#menu ul li ul li.lvl2_print {
	width: 136px;
	padding: 5px 30px 5px 30px;
	background-color: #75b81a;
	clear: left;
	position: relative;
	border-left: none;
	background-image: url(../designfiles/print2.gif);
	background-repeat: no-repeat;
	background-position: 8px center;

}

#menu li.lvl2_print a {
	font-size: 12px;
}

#menu li.lvl2_print a:hover {
	text-decoration: none;
}


#menu li.lvl2 a {
	font-size: 12px;
}

#menu li.lvl2 a:hover {
	text-decoration: none;
}

#menu ul li ul li.lvl2:hover {
	background-color: #8bd52a;
}

#menu ul li ul li.lvl2 ul li.lvl3:hover {
	background-color: #8bd52a;
}


#menu ul li ul li {
	border-top: 1px solid #a0e348;
}

#menu ul li ul li:first-child {
	border-top: none;
}



#menu ul li:hover ul {
	padding: 28px 0 0 0;
	display: block;
	position: absolute;
	top: 0;
	left: 14px;

}

#menu ul li ul li:hover ul {
	display:block;
	position: absolute;
	top: 0;
	left: 44px;
}

#menu ul li:first-child {
	border: none;
}

#content {
	margin: 20px 0 20px 0;
}

#left {
	float: left;
	width: 237px;

}

#middle {
	float: left;
	text-align: left;
	width: 503px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

#right {
	float: right;
	width: 237px;
}

.box {
	margin-bottom: 20px;
}

.box_header {
	width: 237px;
	height: 64px;
	background-image: url(../designfiles/cat_bg.gif);
	background-repeat: no-repeat;
}

.box_title {
	font-size: 20px;
	color: #7d7d7d;
	padding: 20px 0 0 40px;
}

.title_shadow {
	position: relative;
	top: -21px;
	left: 39px;
	font-size: 20px;
	color: white;
	z-index: 1;
}

.box_header2 {
	width: 237px;
	height: 64px;
	background-image: url(../designfiles/cat_bg_3.gif);
	background-repeat: no-repeat;
}

.box_title2 {
	font-size: 20px;
	color: #086e94;
	padding: 20px 0 0 40px;
}

.title_shadow2 {
	position: relative;
	top: -21px;
	left: 39px;
	font-size: 20px;
	color: white;
	z-index: 1;
}

.box_title2 a {
	color: #1195c5 !important;
	text-decoration: none;
}

.box_header3 {
	width: 237px;
	height: 64px;
	background-image: url(../designfiles/cat_bg_2.gif);
	background-repeat: no-repeat;
}

.box_title3 {
	font-size: 20px;
	color: #b35600;
	padding: 20px 0 0 40px;
}

.title_shadow3 {
	position: relative;
	top: -21px;
	left: 39px;
	font-size: 20px;
	color: white;
	z-index: 1;
}



.box_content {
	padding: 10px 15px 10px 15px;
}

.box_content2 a {
	font-size: 14px;
	color: #1195c5;
	text-decoration: none;
}

.box_content2 a:hover {
	text-decoration: underline;
	color: #1195c5;
}

.box_content3 a {
	font-size: 14px;
	color: #f38c22;
	text-decoration: none;
}

.box_content3 a:hover {
	text-decoration: underline;
	color: #f38c22;
}

.box_content ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.box_content ul li.lvl-2 {
	padding-left: 30px;
	background-image: url(../designfiles/bullet.gif);
	background-repeat: no-repeat;
	background-position: 16px center;
}

.box_content ul li.lvl-2 a {
	font-size: 11px;
	color: #569305;
	text-decoration: none;
}

.box_content ul li.lvl-2 a:hover {
	text-decoration: underline;
	color: #70b515;
}

.box_content2 ul li.lvl-2 a {
	font-size: 11px;
	color: #1195c5;
	text-decoration: none;
}

.box_content2 ul li.lvl-2 a:hover {
	text-decoration: underline;
	color: #1195c5;
}

.box_content3 ul li.lvl-2 a {
	font-size: 11px;
	color: #f38c22;
	text-decoration: none;
}

.box_content3 ul li.lvl-2 a:hover {
	text-decoration: underline;
	color: #f38c22;
}

#middle {
	width: 457px;
	padding: 0 20px 0 20px;
}

#footer {
	background-image: url(../designfiles/footer.gif);
	background-repeat: no-repeat;
	width: 971px;
	height: 64px;
	margin-bottom: 20px;
}

#footertext {
	padding: 24px 0 0 300px;
	font-size: 11px;
}

#middle a {
	font-size: 12px;
	color: #A5A5A5;
	text-decoration: none;
}

#middle a:hover {
	color: #89D02C;
	text-decoration: underline;
}

.nofloat {
	clear: both;
}

#icons {
	float: right;
	padding: 5px 20px 0 0;
}

#icons a {
	padding-left: 10px;
}

#middle ul.sitemap a {
	color: #3a3a3a;
	text-decoration: none;
}

#middle ul.sitemap a:hover {
	color: #87cc29;
	text-decoration: underline;
}

ul.sitemap {
	list-style-type: none;
	list-style-image: none;
}

#middle li.sitemap-1 a {
	font-size: 16px;
}

li.sitemap-2 {
	padding-left: 50px;
	background-image: url(../designfiles/sitemap_ico.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}

#middle li.sitemap-2 a {
	font-size: 14px;
}

#middle li.sitemap-3 {
	padding-left: 100px;
	background-image: url(../designfiles/sitemap_ico2.gif);
	background-repeat: no-repeat;
	background-position: 70px center;
}

h2 {
	color: #569305;
	font-size: 18px;
	font-weight: normal;
}

.box_loggedin {
	width: 348px;
	height: 64px;
	background-image: url(../designfiles/header_loggedin_2.gif);
	background-repeat: no-repeat;
	float: right;
	color: white;
}

.box_loggedin ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 10px 0 0 20px;
}

.box_loggedin ul li {
	float: left;
	padding-right: 20px;
}

.box_loggedin a {
	color: white;
	text-decoration: none;
}

.box_loggedin a:hover {
	color: white;
	text-decoration: none;
}

.profile_left {
	width: 200px;
	float: left;
	height: 50px;
}

.profile_right {
	float: right;
	height: 50px;
}

.calendar_title:hover {
	background-color: #d5f1af !important;
}

.calendar_title {
	border-bottom: 1px solid #e5e5e5;
	background-color: #F3F3F3;
	font-size: 16px;
	color: #6BA919;
	padding: 10px 0 10px 20px;
	font-weight: bold;
}