/* Global
-------------------------------------------------- */

html,
body {
	height: 100%;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	color: #444444;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}

#footer {
	background-color: #2c2c2c;
}

@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.container {
	width: auto;
	max-width: 1000px;
}


/* Typography
-------------------------------------------------- */

p {
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif; 
}

.banner-content h1 {
	color: #ffffff;
	position: absolute;
	top: 150px;
	font-weight: 300;
	font-size: 48px;
	margin-left: 85px;
	width: 410px;
	line-height: 50px;
}

h2 {
	font-weight: 300;
	font-size: 25px;
	line-height: 32px;
	margin-top: 0;
}

h3 {
	font-size: 15px;
	color: #004d94;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 15px;
	margin-top: 10px;
}

h4 {
	font-size: 14px;
	margin-bottom: 4px;
}

h5 {
	color: #444444;
	margin: 0;
}

.page h2 {
	margin-top: 0;
}

.newspage h2 {
	font-size: 22px;
}

/* Header
-------------------------------------------------- */

.wrap-header {
	background: #004d94;
	background-image: url(../images/eps-blue-bg.gif);
}

#header {
	background: #ffffff;
	height: 80px;
	width: 890px;
	margin: 0 55px;
	position: absolute;
	top: 0px;
	z-index: 300;
}

#header #logo {
	background-image: url(../images/eps-logo.gif);
	width: 298px;
	height: 63px;
	display: block;
	float: left;
	margin: 8px 8px 8px 16px;
}

#main-nav {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	float: right;
	padding: 22px 20px 18px;
}

#main-nav li a {
	padding: 10px 18px;
	color: #444444;
}

#main-nav li a:hover, #main-nav li.current a {
	color: #ff9900;
}

#main-nav .sub-nav {
	display: none;
}

#main-nav .Page-id-1 {
	display: none;
}


/* Banner
-------------------------------------------------- */

.banner {
	width: 1000px;
	min-height: 396px;
	display: block;
}

.homepage .banner {
	height: 493px;
}

.banner-header {
	font-size: 24px;
	color: #ffffff;
	position: absolute;
	top: 300px;
	left: 80px;
	width: 550px;
	line-height: 28px;
	background: url(../images/black-bg.png);
	padding: 12px;
}

/* Content
-------------------------------------------------- */

.wrap-content {
	background-image: url(../images/eps-white-bg.jpg);
}

.main-content {
	background: #fafafa;
	position: relative;
	z-index: 400;
}

.wrap-main-content {
	width: 890px;
	background: #ffffff;
	margin: 0 55px;
	margin-top: -40px;
	
}


/* Homepage
-------------------------------------------------- */
 
.column {
	padding: 28px 30px 40px;
}

.about {
	border-right: 1px solid #e7e7e7;
}

.news {
	padding-left: 0;
}

.news img {
	margin-bottom: 12px;
}


/* Btn
-------------------------------------------------- */

.btn, p.btn {
	background: #ff9900;
	border: none;
	border-radius: 2px 2px 2px 2px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: none;
	margin-top: 15px;
}

.btn:hover, p.btn a:hover {
	background: #fba83c;
	color: #ffffff;
	text-decoration: none;
}

.Actions input {
	background: #ff9900;
	border: none;
	border-radius: 2px 2px 2px 2px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: none;
	margin-top: 15px;
	padding: 4px 12px;
}

.Actions input:hover {
	background: #fba83c;
}

/* Footer
-------------------------------------------------- */

#footer {
	font-size: 12px;
	text-transform: uppercase;
	color: #7d7d7d;
}

#footer .wrap-footer {
	padding: 30px 0;
}

#footer .credit a {
	float: right;
}

#footer a {
	color: #7d7d7d;
	text-decoration: underline;
}

#footer a:hover {
	color: #999999;
}


/* Local Nav
-------------------------------------------------- */

.local-nav {
	padding-right: 0;
}

.local-nav .nav {
	margin: 0;
	border-top: 1px solid #e7e7e7;
}

.local-nav .nav li {
	list-style-type: none;
	border-bottom: 1px solid #e7e7e7;
	padding: 8px 0;
	font-size: 12px;
	margin: 0;
}

.local-nav .nav li a {
	color: #444444;
}

.local-nav .nav li a:hover {
	color: #fba83c;
	text-decoration: none;
	background: none;
}

.local-nav .nav li.current a {
	color: #fba83c;
}


/* Content
-------------------------------------------------- */

.content {
	border-left: 1px solid #e7e7e7;
}

.content img {
	float: right;
	padding-left: 24px;
}


/* Newspage
-------------------------------------------------- */

.newspage .date, .news .date {
	margin-bottom: 8px;
	font-size: 11px;
}

.newspage .news-item {
	border-bottom: 1px solid #e7e7e7;
	padding: 12px 0 20px;
}

.newspage ul {
	margin-left: 0;
}

.newspage ul h2 a {
	color: #444444;
}

.newspage ul li {
	list-style-type: none;
}

.newspage .more-link {
	text-transform: uppercase;
	color: #fba83c;
	font-size: 12px;
	font-weight: bold;
}

.newsitemlistformat {
	border-top: 1px solid #e7e7e7;
}


/* Contact Page
-------------------------------------------------- */

#Form_Form .field label {
	font-size: 12px;
}

#Form_Form .field .middleColumn input {
	border-radius: 2px 2px 2px 2px;
	width: 230px;
}

#Form_Form .field textarea {
	border-radius: 2px 2px 2px 2px;
	width: 480px;
}

#EditableTextField1, #EditableTextField3 {
	float: left;
	width: 250px;
}

#Form_Form .required {
	color: #ff9900;
}

.address p {
	float: left;
	margin-right: 20px;
}

.contactpage .right-side-column {
	padding-left: 10px;
}

.contactpage .right-side-column h3 {
	margin-top: 20px;
}

#map_canvas {
	height: 300px;
	width: 520px;
	background-color: #ccc;
}














