/* Put site name here Page Structure*/

@import url("content.css");

/* TOC

1: - Global Styles

2: - Header

3: - Content

4: - Footer

*/


/* 1 :-------- Global Styles ------------ */

	body {
		margin: 0;
		padding: 0;
		background: #4F2E7F url('/images/elements/main_bg.jpg') 0 0 repeat-x;
		}
		
	.container {
		width: 770px;
		margin: 0 auto;
		}

	.header {
		padding: 0;
		height:319px;
		background:url('/images/elements/hana2010-heading3.jpg') 0 0 no-repeat;
		}
		.lwr01 .header{
			background:url('/images/elements/hana2010-heading2.jpg') 0 0 no-repeat;
			}
		.home .header{
			background:url('/images/elements/hana2010-heading.jpg') 0 0 no-repeat;
			}
			
	#ctl00_ctrlHeader_spnHeading {
		margin:0 0 0 43px;
		display:block;
		text-indent:-43px;
	}
		
	.footer {
		padding: 0;
		background: url('/images/elements/footer_bg.gif') 100% 33px no-repeat;
		position:relative;
		}
		.footer .rndCornersL,
		.footer .rndCornersR{
			display:block;
			height:10px;
			width:10px;
			overflow:hidden;
			position:absolute;
			top:129px;
			left:-lpx;
			background:url('/images/elements/footerRndCorners.gif') 0 0 no-repeat;
			}
		.footer .rndCornersR{
			left:auto;
			right:0;
			background-position:0 -10px;
			}
				
	.intro,
	.content {
		background-color: #fff;
		margin: 0;
		height: 100%;
		clear: both;
		}
	.intro{
		margin-top:-110px;
		margin:-110px 0 48px 0;
		padding-left:63px;
		width:380px;
		background:none;
		height:60px;
		overflow:hidden;
		}
		
	.lwr01 .content {
		margin: 0;
		height: 100%;
		/*background: url(http://hestanursingawards/images/elements/main_bg.gif) repeat-y #fff;*/
		background:url('../images/lwr-bg.gif') 0 0 repeat-y;
		}		
		
	.clear {
		clear: both;
		}
		

/* 2 :-------- Header ------------ */

	.header h1 {
		margin: 158px 5px 5px 17px;
		position: absolute;
		color: #4F2E7F;
		width:430px;
		font-size: 2.2em;
		}
	
	.mainNav01 {
		position: absolute;
		margin: 30px 0 0 204px;
		padding: 0;
		list-style: none;
		/*background-color: #fff;*/
		}
		
	.mainNav01 li {
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
		background: none;
		height: 27px;
		overflow: hidden;
		background-position: 0 0;
		background-repeat: no-repeat;
		cursor: pointer;
		text-decoration: none;
		list-style-image:none;
		}
			
	.mainNav01 a {
		display: block;
		font-size: .95em;
		font-weight: bold;
		margin: 0;
		padding: 6px 5px 10px 5px;
		text-decoration: none;
		color: #4F2E7F;
		}
		
	.mainNav01 li:hover a,
	.mainNav01 li.sfhover a,
	.mainNav01 li.on a {
		background-color: #60458b;
		color:#fff;
		}
		
	.mainNav01 li ul {
		float: left;
		position: absolute;
		left: -999em;
		z-index: 1000;
		margin: -4px 0 0;
		padding: 0;
		}

	.mainNav01 li:hover ul, 
	.mainNav01 li.sfhover ul {
		display: block;
		left: auto;
		}

	.mainNav01 li ul li {
		float: none;
		display: block;
		font-size: 1em;
		height: auto;
		margin:0 0 2px;
		}
		
	.mainNav01 li ul li a {	
		float: none;
		display: block;
		color: #4F2E7F;
		width:140px;
		padding: 5px 5px 8px 5px;
		font-weight: normal;
		}
		
	.mainNav01 li ul li a:hover,
	.mainNav01 li ul li a.on {	
		color: #333;
		text-decoration: none;
		background-color: #fff;
		color: #4F2E7F;
		}
	

/* 3 :-------- Content ------------ */

/* See content.css */

/* 4 :-------- Footer ------------ */

	.footer {
		clear: both;
		font-size: .95em;
		color: #fff;
		margin-bottom: 10px;
		}
		
	.footerLogoLink {
		width: 770px;
		height: 70px;
		margin: 53px 0 0 14px;
		background: url('/images/links/footer_logo.gif') 0 4px no-repeat
		}
		
	.footerLinks {
		margin-top: 13px;
		padding-right: 15px;
		}
	
	.footerLinks .copyright {
		margin-left: 10px;
		text-align: left;
		color: #d5cde0;
		}
	
	.footerLinks ul {
		margin: 0;
		padding: 0 0 0 10px;
		list-style: none;
		}
	
	.footerLinks li {
		display: inline;
		margin: 0;
		padding: 0;
		
		}
		
	.footerLinks li.first {
		border: 0;
		}
	
	.footerLinks a {
		margin: 0;
		padding: 0;
		color: #fff;
		text-decoration: none
		}
		
	.footerLinks a:hover {
		color: #c7c7c7;
		}
			
	
	