body {
	background: url(../images/bg-headerIndex.jpg) repeat-x #FFFFFF top;
	height: 459px;
	margin: 0 auto;
	padding: 0;
}

#header {
	background: url(../images/Arango-headerIndex.jpg) no-repeat;
	width: 986px;
	height: 206px;
	margin: 0 auto;
	text-indent: -5000px;
}

#header #logo {
	width: 590px;
	height: 146px;
	background: url(../images/Arango-logo.jpg) no-repeat;
	margin-left:170px;
	text-indent: -5000px;
}

#flash_header {
	width: 986px;
	height: 353px;
	margin: 0 auto 0 auto;
	background:url(../images/border-loaderIndex.jpg) no-repeat;
}


/**********************************
			  Navigation
***********************************/

.navigation { width:920px; height:26px; margin: 0 auto; padding-top: 21px; padding-bottom: 5px; padding-left: 103px; }

	.navigation li { display: block; list-style: none outside; margin-bottom: 8px; position: relative; float: left; margin-right: 3px;}

		.navigation li a { background-position: top; background-repeat: no-repeat; display: block; height: 26px; overflow: hidden; text-indent: -5000px; }

			.navigation li.about-us a { background: url(../images/nav-AboutArango.jpg) no-repeat; width:121px; }

			.navigation li.services a { background: url(../images/nav-Services.jpg) no-repeat; width:127px; }
			
			.navigation li.for-patients a { background: url(../images/nav-ForPatients.jpg) no-repeat; width:153px; }
			
			.navigation li.faqs a { background: url(../images/nav-FAQs.jpg) no-repeat; width:102px; }
			
			.navigation li.contact a { background: url(../images/nav-ContactUs.jpg) no-repeat; width:149px;  }
			
			.navigation li.client-login a { background: url(../images/nav-ClientLogin.jpg) no-repeat; width:149px; }
			
			.navigation li.referring-physicians a { background: url(../images/nav-ReferringPhysicians.jpg) no-repeat; width:149px; }
						
			.navigation li .overlay { cursor: pointer; display: block; height: 26px; position: absolute; top: 0; left: 0; }
			
				.navigation li.about-us .overlay { background: url(../images/nav-AboutArango.jpg) no-repeat bottom; width: 121px; }

				.navigation li.services .overlay { background: url(../images/nav-Services.jpg) no-repeat bottom; width: 127px; }
				
				.navigation li.for-patients .overlay { background: url(../images/nav-ForPatients.jpg) no-repeat bottom; width: 153px; }
				
				.navigation li.faqs .overlay { background: url(../images/nav-FAQs.jpg) no-repeat bottom; width: 102px; }
				
				.navigation li.contact .overlay { background: url(../images/nav-ContactUs.jpg) no-repeat bottom; width: 149px; }
				
				.navigation li.client-login .overlay { background: url(../images/nav-ClientLogin.jpg) no-repeat bottom; width: 149px; }
				
				.navigation li.referring-physicians .overlay { background: url(../images/nav-ReferringPhysicians.jpg) no-repeat bottom; width:149px; }
								
			.navigation li a.current { background-position: 0 -26px; }


/**********************************
			  Footer
***********************************/

#footer {
	width:790px;
	margin: 0 auto;
	text-align: center;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#959494;
	padding-top:35px;
	line-height:20px;
}

#footer a {
	text-decoration:none; color:#959494; padding:2px;}

#footer a:visited {
	text-decoration:none; color:#959494; padding:2px;}

#footer a:hover {
	text-decoration:underline; color:#797979; padding:2px;}
	

