@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	/* alternate background image method
			background: url(img/bg-high.jpg) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg-high.jpg', sizingMethod='scale');
			-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg-high.jpg', sizingMethod='scale')";
			end alternate background image method */
			font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #293469;
	z-index: 2;

}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;

}
.bgwidth {
	width: 100%;
}
.bgheight {
	height: 100%;
}
a {
	color: #293469;
}
.container {
	background: none;
	background-color: none;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 2;
	position: relative;
}
#echeader {
	background: url(img/trans-white.png);
	width: 100%;
	height: 72px;
	padding-top: 35px;
	padding-bottom: 10px;
	min-width: 425px;
}
#echeader img.logo {
	height: 72px;
	padding-left: 60px;
	padding-right: 15px;
}
#menu {
	margin-top: 20px;
	float:left;
}
#menu div.cont {
	padding-left: 60px;
	padding-right: 15px;
}
#menu a.link {
	color: #293469;
	text-transform: uppercase;
	padding-top: 10px;
	float: left;
	clear: both;
	font-weight: 700;
}
#menu a.link:hover {
	text-decoration:none;
	cursor: pointer;
}
body {
	background-color: transparent;
}
#about-cont, #approach-cont, #disclosure-cont, #contact-cont {
	display: none;
	clear: both;
	float: left;
}
#menu div.cont div {
	width: 350px;
	border-top: solid #293469 1px;
	border-bottom: solid #293469 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #293469;
	font-size: .85em;
	line-height: 1.5em;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;/*background: -moz-linear-gradient(top, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 100%);
            background: -webkit-linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
            background: -o-linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
            background: -ms-linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
            background: linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);*/
}
#footer {
	position: fixed;
	clear: both;
	bottom: 20px;
	float: left;
}
#footer p {
	padding-left: 60px;
	padding-right: 15px;
	font-size: .70em;
	line-height: 1.2em;
	color: #293469;
	font-weight: 800;
}
@media screen and (max-width: 480px) {
#echeader img.logo, #footer p, #menu div.cont{padding-left: 20px;}
#footer {
	position: relative;
	clear: both;
	bottom: -50px;
	float: left;
}

}

