body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #333333;
	color: #666;
}

p {
	margin: 1em 0 1em 0;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;           
 }

table {border-spacing: 5px solid #CCCCCC;
    border-collapse: separate;
    	
 }

a {
color: #01498F;
}
a:hover {
color: #e88524;
}
h1, h2, h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: 400;
clear: both;
}
h1 {
color: #01498f;
text-transform: uppercase;
font-size: 1.8em;
padding-top: 1em;
line-height: 1em;
}
h2 {
color: #9ab15f;
font-size: 1.4em;
}
h3 {
color: #e88524;
font-size: 1.2em;
padding-top: 0.5em;
}
hr {
color: #ccc;
background-color: #ccc;
height: 1px;
}
#pagewrap {
width: 955px;
margin: 0 auto;
background: #fff;
float: none;
}
#header, #home-news, #home-ads, #footer {
width: 100%;
margin: 0 auto;
clear: both;
}
#footer {
background-color: #cccccc;
text-align: center;
padding: 10px 0 10px 0;
}
.login {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#404040;
}
.header-left {
float: left;
padding: 10px;
width: 300px;
}
.header-right {
width: 600px;
float: right;
position: relative;
padding: 10px;
}
.search {
float: right;
}
.utility {
float: right;
position: relative;
margin-top: 10px;
}
.utility ul {
float: right;
margin: 0;
}
.utility li {
color: #666;
list-style-type: none;
float: left;
padding: 0 5px 0 0;
}
.utility li a {
text-decoration: none;
}
.utility li a:hover {
color: #e88524;
text-decoration:none;

}
.utility li a:after {
content:"|";
padding: 0 0 0 5px;
color:#01498f;
text-decoration:none;
}
.utility li:last-child a:after {
content:"";
padding: 0;
}
.panel {
    background-color: #444;
    height: 34px;
    padding: 10px;
}
.panel a#login_pop {
    border: 2px solid #aaa;
    color: #fff;
    display: block;
    float: right;
    margin-right: 10px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px #000;
float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

a#login_pop:hover {
    border-color: #eee;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 10;
    min-width: 200px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
	z-index: 999;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.popup p, .popup div {
    margin-bottom: 10px;
}
.popup label {
    display: inline-block;
    text-align: left;
    width: 120px;
}
.popup input[type="text"], .popup input[type="password"] {
    border: 1px solid;
    border-color: #999 #ccc #ccc;
    margin: 0;
    padding: 2px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.popup input[type="text"]:hover, .popup input[type="password"]:hover {
    border-color: #555 #888 #888;
}

#navigation {
  position: relative;
  z-index: 200;
  clear: both;
}
#navigation, #navigation ul{ /*remove the bullets from the dropdown ul as well*/
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 32px
    z-index: 999;
}
#navigation li{
  float: left;
  width: 5%;
  position: relative;
}

/*The Next 6 Items Below Controls Width of the 6 Nav Items on the Main Navigation*/
 
#navigation > li:nth-of-type(1) {
  width: 12%;
}
#navigation > li:nth-of-type(2) {
  width: 12%;
}
#navigation > li:nth-of-type(3) {
  width: 13%;
}
#navigation > li:nth-of-type(4) {
  width: 28%;
}
#navigation > li:nth-of-type(5) {
  width: 21%;
}
#navigation > li:nth-of-type(6) {
  width: 14%;
}

/*End Width Controls for 6 Nav Items on the Main Navigation*/


#navigation li a {
  display: block;
  line-height: 36px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #01498f;
  border-right: 1px solid #fff;
  font-size: 14px;
  text-transform: uppercase;

}
#navigation li a.current {
  background-color: #9cb55a;
 }
#navigation li:first-child a {
  border-left: 1px solid #fff;
}
#navigation li a:hover{
  color: #01498f;
  background-color: #fff;
}

#navigation li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
}

#navigation li:hover ul {
  display: block;

}
#navigation li ul li {
  display: block;
  width: 100%;
  min-width: 150px;

}
#navigation li ul a {
  background-color: #efefef;
  color: #01498f;
  text-align: left;
  font-size: 12px;
  padding: 5px;
  border-right: none;
  text-transform: none;
    line-height: 16px;
}

#image_slider {
width: 100%;
margin: 0 auto;
}
.everslider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
}

.everslider .es-slides {
	margin: 0;
	padding: 0;
	width: 955px;
	height: 275px;
	list-style: none;
	-webkit-transform: translate3d(0,0,0); /* fix jerking */
}

.everslider .es-slides > li {
	float: left;
	padding: 0!important;
    border: 0!important;
	width: 955px; /* default slide width */
	height: 275px; /* default slide height */
    margin: 0 10px 0 0;
    -webkit-transform: translate3d(0,0,0); /* fix jerking */
}

.everslider .es-slides img {
	width: 100%;
	height: auto;
	max-width: none;
}

.everslider .es-slides a > img {
	vertical-align: top;
}

.everslider .es-slides * {
	-moz-user-select: text;
    -webkit-user-select: text;
	-webkit-user-drag: none;
}

/* Preload */

.everslider {
	background: url('/files/pagelayoutimages/preload.gif') no-repeat center;
}

.everslider.es-slides-ready {
	background: none;
}

.es-slides {
	visibility: hidden;
}

.es-slides-ready .es-slides {
	visibility: visible;
}


/* Navigation */

.es-navigation a {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    padding: 7px;
    background-color: #eee;
}

.es-navigation .es-prev { left: 0 }
.es-navigation .es-next { right: 0 }

.es-navigation .es-first,
.es-navigation .es-last {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}

.es-navigation a span {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}

.es-navigation .es-prev span {
	background: url('/files/pagelayoutimages/arrows.png') no-repeat 0 0;
}

.es-navigation .es-next span {
	background: url('/files/pagelayoutimages/arrows.png') no-repeat -20px 0;
}

.es-navigation .es-prev span.alt-arrow {
	background: url('/files/pagelayoutimages/arrows.png') no-repeat 0 -20px;
}

.es-navigation .es-next span.alt-arrow {
	background: url('/files/pagelayoutimages/arrows.png') no-repeat -20px -20px;
}

/* Pagination */

.es-pagination {
    position: absolute;
    left: 50%;
    bottom: 10px;
}

.es-pagination a {
    position: relative;
    right: 50%;
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: url('/files/pagelayoutimages/bullets.png') no-repeat 0 0;
    margin: 0 5px 0;
    text-indent: -9999px;
}

.es-pagination .es-active {
	background: url('/files/pagelayoutimages/bullets.png') no-repeat -10px 0;
}

/* Ticker */

.es-ticker {
	position: absolute;
    bottom: 0;
    right: 0;
}

.es-ticker a {
	display: block;
    padding: 7px;
    background: #eee;
}

.es-ticker a span {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}

.es-ticker .es-play span {
    background: url('/files/pagelayoutimages/ticker.png') no-repeat 0 0;
}

.es-ticker .es-pause span {
    background: url('/files/pagelayoutimages/ticker.png') no-repeat -20px 0;
}


#home-news {
width: 955px;
margin: 0 auto;
background-image: url('/files/PageLayoutImages/line.png');
background-repeat: repeat;
overflow: hidden;
}

.column {
width: 295px;
float: left;  
margin: 0 0 5px 5px;
padding:10px;
background-image: url('/files/PageLayoutImages/bg.png');
}

.column:first-child {
margin: 0;
}
.column ul {
margin: 0;
padding: 0;
}
.column li {
list-style-type: none;
margin: 10px 0 10px 0;
}
h3 {
color: #01498f;
font-size: 16px;
}
.date {
color: #9AB15F;
font-weight: 600;
}
.squarelist ul {
padding:0;
margin: 0;
}
.squarelist li {
list-style-type: square;
list-style-position: inside;
padding: 2px 0 2px 0;
}
.more {
color: #01498F;
}
.more:hover {
color: #9AB15F;
}
.ad-col {
width: 320px;
float: left;  
}
.ad-col:last-child {
width: 310px;
}
.ad-col img {
display: block;
float: none;
margin: 0 auto;
padding: 15px 0 0 0;
}
#social {
border-top: 1px solid #ccc;
width: 935px;
margin: 0 auto;
clear: both;
overflow: hidden;
}
#social ul, .social ul {
float: right;
list-style-type: none;
margin-right: 10px;
}
#social li, .social li {
display: inline;
list-style-type: none;
padding-left: 10px;
}
.rss-box {
border: solid 1px black;
}
.rss-item  {
  padding-top: 5px;
  padding-bottom: -5px;
  padding-right: 5px;
  margin-left:-3px;
}
.twtr-hd, .twtr-ft {
display: none;
} 
#footer {
font-size: 10px;
}
#interior {
width: 925px;
margin: 0 auto;
float: none;
clear: both;
}
.main-content {
width: 595px;
float: left;
padding: 1em 30px 1em 0;
}
.main-content-wide {
width: 925px;
float: none;
margin: 1em auto;
}
.sidebar-ads {
float: right;
width: 300px;
padding: 1em 0 1em 0;
}
.sidebar-ads span {
float: right;
color: #666;
font-size: .9em;
padding-bottom: 5px;
}
.sidebar-ads img {
float:right;

}
.top-ad {
clear: both;
padding-top: 1em;
}
.options {
width: 100%;
margin: 1em auto;
padding-top: 1em;
}
.breadcrumbs {
float: left;
}
.tools {
float: right;
}
.breadcrumbs::before {
content:  " \25B6 ";
color: #f9b80f;
size: .9em;
}
.breadcrumbs > a, .tools a {
color: #666;
}
.tablelist {
background-color: #EEE;
}
.basic, .zebra {
width: 100%;
}

.zebra td {
padding: 5px;
vertical-align: top;
}
.zebra > tbody tr:nth-child(odd) {
background-color: #eee;
}
.titlerow {
background-color: #D7A900;
color: #FFF;
font-weight: 600;
line-height: 20px;
text-indent: 5px;
}

/* FOR ONLINE EDUCATION PT */
#featured{ 
	/* width:550px; */
	width:600px;
	padding-right:250px; 
	position:relative; 
	border:5px solid #FFF; 
	/* height:293px; */
	height:300px;
	background:#fff;
	float: left;
	margin: 0;
	text-align: center;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:15px;
	left:660px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; 
	padding-left:13px;  
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	/* THIS IS THE FONT SIZE FOR THE TABS */
	font-size:16px;
	font-family:Arial; 
	line-height:18px;
	/*THIS FIXED THE VERTICAL ALIGN ISSUE IN IE, BUT NOT FIREFOX*/
	vertical-align:-10px;
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	/* height:40px; */
	height:36px;
	color:#336699; 
	background:#efefef; 
	line-height:20px;
	/*padding-top:10px;*/
	/*padding-bottom:0px;*/
	/*margin-bottom:0px;*/
	text-decoration:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#ffc002;
	color:#fff;
}
#featured li.ui-tabs-selected { 
	background:url('/files/ICBASites/images/selecteditem2.gif') bottom left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ffc002;
	color:#fff;
}
#featured .ui-tabs-panel{ 
	width:650px; 
	/* height:293px; */
	height:300px;
	background:#efefef; 
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	/* THIS IS THE TEXT FOR THE BIG BOX */
	font-size:16px;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px;
	width:550px; 
	background: url('http://www.icba.org/images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#fff; 
	padding:5px; 
	margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:10px; 
	/*line-height:14px;*/
	color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
.dayheading {
background-color: #01498F;
color: #FFF;
font-size: x-small;
font-weight: bold;
}
.datewithoutevent {
background-color: #F1F1F1;
font-size: x-small;
font-weight: bold;
}
.datewithevent {
background-color: #E0F0F0;
font-size: x-small;
font-weight: bold;
}
.datetoday {
background-color: #F4CE59;
font-size: x-small;
font-weight: bold;
}
.rss-box {
border: 1px solid #666;
margin: 1em 0 1em 0;
width: 100%;
clear: both;
}
.floatLeft {
float: left;
}
.floatRight {
float: right;
}
.clear {
clear: both;
}
img, a img {
border: none;
}
.parent .popup {
  display: none;
}
.parent:hover .popup {
  display: block;
}
.accordion {
    margin: 0;
    padding:10px;
    height:20px;
    border-top:#f0f0f0 1px solid;
    background: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #000;
    font-size:1em;
}
.accordion-open {
    background:#01498F;
    color: #fff;
}
.accordion-open span {
    display:block;
    float:right;
    padding:10px;
}
.accordion-open span {
    background:url(/files/pagelayoutimages/minus.png) center center no-repeat;
}
.accordion-close span {
    display:block;
    float:right;
    background:url(/files/pagelayoutimages/plus.png) center center no-repeat;
    padding:10px;
}
div.container {
    padding:0;
    margin:0;
}
div.content {
    background:#f0f0f0;
    margin: 0;
    padding:10px;
    font-size:.9em;
    line-height:1.5em;
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
div.content ul, div.content p {
    padding:0;
    margin:0;
    padding:3px;
}
div.content ul li {
    list-style-position:inside;
    line-height:25px;
}
div.content ul li a {
    color:#555555;
}
.error {
	color: #b90000;
	margin: 0;
	clear: both;
}