@charset "utf-8";
/* CSS Document */

html, body{
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F7F7F;
}
body{
	background:url(lpna/bg_gradient.jpg) repeat-x #D2D0E5;	
} 

#Shell{
	width:928px;
	background:url(lpna/bg_content.jpg) repeat-y #ffffff;
	margin:auto;
}
#SiteBy{
	width:928px;
	/*text-align:right;*/
	margin:auto;
	margin-bottom:25px;
}	
	#SiteBy img{
		margin-right:10px;
	}
	#Copyright{
		margin-left:10px;
		font-size:11px;
	}
	
#Shell2{
	height:100%;
	background:url(lpna/bg_footer.jpg) no-repeat bottom;
	padding-bottom:15px;
}
#Shl{
	background:url(lpna/bg_shl_gradient.jpg) no-repeat top left;
	padding-left:8px;
	height:100%;
}
#Shr{
	background:url(lpna/bg_shr_gradient.jpg) no-repeat top right;
	padding-right:8px;
	height:100%;
}

#ContentShell{

}
#Top{
	width:912px;
	background:url(lpna/bg_top.jpg) no-repeat #FFF;
	margin-bottom:20px;
}
	#TopLinks{
		height:136px;
		position:relative;
	}


#Right{
	float:right;
	width:205px;
	border-left:2px solid #D4D7C2;
	padding-left:10px;
	margin-bottom:80px;
}
#MenuShell{
	float:left;
	width:246px;
	margin-bottom:150px;
	height:340px;
	position:relative;
}

#Menu{
	position:absolute;
	z-index:999;
}
 #Menu a{
	 display:block;
	 width:240px;
	 height:36px;
	 background-image:url(lpna/navigation.jpg);
	 background-repeat:no-repeat;
	 cursor:pointer;
 }
 
#home{background-position: 0 0;}
	#home:hover{background-position: -250px 0;}
	
#about_us{background-position:0 -36px;}
	#about_us:hover{background-position:-250px -36px;}
	
/*#professional{background-position:0 -72px;}
	#professional:hover{background-position:-250px -72px;}
	#practice_policy{background-position:0 -373px; float:right;}*/
#practice_policy{background-position:0 -72px;}
	#practice_policy:hover{background-position:-250px -72px;}
	
	
#become_lpn{background-position:0 -108px;}
	#become_lpn:hover{background-position:-250px -108px;}
	#educational{background-position:0 -336px; float:right;}
	#lpns-on-pei{background-position:0 -408px; float:right;}
	
	
#licencures{background-position:0 -144px;}
	#licencures:hover{background-position:-250px -144px;}
	
#education{background-position:0 -180px;}
	#education:hover{background-position:-250px -180px;}
	
#employment{background-position:0 -216px;}
	#employment:hover{background-position:-250px -216px;}
	
#news{background-position:0 -252px;}
	#news:hover{background-position:-250px -252px;}
	#awards{background-position:-250px -336px; float:right;}
	#eNotice{clear:both; background-position:-250px -373px; float:right;}
	
#contact{background-position:0 -288px;}
	#contact:hover{background-position:-250px -288px;}

.MenuParent{
	width:240px;
	height:36px;
	overflow:hidden;
}
/*.MenuParent:hover{
	width:500px;	
}*/

.submenu:hover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

.mDivide{ height:1px; width:240px; background:url(lpna/navigation.jpg) 0 -330px no-repeat; overflow:hidden;}
 
#Content{
	padding:0px 15px;
	width:419px;
	float:left;
	margin-bottom:40px;
}
#BottomLinks{
	text-align:center;
	padding:10px 0px 0px 0px;
	font-size:10px;
}


a.pdf { 
	padding: 5px 0px 5px 20px;
	background: transparent url(lpna/icon_pdf.gif) no-repeat center left;
	line-height:22px;
}

h1{
	font-size:16px;	
}

div.divider{
	height:1px;
	background-color:#D2D0E5;
	width:99%;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}
div.dotted{
	height:1px;
	background-color:#FFF;
	width:99%;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:2px dotted #D2D0E5;
}


/*Links*/
a:link, a:active, a:visited{
	color:#A2A1C9;
	text-decoration:underline;
}
a:hover{
	color:#b7ba9d;
	text-decoration:none;
}

#BottomLinks a:link, #BottomLinks a:active, #BottomLinks a:visited{
	text-decoration:none;
}
#BottomLinks a:hover{
	text-decoration:underline;
}

a:hover img{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	
}

a img{border:0px;}
a:focus{outline: none;}

