.bx-wrapper {
	position: relative;
	margin: 0 0 10px;
	padding: 0;
	/*zoom: 1;*/
}

.bx-wrapper img {
	width: 100%;
	display: block;
}
.bx-wrapper ul{
	list-style-type:none;
	margin:0;
}
.bx-wrapper ul li{
	list-style-type:none;
	padding:0;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;*/
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	background: #fff;
}

.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(/images/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-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	/*zoom: 1;
	*display: inline;*/
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	/*background: #666\9;*/
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 5px;
}

/* Stylesheet: bxslider Modified On 2014-03-21 19:52:31 */
/*restrict*/
#page { 
	min-width:800px;
	max-width:1200px;
	min-height:100%;
}
#page header img{
	max-height:120px;
	max-width:100%;
}
header{
	min-height:100px;
}
nav { 
	min-height:40px;
	min-width:800px;
}
aside { 
	min-height:100px;
}
#posts {
	min-width:400px;
        overflow: auto;
}
footer{
	min-height:100px;
}

/*maincss*/

/* Page-level */
body { 
	margin:0 auto;
	background:white; 
	font-family: Verdana, Arial, sans-serif; 
	font-size:12px;
	width: 100%;
	font-size:14px;
}
	
#page { 
	background:white;  
	margin:0 auto;
	padding:0 15px;
}

#logo {background: url(/uploads/eftf/logo.png) no-repeat;
	width:130px;
height: 130px;
	margin: 0 auto;
}

.logotext{
line-height:80px;}
.fl {         
    float:left;
  }
.fr{         
    float:right;
  }
.cb{clear:both;}
.slideshow{
position:relative;
}

/* Note: Make HTML 5 elements block-level for consistent styling */
header, nav, aside, article, footer, address { display:block; }

/* Sections */
header, nav, footer { width:100%; clear:both;}

header {padding:0px;margin:10px 0;}
nav { 
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;*/
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	padding:0px;
	background: #555;
	color:#ccc; 
	margin-bottom:10px;
}
	
aside { 
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;*/
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	float:left; 
	width:235px; 
	margin:0px;
}

#posts {
	margin:5px 10px 10px 260px;
 
}

footer { 
	font-size:8pt;
	text-align:center; 
	margin-top:10px; 
}
footer a{
	margin:5px;
	text-decoration:none;
	color:#555;
}
footer a:hover{
	text-decoration:none;
	color:#1e7c9a;
}
footer div{
	margin:10px;
}
/* Content */
h1 { font-size: 4.5em; }
h2 { font-size: 2.0em; margin:0; padding:0 0 15px 0;}
h3 { font-size: 1.4em; margin:0; padding:0;}
h4 { font-size: 1.1em; margin:0; padding:0;}
p { font-size: 1.0em; padding:0; margin:0px;}

article { 
	margin-bottom: 20px; 
}
article p {
	padding:10px; 
	padding-top:0px;
}
article p div h2 div{
	width:50px;
	padding:0 2px;
}
header h1, header h2{
	font-size:25px;
}
hr{
border: 0; 
 height: 1px; 
 background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
 background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
 background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
 background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  }

/*hormenu*/
ul#hor_nav {margin: 0; padding: 0; max-width:100%;font-size: 14px;}
ul.drop a { display:block; color: #fff; font-family: Verdana; text-decoration: none;}
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0; padding: 0; background: #555; color: #fff;}
ul.drop {position: relative; z-index: 597; float: left; }
ul.drop li {float: left; line-height: 1.3em; vertical-align: middle; padding: 10px 15px; min-width:10px;height:20px;text-align:center;}
ul.drop li.hover, ul.drop li:hover 
{ position: relative; z-index: 599; cursor: default; background: #1e7c9a; }
ul.drop ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; min-width: 160px; background: #555; }
ul.drop ul li {/*border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #fff;*/float: none;}
ul.drop ul ul { min-width: 200px; top: 0px; left: 100%; }
ul.drop li:hover > ul { visibility: visible }



/*vernav*/
#ver_nav {
	font-family: Verdana;
	font-size:14px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
#ver_nav div{
    display: block;
    background: #555;
    color:#fff;
    /*font-weight: bold;*/
    margin: 1px 0;
    cursor: pointer;
    padding: 10px 10px;
    list-style: circle;
}
#ver_nav div:hover, .selected{
	background: #1e7c9a;
}
#ver_nav ul {
    list-style: none;
    padding: 0;
}

#ver_nav ul li {
    font-weight: normal;
    cursor: auto;
background: #1e7c9a;
        padding: 10px 20px;
    margin-bottom:1px;
}
#ver_nav a {
	color:#fff;
    text-decoration: none;
}
#ver_nav a:hover {
	color:#fff;
}

/*Calendar*/
.calendar_class{
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
}
.calendar_class th{
	background-color:#1e7c9a;
	color:white;
	border:1px solid black;
}
.calendar_class td{
	border:1px solid black;
}
.calendar_class_odd{
	
}
.calendar_class_even{
	background-color:#efefef;
}

.cal a, .cal a:visited, .cal a:link{color:black; text-decoration:none;-webkit-tap-highlight-color: none; }
.cal{width:220px;text-align:center;}
.cal_b_red{background:#B22222;text-shadow: -1px 0 white, 0 1px white,1px 0 white, 0 -1px white;}
.cal_b_blue{background:#1e7c9a;text-shadow: -1px 0 white, 0 1px white,1px 0 white, 0 -1px white;}
.cal_b_green{background:#32CD32;text-shadow: -1px 0 white, 0 1px white,1px 0 white, 0 -1px white;}
.cal_b_yellow{background:#F0E68C;text-shadow: -1px 0 white, 0 1px white,1px 0 white, 0 -1px white;}
.cal_b_gray{background:#F5F5F5;}

.cal_n_white{color:white;text-shadow: -1px 0 #555, 0 1px #555,1px 0 #555, 0 -1px #555;}
.cal_n_red{color:#B22222;text-shadow: -1px 0 white, 0 1px white,1px 0 white, 0 -1px white;}
.cal_n_blue{color:#1e7c9a;text-shadow: -1px 0 white, 0 1px white,1px 0 white, 0 -1px white;}
.cal_n_green{color:#32CD32;text-shadow: -1px 0 white, 0 1px white,1px 0 white, 0 -1px white;}
.cal_n_yellow{color:#F0E68C;text-shadow: -1px 0 black, 0 1px black,1px 0 black, 0 -1px black;}
.cal_n_gray{color:#888;}

.cal_g_border{text-shadow: -1px 0 #555, 0 1px #555,1px 0 #555, 0 -1px #555;}
.cal_b_border{text-shadow: -1px 0 black, 0 1px black,1px 0 black, 0 -1px black;}
.cal_w_border{text-shadow: -1px 0 white, 0 1px white,1px 0 white, 0 -1px white;}
.cal_blue_border{text-shadow: -1px 0 #1e7c9a, 0 1px #1e7c9a,1px 0 #1e7c9a, 0 -1px #1e7c9a;}


.cal_table a:link, .cal_table a:visited, .cal_table a:active, .cal_table a:active{text-decoration:none; color: inherit;}
.cal_table{
	font-family: Verdana;
	/*margin:10px;*/
	border-collapse:collapse; border-spacing:0;
	background-color: #efefef;
	max-width:100%;
	/*text-align:center;*/
	border:1px solid #696969;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; */
}
.cal_table th{border:1px solid #555;	background-color: #555; color: #fff; padding: 10px 15px; font-size: 14px;text-align:left;}
.cal_table td{border:1px dotted #555;padding:3px;text-align:center;}
.cal_head{width:30px;background-color: #aaa;}
#a_clean{
	border: none;
	background:none;
	padding:0px;
	margin:0px;
width: 45%;
	float:auto;
	color:#1e7c9a;
}
accordion{border: 1px solid #ddd; border-top: none; margin:0; float: left; width: 470px; position: relative;}
.accordion a{display: block; text-decoration: none;}
.accordion h2, .accordion a{background-color: #fff; background-image: url(../img/gradient.jpg);
cursor:pointer;
background-image: -moz-linear-gradient(bottom, #f1f1f1, #fff);
background-image: -ms-linear-gradient(bottom, #f1f1f1, #fff);
background-image: -o-linear-gradient(bottom, #f1f1f1, #fff);
background-image: -webkit-linear-gradient(bottom, #f1f1f1, #fff);
background-image: linear-gradient(bottom, #f1f1f1, #fff); border-top: 1px solid #ddd;
color: #222; font: 14px/30px 'Verdana', sans-serif; height: 30px; margin: 0; padding: 0; text-indent: 10px;}
p{color: #555; font: 12px/18px 'Verdana', sans-serif; padding: 20px 10px;}
.accordion p{
	border:1px solid #f1f1f1;
}
#tt {position:absolute; display:block;padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF; font:11px/1.5 Arial, Helvetica, sans-serif;}
.clear{clear:both}


/* Stylesheet: eftf Modified On 2015-05-23 12:20:12 */
