@charset "utf-8";
/* CSS Document */
/* IFX Custom Styles */
/*  Author:  Rich Urban 
	Last mod: 05-11-15  */

/* These styles were originally in-line in the IFX Home page. */

#leftmain {width:65%; float:left;}
#rightmain {width: 31%; float:right;}

#welcometitle {font-family: "Times New Roman", Times, serif; font-size: 20px;}
.welcome {font-family: "Times New Roman", Times, serif; font-size: 16px;}

div.quadbox {background:#F2F6FA; overflow:hidden; padding: 15px 0px;}
div.quadbox h3 {color:#333399; font-size:14px; font-weight:normal; margin:10px;}
div.quadbox p {margin:10px;}
div.quadbox img {margin:10px; float:left; width:100px;}
div.quadboxleft {width:50%; float:left; clear:left;}
div.quadboxright {width:50%; float:right; clear:right;}

div.bluebox {
	background-color: #00008f; padding: 3px 3px 3px 3px;
}
div.bluebox h1 {margin:8px 0px 2px 5px; color:#fff; border:none; font-size:24px; font-weight:normal;}
div.bluebox p {margin:0px 0px 5px 7px; color:#fff;}
div.bluebox a:link {color:#fff;}
div.bluebox a:visited {color:#fff;}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */

.nivoSlider {
	position:relative;
	width:600px;
	height:auto;
	overflow: visible;
	margin:0;
    border: solid;
    border-color:#666666;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
        color:#000;
        font-size:40px;
}
.nivo-prevNav{
	left:0px;
}
.nivo-nextNav{
	right:39px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.slider-wrapper {width: 600px; }

/* ---- Tabs ----*/
#tabs_wrapper {
}
#tabs_container {
}
#tabs {
    list-style: none;
    padding: 5px;
    margin:10px;
}
#tabs ul {
    text-align: center;
}
#tabs li {
    float:left;
    display: block;
    width: 33%;
    text-align: center;
	margin-left: 0;
    margin-bottom:0px;
}
#tabs li a {
    width: auto;
    display: block;
    border: none;
    margin: 10px 2px;
    padding: 11px;
    font-size:14px;
    font-weight:200;
    color:#000;
    text-decoration: none;
    background-image:url(../img/tabBGoff.png);
    background-repeat:repeat-x;
}
#tabs li a:hover {
	background-color: #333399;
	color:#fff;
}
#tabs li.active a {
	background-image:url(../img/tabBG8f.png);
	background-repeat:repeat-x;
	color:#fff;
}
#tabs li.active a:hover {
    background-image:none;
    background-color: #333399;
}
 
#tabs_content_container {
    background-color: #F2F6FA;
    border: none;
    margin: 10px;
    width: auto;
    margin-top: 45px;
}
#tabs_content_container hr {
    background:#91BA40;
    border:0; height:1px;
    margin:0px 5px;
}
.tab_content {
    display: none;
}

