html {
	overflow-y: scroll;
	background: #414141 repeat-x scroll;
}

body {
	margin: 0;
	padding: 0 0 20px;
	background-color:  #414141 ;
	min-height: 100%;
	font-family: Verdana;
	font-size: 10px;
	color:white;
}

#wrapper {
	top:0;
	left:0px;
	margin: 0 auto;
	width: 980px;
	height: 700px;
	position: relative;
}

a { color:#FF8C00;
text-decoration:none;
}

a:hover { color:#FF8C00;
text-decoration: underline;
}

/* Logo
   -------------------------------- */

h1.logo {
	position: absolute;
	top: 1px;
	left: 28px;
	margin: 0;
	display: block;
	background: url('../images/logo.jpg') no-repeat;
	width: 274px;
	height: 81px;
}



/* Dock
   -------------------------------- */

#dock {
	height: 25px;
	float: left;
	position: absolute;
	top: 5px;
	right: 28px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#dock a {
	float: left;
	display: block;
	padding: 0 5px;
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}

#dock a:hover {
	color: #ccc;
	border-bottom: 2px solid #ff9c08;
}

img {
border: 0px;
}

#portal {
	position: absolute;
	top: 62px;
	right: 30px;
	margin: 0;
	padding: 0;
	height:22px;
	width:113px;
	background: url('../images/PP.png') no-repeat;
}

#portal:hover{
	position: absolute;
	top: 62px;
	right: 30px;
	margin: 0;
	padding: 0;
	height:22px;
	width:113px;
	background: url('../images/pp_ovr.png') no-repeat;
	
}

#title{
	background-color: #000000;
	top:323px;
	left:0px;
	width:980px;
	height:60px;
	position:absolute;
}

#headerImg_home {
	top:137px;
	right: 1px;
	width:978px;
	height: 185px;
	position: absolute;
	background:  url('../images/10.jpg') no-repeat;
}
#headerImg_staff {
	top:137px;
	right: 1px;
	width:978px;
	height: 185px;
	position: absolute;
	background:  url('../images/11.jpg') no-repeat;
}
#headerImg_services {
	top:137px;
	right: 1px;
	width:978px;
	height: 185px;
	position: absolute;
	background:  url('../images/13.jpg') no-repeat;
}
#headerImg_patients {
	top:137px;
	right: 1px;
	width:978px;
	height: 185px;
	position: absolute;
	background:  url('../images/12.jpg') no-repeat;
}
#headerImg_education {
	top:137px;
	right: 1px;
	width:978px;
	height: 185px;
	position: absolute;
	background:  url('../images/14.jpg') no-repeat;
}
#headerImg_contact {
	top:137px;
	right: 1px;
	width:978px;
	height: 185px;
	position: absolute;
	background:  url('../images/banner07.jpg') no-repeat;
}