/*
Design by Free Responsive Templates
http://www.free-responsive-templates.com
Released for free under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0)
Coder: lsa, free.responsive.templates@gmail.com
Created: 13 September 2012 
*/
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background: url(../images/siteBackground.jpg) repeat left top;
	margin: 0;
	padding: 0;
	color: #343434;
	text-shadow:0 0px, 1px 1px #ffffff;
}
h1 {
	line-height:30px;
}
h1 a {
	font-size:0.9em; 
	font-family: 'Happy Monkey', cursive;
	text-decoration:none;
	line-height:10px;
}
h2 {
	font-family: 'Metamorphous', cursive;
	font-size:1.7142857142857142857142857142857em;
	color:#1198a6;
	font-weight:inherit;
}
span {
	text-transform:uppercase;
	font-size:0.6em;
}
a img { 
	border: none;
}
a {
	color: #1198a6;
	text-decoration: underline; 
}
a:hover { 
	color: #00636d;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;	
}
p {
	line-height:140%;
}
hr {
	background: none repeat scroll 0 0 #1198a6;
    border: 0 none;
    box-shadow: 0 0px, 1px 1px #ffffff;
    height: 1px;
    margin: 15px 0;
}
.wrapper {
	width:93.75%; /* 960px/1024px  */
	margin:0 auto;
}
header {
	float:left;
	width:18.75%; /* 180px/960px */
	margin-top:5px;
}
section {
	float:right;
	width:73%;
	background:none repeat scroll 0 0 rgba(17, 152, 166, 0.1);
	border-radius:10px;
	box-shadow:0 0px, 2px 2px #006670;
	margin-top:65px;
	padding:3%;
}
section img {
	border-radius:10px;
	box-shadow:0 0px, 2px 2px #006670;
}
.welcome img {
	width:35%;
}
.floatRight {
	float:right;
	margin:0 0 2% 2%;
}
.button {
	text-align:right;
	font-weight:bold;
}
.lastBox {
	margin-right:0 !important;
}
.box {
	margin-right:5%;
	float:left;
	width:29.72972972972972972972972972973%;
}
.box h2 {
	text-align:center;
}
.box img {
	margin:3% 0;
}
footer {
	text-align: center;
	padding:20px 0;
}
footer p {
	font-size:0.8571428571428571em; /* 12px/14px */
	padding: 0 10px;
}
.icons {
	position:absolute;
	top:15px;
	right:3%;
}
.icons li {
	list-style:none;
	display:inline;
}
.clearfloat { 
	clear:both;
	height:0;
	line-height: 0px;
}
/**************************/
/*********************************Begin main menu****************************************/
/**************************/
nav {
	margin-top:10px;
}
nav li {
	list-style:none;
	width:100%;
}
nav li a {
	font-family: 'Metamorphous', cursive;
	text-shadow: none;
	text-transform:uppercase;
	text-decoration: none;
	padding:10px 10px 10px 28px;
	font-weight:bold;
	display:block;
}
nav li a:hover {
	color:#006670;
}
nav .active a {
	color:#ffffff;
	background:#1198a6;
	border-radius:0 10px 10px 0;
	box-shadow:0 0px, 2px 2px #006670;
}
nav select {
      display: none;
    }
select {
	width:200px;
}
/**************************/
/*********************************End main menu****************************************/
/**************************/
/*********************************Begin Media Queries****************************************/
/**************************/
/* for 960px or less */
@media screen and (max-width: 980px) {
	.wrapper {
		width:93.75%; /* 960px/1024px  */
		margin:0 auto;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	nav ul { display: none; }
	nav select { display: inline-block; }
	.icons {
		position: inherit;
		text-align:center;
		margin-bottom:5px;
	}	
	header, section {
		float:none;
		width:auto;
	}
	header {
		text-align:center;
	}
	section {
		margin-top:0;
	}
	nav {
		margin:4% 0;
	}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	.box {
		float:none;
		width:auto;
		margin:5% 0;
	}
	.floatRight {
		float:none;
		width:auto;
	}
	.welcome img {
		width:95%;
	}
}
/**************************/
/*********************************End Media Queries****************************************/
/**************************/