html {
	overflow-y: scroll;
	background-color: #A5A5A5;
}
body {
	background-image: url(/images/layout/container.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
#wrapper {
	width: 969px;
	margin: 0 auto;
}
#container {
	width: 909px;
	margin: 0 auto;
}
#header {
	height: 114px;
	background-image: url(/images/layout/header.jpg);
	background-repeat: no-repeat;
}
#logo {
	float: left;
	width: 250px;
	height: 114px;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#header_image {
	width: 274px;
	height: 114px;
	float: right;
	background-repeat: no-repeat;
	background-position: right;
}
#content {
	padding-top: 23px;
	background-color: #F4F4F4;
	background-image: url(/images/layout/menu_shadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#left,
#right {
	display: inline;
	width: 285px;
	float: left;
	margin: 0 20px 0 20px;
}
.banner_left_container {
	position: relative;
	width: 210px;
	height: 125px;
	float: left;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.banner_left_bar {
	position: relative;
	height: 18px;
	margin-top: 94px;
	padding: 2px 0 0 5px;
	background-color: #FFFFFF;
	color: #224268;
	font-weight: bold;
	font-size: 12px;
	opacity: .9;
}
.banner_left_button {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 15px;
	height: 15px;
	background-image: url(/images/layout/btn_agenda.png);
	background-repeat: no-repeat;
}
#center {
	width: 554px;
	float: left;
	margin-left: 25px;
}
#center ul {
	margin: 0 0 0 20px;
	padding: 0;
}
#center #banner_center_container {
	position: relative;
	width: 409px;
	height: 248px;
	margin-top: 0;
	background-repeat: no-repeat;
	cursor: pointer;
}
#center #banner_center_bar {
	position: absolute;
	top: 185px;
	width: 399px;
	height: 35px;
	padding-left: 10px;
	background-color: #FFFFFF;
	opacity: .9;
}
#center #banner_center_title {
	margin: 1px 0 0 0;
	padding: 0;
	color: #224268;
	font-weight: bold;
	font-size: 14px;
}
#center #banner_center_intro {
	margin: 0;
	padding: 0;
	color: #757575;
	font-size: 11px;
	font-weight: bold;
}
#center #banner_center_button {
	position: absolute;
	right: 5px;
	bottom: 7px;
	width: 21px;
	height: 21px;
	margin: 0;
	padding: 0;
	background-image: url(/images/layout/btn_search.png);
	background-repeat: no-repeat;
}
#center #print {
	position: relative;
}
#center #print #printicon {
	position: absolute;
	right: 0px;
}
#center #print #printtext {
	position: absolute;
	right: 22px;
}
#search {
	height: 51px;
	padding: 14px 0 0 14px;
	background-image: url(/images/layout/search_bg.jpg);
	background-repeat: no-repeat;
}
#login {
	background-color: #0895E4;
	padding: 14px 0 14px 14px;
	margin-bottom: 15px;
	font-size: 0.9em;
}
#login a {
	color: #FFF;
}

#input_search {
	width: 215px;
	float: left;
}
#btn_search {
	width: 21px;
	height: 21px;
	float: left;
	margin: 1px 0 0 10px;
}
#input_newsletter {
	width: 215px;
	float: left;
}
#btn_newsletter {
	width: 21px;
	height: 21px;
	float: left;
	margin: 1px 0 0 10px;
}
#follow_us a {
	display: inline-block;
	float: left;
	margin: 10px 0 10px 14px;
}
.goto,
#center .goto {
	height: 22px;
	margin: 0 0 15px 0;
	padding: 0 7px 0 0;
	background-color: #0895E4;
	text-align: right;
}
#footer {
	width: 918px;
	height: 59px;
	margin: 0 auto;
	padding: 15px 51px 0 0;
	background-image: url(/images/layout/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#confirmation_email {
	display: none;
	color: #454545;
	font-size: 11px;
	font-weight: bold;
}
#try_sample {
	width: 210px;
	height: 101px;
	margin-bottom: 15px;
	background-image: url(/images/layout/banners/klein/try_fe.png);
	background-repeat: no-repeat;
}
#try_sample a {
	display: block;
	width: 100%;
	height: 100%;
}
.agenda_item {
	position: relative;
	width: 100%;
	border-bottom: 2px solid #FFFFFF;
}
.agenda_date {
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -7px;
	width: 34px;
	float: left;
}
.agenda_title {
	display: inline;
	width: 208px;
	float: left;
	margin-left: 34px;
	padding: 3px 5px 3px 5px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
.agenda_btn {
	width: 25px;
	float: left;
}
.agenda_btn a {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 5px;
}
.box_title,
.box_big_title {
	height: 25px;
	padding: 8px 0 0 10px;
	background-repeat: no-repeat;
}
.box_title {
	background: #0895E4;
	/*background-image: url(/images/layout/box_title.jpg);*/
}
.box_big_title {
	margin: 0;
	padding: 0;
	background: #0895E4;
	/*background-image: url(/images/layout/box_news_title.jpg);*/
}
.box_content,
.box_big_content {
	border: 2px solid #0895E4;
}
#center .box_big_content,
#center .box_big_content div {
	margin: 0;
	padding: 0;
}
#center .box_big_title {
	margin: 0;
	padding: 8px 0 0 10px;
}
#center .border {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #0081C5;
}

.logo-table {
	width: 282px;
	background: #FFFFFF;
	border-collapse: collapse;
	border: 2px solid #0895E4;
	margin-bottom: 15px;
	height: 350px;
}

.logo-table tr td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #0895E4;
	width: 138px;
	height: 61px;
	cursor: pointer;
}

#overlay {
	display: none;
	height: 324px;
	width: 261px;
	background: #FFFFFF;
	border: 2px solid #0895E4;
	margin-bottom: 15px;
	color: #0081C5;
	font-size: 0.9em;
	padding: 10px;
}

.education_table  a {
	font-weight: bold;
}

.home_education tr th {
	background-color: #4EC1FF;
	color: #FFFFFF;
	text-align: left;
}

.buttons_container img {
	cursor: pointer;
}

.buttons_container img.bottom,
.buttons_container img.top {
	margin-bottom: 10px;
}

.buttons_container img.left {
	margin-right: 10px;
}

#center div.overlay {
	position: relative;
	border: 1px solid #666;
	width: 532px;7
	min-height: 330px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
}

.overlay .close {
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.hidden {
	display: none;
}

#center .educations h2 {
	margin-bottom: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

td {
	vertical-align: top;
}

.edu_heading div {
	background-color: #0895E4;
	padding:  3px !important;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px !important;
}

div.new {
	font-size: 0.9em;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 10px !important;
	background-color: #F0611C;
	margin: 0px !important;
	height: 18px;
	overflow: hidden;
	text-align: center;
	width: 74px;
}

span.small {
	font-size: 0.9em;
}