/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	}
	
	.container p {
	color: #006288;
	line-height: 13px;
	background: #fff;
	font-weight:normal;
	font-size: 11px;
	margin: 0 0 0 0;
	}
	
	
	.container-footer p {
	color: #fff;
	font-weight:normal;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 0 0;
	height: 100%;
	}
	
	
	a {
		 text-decoration:none;
		 color: #000;
	}
	
	a.logored {
		 text-decoration:none;
		 color: #ff0000;
	}
	
	
	a.footerlinks {
		text-decoration:underline;
		color: #fff;
	}
	
	a.hoversplash {
		text-decoration:none;
		color: #006288;
		font-size:1em;
	}
	
	a.hoversplash:hover {
		color: #000;
		font-weight:normal;
		font-size:1em;
		text-decoration: underline overline;
	}
	
	.mission {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1em;
	color: #006288;
	line-height: 1.5em;
	text-align:justify;
	
}

.secondtext {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:11px;
	color: #666;
	line-height: 1.5em;
	text-align:left;
	
}

/*footer*/
    * {
    margin: 0;
    }
    html, body {
    height: 100%;
    }
    .wrapper {
	width: 100%;
	min-width: 180px;	
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding: 0 0 90px;
    }
    .footer {
    margin: -90px auto 0;
	min-width: 180px;
	height: 90px;
	background: #ff0000;
	position: relative;
	padding-left: 20px;
    }

	.somespace {
		height: 20px;
	}
	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 769px) {

	body {
		
	}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}