@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CCC;
	margin: 0;
}
img {
	border: 0
}
#container {
	width: 900px;
	background-color: #fff;
	height: 100%;
	margin: 44px auto;
	position: relative;
}
#topnav {
	height: 30px;
	background-color: #819cd0;
}
#navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav-item {
	float: left;
	text-align: center;
	width: 150px;
}
#container #topnav #navigation .nav-item a {
	display: block;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	margin-top: 5px;
}
#container #topnav #navigation .nav-item a:hover {
	color: red
}
#inner-content-top {
	margin: 45px 15px 0 15px;
	height: 342px;
}
#inner-content-turnpage {
	margin: 45px 15px 0 15px;
	min-height: 600px;
}
#inner-content-next {
	margin: 0 15px 0 15px;
	height: 60px;
	font-family: Melbourne-regular;
	font-size: 36px;
	text-align: right;
	color: #ecae5d;
}
#inner-content-third {
	margin: 0 15px 90px;
15px;
}
#inner-content-fourth {
	margin: 0 15px 60px 15px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 18px;
		font-weight:normal;
	font-style:normal;
}
#homepage-highlight {
	float: right
}
#pullquote {
	margin-top: 118px;
	width: 250px;
	font-size: 21px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	float: left;
	line-height: 21px;
}
#our-people {
	float: right;
	margin-top: 20px;
}
#testimonials {
	margin-top: 75px;
	width: 250px;
}
#testimonials a {
	color: #6594ec;
	font-family: Melbourne-regular;
	font-size: 32px;
	text-decoration: none;
}
#testimonials a:hover {
	color: red;
	font-family: Melbourne-regular;
	font-size: 32px;
	text-decoration: none;
}
.Melbourne {
	font-family: Melbourne-regular;
}
#turnpage-copy {
	width: 80%;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	margin: 30px auto 0;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	
}
#turnpage-copy p {
	margin-top: 0
}
#turnpage-copy h1 {
	display: block;
	margin: 0;
	height: 60px;
	font-family: Melbourne-regular;
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	color: #999;
	text-align: center;
}
#footer {
	margin: 0 15px 0 15px;
	height: 60px;
	font-family: Melbourne-regular;
	font-size: 36px;
	text-align: center;
	color: #ecae5d;
}
