@charset "utf-8";
.clear { clear: both; }
.addThis_home {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 20px;
}
/*********
* FONTS  *
**********/
#slideshow, #tooltip, .threeBoxes, #threeBoxes-1 h2 span, #threeBoxes-2 h2 span, #threeBoxes-3 h2, #street, #city, #zip, #dstate, #title, #occupation, .initiativesTitle, #initiatives { font-family: Arial, Helvetica, sans-serif; }
#tooltip { font-size: 0.9em; }
.slideContent-1 div > h2, .slideContent-2 div > h2, .slideContent-3 div > h2, .slideContent-4 div > h2, .slideContent-5 div > h2, .slideContent-6 div > h2 { font-size: 1.5em; }
.slideContent-1 div > h3, .slideContent-2 div > h3, .slideContent-3 div > h3, .slideContent-4 div > h3, .slideContent-5 div > h3, .slideContent-6 div > h3 { font-size: 1.2em; }
.slideContent-1 div > p, .slideContent-2 div > p, .slideContent-3 div > p, .slideContent-4 div > p, .slideContent-5 div > p, .slideContent-6 div > p { font-size: 0.8em; }
#slides a:link, #slides a:visited {
	font-size: 1.1em;
	color: #fff;
}
#threeBoxes-1 h2, #threeBoxes-2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
}
#threeBoxes-1 h2 span, #threeBoxes-2 h2 span { font-size: 1.1em; }
#threeBoxes-3 h2 { font-size: 1.7em; }
#threeBoxes-1 h2 + p, #threeBoxes-2 h2 + p, #threeBoxes-3 h2 + p { font-size: 0.9em; }
.threeBoxes ul > li { font-size: 0.8em; }
#threeBoxes-1 h2 + p, #threeBoxes-2 h2 + p, #threeBoxes-3 h2 + p { font-size: 1em; }
.dirBlog a:link, .dirBlog a:visited { font-size: 0.8em; }
.healthCareForm label { font-size: 0.9em; }
.searchJobs label { font-size: 1em; }
#street, #city, #zip, #dstate, #title, #occupation { font-size: 0.8em; }
.initiatives-1a, .initiatives-2b, .initiatives-3c, .initiatives-4d { font-size: 0.8em; }
.initiativesTitle {
	font-weight: normal;
	font-size: 1.2em;
}
/* END FONTS **********************************************/

/*****************************
* Multi-Panel Rotator        *
******************************/
/* Updated Rotator  //  08/29/2013  --------------------- */
/* Prevent the panels from flashing on load */
#templateContainer {
	width: 978px;
	margin: 0 auto;
	text-align: left;
}
/* Prevent the slideshow from flashing on load */
#slides {
	display: none;
	margin-top: 0px;
	border-top: 1px solid #fff;
	background: #555 url(/redesign/includes/themes/newihstheme/images/ajaxLoaderRotator.gif) no-repeat center center;
}
#slideShowContainer {
	position: relative;
	z-index: 1;
	width: 958px;
}
#slideShowBtm {
	width: 958px;
	margin-left: 10px;
	margin-top: -20px;
	padding: 35px 0 20px 0;
	background: url(/redesign/includes/themes/newihstheme/images/rotatorBgGrad.png) repeat-x 10px 5px;
	background: url(/redesign/includes/themes/newihstheme/images/rotatorBgGrad.png) repeat-x 10px 5px, url(/redesign/includes/themes/newihstheme/images/sliderBtmGlow.png) no-repeat center bottom;
}
#spotlightTitle {
	position: absolute;
	top: -24px;
	left: 10px;
	z-index: 2;
	height: 18px;
	font: 0.7em Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.9);
}
/* Center the slideshow */
.container {
	position: relative;
	width: 938px;
	padding: 0 10px;
}
/* slide controls */
a.slidesjs-next slidesjs-navigation, a.slidesjs-previous slidesjs-navigation { display: none; }
a.slidesjs-previous, a.slidesjs-next {
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 106px;
	height: 69px;
	background-image: url(/redesign/includes/themes/newihstheme/images/btns-n-p.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 0.5;
}
a.slidesjs-next {
	/*right: 10px;*/
	right:-30px;
	background-position: -127px 4px;
}
/*#slides:hover a.slidesjs-next, #slides:hover a.slidesjs-previous {
	opacity: 0.8;
}*/
a.slidesjs-previous {
	background-position: 0 4px;
	/*left: 10px;*/
	left: -30px;
}
a:hover.slidesjs-previous, a:hover.slidesjs-next { opacity: 1; }
a.slidesjs-play, a.slidesjs-stop {
	background-image: none;
	background-repeat: no-repeat;
	position: absolute;
	top: -25px;
	left: 0;
	display: none;
	width: 1px;
	height: 1px;
	/*width: 12px;
	height: 18px;*/
	overflow: hidden;
	text-indent: -9999px;
}
a.slidesjs-play { background-position: -25px 0; }
a:hover.slidesjs-play { background-position: -25px -18px; }
a.slidesjs-stop { background-position: -41px 0; }
a:hover.slidesjs-stop { background-position: -41px -18px; }
.slidesjs-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
 *bottom: 8px;
 *left: 120px;
	z-index: 3;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style: none;
}
.slidesjs-pagination li {
	position: relative;
	z-index: 4;
	display: inline-block;
 *float: left;
	margin: 0 0 8px 8px;
	padding: 0;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}
.slidesjs-pagination li a span {
	display: block;
	position: absolute;
	top: 0;
	left: 1px;
	width: 124px;
	background: url(/redesign/includes/themes/newihstheme/images/transparentBl_65.png);
	color: #fff;
	font: 0.75em Arial, Helvetica, sans-serif;
	text-shadow: 0px 0px -1px rgba(0,0,0,0.5);
	padding: 5px;
	margin-top: 1px;
	text-align: left;
	text-indent: 0;
	cursor: pointer;
}
.slidesjs-pagination li:first-child { margin-left: 0; }
.slidesjs-pagination li a {
	display: block;
	width: 134px;
	height: 50px;
	border: 1px solid #000;
	opacity: .8;
	text-indent: -10000px;/*background-image: url(/redesign2012/images/homePageRotatorBtns.png);
	background-position: 0 0;
	background-repeat: no-repeat;*/
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 5px solid #fff;
	border-left: 1px solid #fff;
	height: 46px;
	opacity: 1;/*background-position: 1px -49px*/
}
.slidesjs-pagination li a:hover {
	border: 1px solid #c5c5c5;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,.5);
	opacity: 1;
}
/*.slidePreview-1, .slidePreview-2, .slidePreview-3, .slidePreview-4, .slidePreview-5 {
	background-size: 105% 100%;
}
.slidesjs-pagination li a.slidePreview-1.active, .slidesjs-pagination li a.slidePreview-2.active,
.slidesjs-pagination li a.slidePreview-3.active, .slidesjs-pagination li a.slidePreview-4.active,
.slidesjs-pagination li a.slidePreview-5.active {
	background-size: 105% 107%;	
}*/

/* End slide nav */

.slideContent div > h2, .slideContent-1 div > h2, .slideContent-2 div > h2, .slideContent-3 div > h2, .slideContent-4 div > h2, .slideContent-5 div > h2, .slideContent-6 div > h2 { font-size: 1.5em; }
.slideContent div > h3, .slideContent-1 div > h3, .slideContent-2 div > h3, .slideContent-3 div > h3, .slideContent-4 div > h3, .slideContent-5 div > h3, .slideContent-6 div > h3 { font-size: 1.2em; }
.slideContent div > p, .slideContent-1 div > p, .slideContent-2 div > p, .slideContent-3 div > p, .slideContent-4 div > p, .slideContent-5 div > p, .slideContent-6 div > p { font-size: 0.8em; }
.sliders {
	height: 280px;
	box-shadow: inset 0px 0px 40px rgba(0,0,0,0.4);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #fff;
}
.slideContent { font-family: Arial, Helvetica, sans-serif; /*height:280px;
	margin-bottom:20px;*/ }
.slideContent div {
	background: url(/redesign/includes/themes/newihstheme/images/transparentBl_65.png);
	width: 440px;
	height: 240px;
	margin: 10px 0 0 468px;
	padding: 10px;
}
.slideContent div > h2 {
	line-height: 1.1em;
	color: #e7474c;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.6);
	margin: 0 0 5px 0;
	padding: 0;
}
.slideContent div > h2 a {
	color: #fff;
	text-decoration: none;
}
.slideContent div > h3 {
	line-height: 1.1em;
	color: #fff;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.6);
	margin: 15px 0;
	padding: 0;
}
.slideContent div > p {
	color: #fff;
	margin: 0;
	padding: 0 0 15px 0;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.6);
}
.slideContent div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.slideContent div ul li {
	margin-bottom: 6px;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #fff;
}
#slides a:link, #slides a:visited { color: #66ccff; }
#slides a:hover { text-decoration: none; }
#tooltip {
	position: absolute;
	z-index: 100;
	background: url(../images/tooltipBtm.png) no-repeat bottom left;
	padding: 10px 10px 15px 10px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.8);
	color: #fff;
	display: none;
	text-align: left;
}
/* Miscellaneous rotator styles */
.moreInfoBtn:link, .moreInfoBtn:visited {
	display: block;
	padding: 10px;
	margin-left: 15px;
	font-size: 1em!important;
	text-align: center;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	text-decoration: none;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
	border-radius: 3px;
}
.rotatorNoScript {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 20px 10px 20px;
	margin: 0 10px 10px 10px;
	background: #e5e5e5;
}
.rotatorNoScript h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.rotatorNoScript ul {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 0.8em;
}
/* End updated rotator ------------------------------------------------------ */

/* archived rotator outer styles ----------- //
#slideshow {
    width: 938px;
    height: 264px;
    overflow: hidden;
    position: relative;
	background: url(../images/homePageRotatorBtm.png) no-repeat center bottom!important;
}
#slideshow-reel {
    width: 5868px;
    height: 214px;
    position: absolute;
    bottom: 21px;
    left: 0;
}
#slideshow-reel .slide {
    width: 938px;
    height: 214px;
    float: left;
	background: url(../images/ajax-loader.gif) no-repeat 886px 162px;
}
*/

/* arrow navigation ------ //
.slideshow-arrow {
    display: block;
    position: absolute;
    top: 190px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 21px;
    border-color: transparent;
    outline: none;
}
.slideshow-arrow:hover {
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#slideshow-left {
    left: 0;
    border-right-color: #fff;
}
#slideshow-right {
    right: 0;
    border-left-color: #fff;
}*/

/* Archived Navigation --------------// 
#slideshowNavContainer {
	position: absolute;
    left: 0;
    top: -5px;
	width: 938px;
	padding: 10px 0 9px 0;
	border-bottom: 1px solid #fff;
}
#slideshow-nav {
    position: relative;
    width: 150px;
}
#slideshow-nav .nav-item {
    float: left;
	display: block;
	width: 15px;
	margin-right: 10px;
}
#slideshow-nav .nav-item-number {
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/homePageRotatorBtns.png) no-repeat 0px 0px;
	text-indent: -3000px;
}
#slideshow-nav .nav-item-number:hover {
	background: url(../images/homePageRotatorBtns.png) no-repeat 0px -25px;	
}
#active-nav-item {
    display: block;
    position: absolute;
    top: 1px;
	margin-left: 1px;
    width: 15px;
    height: 15px;
	background: url(../images/homePageRotatorBtns.png) no-repeat 0px -50px;
}*/

/* Archived styles ----------//
#slideshowNavContainer {
	position: absolute;
    left: 10px;
    bottom: 10px;
    width: 135px;
	padding: 10px 0 10px 7px; 
	background: url(../images/transparentBl_40.png);
	border-radius: 29px;	
}
#slideshow-nav {
    position: relative;
    width: 158px;
}
#slideshow-nav .nav-item {
    float: left;
	display: block;
	width: 35px;
	margin-right: 10px;
}
#slideshow-nav .nav-item-line {
    float: left;
    width: 68px;
    height: 1px;
    line-height: 1px;
    margin: 3px 0;
    background-color: #bbb;
}
#slideshow-nav .nav-item-line-hidden {
    background-color: transparent;
}
#slideshow-nav .nav-item-number {
    float: left;
	display: block;
	width: 30px;
	height: 30px;
	margin-left: 3px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.8);
   	border-radius: 15px;
	box-shadow: 0px 0px 5px #555;
	background: #3B60AF;
	background: -moz-linear-gradient(bottom, #325194, #3B60AF);
	background: -webkit-gradient(linear, left bottom, left top, from(#325194), to(#3B60AF));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3B60AF', endColorstr='#325194',GradientType=0 );	
}
#slideshow-nav .nav-item-number:hover {
	box-shadow: 0px 0px 10px #222;
	color: #000;
	background: #fff;
	background: -moz-linear-gradient(bottom, #fff, #ccc);
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ccc));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 );	
	text-shadow: 0px -1px 0px rgba(255,255,255,0.8);
}
#active-nav-item {
    display: block;
    position: absolute;
    top: -3px;
    width: 32px;
    height: 32px;
	border: 2px solid #fff;
    border-radius: 18px;
}
#active-nav-item .active-nav-item-inner {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 11px;
    border-radius: 4px;
    background-color: #000;
}*/
/* End navigation */

/* Archived content panels --------------//
.slideOne, .slideTwo, .slideThree,
.slideFour, .slideFive, .slideSix {
	position: relative;
	height: 214px;
	box-shadow: inset 0px 0px 70px #666;
}
.slideContent-1, .slideContent-2,
.slideContent-3, .slideContent-4,
.slideContent-5, .slideContent-6 {
	float: right;
	margin: 20px;
}
.slideContent-1 div > h2, .slideContent-2 div > h2,
.slideContent-3 div > h2, .slideContent-4 div > h2,
.slideContent-5 div > h2, .slideContent-6 div > h2 {
	line-height: 1.1em;
	color: #fff;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.6);
	margin: 0;
	padding: 10px 0 5px 15px;
}
.slideContent-1 div > h3, .slideContent-2 div > h3,
.slideContent-3 div > h3, .slideContent-4 div > h3,
.slideContent-5 div > h3, .slideContent-6 div > h3 {
	line-height: 1.1em;
	color: #fff;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.6);
	margin: 0;
	padding: 10px 0 10px 15px;
}
.slideContent-1 > div, .slideContent-2 > div,
.slideContent-3 > div, .slideContent-4 > div,
.slideContent-5 > div, .slideContent-6 > div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 938px;
	height: 214px;
	background: url(../images/rotatorTxtBg_bl.png);
}
.slideContent-1 div > p, .slideContent-2 div > p,
.slideContent-3 div > p, .slideContent-4 div > p,
.slideContent-5 div > p, .slideContent-6 div > p {
	width: 520px;
	color: #fff;
	margin: 0;
	padding: 0 0 15px 15px;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.6);
}
.slide a:link, .slide a:visited {
	color: #fff;
}
.slide a:hover {
	text-decoration: none;	
}*/
/****************************
* Three main info boxes     *
*****************************/
#threeBoxContainer {
	/*background: url(../images/3boxBgGrad.jpg) repeat-x;*/
	padding: 0 0 10px 10px;
	color: #444;
}
.threeBoxes {
	float: left;
	width: 292px;
	margin: 0 10px 0 0;
	padding: 10px 10px 0 10px;
	background: url(../images/coreBoxBg.jpg) repeat-x; /* just for IE7-8 */
	background: url(../images/threeBoxTopGlow.png) no-repeat center top, url(../images/coreBoxBg.jpg) repeat-x;
}
.threeBoxes-nudge { width: 294px; }
#threeBoxes-1, #threeBoxes-2, #threeBoxes-3 {
	background: #fff;
	border: 1px solid #fff;
	padding-bottom: 20px;
}
#threeBoxes-1 h2, #threeBoxes-2 h2, #threeBoxes-3 h2 {
	font-weight: normal;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	margin: 0;
	height: 71px;
}
#threeBoxes-1 h2, #threeBoxes-2 h2 {
	font-style: italic;
	line-height: 44px;
 *line-height: 40px;
	padding: 0 0 0 90px;
}
#threeBoxes-1 h2 span, #threeBoxes-2 h2 span {
	display: block;
	font-style: normal;
	line-height: 0.3em;
 *line-height: 0.7em;
	margin-left: 35px;
}
#threeBoxes-1 h2 {
	background: url(../images/stethoSmall.png) no-repeat; /* for IE7-8 only */
	background: url(../images/stethoSmall.png) no-repeat, url(../images/3boxHeadBg.jpg) repeat-x left bottom;
	color: #961c31;
}
#threeBoxes-2 h2 {
	background: url(../images/doctorGirl.png) no-repeat; /* for IE7-8 only */
	background: url(../images/doctorGirl.png) no-repeat, url(../images/3boxHeadBg.jpg) repeat-x left bottom;
	color: #20677c;
}
#threeBoxes-3 h2 {
	background: url(../images/dirCrnr.png) no-repeat; /* for IE7-8 only */
	background: url(../images/dirCrnr.png) no-repeat, url(../images/3boxHeadBg.jpg) repeat-x left bottom;
	color: #6d207c;
	font-weight: normal;
	line-height: 71px;
	padding: 0 0 0 75px;
}
#threeBoxes-3 h2 span { font: italic 0.9em Georgia, "Times New Roman", Times, serif; }
#threeBoxes-1 h2 + p, #threeBoxes-2 h2 + p, #threeBoxes-3 h2 + p {
	margin: 1px 0 0 0;
	padding: 8px 10px;
 *height: 1%; /* IE 7 hack */
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
	box-shadow: inset 1px 1px 15px rgba(0,0,0,0.3);
}
#threeBoxes-1 h2 + p { background: #961c31; }
#threeBoxes-2 h2 + p { background: #20677c; }
#threeBoxes-3 h2 + p { background: #6d207c; }
/*#threeBoxes-3 ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 10px 0 10px;
}
.threeBoxes ul > li {
	background: url(../images/linkBullets.gif) no-repeat 0px 3px;
	line-height: 1.2em;
	margin: 0 0 5px 0;
	padding: 0 0 0 13px;
}
.threeBoxes ul > li a:link { color: #336699; }
.threeBoxes ul > li a:visited { color: #8c3399; }
.threeBoxes ul > li a:hover { text-decoration: none; }*/
.dirCorner_mainLinks {
	display: table;
	width: 291px;
	margin: 1px 0 0 0;
}
.dirCorner_mainLinks ul {
	list-style-type: none;
	display: table-row;
	text-decoration: none;
	*margin: 0;
	*padding: 0;
	*float: left;
}
.dirCorner_mainLinks.left {
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 10px;
}
.dirCorner_mainLinks li {
	display: table-cell;
	width: 50%;
	padding: 0;
	background: #e5e5e5;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	*float: left;
	*width: 134px;
}
.dirCorner_mainLinks li:hover { background: #ccc; }
.dirCorner_mainLinks li a {
	display: block;
	padding: 7px;
	font-size: 0.9em;
	text-decoration: none;
	color: #336699;
	text-shadow: 0px -1px 0px rgba(255,255,255,0.5);
}
.dirCorner_mainLinks li a:hover { color: #000066; }
.dirBlog {
	float: right;
	background: url(../images/blogBubble.jpg) no-repeat;
	margin: 10px 10px 0 10px;
	padding: 0;
	width: 127px;
	height: 110px;
}
.dirBlog:hover { background: url(../images/blogBubble.jpg) no-repeat 0px -110px; }
.dirBlog a:link, .dirBlog a:visited {
	display: block;
	margin: 0;
	padding: 4px 0 3px 0;
	text-decoration: none;
	text-align: center;
	line-height: 1.5em;
	color: #7289B9;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
}
.dirBlog a:hover {
	color: #536EA6;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
}
.dirBlog span { font-size: 1.8em; }
/*************************
* Forms for info boxes   *
**************************/
.searchJobs, .healthCareForm {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0;
}
#street, #city, #zip, #cstate, #dstate, #title, #occupation {
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.1);
	margin-bottom: 10px;
 *display: inline-block;
	color: #999;
}
#street, #city, #title, #occupation, #zip { padding: 6px; }
#street, #city, #title, #occupation { width: 257px; }
#cstate, #dstate { padding: 5px 5px 5px 3px; }
#cstate { width: 173px; }
#dstate { width: 103px; }
#zip {
	width: 45px;
	margin-left: 5px;
}
#street:focus, #city:focus, #dstate:focus, #cstate:focus, #zip:focus, #title:focus, #occupation:focus {
	border: 1px solid #777;
	outline: none;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	color: #000;
}
.healthCareForm label {
	float: left;
	width: 46px;
	margin: 0;
	padding-top: 4px;
	display: none;
}
.searchJobs label {
	display: none;
	margin: 0 0 4px 0;
	padding: 0;
}
/* Added by DBlackbird 12-18-2014: as request by LCDR MCSherry */
.and_or_wrap {
	display: block;
	width: 100%;
	height: 20px;
	position: relative;
	margin: 6px 0px 10px 0px;
	background: none;
	padding: 2px 0px 0px 0px;
}
.and_or_dash {
	display: block;
	position: absolute;
	top: 8px;
	left: 50%;
	margin: 0px 0px 0px -80px;
	width: 160px;
	height: 1px;
	border-top: 1px solid #656565;
	white-space: nowrap;
}
.and_or_text {
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	height: 20px;
	margin: 0px 0px 0px -40px;
	width: 80px;
	background: white;
	font-size: 0.9em;
	z-index: 1;
	white-space: nowrap;
	text-align: center;
	color: #656565;
}
/* end */

/****************************
* Cross Gov Initiatives     *
*****************************/
.initiativesTitle {
	line-height: 1em;
	margin: 0 20px;
	padding: 0 0 7px 0;
	color: #961C31;
}
#initiatives {
	margin: 0 20px 10px 20px;
	border-top: 1px dotted #bbb;
}
#initiatives-1, #initiatives-2, #initiatives-3, #initiatives-4 {
 *float: left; display: table-cell; }
#initiatives-1, #initiatives-2, #initiatives-3 { width: 234px; }
#initiatives-4 { width: 233px; }
#initiatives-2, #initiatives-3, #initiatives-4 { border-left: 1px dotted #bbb; }
#initiatives-1 p, #initiatives-2 p, #initiatives-3 p, #initiatives-4 p {
	margin: 0;
	padding: 0;
}
.initiativesHeaders {
	display: block;
	font: italic bold 1em Georgia, "Times New Roman", Times, serif;
	text-shadow: 0px -1px 0px rgba(255,255,255,1);
	line-height: 1.3em;
	margin: 0 0 4px 0;
}
.initiativesLinks {
	display: block;
	margin-top: 6px;
	padding-left: 13px;
	color: #336699;
	text-decoration: underline;
	background: url(../images/arwStyle.gif) no-repeat 0px 4px;
}
.initiativesLinks:hover { text-decoration: none; }
.initiatives-1a, .initiatives-2b, .initiatives-3c, .initiatives-4d {
	text-decoration: none;
	display: block;
	padding: 10px;
	color: #777;
 *height: 1%; /* IE 7 */
/*height: 160px;
	background-position: 233px 160px;
	background-repeat: no-repeat;
		-moz-transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear; 
		transition: all .2s linear;*/
}
.initiatives-1a img, .initiatives-2b img, .initiatives-3c img, .initiatives-4d img {
	float: left;
	margin: 0 10px 3px 0;
	border: 2px solid #676767;
	-webkit-filter: grayscale(1);
	filter: grayscale(100%);
	opacity: 0.4;
	filter: alpha(opacity=40) gray(100%);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
}
/*.initiatives-1a { background-image: url(images/babyLogo.png); }
.initiatives-2b { background-image: url(images/arraLogo.png); }
.initiatives-3c { background-image: url(images/hWeightLogo.png); }
.initiatives-4d { background-image: url(images/ihsLogoStock.png); }*/
.initiatives-1a:hover .initiativesHeaders, .initiatives-2b:hover .initiativesHeaders, .initiatives-3c:hover .initiativesHeaders, .initiatives-4d:hover .initiativesHeaders { color: #003E81/*3B60AF*/; }
.initiatives-1a:hover, .initiatives-2b:hover, .initiatives-3c:hover, .initiatives-4d:hover {
	/*background-position: 120px 0px;*/
	background: url(../images/initiativesGrad.png) repeat-x;
	transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	color: #222;
}
.initiatives-1a:hover img, .initiatives-2b:hover img, .initiatives-3c:hover img, .initiatives-4d:hover img {
	border: 2px solid #003E81;
	opacity: 1;
	transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
	-webkit-filter: grayscale(0);
	filter: grayscale(0%);
	filter: alpha(opacity=100);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}
.publicNotice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px 0;
	margin: 10px 20px 0 20px;
	text-align: center;
	border-top: 1px dotted #bbb;
}
.publicNotice img {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.publicNotice a:link {
	color: #336699;
	vertical-align: middle;
}
.publicNotice a:hover { text-decoration: none; }
