@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* do not change this */
	text-align: center; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #CCCCCC;
	background-image: url(graphics/blkbk.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	color: #6699CC;
	font-weight: normal;
	font-size: 175%;
	margin-top: 1px;
	margin-bottom: 5px;
	line-height: 1em;
}

h2 {
	color: #6699CC;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 150%;
}

h3 {
	color: #000000;
	font-size: 150%;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

h4 {
	font-size: 125%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
}

.homeSubtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	text-transform: capitalize;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	line-height: 1.5em;
	text-indent: 5px;
}


a img {
	border: none;
}
	  
img.moveDown {
	vertical-align:-3px;
}

.pagecontainer {
	height: 100%;
	max-width: 985px; /* maintains layout integrity above 1024x768 resolutions */
	min-width:985px; /* assures 1024x768 and above have no horizontal scroll */
	vertical-align: top;

	width:expression(document.body.clientWidth > 985? "985px": "auto" );
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

/* the nhgovheadercontainer formats the real estate that includes the left and right elements.*/
.nhgovheadercontainer {
	position: relative;
	height: 25px;
	margin-bottom: -2px;
	background-color: #330099;
   }

.fontsizer {
	position: absolute;
	left: 0;
	width: 50%;
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
   }
   
.fontsizer img {
	border-width: 0;
}

.officialsite {
	position: absolute;
	right: 0;
	width: 50%;
	text-align: right; /* depends on element width */
	height: 25px;
	background-image: url(graphics/400x25officialsite.gif);
	background-repeat: no-repeat;
	background-position: right top;
   }

/* Agency header branding bar. Default height 100px */

.agencyheadercontainer {
	height: 100px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	position: relative;
	background-color: #333333;
	background-image: url(graphics/1000x100-jpg-header06.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.headerleft {
	height: 100px;
	width: 200px;
	position: absolute;
	left: 0px;
}

.headerright {
	height: 100px;
	width: 800px;
	position: absolute;
	right: 0px;
	text-align: right;
}

.headerDatebar {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(graphics/datebarbk.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.headerNavbar {
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #330099;
}

.headerNavbarDS {
	background-image: url(graphics/ds.gif);
	background-repeat: repeat-x;
	height: 3px;
}

.navbarMenu {
	text-decoration: none;
	color: white;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
}

.navbarMenu:hover {
	background-color: #3366FF !important;
	color: #FFFFFF !important;
	text-decoration: none;
}

table, td, tr, th {
    border:none;
	border-collapse:collapse;
}


/* 
sidebar notes:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#leftsidebar {
	float: left;
	width: 200px;
	height: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0;
	margin: 0px;
	text-align: center;
}


#leftsidebar h3, #leftsidebar p, #leftsidebar h4 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


 /* Begin Blue Default Bullet Menu */
#menuBLUE {
	margin-left: 10px;
	width: 185px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
}

#menuBLUE ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuBLUE li {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#menuBLUE a {
	display: block;
	padding: 2px 10px 2px 20px;
	width: 155px;
	color: #000000;
	text-decoration: none;
	background-image: url(graphics/arrow_ltblue.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#menuBLUE a:hover {
	color: #B4B4B4;
	text-decoration: none;
}

#menuBLUE ul ul li {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#menuBLUE ul ul a {
	display: block;
	padding: 2px 5px 2px 37px;
	width: 143px;
	color: #000000;
	text-decoration: none;
	background-image: url(graphics/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 20px;
}

#menuBLUE ul ul a:hover {
	color: #6699CC;
	text-decoration: none;
}

#mainContent2col {
	position:relative;
	float:left;
	width:745px;
	min-height:500px;
	line-height: 1.5em;
	padding: 20px;
}

#mainContent2col-a {
	position:relative;
	float:left;
	width:745px;
	min-height:500px;
	line-height: 1.5em;
	padding: 20px;
}

#rightTableContainer {
	float: left;
	width: 100%;
}



/**************************/
.contentnarrow {
	width:515px;
}

/* This is the title heading; original template used h1 tag inside editable regions */
.contentnarrow2 {
	width:515px;
	color: #6699CC;
	font-weight: normal;
	font-size: 175%;
	margin-top: 1px;
	margin-bottom: 5px;
	line-height: 1.25em;
}

.contentwide {
	width:745px;
	min-height: 400px;
}

.content-xwide {
	/*width:90%;
	min-height: 300px;*/
	margin:0px auto 0px auto;
	text-align:center;
}

.content-xwide .title {
	color: #6699CC;
	font-weight: normal;
	font-size: 175%;
	margin-top: 25px;
	margin-bottom: 5px;
	line-height: 1.25em;
}

.contentwide ul, .contentnarrow ul {
	list-style-type: circle;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: none;
}

.contentwide li, .contentnarrow li {
	list-style-type: none;
	background-image: url(graphics/arrow_blue0.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.contentwide ol li, .contentnarrow ol li {
	list-style-type:decimal;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#rightsidebar {
	position:absolute;
	top:0px;
	right:0px;
	width: 215px;
	text-align:center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;

}

#rightsidebar2 {
float:right;
width: 215px;
text-align:center;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 15px;
padding-left: 10px;

}

/* This is for the DCYF adoption slider page */
#slider-table {
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	padding-left:5px;
}

#optional {
	background-color:#FF0000;
	color: #FF0000;
}

/*.search_home {
	position:relative;
	float:right;
	/*top:0px;
	right:0px;*
	width:220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.searchtable {
	text-align:right;
}
.searchbar {
	text-align: right;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.searchbar form {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.searchbar input {
	border:1px solid #333333;
	padding:0px;
	font-size: 11px;
	margin: 0px;
}

.searchtext {
	color:#999999;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	vertical-align:middle;
	padding: 0px;
}

#searchBox {
	border: 1px solid #333333;
	border-collapse:collapse;
	background-color:#ffffff;
	height:15px;
	vertical-align:middle;
	margin: 0px;
}

.searchBtntext {
	color:#ffffff;
	font-size:100%;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	padding:0px;
	margin:0px;
}

#submitButtonName {
	border: 0px solid #999999;
	border-collapse:collapse;
	text-align: center;
	font-size:90%;
	height:15px;
	width:26px;
	background-color:#777777;
	vertical-align:middle;
}*/

.introduction {
	color: #333333;
	font-weight: normal;
	line-height: 1.5em;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333; */
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
.introduction img {
	height: 150px;
	width: 300px;
} */

.indent-content {
	margin-left: 10px;
	margin-right: 10px;
}

/************************/
/* address container formats the real estate that includes the agency address*/


#addresscontainer {
	/*padding-left:200px;*/
}

.new {
	background-color:#bbbbbb;
}

#vid-addresscontainer {
	padding-left:20px;
	padding-right:20px;
}


.address {
	color:#666666;
	text-align:center;
	width:100%;
}

/* the footercontainer formats the real estate that includes the left and right footer elements.*/
.footercontainer {
	clear:both;
	position: relative;
	height: 35px;
	background-color: #330099;
	color: #FFFFFF;
	padding-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
   }

.left-element {
	position: absolute;
	left: 0;
	width: 50%;
	background-image: url(graphics/iconseal.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 35px;
	padding-left: 35px;
	padding-top: 10px;
   }
   
.left-element a {
	color: #FFFFFF;
	text-decoration: none;
}

.left-element a:hover {
	color: #B4B4B4;
}

.right-element {
	position: absolute;
	right: 0;
	width: 50%;
	text-align: right; /* depends on element width */
	height: 25px;
	padding-right: 10px;
	padding-top: 10px;
   }

.align-right {
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 15px;
	}
.align-left {
	float:left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0;
	}



.widgets {
margin:5px;
}

/* Press Release Styles */

#prheadline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
}

#prtagline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: italic;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#prinformation {
	position: relative;

}

#prissue {
	width: 300px;
	padding:0px 0px 0px 0px;
}

#prdate {
	width: 300px;
	padding:15px 0px 0px 0px;
}

#prcontact {
	float:right;
	padding:0px 0px 15px 0px;
	width: 200px;
}


.category {
	font: Tahoma, Verdana, Arial, sans-serif;
	size: font-size: 18px;
	color: #0000FF;
}

#prTable {
	line-height: normal;
	width: 95%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#prTable tr {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 1.5em;
}
 
#prTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
 
#prTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	text-indent: 3px;
	width: 200px;
	background-color:#DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#prTable a:link {
	text-decoration: none;
}
#prTable a:visited {
	text-decoration: none;
}
#prTable a:active {
	text-decoration: none;
}
#prTable a:hover {
	color: #6699CC;
}

/* Begin Feature Tables */

#featuretableBLUE, #featuretableGREEN, #featuretableGOLD, #featuretableMAGENTA {
	/*float:right;*/
	width: 190px;
	border: 1px solid #CCCCCC;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 15px;
}



#featuretableBLUE th, #featuretableGREEN th, #featuretableGOLD th, #featuretableMAGENTA th {
	text-align: left;
	line-height: 20px;
	color: #FFFFFF;
	text-indent: 5px;
	font-weight: bold;
}

#featuretableBLUE td, #featuretableGREEN td, #featuretableGOLD td, #featuretableMAGENTA td {
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px 7px 5px 7px;
	margin: 0px;
}

#featuretableBLUE a:link, #featuretableGREEN a:link, #featuretableGOLD a:link, #featuretableMAGENTA a:link {
	color:#000000;
	text-decoration: none;
}

#featuretableBLUE a:visited, #featuretableGREEN a:visited, #featuretableGOLD a:visited, #featuretableMAGENTA a:visited {
	color:#000000;
	text-decoration: none;
}

#featuretableBLUE a:hover, #featuretableGREEN a:hover, #featuretableGOLD a:hover, #featuretableMAGENTA a:hover {
	color:#000000;
	text-decoration: underline;
}

#featuretableBLUE p {
	background-image: url(graphics/arrow_blue0.gif);
	background-repeat: no-repeat;
	background-position: -7px 3px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#featuretableGREEN p {
	background-image: url(graphics/arrow_green0.gif);
	background-repeat: no-repeat;
	background-position: -7px 3px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#featuretableGOLD p {
	background-image: url(graphics/arrow_gold0.gif);
	background-repeat: no-repeat;
	background-position: -7px 3px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#featuretableMAGENTA p {
	background-image: url(graphics/arrow_magenta0.gif);
	background-repeat: no-repeat;
	background-position: -7px 3px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#featuretableBLUE th {
	background-color: #6699CC;
}

#featuretableGREEN th {
	background-color: #339999;
}

#featuretableGOLD th {
	background-color: #CC9900;
}

#featuretableMAGENTA th {
	background-color: #9966CC;
}

/* End Feature Tables */

/* Old slider

#slideshowcontainer {
	margin-bottom: 20px;
}

#slideshow {
	position:relative;
	height:250px;
}

#slideshow DIV {
    position:absolute; 
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 250px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 250px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

*/

#newscontainer, #whatsnewcontainer {
	background-color: #FDFDFD;
	padding-right: 10px;
	padding-bottom: 10px;
}

#newsitem, #whatsnewitem {
	margin: 5px;
	background-image: url(graphics/bullet02.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}

.newsheadline, .whatsnewheadline {
	font-weight: bold;
}

.newsheadline a:hover, .whatsnewheadline a:hover {
	color: #333333;
}

.newsdate {
	color: #999999;
}

.newsbody {
}

#flags {
	float: left;
	width: 133px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 10px;
	text-align: center;
}

#news-events {
	position: relative;
	width: 515px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	text-transform: capitalize;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-indent: 5px;
	padding-top: 6px;
	padding-bottom: 5px;
}

.social-media {
	display: inline-block;
	position: absolute;
	width: 60%;
	text-align: right;
	padding-right:20px;
	/*height: 1.5em;*/
	/*float: right;*/
	/*margin: -36px 0 15px 0;*/
	right: 0px;
	top:-4px;
}

.social-media span {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin:0px 20px 0px 0px;
	left:90px;
	bottom:4px;
}

.social-media span a:hover {
	text-decoration: none;
}

.social-media-inline {
	width: 100px;
	height: 1.5em;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 60px;
	padding-top: 2px;
	padding-bottom: 15px;
}

.caption {
	font-size: .90em;
	text-align: center;
	font-style: italic;
	font-color: #999;
}

#other-newscontainer, #other-whatsnewcontainer {
	background-color: #FDFDFD;
	padding-right: 10px;
	padding-bottom: 10px;
}

#other-newsitem, #other-whatsnewitem {
	margin: 5px;
	background-image: url(graphics/bullet02.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}

.other-newsheadline, .other-whatsnewheadline {
	font-weight: bold;
}

.other-newsheadline a:hover, .other-whatsnewheadline a:hover {
	color: #333333;
}

video {
	/*width: 515px;*/
	height: auto;
	padding:0px;
	margin:0px;
}


#widget-narrow-rt {
	width: 175px;
	float: right;
	padding: 4px;
	margin: 4px;

}

#widget-narrow-lt {
	width: 175px;
	float: left;
	padding: 4px;
	margin: 4px;

}
.greybox {
	width:160px;
	background-color:#dddddd;
	padding:10px 5px 10px 5px;
}

.clear-float {
	clear:both
}

/* Search*/
.mno-search-div {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:10px 20px 0px 0px;
	text-align:right;
}

/* Use this one for Search in Header only
.mno-search-div {
	top:153px;
	right:20px;
	width:170px;
	position:absolute;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
*/

.mno-search-div form {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
	height:20px;
}

.mno-search-div #q {
	background-color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:1px 1px 1px 1px;
	border:1px solid #330099;
	border-collapse:collapse;
	text-align:center;
	color:#000000;
}

.mno-search-div .mno-button {
	width:19px;
	height:19px;
	background-color:#000000;
	background-image:url(graphics/search-icon.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer; /* Hand cursor for the normal state */
	line-height:19px;
	border: #008800 none 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.mno-search-div .mno-button:hover {
	background-image:url(graphics/search-icon-over.gif);
}

/*Needed for Search */

.searchbar {
	text-align: right;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.searchbar form {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.searchbar input {
	border:1px solid #333333;
	padding:0px;
	font-size: 11px;
	margin: 0px;
}

.searchtext {
	color:#999999;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	vertical-align:middle;
	padding: 0px;
}
#searchBox {
	border: 1px solid #333333;
	border-collapse:collapse;
	background-color:#ffffff;
	height:15px;
	vertical-align:middle;
	margin: 0px;
}

.searchBtntext {
	color:#ffffff;
	font-size:100%;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	padding:0px;
	margin:0px;
}

#submitButtonName {
	border: 0px solid #999999;
	border-collapse:collapse;
	text-align: center;
	font-size:90%;
	height:15px;
	width:26px;
	background-color:#777777;
	vertical-align:middle;
}
/*Needed for Search */


.red {
	color:red;
}

.health-button1 {
	background-image:url(../ombp/nhhpp/graphics/button-enrollees.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.health-button1:hover {
	background-image:url(../ombp/nhhpp/graphics/button-enrollees-over.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.health-button2 {
	background-image:url(../ombp/nhhpp/graphics/button-providers.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.health-button2:hover {
	background-image:url(../ombp/nhhpp/graphics/button-providers-over.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.health-button3 {
	background-image:url(../ombp/nhhpp/graphics/button-healthcare.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.health-button3:hover {
	background-image:url(../ombp/nhhpp/graphics/button-healthcare-over.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.breadcrumb, .breadcrumb a, .breadcrumb a:hover {
	font-size:10px;  /*phone 	display:none;  */
}

.larger-text {
	font-size:15px;
	color:#003366;
}

.blueBox {
	background-color:#d1e5fa;
	border: 1px;
	padding: 3px 3px 3px 3px;
}

.blueBox h3 {
	margin:5px 0px 5px 0px;
	font-size: 125%;
	font-weight: bold;
}

/*used on homepage*/

.alert {
	text-align: center;
	background-color: #c49d16;
}

.wic-survey-banner {
    width:440px;
    height:100px;
    background-image:url("../dphs/nhp/graphics/wic-survey-banner.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 70px;
}

.wic-survey-banner p {
    margin-top:6px;
    margin-bottom: 3px;
}

.wic-survey-banner p.indent {
    margin-top:12px;
    margin-left:80px;
}

.wic-survey-banner p.indent a {
    color:#ffffff;
}

