/* Stylesheet: Layout: Left sidebar + 1 column Modified On 2012-06-21 13:06:20 */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */

* {
	margin: 0;
	padding: 0;
}

html {
overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
margin:0;
background-color:#fff7e0;
}

.wrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
max-width: 99em;
min-width: 60em;
margin-right:auto;
margin-left:auto;
min-height: 100%;
height: auto !important;
height: 100%;
margin-top: 0;
margin-bottom: -90px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 90px; /* .push must be the same height as .footer */
clear:both;
}

.footer {
text-align:center;
}

.footercontent {
	padding-top:50px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#8C8C8C;
}

/*Set initial font styles*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
a, a:link a:active {
/* set all links to have underline */
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
/* this is a bluish color, you change this for all default link colors */
	color: #18507C;
}
a:visited {
/* keeps the underline */
	text-decoration: underline;
	background-color: inherit;
/* a different color is used for visited links */
	color: #18507C;
}
a:hover {
/* remove underline on hover */
	text-decoration: none;
	background-color: inherit;
/* using a different color makes the hover obvious */
	color: #385C72;
}
/*****************basic layout *****************/
body {
/* default text color for entire site*/
	color: #333;
}

div#header {
/* adjust according your image size */
	height: 255px;
	margin: 0;
	padding: 0 0 0 20px;
/* you can set your own image here, will go behind h1 a image */
/* border just the bottom */

}

div#logoimagebox {
float:left;
padding-top:10px;
display:inline-block;
}

div#topbannerbox {
float:right;
padding-top:30px;
display:inline-block;
}

div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
/* you can set your own image here */

}

div.breadcrumbssearch {
	font-size: 90%;
margin:20px auto 0 auto;
padding: 2px 5px 2px 5px;
width:985px;
height:16px;
background-color:#ebc8a0;
}

div#breadcrumbbox {
float:left;
height:12px;
margin:2px 0 2px 0;
}

div.breadcrumbs span.lastitem {
font-weight: bold;
}

div#searchbox {
float:right;
}

div#search {
text-align: right;
}

/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 12px;
	width: 53px;
	margin-left: 5px;
vertical-align:middle;
	padding: 0px 1px 1px 0px;
	cursor: pointer;
/* you can set your own image here */
background-color: #fff;
}

.search-input {
height: 10px;
}


div#main {
	padding: 0;
}

div#mainbox {
width:1000px;
padding: 0 0 0 20px;
}

div#contentbacksingle {
width:600px;
margin-top:40px;
margin-left:auto;
margin-right:auto;
padding-bottom:12px;
background: transparent url(../../uploads/siteimages/bottomshadowwide.png) no-repeat left bottom;
overflow:hidden;
}

div#contentback {
float:right;
width:270px;
margin-top:40px;
padding-bottom:12px;
background: transparent url(../../uploads/siteimages/bottomshadownarrow.png) no-repeat left bottom;
overflow:hidden;
}

div#contentback2 {
float:left;
width:270px;
margin-top:40px;
padding-bottom:12px;
background: transparent url(../../uploads/siteimages/bottomshadownarrow.png) no-repeat left bottom;
overflow:hidden;
}

div#content {
padding:10px 15px 10px 15px;
background-color:#ebc8a0;
}

div#sidebar {
float:left;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
	width: 225px;
/* the 20px is on the bottom, insures space above footer if longer than content */
	margin-bottom: 20px;
margin-top: 40px;
	padding: 0 0 0 20px;
display:inline;
}

div#loginboxbackground {
position:relative;
top:30px;
display:inline-block;
padding:0 0 12px 0;
width:140px;
background: transparent url(../../uploads/siteimages/navbuttonback.png) no-repeat right bottom;
}

div#loginbox {
background-color:#ebc8a0;
padding: 5px;
}

div#rightbox {
width:200px;
margin:0;
padding:0;
display:inline;
}

div#rightboxcontent {
margin-top:40px;
padding:0;
display:inline-block;
float:right;
}


div#footer p {
/* sets different font size from default */
	font-size: 0.8em;
/* some air for footer */
	padding: 1.5em;
/* centered text */
	text-align: center;
	margin: 0;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #595959;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}

span.feu-input input {
        width: 120px;
}

/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #000;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 18px;
	text-align: left;
/* some air around the text */
/* set borders around header */
/* a larder than h1 line height */
line-height:20px;
/* and some air under the border */
}
div#content h3 {
	color: #000;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* IMAGES */
.imgleft { 
    float: left; 
    margin: 5px; 
}
.imgright { 
    float: right; 
    margin: 5px 5px 30px 30px; 
}



/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1.2em;
/* some air around p elements */
	margin: 0 0 0.5em 0;
	line-height: 1.3em;
	padding: 0;
}

.heading {
/* default p font size, this is set different in some other divs */
	font-size: 1.4em;
/* some air around p elements */
	line-height: 1.4em;
	padding: 0;
}


p.loginbox {
/* default p font size, this is set different in some other divs */
color:#fff;
}

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0  0 1em;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/* Stylesheet: Navigation: Simple - Vertical Modified On 2014-08-21 10:05:10 */
/******************** MENU *********************/
#menu_vert {
	margin-top: 40px;
	padding: 0;
width:150px;
}
#menu_vert ul {
/* remove any bullets */
	list-style: none;
/* margin/padding set in li */
	margin: 0px;
	padding: 0px;
}
#menu_vert ul ul {
	margin: 0;
/* padding right sets second level li in on right from first li */
	padding: 0px 0px 0px 10px;
/* replaces bottom of li.menuactive menuparent, looks like li below it, set in 5px more, is sitting on top of it */
}
#menu_vert li {
/* remove any bullets */
	list-style: none;
/* negative bottom margin pulls them together, images look like one border between */
	margin: 0px 0px 0px;
/* bottom padding pushes "a" up enough to show our image */
	padding: 0px 0px 12px 0px;
/* you can set your own image here */
/* background: transparent url(../../uploads/siteimages/navbuttonback.png) no-repeat right bottom; */
}
#menu_vert li li {
/* remove any bullets */
	list-style: none;
/* negative bottom margin pulls them together, images look like one border between */
	margin: 0px 0px 0px;
/* bottom padding pushes "a" up enough to show our image */
	padding: 0px 0px 12px 0px;
/* you can set your own image here */
}

#menu_vert li.currentpage {
	padding: 0;
}
#menu_vert li.menuactive {
	margin: 0;
	padding: 0px 0px 12px 0px;
/* replaced by image in ul ul */
	
}
#menu_vert li.menuactive ul {
	margin: 0;
}
#menu_vert li.activeparent {
	margin: 0;
	padding: 0px;
}
/* fix stupid IE6 bug with display:block; */
* html #menu_vert li {
	height: 1%;
}
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
/** end fix **/
/* first level links */
div#menu_vert a {
/* IE6 has problems with this, fixed above */
	display: block;
/* some air for it */
	padding: 3px 3px 3px 5px;
/* this will be link color for all levels */
	color: #333;
/* Fixes IE7 whitespace bug */
	min-height: 1em;
/* no underline for links */
	text-decoration: none;
font-weight:bold;
font-size:1.1em;
/* you can set your own image here this is tall enough to cover text heavy links */

}

div#menu_vert a.navcolor-home {
background-color: #3f63d1;
}
div#menu_vert a.navcolor-about-us {
background-color: #d1ca3f;
}
div#menu_vert a.navcolor-history {
background-color: #d1ca3f;
}
div#menu_vert a.navcolor-faqs {
background-color: #d1ca3f;
}
div#menu_vert a.navcolor-press {
background-color: #d1ca3f;
}
div#menu_vert a.navcolor-advertise {
background-color: #d1ca3f;
}
div#menu_vert a.navcolor-nahps-nec-member-profiles {
background-color: #d1ca3f;
}
div#menu_vert a.navcolor-regional-groups {
background-color: #cc3fd1;
}
div#menu_vert a.navcolor-resources {
background-color: #3fd146;
}
div#menu_vert a.navcolor-professional-practice {
background-color: #3fd146;
}
div#menu_vert a.navcolor-job-descriptions {
background-color: #3fd146;
}
div#menu_vert a.navcolor-careers-information {
background-color: #3fd146;
}
div#menu_vert a.navcolor-publications {
background-color: #3fd146;
}
div#menu_vert a.navcolor-training {
background-color: #3fd146;
}
div#menu_vert a.navcolor-links {
background-color: #3fd146;
}
div#menu_vert a.navcolor-job-vacancies {
background-color: #3fd146;
}
div#menu_vert a.navcolor-updates-notifications {
background-color: #3fd146;
}
div#menu_vert a.navcolor-events {
background-color: #d13f6b;
}
div#menu_vert a.navcolor-play-in-hospital-week {
background-color: #ffcc66;
}
div#menu_vert a.navcolor-join-NAHPS {
background-color: #d13f3f;
}
div#menu_vert a.navcolor-contact-us {
background-color: #3fd1cf;
}
div#menu_vert a.navcolor-members {
background-color: #ebb170;
}
div#menu_vert a.navcolor-member-index {
background-color: #eba658;
}


#menu_vert a.menuactive {
color: #eb9f46;
background-color: #cbcbcb;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	font-size: 85%;
	padding: 2px 2px 2px 3px;
}
/* third level links, more padding */
div#menu_vert ul ul ul a {
	padding: 0.5em 0.3em 0.3em 3em;
}
/* hover state for all links */
div#menu_vert a:hover {
	background-color: #999;
	color: #fff;
	text-decoration: none;
}
div#menu_vert a.activeparent:hover {
	color: #fff;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_vert li.activeparent {
/* you can set your own image here */
/* white to contrast with background image */
	padding: 0px 0px 0px 0px;
}
div#menu_vert li.activeparent a.activeparent {
/* you can set your own image here */
/* to contrast with background image */
	color: #000;
}
div#menu_vert li a.parent {
/* takes left padding out so span image has room on left */
	margin-bottom: 8px;
}
div#menu_vert ul ul li a.parent {
/* increased padding on left offsets it from one above */
	padding-left: 0.9em;
}
div#menu_vert li a.parent span {
	display: block;
	margin: 0;
/* adds left padding taken out of "a.parent" */
	padding-left: 5px;
/* arrow on left for pages with children, points down, you can set your own image here */

}
div#menu_vert li a.parent:hover {
/* removes underline hover effect */
	text-decoration: none;
}
div#menu_vert li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 5px;
/* arrow on left for pages with children, points right for hover, you can set your own image here */

}
div#menu_vert li a.menuactive.menuparent {
/* sets it in a little more than a.parent */
	padding-left: 0.35em;
}
div#menu_vert ul ul li a.menuactive.menuparent {
/* sets it in a little more on next level */
	padding-left: 0.99em;
}
div#menu_vert li a.menuactive.menuparent span {
	display: block;
	margin: 0;
/* to contrast with non active pages */
	font-weight: bold;
	padding-left: 5px;
/* arrow on left for active pages with children, points right, you can set your own image here */

}
div#menu_vert li a.menuactive.menuparent:hover {
	text-decoration: none;
	color: #fff;
}
div#menu_vert ul ul li a.activeparent {
	color: #fff;
}
/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */
div#menu_vert ul h3 {
	display: block;
/* some air for it */
	padding: 0.8em 0.5em 0.5em 1.5em;
/* this will be link color for all levels */
	color: #000;
/* instead of the normal font size for <h3> */
	font-size: 1em;
/* as <h3> normally has some margin by default */
	margin: 0;
/* you can set your own image here, same as "a" */
	background: transparent url(../../uploads/ngrey/libk.gif) no-repeat right top;
}
/* next level current pages, more padding, smaller font and no background color or bottom border */
div#menu_vert ul ul h3 {
	font-size: 90%;
	padding: 0.8em 0.5em 0.5em 2.8em;
/* you can set your own image here, same as "a" */
	background: transparent url(../../uploads/ngrey/libk.gif) no-repeat right top;
	color: #000;
}
/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
	padding: 0.6em 0.5em 0.2em 3em;
}
/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert li.sectionheader {
	border-right: none;
	padding: 0.8em 0.5em 0.5em 1.5em;
	line-height: 1em;
	margin: 0;
        color: #18507C;
        cursor:text;
}
/* separator */
div#menu_vert .separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	-padding: 2px 0 2px 0;
	background-color: #fff7e0;
	overflow: hidden !important;
	line-height: 1px !important;
	font-size: 1px;
/* for ie */
}
div#menu_vert li.separator hr {
	display: none;
/* this is for accessibility */
}
/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(../../uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(../../uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(../../uploads/NCleanBlue/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */