/* 
	
	Master Screen CSS
	
 */
 
* {
	margin: 0;
	padding: 0;
}
 
	img {
		border: 0;
	}
	
 body {
 background-image:url(../images/bg.jpg);
 background-repeat:repeat;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#333333;	
	}
 
 a {
 color:#FF0000;
 text-decoration:none;
 }
 	a:hover {
 color:#FF0000;	
 text-decoration:underline;	
 }
	a:visited {
 color:#FF0000;	
 text-decoration:none;		
	}
	
#wrapper {
background-image:url(../images/bg_top.jpg);
background-repeat:repeat-x;
background-position:left top;
height:235px;
}
 
#container {
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-y;
	margin: 0 auto; /*centers container if there is a width */
	width:841px;
	position: relative;
}
 
 #head {
 background-image:url(../images/header.jpg);
 background-repeat:no-repeat;
 background-position:center top;
 height: 178px;
 	
 }
 
 	h1 {

	}
	 	h1 a{
	display:block;
	width:820px;
	height:113px;
	left:50%;
	text-indent:-9999px;		
	}
	
	#contact a {
		display: block;
		width: 72px;
		height: 25px;
		position: absolute;
		top: 0;
		right: 0;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	 h2 {
		font-size:13px;
		font-weight:bold;
		padding-left:12px;
	}
	
	#about h2 {
			padding-left: 24px;
			margin-top: 9px;
			margin-bottom: 10px;
	}
	
	h3 {
		font-size:11px;
		font-weight: normal;
		padding: 10px 10px 0px 15px;
	}


	#content h4 {
		font-weight: normal;
		font-size: 150%;
		text-decoration:underline;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	body.contact h2 {
		font-weight: normal;
		font-size: 150%;
		text-decoration:underline;
		font-weight: bold;
		margin-left: -10px;
	}
	body.contact h3 {
		font-weight: normal;
		font-size: 12px;
		margin-bottom: 10px;
		margin-left: -12px;
	}

 
 #skiplink {
 	position: absolute;
	left: -9999px;
 }
 
/* ------------------------ 
		HOME CONTENT
------------------------ */
#content {
	padding: 0px 10px 0px 2px;
	min-height: 350px;
	_height: 350px;

}
	.detail #content {
		padding: 0px 20px 0px 25px;
	}
	
	
	
#flashleft {
	display:block;
	background-image:url(../images/FlashLeft.jpg);
	height:135px;
	margin-left:9px;
	width:246px;
	/*float:left;*/
}

#about {
	display:block;
	background-image:url(../images/About.jpg);
	background-repeat:no-repeat;
	height:359px;
	width:292px;
	margin-left:3px;
	float:left;
}

#flashright {
	display:block;
	position: relative;
	*position: absolute;
	background-image:url(../images/FlashRight.jpg);
	background-repeat:no-repeat;
	height:359px;
	width:281px;
	float:right;
	*margin-left: -5px;

}

#jobs {
	display:block;
	background-image:url(../images/jobs.jpg);
	background-repeat:no-repeat;
	height:347px;
	width:224px;
	margin-left:9px;
	padding-left:12px;
	padding-right:12px;
	padding-top:8px;
	clear:left;
}
	#jobs p{
	padding-top:16px;
	}


#lowerpromo {
	margin-left: 3px
}



#Divider {
	height: 10px;
	border-bottom: 1px solid #999999;
	margin-top: 3px;
}

/* ------------------------ 
		NAV
------------------------ */
ul#navigation {
	 display: block;
	 width: 841px;
	 height: 63px;
	 position: absolute;
	 float:left;
	 }
	 
	 ul#navigation li {
	 	height: 63px;
		float: left;
		_display: inline;
	 	display: block;
	 }
	 
	 	 ul#navigation li a {
		 	text-indent: -9999px;
			overflow: hidden;
		 	height: 63px;
	 		display: block;
			background:url(../images/Nav.gif);
			background-repeat:no-repeat;

		 }
	 
			ul#navigation li#navViewJobs a {
				width: 149px;
			}
				ul#navigation li#navViewJobs a:hover {
					background-position: 0 -63px;
				}
			
			ul#navigation li#navApply a {
				width: 136px;
				background-position: -149px 0;
			}
				ul#navigation li#navApply a:hover {
					background-position: -149px -63px;
					}
			
			ul#navigation li#navNurseCenter a {
				width: 136px;
				background-position: -285px 0;
			}
				ul#navigation li#navNurseCenter a:hover {
					background-position: -285px -63px;
					}
			
			ul#navigation li#navForms a {
				width: 136px;
				background-position: -421px 0;
			}
				ul#navigation li#navForms a:hover {
					background-position: -421px -63px;
				}
				
			ul#navigation li#navClientServices a {
				width: 136px;
				background-position: -557px 0;
			}
				ul#navigation li#navClientServices a:hover {
					background-position: -557px -63px;
				}
				
			ul#navigation li#navBonus a {
				width: 148px;
				background-position: -693px 0;
			}
				ul#navigation li#navBonus a:hover {
					background-position: -693px -63px;
				}


		


/* ------------------------ 
		FOOTER
------------------------ */
#footer {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	height:48px;
	width:841px;
	margin: 0 auto;
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

	#footer ul {
		margin: 0px;
		padding: 0px;
 		line-height: 30px;
 		white-space: nowrap;
		font-size:11px;
		margin-top:22px;
	}
	
	#footer li {
		list-style-type: none;
 		display: inline;
}
	#footer li a{
		text-decoration: none;
		padding: 4px 7px;
 		color:#333;
		font-weight:normal;
}
	#footer li a:hover{
		text-decoration: underline;
 		padding: 4px 7px;
 		color:#333;
}

#footer a{
	color:#000;
	}




/* ------------------------ 
	   news & events
------------------------ */
body.news #innerContent ul {
	list-style: none;
}

p.backNews {
	float: right;
}


body.news h2 {
	font-size: 14px;
	font-weight: bold;
}




	
.dtleventDate {
	font-size: 11px;
	padding-bottom: .5em;
	color: #666666;
	margin-top: 10px;
}
.news #Divider {
	margin-bottom: 10px;
}
div.article {
	*height: 250px;
	min-height: 250px;
	font-size: 12px;
}

p.previous {
	width: 250px;
	float: left;
}
p.next {
	text-align: right;
	float: right;
	width: 250px;
}

		#content p.previous a,
		#content p.backNews a {
			background: url(/images/web/arrowback.gif) no-repeat 0 5px;
		}
		#content p.next a {
			background: url(/images/web/arrow.gif) no-repeat right 5px;
			padding-right: 8px;
		}
		
p.print {
	text-align: center;
	clear: both;
}

	p.print input {
		margin: 0;
		width: 120px;
		height: 25px;
		cursor: pointer;
	}
	
p.register {
	clear: both;
	width: 125px;
	margin: 0 auto;
}
	#content p.register a {
		text-decoration: underline;
		background: url(/images/web/register.gif) no-repeat;
		width: 125px;
		height: 40px;
		text-indent: -9999px;
		display: block;
		overflow: hidden;
	}


ol {
	margin-left: 30px;
}


/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

