html, body {
	min-height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 21px;
	font-weight: 400;
	font-size: 14px;
	color: #0d4e96;
}

h1 {
	font-family: 'Open Sans Light', sans-serif;
	letter-spacing: -1px;
	font-style: italic;
	line-height: 32px;
	font-weight: 300;
	font-size: 22px;
	color: #039bd4;
	margin: 0;
}

h2 {
	font-family: 'Open Sans Light', sans-serif;
	font-style: italic;
	line-height: 32px;
	font-weight: 300;
	font-size: 22px;
	color: #039bd4;
	margin: 0;
}

h3 {
	font-family: 'Open Sans Light', sans-serif;
	font-style: italic;
	line-height: 26px;
	font-weight: 300;
	font-size: 18px;
	color: #039bd4;
	margin: 0;
}

h1 a, h2 a, h3 a {
	color: #039bd4;
}

img {
	border: 0;
}

p {
	margin: 15px 0;
}

a {
	color: #0d4e96;
}

ul.greenbullet {
	padding: 0;
	margin: 0;
}

ul.greenbullet li {
	background: url('../img/icons/bullet.png') 5px 8px no-repeat;
	padding: 0 0 0 20px;
	list-style: none;
	margin: 0;
}

.show-more {
	background: url('../img/showmore.png') top right no-repeat;
	border-bottom: 1px solid #62c0ed;
	cursor: pointer;
	height: 20px;
	width: 100%;
}

.show-less {
	background: url('../img/showless.png') top right no-repeat;
	border-bottom: 1px solid #62c0ed;
	cursor: pointer;
	height: 20px;
	width: 100%;
}

.more {
	padding-top: 50px;
	display: none;
}

.more.block,
.show-more.block,
.show-less.block {
	display: block;
}

#overlay {
	background: url('../img/bg_overlay.png');
	top: 0; left: 0; right: 0; bottom: 0;
	position: fixed;
	display: none;
	z-index: 99;
}

#overlay.show {
	display: block;
}

	#overlay .content {
		left: 50%; margin-left: -340px;
		top: 50%; margin-top: -222px;
		border-radius: 10px;
		padding: 30px 40px;
		position: absolute;
		line-height: 28px;
		font-weight: 300;
		background: #fff;
		font-size: 18px;
		width: 600px;
	}

		#overlay .content .close-overlay {
			right: -18px; top: -13px;
			position: absolute;
			cursor: pointer;
		}

#background {
	background: url('../img/bg_body.png') top center;
	overflow: hidden;
}

#header {
	margin: 30px auto 0;
	overflow: hidden;
	width: 920px;
}

	#header .logo {
		margin-right: 5px;
		float: right;
	}

#content {
	margin: 40px auto 0;
	overflow: hidden;
	width: 920px;
}

#content.block {
	height: auto;
}

	#content .image {
		margin: 0 0 20px 10px;
		height: 250px;
		width: 500px;
		float: right;
	}

		#content .image .slide1,
		#content .image .slide2,
		#content .image .slide3 {
			margin-left: 20px;
			background: #eee;
			height: 250px;
			width: 145px;
			float: left;
		}

		#content .image .slide1 {
			
		}

		#content .image .slide2 {
			
		}

		#content .image .slide3 {
			
		}

		.contentbox {
			padding-top: 40px;
		}

			.box-left {
				margin-top: -10px;
				float: left;
			}

			.box-right {
				border-left: 1px solid #cfe8f3;
				padding-left: 19px;
				margin-top: -10px;
				min-height: 120px;
				width: 670px;
				float: right;
			}

				.box-right p:first-child { margin-top: 0; }
				.box-right p:last-child { margin-bottom: 0; }

#footer {
	background: url('../img/bg_footer.png') top center no-repeat;
	padding: 70px 0 0;
	height: 190px;
	width: 100%;
	clear: both;
}

	#footer .wrapper {
		position: relative;
		margin: auto;
		width: 920px;
	}

		#footer .wrapper .logo_info {
			position: absolute;
			top: 0; right: 0;
			font-size: 12px;
			height: 47px;
			color: #fff;
		}

		#footer .wrapper .info {
			position: absolute;
			top: 50px; left: 0;
			line-height: 18px;
			font-size: 12px;
			clear: both;
			width: 350px;
			float: left;
		}

		#footer .wrapper .logos {
			position: absolute;
			top: 50px; right: 0;
			width: 593px;
		}

			#footer .wrapper .logos a img {
				margin: 7px 0 0 20px;
				display: block;
				float: left;
			}