@charset "UTF-8";
/* CSS Document */

@import url('//fonts.googleapis.com/css?family=Lato:300,400');

/* Econ Blue is #48729d */
html, body {
	margin:0;
	padding:0;
	padding-left:8px;
	padding-right:8px;
	height:100%; /* needed for container min-height */
	
	font-family: 'Lato', sans-serif;
	font-size: 15px; /* default, in case text isn't defined elsewhere */
	font-weight:300;
}

html { height: 100%; margin-bottom: 1px; }

img {border:none;}


a { color:#48729d; }

/*Opera Fix*/
body:before {
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

div#container{
	position:relative;
	margin:0 auto;
    width: 1044px;
	min-height:100%;
}

div#content{
	padding-left:24px;
	padding-right:24px;
	padding-bottom:70px;
}

#theContent p {padding-top:-29px; padding-right:5px; padding-bottom:10px; overflow:hidden;}

div#header{
	width: 100%;
}

#nav {
	padding-top:10px;
	padding-bottom:21px;
	margin-bottom:-10px;
	padding-right:20px;
}


div#footer{
	position:relative;
	margin-top:-100px;
	height:100px;
	clear: both;
	margin-left:auto;
	margin-right:auto;
    width: 1044px;
}


	.f_menu {
		font-size:15px;
	    font-weight: 300;
	}

	.f_company {
		margin:0;
		font-size: 12px; 
		font-weight: 300;
		line-height:30px;
	}
	
	.f_copyright {
		margin:0;
		font-size: 12px; 
		font-weight: 300;
	}	
	
	
	.textnormal {
	color:#000000;
}

.textdark {
	color:#000000;
}

.textlight {
	color:rgb(128,128,128);
}

/* Main Headline */
h1 {
	font-size:24px;
	margin-top:-3px;
	margin-bottom:0px;
	text-align:center;
}

/* Main Tagline */
h2 {
	font-size:18px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}

/* Headline */
h3 {
	font-size:18px;
	margin-top:0px;
}

/* Headline */
h5 {
	font-size:18px;
	margin-top:0px;
}


/* Tagline */
h4 {
	font-size:16px;
	color:#666666;
	margin-top:0px;
	margin-bottom:0px;
}

.bold {
	font-weight:700;
}

.light {
	font-weight:300;
}

.normal {
	font-weight:400;
}

a
{
	text-decoration:none;
	color:inherit;
}

.link
{ 
	color:#48729d;
	font-weight:400;
}

a:active{
	color:#48729d;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: -5px;
	background: #FFFFFF;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://www.econtechnologies.com/images/slider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 15px; /* default, in case text isn't defined elsewhere */
	font-weight:300;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*display: inline;
}

/* This is so that the buttons are a bit bigger and further apart so that fat-fingering is minimized */
@media only screen 
and (min-width : 100px) 
{
	.bx-wrapper .bx-pager.bx-default-pager a {
		background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f7f9 25%, #f5f7f9 75%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(25%,#f5f7f9), color-stop(75%,#f5f7f9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f7f9 25%,#f5f7f9 75%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f7f9 25%,#f5f7f9 75%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f7f9 25%,#f5f7f9 75%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f7f9 25%,#f5f7f9 75%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		text-indent: -9999px;
		display: block;
		width: 18px;
		height: 18px;
		margin: 0 16px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		border:1px solid #48729d;
	}
}

@media only screen 
and (min-width : 999px) {

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f7f9 25%, #f5f7f9 75%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(25%,#f5f7f9), color-stop(75%,#f5f7f9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f7f9 25%,#f5f7f9 75%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f7f9 25%,#f5f7f9 75%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f7f9 25%,#f5f7f9 75%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f7f9 25%,#f5f7f9 75%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #48729d;
}
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #48729d;
}
