body.home  { overflow-x:hidden; margin:0px; }  
.body {clear: both; margin: 0 auto; width: 960px; position:relative;}


/***** Header *****/
#header { z-index:10; position:relative;  }
	
	 #header  .nav-segment, h1.logo a { position:absolute; margin:0; padding:0; }	
	
/***** Special Segments *****/
	#nav-segment-left { left:0; top:115px;z-index: -20;}
	#nav-segment-right { left:480px; top:115px;z-index: -20;}
	.nav-segment ul { list-style: none; margin:0; padding:0; }
	.nav-segment li {list-style: none; float:left; padding:0; margin:0; border:0;}
	.nav-segment li a {display:block;  padding:0; margin:0; border:0; text-indent:-9999.9em;text-decoration: none; height:47px; width:160px; background-image: url(../img/nav-segment-sub.png); background-repeat: no-repeat;  }
	.nav-segment p {display:none;}
	#nav-segment-left p { background: transparent url(../img/black-70-trans.png) 0 0 repeat; }
	#nav-segment-right p { background: transparent url(../img/black-30-trans.png) 0 0 repeat;}
	
	.nav-segment li.nav-clinical-information a { background-position: 0 0; }
	.nav-segment li.nav-practice-information a { background-position: -160px 0; }
	.nav-segment li.nav-educational-information a { background-position: -320px 0; }
	.nav-segment li.nav-prospective-gps a { background-position: -480px 0; }
	.nav-segment li.nav-health-professionals a { background-position: -640px 0; }
	.nav-segment li.nav-patients-the-public a { background-position: -800px 0; }

	.nav-segment li.nav-clinical-information a.here { background-position: 0 -94px; }
	.nav-segment li.nav-practice-information a.here { background-position: -160px -94px; }
	.nav-segment li.nav-educational-information a.here { background-position: -320px -94px; }
	.nav-segment li.nav-prospective-gps a.here { background-position: -480px -94px; }
	.nav-segment li.nav-health-professionals a.here { background-position: -640px -94px; }
	.nav-segment li.nav-patients-the-public a.here { background-position: -800px -94px; }

	.nav-segment li.nav-clinical-information a:hover { background-position: 0 -47px; }
	.nav-segment li.nav-practice-information a:hover { background-position: -160px -47px; }
	.nav-segment li.nav-educational-information a:hover { background-position: -320px -47px; }
	.nav-segment li.nav-prospective-gps a:hover { background-position: -480px -47px; }
	.nav-segment li.nav-health-professionals a:hover { background-position: -640px -47px; }
	.nav-segment li.nav-patients-the-public a:hover { background-position: -800px -47px; }

	.home #nav-segment-left { top:280px;}
	.home #nav-segment-right { top:280px;}
	.home .nav-segment p {display:block; margin:0; padding:5px 0 4px 20px; color:#FFF; text-transform:uppercase; width:460px;}
	.home .nav-segment li a {height:72px; background-image: url(../img/nav-segment-home.png); }

	.home .nav-segment li.nav-clinical-information a:hover { background-position: 0 -72px; }
	.home .nav-segment li.nav-practice-information a:hover { background-position: -160px -72px; }
	.home .nav-segment li.nav-educational-information a:hover { background-position: -320px -72px; }
	.home .nav-segment li.nav-prospective-gps a:hover { background-position: -480px -72px; }
	.home .nav-segment li.nav-health-professionals a:hover { background-position: -640px -72px; }
	.home .nav-segment li.nav-patients-the-public a:hover { background-position: -800px -72px; }



/***** Home *****/
	#hero {height:395px; position:absolute; z-index:1;  width:1280px; left: 50%; margin-left: -640px;}
	#hero .image-1 { height:395px; background:transparent url(../img/home_feature_1.jpg) 50% 0 no-repeat; z-index:-1; width:1280px; position: relative;}
	#hero .image-2 { height:395px; background:transparent url(../img/home_feature_2.jpg) 50% 0 no-repeat; z-index:-1; width:1280px; position: relative;}
	#hero .image-3 { height:395px; background:transparent url(../img/home_feature_3.jpg) 50% 0 no-repeat; z-index:-1; width:1280px; position: relative;}
	#hero .image-4 { height:395px; background:transparent url(../img/home_feature_4.jpg) 50% 0 no-repeat; z-index:-1; width:1280px; position: relative;}
	#hero .image-5 { height:395px; background:transparent url(../img/home_feature_5.jpg) 50% 0 no-repeat; z-index:-1; width:1280px; position: relative;}
	
	
	#hero .contentContainer, #hero-nav-container {
		width: 960px;
		left: 50%;
		margin-left: -480px;
		position: absolute;
		top: 0;
	}
	#hero .content {position: absolute; left: 500px; width:460px; bottom: 150px; font-size:2.2em; color:#FFF; z-index: 5;}
	#hero .content p {margin-bottom:4px; line-height:1.2; }
	#hero .content a { font-size:0.6em; color:#d3ec08; text-decoration: none; }
	#hero .content a:hover { color:#fff; text-decoration: underline; }
	
	#hero-nav-container {
		top: 300px;
	}
	
	#hero-nav {position:absolute;  left:500px; z-index: 5;}
	#hero-nav a {display:block; float:left; width:26px; height:26px; text-indent:-9999.99em; outline: none; cursor: pointer;}
	#hero-nav a#next {background:transparent url(../img/bt-next.png) 0 0 no-repeat;}
	#hero-nav a#prev {background:transparent url(../img/bt-prev.png) 0 0 no-repeat; margin-right: 5px;}
	#hero-nav a#next:hover {background-position: 0 -30px}
	#hero-nav a#prev:hover {background-position: 0 -30px}


