/*================================================= */
/* basics
================================================== */

@media print {
	body {
		background-image: none;
	}
	
	.backstretch {
		display: none;
	}
	
	#left, #top_left, #top_right, #top_line {
		display: none;
	}
		
	  #right_content, .printcontact {
		background-color: #fff !important;
		display: block;
		width:100%;
		page-break-after: always; /* Always insert page break after this element */
		page-break-inside: avoid; /* Please don't break my page content up browser */
	  }
}

div#top_line {
	width:100%;
	height:25px;
	background-color:#3d3d3d;
	position:absolute;
	top:136px;
	z-index:-99;
}

div#container {
	width:940px;
	margin:0 auto;
}

/*================================================= */
/* Header
================================================== */

div#top_left {
	width:241px;
	height:171px;
	background-color:#fff;
	opacity:0.90;
	border:1px solid #3d3d3d;
	float:left;
}

h1#logo {
	width:215px;
	height:137px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	text-indent:-5000px;
	margin:17px 0 0 13px;
}

div#top_right {
	width:669px;
	height:171px;
	float:right;
}

/* Menu */

ul#top_menu {
	font-family:'Open Sans';
	font-weight:300;
	font-size:14px;
	margin:142px 0 0 10px;
}

ul#top_menu li {
	float:left;
	margin:0 25px 0 0;
	position: relative;
	z-index: 9999;
}

ul#top_menu li a {
	color:#fff;
	padding: 5px 0px 5px 0px;
}

/* Submenu */

ul.submenu {
	position: absolute;
	display: block;
	top: 19px;
	left: -10px;
	border-left: 3px solid #fff;
	padding: 10px;
	z-index: 999;
	background-color: #006EBB;
}

ul.submenu li {
	position: relative;
	width: 100%;
	padding-right: 5px;
}

ul.submenu li a {
	line-height: 20px;
	font-size: 12px;
}

/* lvl 3 submenu */

ul.lvl3submenu {
	position: absolute;
	display: block;
	top: 0px;
	left: 110px;
	border-left: 3px solid #fff;
	padding: 10px;
	z-index: 999;
	background-color: #006EBB;
}

/*================================================= */
/* Content
================================================== */

div#image_slider {
	width:100%;
	height:275px;
	margin:20px 0 0 0;
}

div#slider_text {
	width:240px;
	height:100%;
	background-color:#fff;
	opacity:0.90;
	padding:20px;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

div#slider_text h2 {
	font-family:'Open Sans';
	font-size:18px;
	color:#363636;
	font-weight:bolder;
	margin-bottom:10px;
}

div#slider_text p {
	font-family:'Open Sans';
	font-size:12px;
	color:#363636;
	line-height:20px;
}

div#images {
	width:940px;
	height:100%;
	overflow:hidden;
	border: 5px solid rgba(255, 255, 255, 0.9);
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

div#images img {
	width:690px;
	height:275px;
}

div.read_more_box {
	position:absolute;
	width:100%;
	height:50px;
	background-color:#d0d0d1;
	bottom:0px;
}

div.read_more_box a {
	display:block;
	font-family:'Open Sans';
	font-size:12px;
	margin:20px 0 0 14px;
	color:#0070bb;
}

div.read_more_box a:hover {
	text-decoration:underline;
}

div#content {
	width:100%;
	height:400px;
	margin:20px 0 0 0;
}

div#left {
	width:240px;
	height:100%;
	background-color:#fff;
	opacity:0.90;
	padding:20px;
	overflow:hidden;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

div#left img {
	height:390px;
	margin:-15px;
}

div#left h2, div#right_content h2 {
	font-family:'Open Sans';
	font-size:18px;
	color:#363636;
	font-weight:bolder;
	margin-bottom:10px;
}

div#left p, div#right_content p {
	font-family:'Open Sans';
	font-size:12px;
	color:#363636;
	line-height:20px;
}

div#right {
	width:700px;
	height:100%;
	overflow:hidden;
	border: 5px solid rgba(255, 255, 255, 0.9);
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

div#right_content {
	width:700px;
	height:100%;
	padding:20px;
	background-color:#fff;
	opacity:0.90;
	border: 5px solid rgba(255, 255, 255, 0.9);
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#content p {
	font-size: 12px;
	color: #363636;
	line-height: 20px;
	font-family: 'Open Sans';
}

#content h2 {
	margin-bottom: 10px;
}

.content_left {
	height: 200px;
	float: left;
	width: 420px;
	background-color: #fff;
	opacity: 0.90;
	padding: 20px
}

.content_right {
	height: 200px;
	float: right;
	width: 420px;
	background-color: #fff;
	opacity: 0.90;
	padding: 20px;
}

/*================================================= */
/* Footer
================================================== */

div#footer {
	width:100%;
	height:55px;
	background-color:#3D3D3D;
	border-top:1px solid #b7b7b7;
	margin-top: 20px;
}

/*================================================= */
/* news.php
================================================== */

p.news-title {
	font-size: 14px !important;
	font-weight: bold;
	background-color: #006DBB;
	color: #fff !important;
	padding: 10px 10px 10px 10px;
}

span.news-date {
	float: right;
	font-size: 10px;
	color: #fff;
}

p.news-content {
	padding: 10px;
}

a.news-more {
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
	display: inline-block;
	background-color: #3D3D3D;
	color: #fff;
}
















