﻿body
{
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #FFFFFF;
    font-family: 'Benton Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
}
h1, h2, h3, h4, h5, h6
{
    color: #000;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    line-height: normal;

    /*TODO: check color */
}
a
{
  color:  #005e8e;
}
h1, h2
{
    font-size: 2em;
    color: #000;
}
li
{
    margin-bottom: 0px;
}
#pageWrapper
{
    width: 1090px;
    background-color: #FFF;
    padding: 0;
    text-align: left;
    margin: 0 auto;
    position: relative;
}
#header
{
    text-align: left;
    height: 125px;
    background-color: #fff;
    position: relative;
}
#header img.cicLogo
{
    position: absolute;
    top: 20px;
    left: 57px;
    z-index: 999;
    border: none;
}
#header #consortiumDescription
{
    position: absolute;
    top: 62px;
    left: 294px;
    width: 420px;
    /*color: rgba(0, 0, 0, 0.60);*/
    color: #939598;
    font-size: 1.3em;
    font-weight: normal;
}

#header #searchBoxArea
{
    position: absolute;
    top: 25px;
    right: 57px;
    width: 250px;
    height: 40px;
}
#header #searchBoxArea fieldset
{
    border: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}
#header #searchBoxArea fieldset.sfsearchBox span.sfsearchTxt
{
    display: block;
    width: 215px;
    height: 36px;
    position: relative;
}
#header #searchBoxArea .sfsearchBox .sfsearchTxt input
{
    height: 40px;
    padding: 2px 0px;
    margin: 0;
    background-color: #bfbfbf;
    border: solid 1px #f7f7f7;
    border-right: none;
    color: #000;
    font-weight: bold;
    font-size: 0.9em;
}

#header #searchBoxArea .sfsearchBox .sfsearchSubmit
{
    width: 36px;
    height: 37px;
    margin: 0;
    padding: 0;
    float: right;
    background: transparent url(Images/searchButton.png) no-repeat center top;
    border: none;
    cursor: pointer;
    text-indent: -1000em;
    position: absolute;
    top: 0;
    right: 0;

    /*TODO: click css */
}
 .mem_login {
    background: #666666 none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    position: absolute;
	  top:11px;
	  right:325px;
    font-size: .9em;
    font-family: 'Benton Sans';
    height: 15px;
    margin-top: 16px;
    padding: 10px 0 10px 10px;
    width: 65px;
    text-decoration: none;
 }
  .mem_login a
  {
    color: white;
    text-align: center;
  }
   .mem_login:hover, .mem_login:focus
  {
    background-color:  #005e8e;
  }

.sfsearchTxt{
height: 30px;
margin-top: 1px;
width: 213px;
font-size: 15px;
background:#bfbfbf;
}  
  
  
  
  .audience_links
  {
    float: right;
    top:25px;
    right:25px;
		padding: 90px 60px 10px 16px;

  }

  .audience_links li
  {
    margin-right: 10px;
    display: inline;
		font-size: 12px;
		list-style-type: none;
		text-transform: uppercase;
    text-decoration: none;
    color:#666666;
    font-weight:bold;
    letter-spacing:.1px;
    padding-right: 10px;
  }

  .audience_links li a
  {
    text-decoration: none;
		color:#424242;
		font-weight:bold;
		letter-spacing:.1px;
    margin-right: 15px;
  }

  .audience_links li a:hover, .audience_links li a:focus
  {
    text-decoration: underline;
  }
  .audience_links li a img:hover, .audience_links li a img:focus
  {
    transform: scale(1.1)
  }
  .audience_links li p
  {
    display: inline;
    text-decoration: none;
    color:#666666;
    letter-spacing:.1px;
    margin-right: 15px;
  }
 #secondaryNavigation
{
    margin: 0;
    padding: 0;
}
#secondaryNavigation h2
{
    position: absolute;
    left: -1000px;
    top: -1000px;
}
#header ul, #secondaryNavigation ul, #cicMembersSection ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#header ul li, #secondaryNavigation ul li, #cicMembersSection ul li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#secondaryNavigation ul
{
    /*TODO: check if "table" display is safe or need to use something else */

    display: table;
    width: 976px;
    margin: 0;
    padding: 0 57px;
    white-space: nowrap;
    border-bottom: solid 2px #707070;
}
#secondaryNavigation ul li
{
    list-style-type: none;
    display: table-cell;
    margin: 0;
    padding: 0;
    border-left: solid 2px #808080;
}
#secondaryNavigation ul li a
{
    text-align: center;
    display: block;
    padding: 0 15px;
    margin: 0;
    line-height: 39px;
    color: #000;
    text-decoration: none;
    font-size: 0.9em;
    /*font-family: 'Benton Sans Book';*/
    /*font-weight: bold;*/
}
#secondaryNavigation ul li#secNav-cicMe
{
    border-left: none;
}
#secondaryNavigation ul li#secNav-cicMe a
{
    background-color: #000;
    color: #fff;
}
#secondaryNavigation ul li a:hover
{
    background-color: #bfbfbf;
}
#secondaryNavigation ul li#secNav-cicMe a:hover
{
    background-color: #616264;
}

#mainNavigation
{
    height: 42px;
    padding: 0 57px;
    background-color:  #005e8e;
    white-space: nowrap;
    overflow: visible;
}

/*New Main Navigation*/

.sfNavHorizontalDropDown
.sfNavHorizontalDropDown, 
.sfNavHorizontalDropDown a.k-link
{
	color: #FFFFFF !important;
text-decoration: none;
white-space: nowrap;
line-height: 25px !important;
}

.k-context-menu.k-menu-vertical > .k-item  {margin-right:60px;}

.sfNavHorizontalDropDownWrp .k-popup 
{
	background:#616264 !important;
	border:none !important;
	padding: 1px 0 0 0 !important;

	
}

.k-context-menu.k-menu-vertical > .k-item > .k-link, .k-menu .k-menu-group .k-item > a.k-link:hover, 
.k-context-menu.k-menu-vertical > .k-item > .k-link, .k-menu .k-menu-group .k-item > a.k-link :focus{
background:#848486;
border-bottom: solid 1px #848486;
}

.k-context-menu.k-menu-vertical > .k-item > .k-link, .k-menu .k-menu-group .k-item > .k-link {
    padding-top: 5px !important;
    height: 25px !important;
	border-bottom: solid 1px #848486;}
	

.k-menu .k-item, .k-widget.k-menu-horizontal > .k-item
{
	border-style:none !important;
}

.sfNavHorizontalDropDown > li {
    padding-right:50px !important;
	}
	
.sfNavHorizontalDropDown > li.k-first { margin-left:50px !important;}

.sfNavHorizontalDropDown a.k-link:hover,
.sfNavHorizontalDropDown a.k-link:focus
{
	background-color: #616264;
	color: #fff;
	
	
}
a.k-state-hover:hover
{
color: #84846;
}

.sfNavHorizontalDropDownWrp .k-menu{padding-top:3px; margin-top:-3px;}

.k-menu .k-item, .k-widget.k-menu-horizontal > .k-item
{
padding: 0;
white-space: normal;
font-size: 13px;
font-weight: normal;
text-align: center;
font-family: 'Benton Sans';

}

ul.k-group li.k-state-default 
{
text-align:left;
}

.k-popup .k-animation-container .k-popup
{

line-height:32px !important;
padding-right:2px;
}

.k-menu .k-animation-container, .k-popup .k-animation-container {
    margin-top: 6px !important;
	margin-left: 0px;
margin-left:0px !important; padding-left:0px !important;}

.k-menu .k-animation-container .k-menu-group {
    top: auto;
    left: auto;
    margin-left: -1px;
    padding: 16px;
    margin-top: -7px;
	max-width: 316px;
	}

.k-popup .k-animation-container .k-popup { line-height:40px !important;}



.k-menu .k-item > .k-link > .k-icon {display:none !important;}

/*nav end*/

/*breadcrumbs*/

.sfBreadcrumbWrp{
height: 25px;
padding-bottom:5px;
border-bottom: solid 2px #dbdbdb;
margin-bottom:40px;}

.RadSiteMap_Default .rsmOneLevel .rsmLink:hover, .RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink:hover
{background:none !important;
border:none !important;
text-decoration:underline;}

.RadSiteMap .rsmLink{border: none !important;}

.RadSiteMap .rsmFlow {padding-top:5px;}

#sideColumn
{
    /*TODO: Check if absolute positioning or sometihng else*/

    /*margin: 0 0 0 -3px;   /*-3px margin fixes a bug with IE6 */
    padding: 0 57px 36px 0;
    float: left;
    width: 312px;
    height: 1%;
    position: relative;

    /*position: absolute;
    top: 254px;
    right: 57px;
    padding: 46px 0 0 0;
    width: 312px;*/
}
#sideColumn h2
{
    /*font-weight: normal;
    font-size: 1.2em;*/

    margin: 30px 0 20px 0;
    padding: 0 0 16px 0;
    border-bottom: solid 6px  #005e8e;
    font-weight: normal;
    font-size: 1.2em;
}
#sideColumn #sideColumnContent.homePageSideColumnContent h2
{
    margin-top: 0;
}
#pageWrapper #sideColumn #sideColumnContent p
{
    /*margin: 0;
    padding: 0;*/
    font-size: 0.9em;
}

#sideColumn #cicMembersSectionBox
{
    display: none;
    margin-bottom: 35px;
    width: 312px;
}
#cicMembersSection
{
}
#cicMembersSection h2
{
    margin: 0 0 20px 0;
    padding: 0 0 16px 0;
    display: block;
    color: #616264;
    font-size: 1.2em;
    border-bottom: solid 6px  #005e8e;
    font-weight: bold;
}
#cicMembersSection #cicMembersListing
{
    margin: 0 0 20px 0;
    padding: 0;
}
#cicMembersSection #cicMembersListing li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
#cicMembersSection #cicMembersListing a
{
    display: block;
    margin: 0;
    padding: 0 12px 0 0;
    color:  #005e8e;
    line-height: 32px;
    font-size: 0.9em;
    text-decoration: none;
}
#cicMembersSection #cicMembersListing a span
{
    text-decoration: underline;
}
#cicMembersSection #cicMembersListing a:after
{
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    color:  #005e8e;
}
#cicMembersSection #cicMembersListing a:hover
{
    /*TODO*/
}

#cicSchoolPicturesArea
{
    padding: 0 1px;
    margin-bottom: 5px;
}

.hidden a:focus {
		background: #bf1722 none repeat scroll 0 0; 
		left:1px;
		outline: 0 none;
		position:absolute;
		top:1px;
		

}

.hidden a
{
   background-color: blue;
    	border-bottom: 1px solid white;
   	 	border-bottom-right-radius: 8px;
    	border-right: 1px solid white;
    	color: white;
   	 	left: 0;
    	padding: 6px;
    	position: absolute;
    	top: -1000px;
    	transition: top 1s ease-out 0s, background 1s linear 0s;
    	z-index: 100;

}

.hiddensearch{color: white;
   	 	left: 0;
    	padding: 6px;
    	position: absolute;
    	top: -1000px;}

.decorativeHorizontalSeparator
{
    margin: 0 0 20px 0;
    padding: 0 0 16px 0;
    border-bottom: solid 6px  #005e8e;
}

.firstLevelSchoolPictures
{
    height: 300px;
    position: relative;
    background-size: cover !important;

    /*TODO*/
}
.firstLevelSchoolPictures .cycleImages
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 0;
    padding: 0;

    width: 34px;
    height: 34px;
    display: block;
    background: transparent url("../../Images/nextImageArrow.png") no-repeat 0 0;
    border: none;
}
.firstLevelSchoolPictures .cycleImages:hover
{
    background: transparent url("../../Images/nextImageArrowHover.png") no-repeat 0 0;
    border: none;
}
.firstLevelSchoolPictures .cycleImages:active
{
    border: none;
}
.secondLevelSchoolPictures
{
    height: 138px;
    background: url(Images/serverRoom.jpg) no-repeat;
    position: relative;
    margin-bottom: 20px;
}
.secondLevelSchoolPictures .cycleImages
{
    position: absolute;
    bottom: 4px;
    right: 12px;
}
.noImageSchoolPictureArea
{
    display: none;
    background-image: url(none);
}


#breadcrumbs
{
 
}
#breadcrumbs ul
{
    padding: 0;
}
#breadcrumbs ul li
{
    margin-bottom: 0;
}
#breadcrumbs a:link,
#breadcrumbs a:visited
{
    color: #000;
    font-weight: normal;
    text-decoration: underline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 40px;
    font-size: 1.1em;
    font-family: 'Benton Sans';
}
#breadcrumbs a:hover
{
    background: none;
}
#breadcrumbs .sfBreadcrumbNodeSeparator
{
    color: #a1a3a6;
    content: ">";
}
#breadcrumbs .sfNoBreadcrumbNavigation a.rsmLink
{
    text-decoration: none;
    /*font-weight: normal;
    font-family: 'Benton Sans';*/
}
#breadcrumbs .sfNoBreadcrumbNavigation a.rsmLink:hover
{
    background: none;
    cursor: default;
}

#mainWideArea
{
    display: block;
    position: relative;
    margin: 0 0 40px 0;
    padding: 0 57px;
    width: 976px !important;
}

#mainContent
{
    /*width: 612px;
    padding: 36px 52px 25px 57px;
    position: relative;
    font-family: 'Benton Sans Book';*/

    width: 612px;
    padding: 0 52px 25px 57px;
    position: relative;
    /*font-family: 'Benton Sans Book';*/
    float: left;
}
#mainContent h1
{
    line-height: 25px;
    font-weight: normal;
}

#footer
{
    background-color:  #005e8e;
    height: 56px;
    color: #fff;
    padding: 30px 57px;
    position: relative;
    clear: both;
}
#footer h2, #footer p
{
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 20px;
    /*font-family: 'Benton Sans Book';*/
}
#footer h2
{
    font-weight: bold;
    font-size: 1em;
}
#footer a
{
    color: #fff;
}
.footer_links
{
  position: absolute;
  top:0px;
  right:15px;
  padding: 0px 5px 5px 5px;
}

.footer_links li
{
  display: inline;
  font-size: 10px;
  list-style-type: none;
  margin-left: 15px;
  text-transform: uppercase;
}

.footer_links li a
{
  text-decoration: none;
  color:#666666;
  font-weight:bold;
  letter-spacing:.1px;
  margin-right: 10px;
}

.footer_links li a:hover, .audience_links li a:focus
{
  text-decoration: underline;
}
#footer #footerSocialLinks
{
    position: absolute;
    top: 50px;
    right: 57px;
}
#footer #footerSocialLinks a
{
    border: none;
    margin-left: 4px;
    text-decoration: none;
    font-family: Arial;
    font-size: 31px;
    line-height: 31px;
}
#footer #footerSocialLinks a span
{
    position: absolute;
    top: -1000em;
    left: -1000em;
}


.moreLink
{
    /*display: block;
    margin: 0 0 23px 0;*/
}
.moreLink a
{
    font-weight: normal;
}
.moreLink a span
{
}

/*******  CATEGORIES FILTER ************/
.categoriesFilter
{
    display: block;
    margin: 0 0 40px 0;
}
.categoriesFilter .sftaxonTitle
{
    /*font-size: 1.25em;
	margin: 0;
	padding: 10px 0 0 10px;
	background-image: url(Images/categoriesFilter-Header.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 285px;*/

    margin: 0 0 30px 0;
    padding: 0 0 16px 0;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: solid 6px  #005e8e;
}
.categoriesFilter .sftaxonVerticalList
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.categoriesFilter .sftaxonVerticalList li
{
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}
.categoriesFilter a.sftaxonLink
{
    color:  #005e8e;
    font-size: 0.9em;
}
.categoriesFilter a.sftaxonLink:hover
{
}

/*******  ARCHIVE FILTER ************/
.archiveFilter
{
    display: block;
    margin: 0 0 40px 0;
}
.archiveFilter .sfarchiveTitle
{
    font-size: 1.25em;
	margin: 0;
	padding: 10px 0 0 10px;
	background-image: url(Images/categoriesFilter-Header.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 285px;
}
.archiveFilter .sfarchiveList
{
    margin: 0;
    padding: 0 10px 0 20px;
    list-style: none;
}
.archiveFilter .sfarchiveList li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.archiveFilter .sfarchiveListItem a
{
    color: #1E2116;
    text-decoration: none;
    display: block;
    padding: 2px;
}
.archiveFilter .sfarchiveListItem .sfSel
{
    background-color: #F2F6E5;
}
.archiveFilter .sfarchiveListItem a:hover
{
    background-color: #F2F6E5;
}


/***** PROGRAM PAGE CONTACTS *******/
.programContacts
/*{
    margin-bottom: 30px;
}
.programContacts h2
{
    margin: 30px 0 20px 0;
    padding: 0 0 16px 0;
    border-bottom: solid 6px  #005e8e;
    font-size: 1.2em;
}
.programContacts p
{
    font-size: 0.9em;
    line-height: 1.2em;
}
.programContacts a
{
}*/

/*****  SUPPORT FOR SOME OLD ELEMENTS (from old cic site) *****************/
/*****  this section will be removed once the legacy elements are gone ****/
.cicGroupMembersTable td.memberSection
{
    text-align: left;
    padding: 10px 30px;
}
.cicGroupMembersTable td.memberSection h3
{
    text-align: center;
}

/***** END LEGACY SECTION ****/




.genericRadioButtons, .genericRadioButtons li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.expandableList .sf_listTitle
{
    font-size: 1.1em;
}
.expandableList .sf_listItemTitle,
.expandableList .sf_listItemTitleexp
{
    font-size: 1em;
    font-weight: normal;
}
.expandableList .sf_listItemTitle a,
.expandableList .sf_listItemTitleexp a,
.expandableList .sf_controlListItems a
{
    color:  #005e8e;
}

.nebraskaFAQ h2
{
    display: none;
}
.nebraskaFAQ .sf_listItemTitle,
.nebraskaFAQ .sf_listItemTitleexp
{
    font-size: 1em;
}


/*************************** FACEBOOK FAN BOX ****************************************/
.cic-fbFanBox
{
	width: 292px;
	margin: 0 auto;
}
.cic-fbFanBox iframe
{
    background-color: #FFFFFF;
}

/*************************** END FACEBOOK FAN BOX ************************************/

/*************************** RSS *****************************************************/
#rssFeedListing
{
    border: 1px solid #C0C0C0;
    width: 550px;
}
#rssFeedListing td, #rssFeedListing th
{
    padding: 2px 5px 2px 5px;
    text-align: left;
    display: table-cell;
}
#rssFeedListing th
{
    vertical-align: middle;
}
#rssFeedListing td
{
    vertical-align: top;
    background-color: #E5E5E4;
}
#rssFeedListing .feedLink
{
    background-color: Transparent;
    text-align: left;
    width: 10%;
}

/************** Generic RSS links ********************/
.genericRssFeedLink
{
}
.genericRssFeedLink img
{
    display: none;
}
.rssLink-pageTop
{
    display: block;
    position: absolute;
    top: 0;
    right: 52px;
}
.rssLink-alignRight
{
    text-align: right;
    display: block;
}

/*************************** END RSS **************************************************/


/*************************** BIG BUTTON (for general use as needed on any page ********/

a.bigButton
{
    display: block;
    width: 150px;
    text-align: center;
    padding: 20px 30px;
    /*border: 1px solid #999;*/
    margin: 0 auto;
    font-weight: bold;
    border-radius: 5px;
    background-color:  #005e8e;
    text-decoration: none;
    color: #fff;
}
a.bigButton:hover
{
    background-color: #32a0d8;
}




/*************************** END BIG BUTTON *******************************************/



/*************************** BIG BUTTON LEFT (for general use as needed on any page ********/

a.bigButtonLeft
{
    display: block;
    width: 150px;
    text-align: center;
    padding: 20px 30px;
    /*border: 1px solid #999;*/
    margin: 0 auto;
    font-weight: bold;
    border-radius: 5px;
    background-color:  #005e8e;
    text-decoration: none;
    color: #fff;
	position: absolute;
}
a.bigButton:hover
{
    background-color: #32a0d8;
}





/*************************** END BIG BUTTON *******************************************/




/*************************** STYLES FOR PRINTING *********************************************************/
@media print
{
	#pageWrapper
	{
		width: 98%;
		border: solid 1px #666666;
	}
	#header
	{
		border-bottom: solid 1px #666666;
	}
	#mainNavigation, #secondaryNavigation, #sideColumn, #searchBoxArea, #cicSchoolPicturesArea
	{
		display: none;
	}
	#cicSchoolPicturesArea, #breadcrumbs, #mainContent
	{
		width: auto;
	}
	#breadcrumbs
	{
		border-top: solid 1px #666666;
		border-bottom: solid 1px #666666;
		padding-top: 3px;
	}
	#footer
	{
		border-top: solid 1px #666666;
	}
}
/*************************** END STYLES FOR PRINTING *****************************************************/
