@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #555;
	margin: 0;
	background: url(images/rubik_background.gif) repeat-x #e6dab4;
}
* {
	behavior: url(/Files/System/iepngfix.htc);
}
img {
	border: none;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #015955;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 30px;
	margin: 5px 0;
	}
h2 {
	font-size: 20px;
	line-height: 22px;
	}
h3 {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: normal;
	}
h4 {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: normal;
	font-weight: bold;
	}
p {
	margin: 5px 0 15px 0;
	}
.text2 {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	caption-side: #333;
	}
a {
	color: #015955;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#page {
	position: relative;
	width: 990px;
	height: auto;
	padding: 15px 0 0 0;
	margin: 0 auto;
}
#top {
	position: relative;
	width: 990px;
	height: 150px;
	background: url(images/rubik_top.png) no-repeat;
	z-index: 10;
	float: left;
}
.logo {
	position: absolute;
	top: 30px;
	left: 80px;
}
#main {
	position: relative;
	width: 950px;
	height: auto;
	padding: 0px 20px;
	background: url(images/rubik_main.png) repeat-y;
	float: left;
}
#legend {
	width: 930px;
	height: auto;
	padding: 10px;
	text-align: right;
	}
#content {
	position: relative;
	width: 520px;
	padding: 25px 100px 25px 0;
	float: right;
	}
#bottom {
	position: relative;
	width: 930px;
	height: 28px;
	padding: 8px 30px;
	text-align: center;
	color: #999;
	font-size: 11px;
	background: url(images/rubik_bottom.png) no-repeat;
	float: left;
}
#bottom2 {
	position: relative;
	width: 930px;
	height: 28px;
	padding: 8px 30px;
	text-align: center;
	color: #999;
	font-size: 11px;
	background: url(images/rubik_bottom2.png) no-repeat;
	float: left;
}

/* CSS menu */
ul.topmenu {
	position: absolute;
	top: 136px;
	width: 950px;
	height: 32px;
	list-style-type: none;
	margin: 0px 20px;
	padding: 0px;
	border-top: 3px solid #cdb97c;
	background: url(images/rubik_menu.gif) repeat-x;
}
ul.topmenu li {
	width: 190px;
	float: left;
	list-style-type: none;
}
ul.topmenu a {
	text-transform: uppercase;
	width: 188px;
	font-size: 11px;
	line-height: 12px;
	padding: 10px 0;
	text-decoration: none;
	color: #FFF;
	display: block;
	text-align: center;
	border-left: 1px solid #00837d;
	border-right: 1px solid #015955;
}
ul.topmenu a:hover {
	color: #cdb97c;
	background: #222;
}
ul.topmenu .active {
	background: #015955;
	color: #cdb97c;
}
/* CSS submenu */
ul.topmenu li .submenu {
	display: none;
}
ul.topmenu li:hover .submenu {
	position: absolute;
	top: 32px;
	left: 10px;
	width: 930px;
	height: 184px;
	background: url(images/rubik_submenu.gif) repeat-x;
	display: inline;
	z-index: 200;
}
ul.topmenu li:hover {
	background: #222;
}
.submenu_text {
	position: relative;
	width: 426px;
	height: 142px;
	background: #222;
	float: right;
	margin-top: 1px;
	padding: 40px 66px 0 66px;
	text-align: left;
	text-transform: none;
}
.submenu_text h3 {
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #cdb97c;
}
.submenu_text p {
	color: #FFF;
	font-style: italic;
	margin: 0;
}
.menu {
	position: relative;
	width: 340px;
	height: auto;
	list-style-type: none;
	margin: 0;
	padding: 10px 10px;
	background: none;
	float: left;
}
.menu li a {
	width: 300px;
	text-transform: none;
	font-size: 11px;
	line-height: 12px;
	padding: 3px 20px;
	text-decoration: none;
	color: #FFF;
	display: block;
	text-align: left;
	float: left;
	border: none;
	border-top: 1px solid #222;
	border-bottom: 1px solid #444;
}
.menu li a:hover {
	color: #cdb97c;
}
.menu a.firstitem {
	border-top: none;
}
.menu a.lastitem {
	border-bottom: none;
}
.menu #activeitem {
	color: #cdb97c;
}

/* CSS leftmenu */
ul.leftmenu {
	position: relative;
	width: 280px;
	height: auto;
	list-style-type: none;
	margin: 25px 0px;
	padding: 0px;
	background: url(images/rubik_leftmenu.gif) no-repeat;
	float: left;
}
ul.leftmenu li {
	width: 280px;
	float: left;
	list-style-type: none;
}
ul.leftmenu a {
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	padding: 10px 45px 10px 25px;
	color: #666;
	display: block;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #eadfc0;
}
ul.leftmenu a:hover {
	color: #cdb97c;
	background: #222;
}
ul.M2 {
	position: relative;
	width: 280px;
	height: auto;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	border-bottom: 1px solid #FFF;
}
ul.M2 li {
	width: 280px;
	float: left;
	list-style-type: none;
}
ul.M2 a {
	font-size: 11px;
	line-height: 12px;
	padding: 10px 45px 10px 45px;
	border: none;
	border-top: 1px dotted #eadfc0;
}
.bottom_left {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.bottom_right {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.top_left {
	position: absolute;
	top: 0px;
	left: 0px;
}
.top_right {
	position: absolute;
	top: 0px;
	right: 0px;
}
ul.leftmenu li a.firstitem {
	border-top: none;
}
ul.M2 li a.firstitem {
	border-top: 1px solid #eadfc0;
}
#activeitem {
	color: #015955;
}

/* CSS frontpage */
#frontpage {
	position: relative;
	width: auto;
	height: 300px;
	font-size: 11px;
	padding: 0;
}
ul.topnews {
	position: relative;
	top: 45px;
	width: 930px;
	height: 270px;
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
}
ul.topnews li {
	position: relative;
	width: 300px;
	height: 250px;
	background: url(images/rubik_topnews.gif) repeat-x;
	margin: 0 10px 0 0;
	float: left;
}
ul.topnews a {
	position: relative;
	width: 300px;
	height: 250px;
	display: block;
	background: url(images/overlay.png);
	color: #FFF;
	font-size: 11px;
	line-height: 13px;
	float: left;
}
ul.topnews b {
	font-weight: normal;
	color: #cdb97c;
	text-transform: uppercase;
	display: block;
}
ul.topnews a:hover {
	background: url(blank.gif);
	text-decoration: none;
}
ul.topnews li img {
	position: absolute;
	top: 0px;
	left: 0px;
}
ul.topnews p {
	position: absolute;
	width: 270px;
	height: 54px;
	padding: 10px 15px;
	background: url(images/rubik_frontpage_text.gif) repeat-x #232323;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
}
ul.topnews a:hover p {
	background: #232323;
}
#kwicks {
	position: absolute;
	top: 45px;
	width: 920px;
	height: 270px;
	background: url(images/rubik_frontpage.gif) no-repeat;
}
ul#kwicks {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
}
ul#kwicks li {
	margin: 0;
	padding: 0;
}
ul#kwicks li p.show {
	position: relative;
	width: auto;
	height: 26px;
	top: 170px;
	padding: 10px 20px;
	display: block;
	line-height: 12px;
	color: #FFF;
	overflow: hidden;
	margin: 0px;
}
ul#kwicks li:hover p.show {
	display: none;
}
ul#kwicks li p.hide {
	display: none;
}
ul#kwicks li:hover p.hide {
	position: relative;
	width: auto;
	height: 35px;
	top: 170px;
	padding: 10px 20px;
	display: block;
	line-height: 12px;
	color: #FFF;
	overflow: hidden;
	margin: 0px;
}
ul#kwicks li a {
	position: relative;
	top: -50px;
	width: auto;
	height: 235px;
	display: block;
}
.kwick {
	position: relative;
	width: 300px;
	height: 245px;
	float: left;
	border-right: 2px solid #FFF;
}
.kwick b {
	font-weight: normal;
	color: #cdb97c;
}
#news {
	position: relative;
	width: 930px;
	height: 160px;
	margin: 10px;
	float: left;
}
#news a {
	position: relative;
	width: 290px;
	height: 130px;
	padding: 10px;
	float: left;
	color: #555;
	text-decoration: none;
}
#news a:hover {
	background: #EEE;
}
#news a em {
	font-style: normal;
	text-transform: uppercase;
	color: #222;
	font-size: 11px;
}
#news a h3 {
	font-size: 16px;
	line-height: 18px;
	color: #015955;
	font-weight: normal;
	margin: 0px;
}
#news a p {
	line-height: 14px;
}
#login {
	position: relative;
	width: 950px;
	height: 60px;
	background: url(images/rubik_login.gif) no-repeat;
	clear: both;
	}
.form {
	position: relative;
	width: 360px;
	height: auto;
	margin: 0px;
	padding: 25px 0px 0px 15px;
	} 
.field {
	position: relative;
	width: 129px;
	height: 16px;
	padding: 3px 5px;
	float: left;
	border: none;
	background: none;
	color: #666;
	}
.button {
	 position: relative;
	 width: 56px;
	 height: 25px;
	 margin: 0 9px;
	 padding: 0px;
	 border: none;
	 background: none;
	 color: #FFF;
	 text-transform: uppercase;
	 }
#offices {
	position: absolute;
	left: 605px;
	top: 23px;
	width: 345px;
	height: 60px;
	line-height: 14px;
	}
#offices a {
	text-decoration: none;
	color: #333;
	font-size: 11px;
	}
#offices a:hover {
	text-decoration: underline;
	}
	
.text {
	position: relative;
	width: 520px;
	height: auto;
	clear: both;
	float: left;
	}
.text3 {
	position: relative;
	width: 160px;
	margin: 5px 10px 5px 0;
	border-top: 1px dotted #eadfc0;
	padding: 5px 0;
	height: 260px;
	float: left;
	}
.employee {
	position: relative;
	margin: 5px 0;
	padding: 5px 0;
	width: 520px;
	height: auto;
	border-top: 1px dotted #eadfc0;
	clear: both;
	float: left;
	}
.pic_top, .pic_bottom {
	position: relative;
	}
.pic_right {
	position: relative;
	padding: 5px 0 5px 10px;
	float: right;
	}
.pic_left {
	position: relative;
	padding: 5px 10px 5px 0;
	float: left;
	}
.newslist {
	border-top: 1px dotted #eadfc0;
	padding: 5px 0;
}
.event, .event_top {
	position: relative;
	width: 500px;
	height: auto;
	font-size: 11px;
	line-height: 11px;
	padding: 5px;
	border-bottom: 1px dotted #eadfc0;
	border-left: 1px dotted #eadfc0;
	border-right: 1px dotted #eadfc0;
	float: left;
}
.event_top {
	border: 1px dotted #eadfc0;
	background: #eadfc0;
}
.event_date {
	position: relative;
	width: 50px;
	height: auto;
	padding: 0 5px;
	text-align: center;
	float: left;
}
.event_name {
	position: relative;
	width: 370px;
	height: auto;
	padding: 0 5px;
	float: left;
	border-left: 1px dotted #eadfc0;
	border-right: 1px dotted #eadfc0;
}
.event_name a {
	font-size: 11px;
}
.event_type {
	position: relative;
	width: 40px;
	height: auto;
	padding: 0 5px;
	text-align: center;
	float: right;
}
.event_history {
	position: relative;
	width: 500px;
	height: 11px;
	padding: 5px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	border-top: 1px dotted #eadfc0;
	border-left: 1px dotted #eadfc0;
	border-right: 1px dotted #eadfc0;
}
.event_history b {
	font-size: 15px;
	font-weight: normal;
	padding: 0 10px;
}