/* ----------
				EIT Landing Pages
				Custom Stylesheet
				Nurses
---------- */
h1 span {
	display: none;
	}
	
h1, #heroDiv p {
	color: #395da1;
	}
	
	h1 {
		text-transform: none;
		}
		
	#heroDiv p {
		font-size: 18px;
		font-weight: normal;
		padding-right: 320px;
		}
		
a {
	outline: none;
	}
		
#heroDiv {
	height: 461px;
	background: url(i/banner_bg-image.jpg);
	}
			
#contentDiv {
	height: 1%;
	}


/* ----------
				Tabs
---------- */
.tab-list {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0 0 0 22px;
	list-style-type: none;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	}
	
	*html .tab-list {
		bottom: -1px;
		}
	
	.tab-list li {
		float: left;
		padding-left: 5px;
		}
		
	.tab-list a {
		float: left;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 0 12px;
		color: #fff;
		font-weight: bold;
		background-image: url(i/tab_bg.gif) !important;
		background-position: top;
		background-repeat: repeat-x;
		}
	
#tabContainer {
	width: 760px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border-top: 2px solid #223d71;
	}
	
	.tab {
		background: #dadfe9;
		padding: 20px 35px 10px;
		}
		
.tab ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	width: 480px;
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
	color: #354e89;
	}
	
	.tab li {
		width: 210px;
		margin-right: 30px;
		float: left;
		padding-bottom: 10px;
		list-style-type: disc;
		}

	#tab2 li, #tab3 li {
		height: 45px;
	}

	#tab1 li {
		height: 30px;
	}
		
	.tab a {
		border-bottom: 1px solid #354e89;
		}
	
.tab h4 {
	text-transform: uppercase;
	font-size: 12px;
	color: #354e89;
	line-height: 14px;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
.hidden {
	display: none;
	}
	
.current {
	display: block;
	}
	
.download-link {
	position: absolute;
	bottom: 30px;
	left: 570px;
	padding: 0 12px;
	border-bottom: 0 !important;
	/* background: url(i/tab_bg.gif) top repeat-x;
	height: 31px;
	line-height: 31px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap; */
	}
	
/* a.tab-on, .tab-list a:hover, .download-link:hover {
	background-position: bottom;
	text-decoration: none;
	} */

a.tab-on, .tab-list a:hover {
	background-position: bottom;
	text-decoration: none;
	}
	
/* ----------
				Call to Actions
---------- */
#callsToAction {
	height: 176px;
	}

.cta, .cta div {
	height: 159px;
	}
	
.action1 div {
	background-image: url(i/image_staff.jpg);
	}
	
	.action1 p {
		padding-right: 90px;
		}
	
.action2 div {
	background-image: url(i/image_booklet.jpg);
	}
	
	.action2 p {
		padding-right: 90px;
		}

.action3 {
	width: 208px;
	}
		
	.action3 div {
		background: url(i/img_research.jpg) bottom right no-repeat;
		}
		
#stateOfTheArt {
	background: none;
	}
	
	#stateOfTheArt div {
		position: absolute;
		right: 0;
		top: 13px;
		width: 187px;
		}
	
	#stateOfTheArt ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		
		#stateOfTheArt ul a {
			color: #666;
			}
			
		#stateOfTheArt ul a:hover {
			color: #395da1;
			}