body
{
	background-color: #E8EDE9;
	font-family: 'Arimo', sans-serif;
	font-size: 17px;
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
}
.clear {width: inherit; height: 0px; font-size: 0px; line-height: 0px; clear: both;}
#wrapper
{
	width: 100%;
}
#topbar
{
	background-color: white;
	display: block;
	width: 100%;
	height: 75px;
}
#logo
{
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}
ol
{
	float: left;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
}
ol > li
{
	display: inline-block;	
	height: 30px;
	width: 220px;
	text-align: center;
	font-size: 20px;
}
ol > li:hover
{
	cursor: pointer;
}
ol > li > a
{
	text-decoration: none;
	display: inline-block;
	height: 30px;
	width: 220px;
	color: black;
	line-height: 200%;
}
ol > li > a:hover
{
	color: #6EA3B5;
}
#container
{
	clear: both;
	width: 100%;	
}
#content-one
{
	clear: both;
	width: 100%;
	background-color: #5D93C9;
	border-top: 1px solid #A9BCC2;
	color: white;
}
#con-text-one
{
	float: left;
	width: 50%;
	text-align: justify;
	line-height: 150%;
	margin-left: 10%;
	padding-top: 40px;
	padding-bottom: 80px;
	
}

#con-image-one
{
	float: left;
	text-align: center;
	width: 30%;
	font-size: 17em;
	color: #F0D332;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.4);                  
	padding-top: 35px;
	padding-bottom: 35px;
}
#content-two
{
	clear: both;
	width: 100%;
	min-height: 570px;
	background-color: #F2AB38;
	padding: 40px 0;
	border-top: 1px solid #E0D3A8;
}
#con-text-two
{
	float: left;
	width: 50%;
	text-align: justify;
	line-height: 150%;
	margin-left: 10%;
}
ul > li
{
	color: #42474D;
}
ul > li> a
{
	text-decoration: none;
	color: #42474D;
}
ul > li:hover
{
	color: #457A56;
}
ul > li> a:hover
{
	color: #457A56;
}
#con-image-two
{
	float: left;
	text-align: center;
	width: 30%;
	font-size: 18em;
	color: #F20707;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.4);    
	margin-top: 70px;
}
#content-three
{
	clear: both;
	width: 100%;
	min-height: 350px;
	background-color: #B7FFA3;
	padding: 30px 0;
	border-top: 1px solid #EBECED;
}
#con-text-three
{
	float: left;
	width: 50%;
	text-align: justify;
	line-height: 150%;
	margin-left: 10%;
}
#con-image-three
{
	float: left;
	text-align: center;
	width: 30%;
	font-size: 13em;
	color: #63A9D4;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.4);    
	margin-top: 50px;
	margin-left: 30px;
	
}
#content-four
{
	clear: both;
	width: 100%;
	min-height: 500px;
	background-color: #FAE664;
	border-top: 1px solid #EDD953;
	padding-top: 30px;
}
#con-text-four
{
	float: left;
	width: 50%;
	text-align: justify;
	line-height: 150%;
	margin-left: 10%;
}
#con-image-four
{
	float: left;
	text-align: center;
	width: 30%;
	font-size: 18em;
	color: #8FC9B8;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	margin-top: 30px;
}
#footer
{
	clear: both;
	width: 100%;
	height: 40px;
	background-color: gray;
	border-top: 1px solid #7A7A7A;
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
.scrollup
{
	width: 65px;
	height: 65px;
	text-decoration: none;
	background: url("images/arrow.png") no-repeat 0px 0px;
	position: fixed;
	right: 60px;
	bottom: 60px;
	display: none;
}



