﻿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: #0088ce;
}
h1, h2
{
    font-size: 2em;
    color: #000;
}
li
{
    margin-bottom: 7px;
}
#pageWrapper
{
    width: 1090px;
    background-color: #FFF;
    padding: 0;
    text-align: left;
    margin: 0 auto;
    position: relative;
}
#header
{
    text-align: left;
    height: 168px;
    background-color: #fff;
    position: relative;
}
#header img.cicLogo
{
    position: absolute;
    top: 35px;
    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: 65px;
    right: 57px;
    width: 312px;
    height: 37px;
}
#header #searchBoxArea fieldset
{
    border: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}
#header #searchBoxArea fieldset.sfsearchBox span.sfsearchTxt
{
    display: block;
    width: 257px;
    position: relative;
}
#header #searchBoxArea .sfsearchBox .sfsearchTxt input
{
    height: 31px;
    padding: 2px 10px;
    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 */
}

#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: 45px;
    padding: 0 57px;
    background-color: #0088ce;
    white-space: nowrap;
    overflow: visible;
}

#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 #0088ce;
    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 #0088ce;
    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: #0088ce;
    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: #0088ce;
}
#cicMembersSection #cicMembersListing a:hover
{
    /*TODO*/
}

#cicSchoolPicturesArea
{
    padding: 0 1px;
    margin-bottom: 36px;
}
.hidden
{
    position: absolute;
    left: -1000px;
    top: -1000px;
}
.decorativeHorizontalSeparator
{
    margin: 0 0 20px 0;
    padding: 0 0 16px 0;
    border-bottom: solid 6px #0088ce;
}

.firstLevelSchoolPictures
{
    height: 432px;
    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
{
    height: 44px;
    padding: 0;
    border-bottom: solid 2px #dbdbdb;
}
#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;
}
#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: #0088ce;
    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 #footerSocialLinks
{
    position: absolute;
    top: 44px;
    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 #0088ce;
}
.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: #0088ce;
    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 #0088ce;
    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: #0088ce;
}

.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: #0088ce;
    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: #0088ce;
    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 *****************************************************/
