body {
	margin: 0;
	padding: 0;
	background-color: #cae4ef;
}

#bodyblock {
	width: 1000px;
	margin: 40px auto;
	font-family: 'Lato', 'sans-serif';
	font-size: 14px;
	font-weight: 400;
	line-height: 170%;
	overflow: hidden;
}

#bodyblock h2 {
	width: 1000px;
	font-family: 'Lato', 'sans-serif';
	font-size: 20px;
	font-weight: 700;
	line-height: 170%;
	color: #0077c0;
}

#map {
	float: right;
	width: 70%;
}

#contactinfo {
	float: left;
	width: 20%;
}


#wrapper {
background: #fff;
width: 1200px;
margin: 0 auto;
}

#banner {
	width: 1200px;
	height: 200px;
	background: #f3f3f4 url('/images/bg.jpg') no-repeat left top;
}

#logo {
	margin-top: 18px;
	margin-left: 15px;
	width: 32%;
	float: left;
}

#logo img {
	width: 100%;
	float: left;
}

#navbar {
	width: 1120px;
	height: 40px;
	background: #0077c0 url('/images/bg.jpg') no-repeat left top;
	overflow: hidden;
	padding-left: 80px;
}

#navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navbar ul li {
	list-style: none;
	float: left;
	font-family: 'Lato', 'sans-serif';
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

#navbar ul li a {
	display: block;
	float: left;
	font-family: 'Lato', 'sans-serif';
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	margin: 10px 110px 0 0;
}

#tagline {
	float: left;
	margin: 120px 120px 0 20px;
	color: #8b8686;
	font-size: 24px;
}

#hometext {
	width: 1200px;
	background: #fff url('/images/bg.jpg') no-repeat left top;
	height: 400px;
}

#text {
	width: 1200px;
	background: #fff url('/images/bg.jpg') no-repeat left top;
	height: auto;
}


#footer {
	width: 1200px;
	height: 245px;
	background: #f3f3f4 url('/images/bg.jpg') no-repeat left top;
}

#footerblock {
	float: left;
	width: 20%;
	font-family: 'Lato', 'sans-serif';
	font-size: 14px;
	font-weight: 400;
	line-height: 170%;
	margin: 40px 80px 0 60px;
}

#footerblock h2 {
	font-family: 'Lato', 'sans-serif';
	font-size: 14px;
	font-weight: 700;
	line-height: 170%;
	margin: 0;
}

.box {
	float: left;
	margin: 20px 10px 0 0;
	width: 50px;
	height: 50px;
	background-color: #ccc;
}


#textblock {
	float: left;
	width: 24%;
	height: 360px;
	padding: 0 25px 0 0;
	font-family: 'Lato', 'sans-serif';
	font-size: 18px;
	font-weight: 400;
	line-height: 170%;
	margin: 25px 0 0 60px;
	border-right: 1px solid #CCC;	
}

#textblock:last-child {
		border-right: none;	
}

.morelink {
	font-family: 'Lato', 'sans-serif';
	font-size: 18px;
	font-weight: 700;
	color: #0077c0;
}


#textblock h2 {
	font-family: 'Lato', 'sans-serif';
	font-size: 24px;
	font-weight: 700;
	color: #0077c0;
	
}