﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 abbr, address, cite, code,
 del, dfn, em, img, ins, kbd, q, samp,
 small, strong, sub, sup, var,
 b, i,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend, caption,
 article, aside, canvas, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section, summary,
 time, mark, audio, video {
      margin:0;
      padding:0;
      outline:0;
      font-size:100%;
      vertical-align:baseline;
      background:transparent;
 }
 table, tbody, tfoot, thead, tr, th, td 
 {
		margin:0;
    padding:0;
    outline:0;
    font-size:100%;
    background:transparent;
 }
 
 body {
      line-height:1;
 }
 
h1 {
	font-size: 2em;
	line-height: 28px;
	margin: 15px 0 0;
	padding-bottom:10px;
}

h2 {
	color:#003C77;
	font:25px/32px georgia,serif;
	margin:0 0 10px;
	padding:0;
}

h3 {
	color:#BC4F27;
	font:bold 15px/110% helvetica,arial,sans-serif;
}

h4 {
	margin: 0 0 10px 0;
	font-weight: bold;
}
h5 {
	font-size: 1em;
}
 
 article,aside,canvas,details,figcaption,figure,
 footer,header,hgroup,menu,nav,section,summary {
      display:block;
 }
 
 nav ul {
      list-style:none;
 }
 
 blockquote, q {
      quotes:none;
      margin: 1.4em 40px;
}
 
 a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#194C77;
	font-weight:bold;
	text-decoration:none;
 }
	a:hover { text-decoration:underline; }
 
 ins {
      background-color:#ff9;
      color:#000;
      text-decoration:none;
 }
 
 mark {
      background-color:#ff9;
      color:#000; 
      font-style:italic;
      font-weight:bold;
 }
 
 del {
      text-decoration: line-through;
 }
 
 abbr[title], dfn[title] {
      border-bottom:1px dotted #000;
      cursor:help;
 }
 
 table {
 }
 
 hr {
      display:block;
      height:1px;
      border:0; 
      border-top:1px solid #cccccc;
      margin:1em 0;
      padding:0;
 } 
 
 input, select {
      vertical-align:middle;
 }
html,body{
	height:100%;
	margin:0;
}
body{
	color:#333;
	font-size:64%;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
}
img{border-style:none;}

p {
	margin:0 0 5px 0;
}

input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
.up3px {
	position:relative;
	top:-3px;
}
.indented {
	list-style:none;
}
.floatLeft {
	float:left;
	margin:5px 13px 35px 0;
}
.links {
	list-style:none;
	margin:0;
	padding:0;
}
.links li {
	margin:0 0 14px 0;
}
.links li.last {
	margin:0 0 2px 0;
}
/* Forms */
.formEmail input {
	margin:0 0 2px 0;
}
.formEmail div {
	margin:0 0 8px 0;
}
.formCourses {
	margin:-10px 0 0 0;
}
.formCourses fieldset {
	height:40px;
	padding:11px 0 0 0;
}
.formCourses fieldset select {
	margin:2px 0 0 0;
}
.formCourses fieldset label {
	margin:0px 0 0 2px;
	font-weight:bold;
}
.formEmail #inputEmail {
	border:2px solid #dadad8;
	padding:4px 4px 3px 4px;
	margin:0 4px 0 0;
	font-size:11px;
	width:189px;
	color:#666;
	float:left;
	display:inline;
	
}
.formEmail .butGo {
	width:22px;
}
.formEmail label {
	margin:5px 0 0 0;
}
.formEmail label#labelEmail {
	display:none;
}
.formEmail #butGo {
	background:url(../images/but-go.png) no-repeat top left;
	border:none;
	text-indent:-9999px;
	width:22px;
	height:22px;
}
.formState fieldset {
	border-bottom:1px solid #ccc;
	margin:10px 0 20px 0;
	padding:10px 0 20px 0;
}
.formState fieldset select {
	width:330px;
}
.formCategory fieldset {
	padding:10px 0 17px 0;
}
.formCategory fieldset .narrow {
	width:230px;
	margin:0 3px 0 0;
}
.formCategory fieldset .wide {
	width:330px;
	margin:0 0 0 3px;
}
.formCategory fieldset span {
	font-size:15px;
}

#page{
	margin:0 auto;
	width:915px;
	min-height:100%;
}

#page ul
{
	margin: 1em 0;	
}

* html #page{height:100%;}

/*		Content		*/
#content{
	width:915px;
}

#interiorNoSidebar {overflow:visible;}
.holder{
	width:100%;
	overflow:hidden;
}
#interiorSidebar {
	background:url(../images/bg-interior.gif) repeat-y top left;
}
.leftNavBG 
{
	background:url(../images/bg-interior.gif) repeat-y top left;
	height:100%;
}
.breadcrumbs {
	color:#666;
	padding:7px 0 6px 8px;
	overflow: hidden;
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    text-transform: uppercase;
}
.breadcrumbs a {
    color:#002B56;
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    text-transform: uppercase;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}
#interiorSidebar .main {
	padding:0 0px 0 20px;
	_padding: 0 0 0 19px; /* IE6 fix for Resource guide pages */
	font:13px/110% helvetica, arial, sans-serif;
	width:695px;
}
#interiorNoSidebar .main {
	padding:0 0px 0 20px;
	_padding: 0 0 0 19px; /* IE6 fix for Resource guide pages */
	font:13px/110% helvetica, arial, sans-serif;
}
.mainHome 
{
	width:675px;
	float:left;
	z-index:-1;
}
.main{
	width:695px;
	float:left;
	z-index:-1;
}

	 .main li {
		margin-left: 35px;	
		margin-bottom: 5px;
		line-height: 1.4em;
}
 
    .main h4, .main h2 
    {
        margin:0 0 15px;
    }
    .main p { margin: 1em 0; line-height: 1.4em;}

.CustomBody {
	font-family:Arial,Helvetica,sans-serif;
}
.OrangeHeader {
	color:#BC4F27;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px !important;
	font-weight:bold;
}
a.OrangeHeaderLink {
	color:#bc4f27;
	font-size:14px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: underline
}
a.OrangeHeaderLink:hover {
	
}

.marginNone {
	margin:0 0px 25px 0 !important;
}
.floated .featured {
	margin:15px 0 20px 0;
}
.floated .featured img {
	float:left;
	margin:0 11px 11px 0;
}
.floated .featured h5 {
	font-weight:normal;
	margin:0;
	padding:4px 0 4px 0;
	font-style:italic;
}
.floated ul {
	margin:0;
	padding:0;
	list-style:none;
}
.floated ul li {
	margin: 0 0 5px 0;
}
.floated ul li a {
	font-weight:bold;
}
.floated a, .floated h4 a {
	color:#002b56;
	font-weight:bold;
}
.other {
	padding:0 0 25px 0;
}
.section .summary {
	margin:0 0 15px 0;
}
.section h4 {
	margin:2px 0 0 0;
}
.section h5 {
	margin:0 0 0 0;
	font-weight:normal;
	font-style:italic;
}

.section form h4 {
	float:left;
	padding:4px 5px 0 0;
	margin:0;
}
.section select {
	width:222px;
	line-height:100%;
}
.other h3 {
	padding:0 0 5px 0;
}
.other h4.title {
	color:#10497d;
	text-transform:uppercase;
	margin:5px 0 0 0;
}
.other ul {
	list-style:none;
	margin:8px 0 8px 0;
	padding:0;
}
.other ul li {
	margin:0 0 8px 0;
}

.other p {
	margin:12px 0 5px 0;
}
.production {
	border-top:1px solid #ccc;
	padding:26px 0 16px 0;
}
.production h3 {
	margin:0 0 13px 0;
}
.production img {
	float:left;
	margin:0 17px 0 0;
}
#sidebarLeft {
	float:left;
	width:198px;
}
#sidebarLeft .nav {
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
	font-size:11px;
}

#sidebarLeft .nav li a {
	color:#fff;
	text-decoration:none;
	width:167px;
	border-bottom:1px solid #98BCC2;
	margin:0 0 0 8px;
	padding:13px 8px 13px 8px;
	display:block;
	font-weight: bold;
}

#sidebarLeft .nav li a.parent {
	border:none;
}
#sidebarLeft .nav li a:hover {
	text-decoration:underline;
}
#sidebarLeft .nav li.borderNone a {
	border-bottom:none;
}
#sidebarLeft .nav li ul {
	background-color:#a4c5ca;
	list-style:none;
	padding:8px 0 8px 15px;
	text-transform:none;
	font-size:12px;
	margin:0;
}
#sidebarLeft .nav li ul li {
	overflow:hidden;
	width:154px;
}
#sidebarLeft .nav li ul li a {
	border-bottom:none;
	color:#1a393e;
	padding:8px 8px 8px 0px;
	width:134px;
	top:0;
	left:8px;
}
#sidebarLeft .nav li ul li span {
	float:left;
	padding:7px 0 0 0;
	top:0;
	left:8px;
}
#sidebarLeft .nav li ul li.hr {
	border-top:1px solid #6f9095;
	width:154px;
	margin:5px 0 0 0;
	padding:3px 0 0 0;
}
.rightFloat 
{
    float:right;
}
.moreLink 
{
    float:right;
    padding:0 8px 8px 8px;
    font-family:Arial,Helvetica,sans-serif,arial,helvetica,sans-serif;
    font-size:8pt;
}
.sidebarRight {
	width:242px;
	padding:9px;
	border:1px solid #C3D9DC;
	background:#f1f6f7 url(../images/bg-sidebarright.gif) repeat-x;
	margin: 0 0 20px 20px;
}
.sidebarRight a {
	color:#002b56;
}
.sidebarRight h3 {
	margin:0 0 8px 0;
	text-transform:uppercase;
	font-size:12px;
}
.sidebarRight p {
	margin:0 0 10px 0;
}
.sidebarRight div.borderBottom {
	border-bottom:1px solid #ccc;
	padding:6px 6px 15px 6px;
	margin:0 0 9px 0;
}
.sidebarRight div.borderNone {
	padding:6px 6px 6px 6px;
}
.widthFourHundred 
{
    width:390px;
}
.photoRight {
	border:2px solid #C4D9DC;
	background:#F3F7F8;
	padding:3px;
	margin:0 0 5px 16px;
}
.photoRight p {
	font-size:11px;
	color:#666;
	margin:3px 0 3px 6px;
}

/* Flash Block */
.flash{
	margin-top:4px;
	width:675px;
	overflow:hidden;
}
.flash img{vertical-align:top;}
/* Tab Block */
.tabblock{
	margin-top:6px;
	width:675px;
	overflow:hidden;
}
.tabblock .tabset{
	width:675px;
	height:26px;
	position:relative;
	margin-bottom:-2px;
	overflow:hidden;
}
.tabblock .tabset a{
	margin-left:3px;
	float:left;
	display:inline;
	width:148px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:-10;
}
.tabblock .tabset a.thisweek{
	margin:0;
	width:145px;
	background:url(../images/link-thisweek-tabset.gif) no-repeat;
}
.tabblock .tabset a.morenews{background:url(../images/link-morenews-tabset.gif) no-repeat;}
.tabblock .tabset a.events{background:url(../images/link-events-tabset.gif) no-repeat;}
.tabblock .tabset a.active,
.tabblock .tabset a:hover{background-position:0 -26px;}
.tabblock div.tab{
	width:671px;
	border:2px #c1d7db solid;
	background:#dce9eb url(../images/bg-tabblock.gif) repeat-x;
	overflow:hidden;
}
.tabblock .weekblocks{
	margin-left:-4px;
	width:675px;
	padding:16px 0 12px;
	overflow:hidden;
}
.tabblock .weekblocks .block{
	margin-left:3px;
	float:left;
	display:inline;
	padding:0 10px;
	width:202px;
	overflow:hidden;
}
.tabblock .weekblocks h3{
	margin:0;
	overflow:hidden;
}
.tabblock .weekblocks h3.visit{
	height:33px;
}

.tabblock .weekblocks p{
	margin:15px 0 0;
	font-size:1.3em;
	line-height:1.1em;
	overflow:hidden;
}
.tabblock .weekblocks p .date{
	font-style:normal;
	font-weight:bold;
	padding-right:12px;
	background:url(../images/sep-weekblocks.gif) no-repeat 100% 1px;
}
.tabblock .weekblocks p strong{color:#000;}
.tabblock .weekblocks p.more{margin-top:7px;}
.tabblock .weekblocks p.more a{
	color:#002b56;
	padding-right:10px;
	line-height:1.2em;
	background:url(../images/arrow-more.gif) no-repeat 100% 5px;
}
/* Right Column */
.column{
	width:235px;
	float:right;
}
/* Accordion Block  */
.accordion{
	margin:3px 0 0;
	padding:0;
	list-style:none;
	width:235px;
	overflow:hidden;
	height:341px;
}
.accordion h3{
	margin-top:1px;
	width:235px;
	vertical-align:top;
}
.accordion h3 a.opener{
	display:block;
	width:235px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
}
.accordion a.howcan{background:url(../images/link-howcan-accordion.gif) no-repeat;}
.accordion a.associat{background:url(../images/link-associat-accordion.gif) no-repeat;}
.accordion a.getnews{background:url(../images/link-getnews-accordion.gif) no-repeat;}
.accordion a.center{background:url(../images/link-center-accordion.gif) no-repeat;}
.accordion .slide{
	width:235px;
	overflow:hidden;
}
.accordion .block{
	margin-top:3px;
	width:221px;
	padding:18px 7px;
	background:#dadbd8 url(../images/bg-block-accordion.gif) repeat-x;
	overflow:hidden;
}
.accordion .block p{
	margin:0;
	font:1.2em/1.2em Arial, Helvetica, sans-serif;
	overflow:hidden
}
.accordion .block .browse{
	margin-top:17px;
	width:221px;
	padding-bottom:14px;
	border-bottom:1px #aeaead solid;
	overflow:hidden;
}
.accordion .block .browse h4{
	margin:11px 0 0 3px;
	float:left;
	display:inline;
	width:71px;
	height:10px;
	text-indent:-9999px;
	background:url(../images/title-browse.gif) no-repeat;
}
.accordion .block .browse a.topic,
.accordion .block .browse a.state{
	margin-left:9px;
	float:left;
	display:inline;
}
.accordion .block .browse a.state{margin-left:7px;}

#page .accordion ul.check-list 
{
	list-style-type:circle;
	margin:0 0 1em 2em;
}
	#page .accordion ul.check-list li
	{
		font-size:11px;
		height:14px;
		vertical-align:middle;
	}
#page .accordion p { margin:0 0 1em 0; }

a.topic,
a.state{
	display:block;
	width:64px;
	height:32px;
	text-indent:-9999px;
	background:url(../images/link-topic.gif) no-repeat;
	overflow:hidden;
}
a.state{background:url(../images/link-state.gif) no-repeat;}
a.findexpert,
a.findcourse{
	display:block;
	width:217px;
	height:32px;
	text-indent:-9999px;
	background:url(../images/link-findexpert.gif) no-repeat;
	overflow:hidden;
}
a.findcourse{background:url(../images/link-findcourse.gif) no-repeat;}
.accordion .block a.findexpert{margin-top:25px;}
.accordion .block a.findcourse{margin-top:16px;}
/* Most Popular Block */
.popular{
	margin-top:30px;
	padding:16px 18px;
	width:195px;
	min-height:191px;
	border:2px #c4d9dc solid;
	background:#f9fbfc url(../images/bg-popular.gif) repeat-x;
	overflow:hidden;
}
* html .popular{
	height:218px;
	overflow:visible;
}
.popular p {
	font-size: 12px;
	line-height: 1.4;
	margin: 1em 0;
}
.popular ul{
	margin:15px 0 0;
	padding:0 0 0 16px;
}
.popular ul li{
	padding:2px 0;
	font-size:1.2em;
	line-height:1.5em;
}
.popular ul li a{color:#194C77;}
/*		Header		*/
#header{
	left:0;
	width:915px;
	height:213px;
	background: #A4C5CA url(../images/bg-header-seal.jpg) no-repeat 0 0;
	position:relative;
	display:block;
	margin:4px 0 5px 0;
	z-index:9999;
}
/* Logo */
#header .logo{
    margin:43px 0 23px 58px;
    float:left;
    font-weight:bold;
    z-index:999;}


#header .newLogo{
    margin:10px 0 0 0;
    float:left;
	z-index:999;
}
/* Header Form */
#header .topform{
	float: left;
	margin: 53px 0 0 20px;
	overflow:hidden;
	width: 432px;
}
#header .topform .search{
	position: relative;
}
#header .topform .search label{
	display: block;
	height: 0;
	text-indent:-9999px;
	width: 0;
}

#header .topform .search a{
	font-size:1em;
	line-height:1.4em;
	color:#d6e5e6;
	font-weight: bold;
}
#header .topform .search .text{
	border:1px #252672 solid;
	color:#666;
	float:left;
	font-size: 15px;
	padding: 10px 35px 10px 15px;
	width: 380px;
}
#header .topform .btn-go{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#header .topform .login{
	padding:0 8px 0 10px;
	width:239px;
	height:83px;
	background:#10497d;
	overflow:hidden;
}

#header .topform .login fieldset {
    color:#FFFFFF;
    font-family:arial,helvetica;
    font-size:12px;
    font-weight:bold;
    padding-top: 14px;
}

#header .topform .login label{
	display:block;
	width:109px;
	height:10px;
	text-indent:-9999px;
	background:url(../images/title-login.gif) no-repeat;
	overflow:hidden;
}

#header .topform label.passlabel{display:none;}
#header .topform .login div{
	margin-top:11px;
	width:100%;
	padding-bottom:4px;
	overflow:hidden;
}
#header .topform .login .text,
#header .topform .login .pass{
	float:left;
	display:inline;
	padding:2px 6px;
	width:85px;
	height:14px;
	font-size:11px;
	line-height:14px;
	color:#666;
	border:1px #cacac7 solid;
}
#header .topform .login .pass{margin-left:12px;}
#header .topform .login .btn-go{margin:0;}
#header .topform .login a{
	font-size:1em;
	line-height:1.4em;
	color:#ccd8e3;
	font-weight: bold;
}

#header .slogan {
	color: #252672;
	display: block;
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 17px;
	margin-bottom: 5px;
}
/* Navigation Bar */
 #header .navbar{
	width:915px;
	height:28px;
	background:url(../images/bg-navbar-header.gif) repeat-x;
	overflow:hidden;
	float:left;
}
		
#header .navbar .nav{
	margin:0 0 0 7px;
	padding:0;
	list-style:none;
}
#header .navbar .nav li{
	padding:0 8px 0 9px;
	float:left;
	background:url(../images/sep-topnav-header.gif) no-repeat 0 50%;
	font: 12px/28px Arial, Helvetica, sans-serif;
}
#header .navbar .nav li:first-child{background:none;}
#header .navbar .nav li a{
	color:#002b56;
	text-decoration:none;
}
#header .navbar .nav li a:hover{text-decoration:underline;}
/* Menu */
 #header .menu{
	border-top: 2px solid #fff;
	margin:0;
	padding:0;
	list-style:none;
	width:915px;
	height:43px;
	background:#8a2811;
	float:left;
	z-index:999;
}
#header .menu li{
	margin:4px 0 0 4px;
	float:left;
	display:inline;
	position:relative;
}
#header .menu li a{
	display:block;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
}
#header .menu li a.information{
	width:206px;
	background:url(../images/link-information-menu.gif) no-repeat;
}

#header .menu li a.services{
	width:160px;
	background:url(../images/link-services-menu.gif) no-repeat;
}
#header .menu li a.education{
	width:179px;
	background:url(../images/link-education-menu.gif) no-repeat;
}
#header .menu li a.conferenc{
	width:185px;
	background:url(../images/link-conferenc-menu.gif) no-repeat;
}
#header .menu li a.ncsnint{
	width:161px;
	background:url(../images/link-ncsnint-menu.gif) no-repeat;
}
#header .menu li a.ncsccompanion{
	width:161px;
	background:url(../images/companionSitesButton.jpg) no-repeat;
}

#header .menu li.ncsccompanion {
	margin: 0;
	border: 4px solid #003d73;
}
#header .menu li a.ncsccompanion{
	width:161px;
	background:url(../images/companionSitesButton.jpg) no-repeat;
}

#header .menu li.active, #header .menu li.active a, #header .menu li.active a:hover {background-position:0 -70px;}

#header .menu li a:hover{background-position:0 -35px;}

    #header .menu li ul
    {
      display:none;
      position:absolute;
      height:auto;
      top:30px;
      background-color:#8A2811;
      color:#fff;
      padding:4px 0 0 0;
		}
        #header .menu li ul li 
        {
          float:none;
          margin:0 4px;
          background-color:#a03311;
          display:block;
          clear:both;
          border-bottom:4px solid #8A2811;
        }
            #header .menu li ul li:hover {background-color:#c35234;}
            
                #header .menu li ul li a {
                    color:#FFFFFF;
                    font-size:12px;
                    font-weight:bold;
                    height:auto;
                    line-height:18px;
                    padding:5px 10px;
                    text-decoration:none;
                    text-indent:0;
                    vertical-align:middle;
                }
                #header .menu li ul li ul
                    {
                        right:-180px;
                        top:-4px;
                    }
                        #header .menu li ul li ul li ul
                        {
                            right:-265px;
                        }
                    
            #header .menu li ul
                {
                    width:180px;
                    z-index:3000;
                }
                #header .menu li ul ul
                    {
                        width:230px;
                    }  
                    #header .menu li ul.menuinfo li ul { right:-230px; }
											
                        
                    #header .menu li ul.eduCar li ul
                    {
                        right:-155px;
                        top:-4px;
                    }
                        #header .menu li ul.eduCar li ul li ul
                            {
                                right:-265px;
                            }

.header__social-media {
	float: right;
	margin: 23px 10px 0 0;
	width: 140px;
}

.header__social-media .social-media__icon {
	margin-top: 10px;
}     
                        
/*		Footer		*/
#footer{
	text-align:center;
	width:915px;
	margin:0;
	padding-top: 20px;
	overflow:hidden;
}
#footer a.LexisNexisLink {
	float:right;
	display:block;
	width:119px;
	height:48px;
}
/* Footer Top Bar */
#footer .topbar{
	width:790px;
	float:left;
	overflow:hidden;
	background:#82afb6;
}
#footer .topbar ul{
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
}
#footer .topbar ul li{
	padding:0 7px 0 8px;
	float:left;
	font:bold 12px/30px Arial, Helvetica, sans-serif;
	color:#002b56;
	background:url(../images/sep-topbar-footer.gif) no-repeat 0 50%;
}
#footer .topbar ul li:first-child{background:none;}
#footer .topbar ul li a{
	color:#002b56;
	text-decoration:none;
}
#footer .topbar ul li a:hover{text-decoration:underline;}
/* Footer Bottom Bar */
#footer .holder{
	width:790px;
	float:left;
	display:table;
}
#footer .link{
	margin:6px 1px 0 0;
	float:right;
	display:inline;
}
#footer .botbar{
	margin-top:4px;
	width:790px;
	float:left;
	background:url(../images/bg-botbar-footer.gif) repeat-x;
}
#footer .botbar ul{
	margin:0 0 0 -3px;
	padding:0;
	list-style:none;
	float:left;
	display:inline;
}
#footer .botbar ul li{
	padding:0 7px;
	float:left;
	background:url(../images/sep-botbar-footer.gif) no-repeat;
	font:bold 11px/30px Arial, Helvetica, sans-serif;
	color:#333;
	background:url(../images/sep-botbar-footer.gif) no-repeat 0 50%;
}
#footer .botbar ul li a { font-size:12px; }
#footer .botbar ul li:first-child{background:none;}
#footer .topbar ul li a{
	color:#333;
	text-decoration:none;
}
#footer .topbar ul li a:hover{text-decoration:underline;}

a.inline-link:link {
color:#194C77;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
text-decoration:none;
font-weight:bold;
}
a.inline-link:active {
color:#194C77;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
text-decoration:none;
font-weight:bold;
}
a.inline-link:visited {
color:#194C77;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
text-decoration:none;
font-weight:bold;
}
a.inline-link:hover {
color:#194C77;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
text-decoration:underline;
}

table.newsReleaseTable {
	border-color:#5f96a3;
	border:1px;
	background-color:#fff;
	width:600px;
	border-style:solid;
	text-align:left;
}

/* Social Media Icons */
#page .social-media__list {
	margin-bottom: 0;
	margin-top: 0;
}

.social-media__icon {
	display: inline-block;
	text-indent: -9000em;
	margin: 0 8px 0 0;
}
	.social-media__icon a {
		display: block;
		height: 34px;
		width: 34px;
	}

.icon--facebook {
	background:url(../images/icon-facebook.png) no-repeat 0 50%;
}
.icon--flickr {
	background:url(../images/icon-flickr.png) no-repeat 0 50%;
}
.icon--linkedin {
	background:url(../images/icon-linkedin.png) no-repeat 0 50%;
}
.icon--pinterest {
	background:url(../images/icon-pinterest.png) no-repeat 0 50%;
}
.icon--twitter {
	background:url(../images/icon-twitter.png) no-repeat 0 50%;
}
.icon--vimeo {
	background:url(../images/icon-vimeo.png) no-repeat 0 50%;
}

/* KM Added Styles */

a.book:link { text-decoration: none; color: #333C65; font-size: 9pt; font-weight: bold;}
a.book:visited { text-decoration: none; color: #333C65; font-size: 9pt; font-weight: bold;}
a.book:active { text-decoration: none; color: #333C65; font-size: 9pt; font-weight: bold;}
a.book:hover { text-decoration:underline; color: #333C65; font-size: 9pt; font-weight: bold;}

a.mast:link { text-decoration: none; color: #FFFFDD; font-size: 8pt; font-weight: bold;}
a.mast:visited { text-decoration: none; color: #FFFFDD; font-size: 8pt; font-weight: bold;}
a.mast:active { text-decoration: none; color: #FFFFDD; font-size: 8pt; font-weight: bold;}
td.masthead {vertical-align: bottom}

p.idx {text-indent: -1em; margin-top: 0.05em; margin-bottom: 0.05em; padding-left: 1em;}

A.ret:link { text-decoration:none; font-weight: bold; font-size: 10pt;}
A.ret:visited { text-decoration:none; font-weight: bold; font-size: 10pt;}
A.ret:hover { text-decoration:underline; font-weight: bold; font-size: 10pt;}
A.ret:active { text-decoration:none; font-weight: bold; font-size: 10pt;}

.copyright {FONT-SIZE: 8pt; COLOR: #333C65; FONT-FAMILY: Verdana}
.permission {FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana}
.contactKIS {FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana}

div.cat a,
.headlinks a { color: #800000 !important; }
.headlinks td { vertical-align:top; }
.header { padding:5px; height: 1; width: 100%; vertical-align: bottom; }
div.cat td { height:21; background-color:#f3eedd; width:100%; text-align:left; }
.topicstable td { padding: 5px; vertical-align:top; }
table.bodytext { border-color: #111111; width: 100%; border-collapse: collapse; }
table.bodytext td { padding: 5px; }

div.style1 
{
	font-size: 11px;
	color: #333;
	font-family: Arial,Helvetica,sans-serif;
}

#modNewUserRegistrationForm
    {
        border: solid 1px #CCC;
        padding: 10px 5px 10px 5px;
        width: 523px;
        font-size:8pt;
    }
    #modNewUserRegistrationForm div
    {
        width: 523px;
        margin-top: 2px;
        font-size:8pt;
    }
    #modNewUserRegistrationForm label
    {
        width: 183px;
        padding: 0 17px 0 0;
        margin-top: 3px;
        color: #414141;
        display: block;
        float: left;
        font-size:8pt;
    }
    #modNewUserRegistrationForm .text
    {
        margin: 0 8px 0 0;
        color: #58595B;
        font-family: Arial;
        width: 300px;
        font-size:8pt;
    }
    #modNewUserRegistrationForm .button
    {
        margin: 0 0 0 300px;
        font-size:8pt;
    }

.WPBody a
{
	font-family:Arial, helvetica, Sans-Serif;
	color:#002b56;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
}

.floatleft
{
	float: left;
	min-height: 124px;
	padding-right: 10px;
}

.staffinfo
{
	margin: 1em 0;
	min-height: 124px;
	padding-top: 20px;
}

.job-title
{
	text-transform:uppercase;
	margin:5px 0px 0px;
	color:#10497d;
	font-size:14px;
	font-weight:bold;
}

.divisions a,
.divisions a:visited
{
	color:#002B56;
font-family:arial,helvetica,sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.divisions a:hover
{
	text-decoration:underline;
}
.spheader
{
	color:#BC4F27!important;
	font-weight: bold!important;
	font-family: Arial, Helvetica, sans-serif!important;
	text-transform:uppercase!important;
	font-size:12px!important;
	margin:10px 0 !important;
}

.floatLeftNoPadding 
{
    clear:both;
    float:left;
    padding:0;
    vertical-align:top;
}
.floatLeftNoPadding img
{
    vertical-align:top;
}

.floated {
	float:left;
	width:280px;
	height: auto!important;
	border:1px solid #c3d9dc;
	margin:0 30px 25px 0;
	padding:18px;
	background:#f1f6f7 url(../images/bg-floated.gif) repeat-x top left;
}

.floated2 {
	float:left;
	width:auto;
	height: auto!important;
	border:1px solid #c3d9dc;
	margin:0 30px 25px 0;
	padding:18px;
	background:#f1f6f7 url(../images/bg-floated.gif) repeat-x top left;
}

/* Education & Careers */
.jobsTable tr td 
{
	padding:3px;
}

/* RadCalendar */
.RadCalendar_WebBlue .rcRow td.rcSelected {
	background:inherit!important;
	font-weight:bold!important;
	border:1px solid #8da1b9!important;
}
.RadCalendar_WebBlue .rcRow td.rcHover {
	background:inherit!important;
	border:1px solid #fff!important;
}

/* Calendar Font */
.NCSC_Calendar { font-family: Arial, Helvetica, sans-serif!important; }

/* Calendar Picker: RadCalendar Styles */
.NCSC_Calendar a:hover { text-decoration: none; }

/* The style for the day matrix in the main area of the calendar. */
.NCSC_Calendar .rcMainTable { background: #fff; }

/* Set the background and border color of the selected day */
.NCSC_Calendar .rcSelected {
	background-color:#CFC0C7!important;
	border-color:#902A5B!important;
}

/* SelectedDayStyle: The style applied to the selected dates. */
.NCSC_Calendar .rcSelected,
.NCSC_Calendar .rcSelected a { color: #900; }

/* Weekday Names */
.NCSC_Calendar .rcWeek { color: #0033ac; }
.NCSC_Calendar .rcWeek th,
.NCSC_Calendar .rcWeek td { font-size: 11px; font-weight: bold; padding: 1px 5px; text-align: center; }

.NCSC_Calendar .rcRow { color: #000; }
.NCSC_Calendar .rcRow th,
.NCSC_Calendar .rcRow td { font-size: 11px; font-weight: bold; padding: 1px 5px; text-align: center; }
.NCSC_Calendar .rcRow th { color: #999; }

/* OtherMonthDayStyle: The style applied to the days on the Calendar control that are not in the current month. */
.NCSC_Calendar .rcOtherMonth,
.NCSC_Calendar .rcOtherMonth a { color: #999; }

/* TitleStyle: The style of the Calendar title. */
.NCSC_Calendar .rcTitlebar {
	background: #264884;
	color: #fff;
}
.NCSC_Calendar .rcTitlebar table { width: 100%; }
.NCSC_Calendar .rcTitlebar td { font-size: 11px; font-weight: bold; padding: 3px 5px 2px; text-align: center; }

.NCSC_Calendar .rcPrev,
.NCSC_Calendar .rcNext { color: #fff; padding: 0 5px; width: 10px; }

/* Quick Action Links */
.NCSC_Calendar .rcActionsTable { border-left: 1px solid #fff; margin-bottom: 3px; width: 100%; }
.NCSC_Calendar .rcActionsTable,
.NCSC_Calendar .rcActionsTable td { font-size: 11px; }
.NCSC_Calendar .rcActionsTable td {
	background: #264884;
	border-right: 1px solid #fff;
	color: #fff;
	padding: 5px;
	text-align: center;
}
.NCSC_Calendar .rcActionsTable td a { color: #fff; }
.NCSC_Calendar .rcActionsTable td.rcActive {
	background: #900;
}

/*day/week/month view buttons*/
.NCSC_Calendar .day {
	text-align:center!important;
	width:33%;
	color:#444444;
	border-right:1px solid #6788BE!important;
}
.NCSC_Calendar .week {
	text-align:center!important;
	width:33%;
	color:#444444;
	border-right:1px solid #6788BE!important;
}
.NCSC_Calendar .month {
	text-align:center!important;
	width:33%;
	color:#444444;
}

/* CALENDAR */
.calendar .main p { font-size: 12px; }
.calendar .main li { font-size: 12px; }

.calendar .calendar-view {
	border-bottom: 1px solid #d2d4d6;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 0px;
	width: 100%;
}
.calendar .calendar-view .calendar-left {
	float: left;
	width: 280px;
}
.calendar .calendar-view .calendar-right {
	float: right;
	width: 415px;
}
.calendar .calendar-view .calendar-picker {
	width: 280px;
}

.calendar .events-list ul.vcalendar { padding: 5px 0 20px; list-style:none;}
.calendar .events-list li.vevent {
	background: url(/images/khn/bg/bg-dotted-lines-bfbfbf.png) repeat-x;
	padding: 10px 30px 10px 0;
}
.calendar .events-list li.vevent:first-child {
	background-image: none;
}

.calendar .events-list h2 {
	border-bottom: 1px solid #d2d4d6;
	color:#D32329;
	font-size: 18px;
	margin: 0.5em 0 0;
	padding-bottom: 6px;
}
.calendar .events-list h3 {
	border-bottom: 1px solid #d2d4d6;
	color:#D32329;
	font-size: 16px;
	margin: 0.5em 0 0;
	padding-bottom: 6px;
}
.calendar .events-list h4 {
	font-family: georgia, times, 'times new roman', serif;
	font-size: 16px;
	line-height: 1.25;
	margin: 0 0 0.25em;
}
.calendar .events-list h4 img { margin-left: 2px; margin-top: -4px; vertical-align: middle; }

.calendar .events-list p.location { margin: 0 0 0.25em; color:#D32329; font-weight:bold; }
.calendar .events-list p.org { margin: 0 0 0.25em;}
.calendar .events-list p.org em { font-style:italic; }
.calendar .events-list p.description { margin: 0 0 0.25em; }
.calendar .events-list p.dtstart { display: none; }
.calendar .events-list span.dtstart { display: block; color:black; font-weight:normal; }

.calendar .events-list .pagination {
	float: right;
	margin-top: -10px;
	padding: 7px 0 6px 12px;
	width: 300px;
}

.calendar .paginationWrap {
	border-top: 1px solid #D2D4D6;
	border-bottom: 1px solid #D2D4D6;
	height:28px;
	padding-top:10px;
}

.calendar .event h2 {
	font-family: georgia, times, 'times new roman', serif;
	font-size: 16px;
	line-height: 1.25;
	margin: 0 0 0.25em;
}
.calendar .event h2 img { margin-left: 2px; margin-top: -4px; vertical-align: middle; }

.calendar .event p.location { margin: 0 0 0.25em; }
.calendar .event p.org { margin: 0 0 0.25em; }
.calendar .event p.description { margin: 0 0 0.25em; }

.stateflag	{ border:2px solid #C4D9DC; padding:3px; }

/* START BRC Map Styles */
select.measures  {
background:none repeat scroll 0 0 transparent;
font-family:Arial,sans-serif;
font-size:12px;
height:22px;
margin:0;
padding:0 0 0 0;
width:200px;
}

div.brcBody
{
	font-size: 11px !important;
}

div.brcMap
{
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	margin-bottom:5px;
	margin-top:5px;
	border:1px dashed #CCCCCC;
	width:695px;
}

div.brcMap .legend
{
	padding: 5px 0 0 5px;
	font-size: 12px;
}
/* END BRC Map Styles */

/* Button Styles */
.btn {
	border-radius: 4px;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	padding: 10px 20px;
	text-transform: uppercase;
}

.btn--orange {
	background: #BF6344;
	color: #fff;
}

.btn.icon-search {
	background-position: 15px 50%;
	padding-left: 40px;
}
/* End Button Styles */

/* Content Area Styles */
.content-area {
	margin-bottom: 25px;
}

.content-area--bordered {
	background-color: #E1ECEE;
	background-image: linear-gradient(to bottom, #E1ECEE 0%, #ECF3F4 100%);
	border: 1px solid #C3D9DC;
	padding: 18px 15px 15px;
}
	.content-area--bordered .content-area__title {
		border-bottom: 1px solid #CCC;
	}

.content-area--dark {
	background-color: #EAEBE7;
	padding: 12px 15px;
}

.content-area__title {
	clear: both;
}
	.content-area__title h2 {
		color: #333;
	}

.content-area__text {
	margin-top: 10px;
}
	.content-area__text a {
		font-size: 16px;
	}
		.content-area__text a:after {
			content: '\0020\003E';
		}

.content-area--social-media {
	margin-bottom: 0;
}
	.content-area--social-media h2 {
		display: inline-block;
		float: left;
		margin-right: 15px;
	}
	.content-area--social-media .social-media__list {
		display: inline-block;
	}

.highlight-item__title {
	font-size:16px;
	line-height:1.2;
}
	.highlight-item__title a:after {
		content: '\0020\003E';
	}
.highlight-item__img  {
	display: block;
	margin-bottom: 10px;
}
	.highlight-item__img img {
		height: auto;
		width: 100%;
	}
/* End Content Area Styles */

/* begin: Resource Guide Styles */
.ResourceGuide
{
	font-size:13px;
	line-height:1.5em;
}
	.ResourceGuide .featuredItem,
	.ResourceGuide .item 
	{
		margin:0 0 1em 0;
	}
	.ResourceGuide .featuredItem {}
		.ResourceGuide .featuredItem a.title { display:block;}
		
	.ResourceGuide .item {}
		.ResourceGuide .item a.title {}
		.ResourceGuide .item span.author {}
		.ResourceGuide .item cite {}
		.ResourceGuide .item span.date {}
		.ResourceGuide .item span.desc {}
			.ResourceGuide .item span.desc p {display:inline;}
	.ResourceGuide p 
	{
		margin:0 0 1em 0;
	}
	.ResourceGuide h3 
	{
		margin:0 0 0.5em 0;
	}
	.ResourceGuide .heading 
	{
		background-image:url(/images/bg-floated.gif);
		background-repeat:repeat-x;
		border:1px solid #C3D9DC;
		padding:10px;
		text-align:center;
		margin:5px 0 10px 0;
	}
		.ResourceGuide .heading h2
		{
			margin:0;
			padding:0;
		}
			.ResourceGuide .heading h2.sub 
			{
				font-size:1.5em;
			}
	.ResourceGuide .body 
	{
		overflow:hidden;
	}
		.ResourceGuide .body .rightSideBar 
		{
			float:right;
			overflow:hidden;
			width:200px;
			margin-left:10px;
		}
			#page #content .ResourceGuide .body .rightSideBar ul.menu 
			{
				margin:0 0 0.5em 0;
				list-style-type:none;
				
			}
				.ResourceGuide .body .rightSideBar ul.menu li 
				{
					margin-left:0;
				}
					.ResourceGuide .body .rightSideBar ul.menu li a 
					{
						display:block;
						text-decoration:none;
						background-color:#549099;
						color:#ffffff;
						padding:8px;
						text-transform:uppercase;
						border:1px solid #549099;
					}
						.ResourceGuide .body .rightSideBar ul.menu li a.active,
						.ResourceGuide .body .rightSideBar ul.menu li a:hover
						{
							background-image:url(/images/bg-floated.gif);
							background-repeat:repeat-x;
							color:#549099;
						}
			.ResourceGuide .body .rightSideBar .box 
			{
				border:1px solid #C3D9DC;
				padding:5px;
				margin: 0.5em 0;
				background-image:url(/images/bg-floated.gif);
				background-repeat:repeat-x;
			}
				.ResourceGuide .body .rightSideBar .box h4 
				{
					font-size:1.2em;
					margin:0 0 0.25em 0;
					color:#BC4F27;
				}
		.ResourceGuide .body .theContent { overflow:hidden; }
		
		.ResourceGuide .body .theContent .item { margin:0 0 1.5em 0;}
		
		.ResourceGuide .body .theContent .stateLinkDescription { margin-bottom:25px; }



/* end: Resource Guide Styles */

/* begin: My Center Styles */
.MyCenter {
	font-size:13px;
	line-height:1.5em;
}
	.MyCenter p {
		margin:0 0 1em 0;
	}
	.MyCenter h3 {
		margin:0 0 0.5em 0;
		font-size: 1.2em;
	}
	.MyCenter .heading {
		background-image:url(/images/bg-floated.gif);
		background-repeat:repeat-x;
		border:1px solid #C3D9DC;
		padding:10px;
		text-align:center;
	}
		.MyCenter .heading h2 {
			margin:0;
			padding:0;
			text-align: left;
		}
	.MyCenter .body {
		overflow:hidden;
	}
	    .MyCenter .body .right{
	        float: right;
	        width:700px;
	    }
				.MyCenter .body .right table.subscriptions { border:#cccccc 1px dashed; }
						.MyCenter .body .right table.subscriptions tr td,
						.MyCenter .body .right table.interests tr td,
						.MyCenter .body .right table.profile tr td
						{ padding:5px; }
		.MyCenter .body .rightSideBar {
			float:right;
			overflow:hidden;
			width:200px;
		}
			.MyCenter .body .rightSideBar .box {
				border:1px solid #C3D9DC;
				padding:5px;
				margin: 0.5em 0;
				background-image:url(/images/bg-floated.gif);
				background-repeat:repeat-x;
			}
				.MyCenter .body .rightSideBar .box h4 {
					font-size:1.2em;
					margin:0 0 0.25em 0;
					color:#BC4F27;
				}
            .MyCenter .body .leftSideBar 
		            {
			            float:right;
			            overflow:hidden;
			            width:200px;
		            }
			            #page #content .MyCenter .body .leftSideBar ul.menu 
			            {
				            margin: 0 0.5em 0 0;
			            }
				            .MyCenter .body .leftSideBar ul.menu li 
				            {
            					
				            }
					            .MyCenter .body .leftSideBar ul.menu li a 
					            {
						            display:block;
						            text-decoration:none;
						            background-color:#549099;
						            color:#ffffff;
						            padding:8px;
						            text-transform:uppercase;
						            border:1px solid #549099;
					            }
						            .MyCenter .body .leftSideBar ul.menu li a:hover 
						            {
							            background-image:url(/images/bg-floated.gif);
							            background-repeat:repeat-x;
							            color:#549099;
						            }		
		.MyCenter .body .theContent 
		{
			float:left;
			overflow:hidden;
			width:485px;
			margin-right: 15px;
		}
		    .MyCenter .body .theContent .subheading {
	            text-align:left;
	            padding: 10px 10px 30px 0;
		    }
		    .MyCenter .body .theContent .subheading  h3 {
		        font-size: 1.3em;
		        margin: 0;
		        color: #333333;
		    }
		    .MyCenter .body .theContent .title {
		        overflow: hidden;
		    }
		        .MyCenter .body .theContent .title h3 {
		            font-size: 1.2em;
		        }
		        .MyCenter .body .theContent .title h3 a {
		        }
		        .MyCenter .body .theContent .title a.edit { font-size:0.8em; margin-left:1em;}
    		.MyCenter .body .theContent .section {
    		    margin: 20px 0;
    		    padding: 0;
    		}
    		    .MyCenter .body .theContent .section a {
    		        font-weight:bold;
    		    }
    		    .MyCenter .body .theContent .section .sectionTitle h3 {
                    margin: 0;
                }
                .MyCenter .body .theContent .section .byline {
                    font-size: 1em;
                    font-weight: bold;
                }                
		        .MyCenter .body .theContent .section ul {
		            margin: 0 15px 1em 30px !important;
		        }    
		            .MyCenter .body .theContent .section ul li {
		                list-style: square;
		                color:#194C77;
		            }
/* end: My Center Styles */
/* end: Resource Guide Styles */

.searchpager    { text-align: center; margin: 5px; }
.searchsorter   { margin: 0 20px; float:right; }
.searchresults  { margin: 15px 20px 0 0; }
.searchresults h3 { padding-bottom: 5px; }
.searchresults .section {padding-bottom: 20px !important;}
.searchresults div.byline { padding-bottom:5px; font-size: .85em; font-weight:bold; }
.fullWidth  { width: 895px !important; }

.topsearch  { border-bottom: solid 1px #000000; }
.topsearch  { padding-bottom: 10px; margin: 0 20px 10px 0px; }
.bottomsearch { margin:auto;text-align:center; }
.bottomsearch .search,
.topsearch .search{
	padding:0px;
	width:225px;
	height: 28px;
}
.bottomsearch .search .labels,
.topsearch .search .labels{
	width:55px;
	float:left;
}
.bottomsearch .search label,
.topsearch .search label{
	display:none;
	visibility:hidden;
}

.bottomsearch .search a,
.topsearch .search a{
	font-size:.8em;
	line-height:1.4em;
}
.bottomsearch .search .text,
.topsearch .search .text{
	float:left;
	padding:2px 6px;
	width:126px;
	height:14px;
	font-size:11px;
	line-height:14px;
	color:#666;
	border:1px #cacac7 solid;
}
.bottomsearch .btn-go,
.topsearch .btn-go{
	float:right;
}

/* cedp papers new list styles */
ul.papers {
    list-style-type:none;
    margin:0;
    padding:0;
}
    ul.papers li {
        margin:0;
        padding:0;
    }
    ul.papers li.altRow { background-color:#d3dff1;}
        ul.papers li a {
					padding:8px 0 8px 35px;
					display:block;
					text-decoration:none;
					background-image:url(/Images/adobe.jpg);
					background-repeat:no-repeat;
					background-position:5px 7px;
        }
        ul.papers li a.altRow {}
        ul.papers li a:hover,
        ul.papers li a.altrow:hover { text-decoration:underline;}
/* end cedp papers new list styles */

/* begin:sitemap specific styles */
	.SiteMap {
		overflow:hidden;
		font-size:12px;
	}
		.SiteMap .heading {
			border:1px solid #C3D9DC;
			background-image:url(/images/bg-floated.gif);
			background-repeat:repeat-x;
			margin:10px 0 10px 0;
		}
			.SiteMap .heading h2 {
				margin:0;
				padding:5px 10px;
			}
		.SiteMap .body {
		}
			.SiteMap .body .theContent {
			}
				.SiteMap .body .theContent .section {
					border:1px solid #C3D9DC;
					background-image:url(/images/bg-floated.gif);
					background-repeat:repeat-x;
					background-color:#F5F9FA;
					width:430px;
					padding:10px;
				}
					.SiteMap .body .theContent .section.left { float:left; clear:left; }
					.SiteMap .body .theContent .section.right { float:right; clear:right; }
					
					.SiteMap .body .theContent .section .item {
						margin:0 0 2em 0;
						overflow:hidden;
					}
						.SiteMap .body .theContent .section .item h3 {
							height:20px;
							line-height:20px;
							font-weight:bold;
							background-image:url(/images/plusORminus.png);
							background-repeat:no-repeat;
							background-position:0 -23px;
							padding:0 0 0 30px;
						}
							.SiteMap .body .theContent .section .item h3.active {
								background-position:0 -1px;
							}
							.SiteMap .body .theContent .section .item h3 > a { color:#BC4F27; text-decoration:none; }
							.SiteMap .body .theContent .section .item ul > li > h3 > a { color:#194C77; }							
						.SiteMap .body .theContent .section .item .trigger {
							text-decoration:none;
							text-transform:uppercase;
							margin:0 0 5px 0;
							cursor:default;
						}
							
						#page #content .SiteMap .body .theContent .section .item ul {
							margin:0 0 0 22px;
							padding:0;
							list-style-type:none;
							overflow:hidden;
						}
							.SiteMap .body .theContent .section .item ul li {
								margin:10px 0;
							}
								.SiteMap .body .theContent .section .item ul li a { padding-left:30px; display:block; }
								.SiteMap .body .theContent .section .item ul li h3 > a {padding-left:0px;}
								.SiteMap .body .theContent .section .item ul li a:hover {text-decoration:underline;}
								.SiteMap .body .theContent .section .item ul.sub > li > ul.sub { display:none; }

		
/* end:sitemap specific styles */

/* Donation table styles */
table.style1 
{
	width: 678px;
	margin:0 0 2em 0;
}
	table.style1 tr th { text-align:left; }
	
	table.style1 tr td 
	{
		padding:5px 0;
		text-align:left;
		width:25%;
	}
	table.style1 tr td input[type="radio"],
	table.style2 tr td input[type="radio"]
	{
		padding:0 0 0 0;
		margin:0 2px 4px 0;
	}
  
table.style2 
{
	margin:0 0 2em 0;
}
	table.style2 tr th 
	{
		text-align:left;
	}
	
	table.style2 tr td 
	{
		padding:5px 0;
	}
		table.style2 tr td.col1 
		{
			text-align:right;
			width:150px;
			padding-right:10px;
		}
			table.style2 tr td.col1 span { color:Red; }
			
		table.style2 tr td.col2 
		{
			text-align:left;
			width:185px;
		}
		table.style2 tr td.errorMsg 
		{
			text-align:left;
			width:325px;
		}
		table.style2 tr td input[type=text] { width:175px; }
		table.style2 tr td select { width:180px; }
			table.style2 tr td input[type=text].street { width:505px; }
	
	table.style2 input[value="Finish"] {
		margin-top:20px;
	}

.explain-wrap { 
	position: relative;
}
	.explain { 
		font-size:10px;
		cursor: pointer;
		color: #194C77;
		padding: 2px 0;
		position: absolute;
		left: 0;
		bottom: -16px;
	}
	.explain-content {
		background: #fff;
		padding: 15px;
		position: absolute;
		bottom: -20px;
		right: -275px;
	}
/* End: Donation Table Styles */

.imgleft
{
    float:left;
}
.imgright
{
    float:right;
}

/* begin: news */
.news {}
.news h3 { margin:0 0 1em 0; }
.news .item 
{
	clear:left;
	overflow:hidden;
	margin: 0 0 2em 0;
}
.news .item .itemContent.withImage {padding:0;}
.news .item .itemContent.withImage { padding-left:75px; }

.news .item img 
{
	max-width:63px;
	_width:63px; /* for IE6 compatability */
	height:auto;
}
	.news .item img.imgLeft {float:left; margin: 0 10px 5px 0;}
	.news .item img.imgRight {float:right; margin: 0 0 5px 10px;}
/* end: news */

/* begin: contactICMstaff */
	.contactICMstaff {}
		.contactICMstaff .item 
		{
			clear:left;
			overflow:hidden;
			margin:0 0 25px 0;
		}
			.contactICMstaff .item .left { float:left; width:140px;}
				.contactICMstaff .item .left .bio {}
				.contactICMstaff .item .left .name {}
				.contactICMstaff .item .left .title {}
				.contactICMstaff .item .left .phone {}
				.contactICMstaff .item .left .email {}
			.contactICMstaff .item .right{ margin: 0 0 0 150px;}
		.contactICMstaff hr { color:#800000; margin-bottom:25px; clear:left;  }
/* end: contactICMstaff */

.photoCaption {font-family:Arial; font-size:11px;}

.helpText 
{
    float:left;
}

table.QandRcharts 
{
border-top:1px solid #000000;
border-right:1px solid #000000;
}
table.QandRcharts tr {}
table.QandRcharts tr td 
{
padding:5px;
border-left:1px solid #000000;
border-bottom:1px solid #000000;
}
table.QandRcharts tr td.blue { background-color:#87ceeb;}

/* Keymatch search results */
div.recommendedResults {
    border-color: #82AFAB;
    border-style: solid;
    border-width: 0 0 1px;
    font: 20px georgia,serif;
    margin: 0 20px 30px 0;
    padding: 5px;
}
div.recommendedResults a{
    text-decoration:underline;
}

div.recommendedResults h3{
	padding-top:5px;
}


div.breakingNews p {
    color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px;
}

/* Table Striping */
table.striping tr.odd td { background:#c0c0c0!important; }
table.striping td { padding: 10px; }

/* Breaking News */

.breakingnews { 
	margin:0 0 20px; background:#13578E;  width:915px;
}
.breakingnews .heading { 
	background:#003D73; display:block; font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:16px; font-weight:bold; padding: 13px 15px; text-transform:uppercase;
}
.breakingnews .heading:hover { 
	text-decoration:none;
}
.breakingnews-body img { 
	float:left; margin-right:20px; margin-bottom:20px;
}
.breakingnews-body h1,
.breakingnews-body h1 a,
.breakingnews-body h1 a p { 
	font-size:22px; font-family: "Times New Roman", Times, serif; color:#fff; font-weight:normal; margin-top:0; padding: 0; text-decoration:none; line-height:1.1;
}
.breakingnews-body h1 a p { margin: 0; }
.breakingnews-body h2 { font: 15px/20px Arial, Helvetica, sans-serif; color:#003B77; margin-bottom:12px; font-weight:bold; }
.breakingnews-body h3 { margin-bottom:12px; }
.breakingnews-body ul { list-style-position: inside; }
.breakingnews-body ul li { font-size: 13px; margin-left: 20px; }
.breakingnews-body p { font-size:14px; font-family: Arial, Helvetica, sans-serif; color:#fff; line-height:1.4; margin-bottom:12px; }
.breakingnews-body { padding:20px 20px 0; min-height:1%; font-size:16px; font-family: Arial, Helvetica, sans-serif; color:#fff; line-height:1.4; }
.breakingnews-body .more-link {
	color:#fff; display:block; font-size: 14px; margin-bottom: 20px; text-decoration: none;
}
.breakingnews-body:after { content: ""; display: block; height: 0; clear: both;  }

.breakingnews-body a { 
	color: #C3D9DC;
	text-decoration: underline;
}

/* Slider */

.slider {
	margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.slider__pager {
	background: #539099;
	border: 5px solid #539099;
	clear: both;
	display: table;
	text-align: center;
    width: 905px;
}

.slider__pager-btn {
	background: #C3D9DC url(/images/bg-hp-slider-btn.png) 0 100% repeat-x;
	border: 0;
	border-left: 5px solid #539099;
	border-color: #539099;
	border-radius: 0;
    color: #434343;
    cursor: pointer;
    display: table-cell;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 25%;
}
	.slider__pager-btn:first-child {
		border-left: 0;
	}
    .slider__pager-btn:focus,
    .slider__pager-btn:hover {
    	background: #C3D9DC;
        outline: 0;
    }
    .slider__pager-btn.is-active {
        background: #539099;
        border-color: #539099;
        color: #fff;
        outline: 0;
    }

    .slider__pager-btn:first-child {
        margin-left: 0;
    }

.slider__slide {
    opacity: 0;
    position: absolute;
    top: 0; left: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
}
    .slider__slide.is-active,
    .no-js .slider__slide:first-child {
        opacity: 1;
        position: relative;
        visibility: visible;
        transition: opacity .5s, visibility 0s;
    }

.slider__slide-copy {
    color: #666;
    line-height: 1.36;
    margin-bottom: 10px;
}

.slider__slide-title {
	color: #A43308;
    display: block;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.slider__slide-img {
    float: left;
    margin: 0 0 -2px;
}

.slider__slide-more {
	color: #13578C;
    font-size: 16px;
    margin-top: 10px;
}

	.slider__slide-more:after {
		content: '\0020\003E';
	}

.slider__slide-text {
	background: #fff;
    overflow: hidden;
    padding: 20px 25px;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 225px;
}

	.slider__slide-text .rtf {
		font-size: 16px;
		line-height: 1.3;
	}

/* End Slider */

/* Story Slider */
.story-slider {
    padding: 20px 0 10px;
    position: relative;
}

.story-slider__next,
.story-slider__prev {
	cursor: pointer;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 14px;
}

.story-slider__next {
	background: url(/images/icon-slider-next.png) 0 50% no-repeat;
    right: -5px;
}

.story-slider__prev {
	background: url(/images/icon-slider-prev.png) 0 50% no-repeat;
    left: -5px;
}

.story-slider__stories {
    font-size: 0;
    position: relative;
    white-space: nowrap;
    transition: left 1s;
}

.story-slider__stories-wrap {
    margin: 0 auto;
    overflow: hidden;
    width: 855px;
}

.story-slider__story {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    vertical-align: top;
    white-space: normal;
    width: 265px; 
}

.story-slider__story a {
	color: #003D72;
}

.story-slider__meta,
.story-slider__story-title,
.story-slider__story-subtitle,
.story-slider__story-text {
    display: block;
    width: 100%;
}

.story-slider__meta {
	color: #B94C26;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.story-slider__story-title {
	color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 15px;
}

.story-slider__story-text {
	line-height: 1.2;
    margin-top: 5px;
}

.story-slider__story-text a {
	font-weight: normal;
}

.story-slider[data-position="0"] .story-slider__stories {
    left: 0;
}
.story-slider[data-position="1"] .story-slider__stories {
    left: -285px;
}
.story-slider[data-position="2"] .story-slider__stories {
    left: -570px;
}
.story-slider[data-position="3"] .story-slider__stories {
    left: -855px;
}
.story-slider[data-position="4"] .story-slider__stories {
    left: -1140px;
}
.story-slider[data-position="5"] .story-slider__stories {
    left: -1425px;
}
.story-slider[data-position="6"] .story-slider__stories {
    left: -1710px;
}
.story-slider[data-position="7"] .story-slider__stories {
    left: -1995px;
}
.story-slider[data-position="8"] .story-slider__stories {
    left: -2280px;
}
.story-slider[data-position="9"] .story-slider__stories {
    left: -2565px;
}
/* End Story Slider */

/* Layout Styles */

.l-row {
	clear: both;
}
.l-col {
	float: left;
}

.l-col--half {
	width: 49%;
}
	.l-col--half + .l-col--half {
		float: right;
	}

.l-col--third {
	margin-left: 1.8%;
	width: 32.1%;
}
.l-col--third:first-child {
	margin-left: 0;
}

.l-col--narrow {
	width: 20%;
}
.l-col--wide {
	margin-left: 1.8%;
	width: 70%
}
/* End Layout Styles */

/* Utility Styles */
.u-cf {
    *zoom: 1;
}
	.u-cf:after,
	.u-cf:before {
	    content: " ";
	    display: table;
	}
	.u-cf:after {
	    clear: both;
	}
.u-ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
    .u-ir:before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
    }
/* End Utility Styles */

/* Icons */
.icon-search {
	background-image: url(/images/icon-search-orange-light.png);
	background-repeat: no-repeat;
}
/* End Icons */

/* Rich Text Fields */
.rtf {
	font-size: 14px;
}
.rtf p {
	margin-bottom: 10px;
}
#page .rtf ul {
	margin-left: 17px;
}
.rtf li {
	margin-bottom: 3px;
}
/* End Rich Text Fields */
