body {
	font-size: 100%; 
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.231;
}

a {
	text-decoration: none;
}

a:link {
	color: #000099;	
}

a:hover {
	color: #999966;
}

a:visited {
	color: #00a3cc;
}

.body {
	margin: auto;
	width: 90%;
	clear: both;
}

.mainheader {
	width: 100%;
	overflow: hidden;
	margin: 1%;	
}

.header {
	width: 59%;
	height: 300px;
	float: left;
	background-color: #000099;
	color: #ffffff;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.header-sidebar {
	width: 39%;
	height: 300px;
	float: right;
	background-color: #000099;
	color: #ffffff;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.nav {
	background-color: #000099;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	width: 100%;
	margin: 0;
}

.nav ul {
	list-style: none;
	margin: 0 auto;
}

.nav ul li {
	float: left;
	display: inline;
	color: #ffffff;
}

.nav a:link, .nav a:visited {
	color: #ffffff;
	display: inline-block;
	padding: 10px 90px;
	height: 20px;
}

.nav a:hover, .nav a:active, .nav .active a:link, .nav .active a:visited {
	background-color: #00a3cc;
	text-shadow: none;
}

.nav ul li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainimage {
	float: left;
}

.mainimage img {	
	margin-top: .5%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
}

.content {
	margin: 1%;
	width: 100%;
}

.main {
	background-color: #ffffff;
	color: #000000;	
}

section {
	width: 29.333%;
	float: left;
	margin: .5% 2%;
	text-align: center;
	background-color: #000099;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 600px;
}

section img {
	width: 100%;
	margin: 1% 0%;
}

section p {
	padding: 0px 10px;
	text-align: justify;
}

.footer {
	background-color: #000099;
	color: #ffffff;
	font-size: 80%;	
	float: left;
	margin: 1% 0%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
}

.footer a:link, a:visited, a:active, a:hover {
	color: #00a3cc;
}

.bottom  {
		float: left;
		width: 100%;
}

.left{
	float: left;
	margin: 1% 0%;
}

.right {
	float: right;
	margin: 1% 0%;
}

@media only screen and (min-width: 150px) and (max-width: 800px) {
	
	.header {
		height: 400px;
	}
	
	.header-sidebar {
		height: 400px;
	}
	
	.nav {
		height: 200px;
	}

	.nav ul {
		padding-left: 0px;
	}

	.nav ul li {
		width: 100%;
		text-align: center;
	}

	.nav a:link, .nav a:visited {
		padding: 10px 25px;
		display: block;		
	}
	
	section h2 {
		font-size: 85%;
	}

	section {
		height: 450px;
		font-size: 80%;
	}
}

@media only screen and (min-width: 801px) and (max-width: 1200px) {
	
	
	.nav {
		height: 200px;
	}

	.nav ul {
		padding-left: 0px;
	}

	.nav ul li {
		width: 100%;
		text-align: center;
	}

	.nav a:link, .nav a:visited {
		padding: 10px 25px;
		display: block;		
	}
	section {
		height: 450px;
		font-size: 85%;
	}
	
}