#footercontainer p {
	text-align: center;
}
#nav {
	position: relative;
	
	}
#nav2 a {
	position: relative;
	display: block;
	text-align: center;
	color: #000;
	font-family: "Futura";
	text-decoration: none;
	line-height: 3.25em;
	/* background: #000; */
	float: right;
	padding: 0 2em;
	font-size: 1.375em;
}
#nav a {
	position: relative;
	display: block;
	text-align: center;
	color: white;
	text-decoration: none;
	line-height: 2.25em;
	/* background: #000; */
	float: right;
	margin-left: 1.5em;
	font-size: 1.25em;
	top: 3.25em;
	letter-spacing: .025em;
	font-family: "futura-pt", sans-serif;
	font-weight: 550;
}
#banner {
	background: black;
	height: 7em;
}
#innerbanner {
	
	width: 80%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 */
	margin: 0 auto;
	padding: 1em 0px;
	color: #333;
	position: relative;
}

#maincontent h4 {
	color: white;
	margin-top: 2%;
}
#maincontent p {
	color: #a7c0c1;
	
	
}
#nav a:hover {
	/* background: #91ab3b; */
	color: #ED3A23;
}
#headstuff {
	background: white;
	height: 10em;
}
#logo {
	display: block;
	float: left;
	position: absolute;

}
#portnav a{
	float: right;
	display: block;
	padding: 0 2.45em;
	margin-bottom: 1em;
	color: #000;

}
#portnav a:hover{
	background: #fff;
}
#active {
	background: #fff;
}
body {
	font-family: "futura-tp", sans-serif;
	font-size: 100%;
	background: #03363a;
}

body p {
	font-weight: 400;
	font-style: normal;
}
body h4 {
	font-weight: 500;
	font-style: normal;

	letter-spacing: .02em;
}

.span {
	width: 46.8%;

}

.col2 {
	display: block;
	float:left;
	margin: 3.2% 0 1% 6.4%;
}

.col2:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
	.col2 { 
		margin: 1% 0 1% 0%;
	}
	.span {
		width: 100%;
	}
}


@media only screen and (max-width: 1024px) {
	.col2 {
		margin: 1% 0 1% 3.2%;
	}
	.span {
		width: 48.4%;
	}
}



/*  Responsive layout at lower resolutions */
@media only screen and (max-width: 1024px) {
	header {
			width: 93.75%; /* 960px / 1024px */
		}

		#maincontent{
			width: 93.75%; /* 960px / 1024px */
		}
		.maincontent{
			width: 93.75%; /* 960px / 1024px */
		}
		footer {
			width: 93.75%; /* 960px / 1024px */
		}
		#innerbanner {
			width: 93.75%; /* 960px / 1024px */
		}
				
}

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
	.col2 { 
		margin: 1% 0 1% 0%;
	}
	.span {
		width: 100%;
	}
}