html {
background-color: #f5f6f7;
font-family: arial;
}

* { margin: 0px; padding: 0px; }
#wrap {
width:924px;
margin: 0 auto;
}

#top {
width: 924px;
height: 110px;
}

#title {
font-size:1.5em;
line-height:35px;
text-align:center;
text-shadow:0px 0px 0px #676868;
float: left;
color: #666666;
}

#title2 {
font-size:1.5em;
line-height:35px;
text-align:left;
text-shadow:0px 0px 0px #676868;
float: right;
color: #666666;
}

#nav {
      background: url(nav.png);
      height: 38px;
      width: 924px;
      margin: 0 auto;
	top: 85px;
	position: relative;
}
#nav span {
     display: none;
}
#nav li {
	list-style-type: none;
	float: left;
}
#nav a {
	height: 38px;
	display: block;
}

#list1 { width: 132px; }
#list2 { width: 132px; }
#list3 { width: 132px; }
#list4 { width: 132px; }
#list5 { width: 132px; }
#list6 { width: 132px; }
#list7 { width: 132px; }

#list1 a:hover {
      background: url(nav.png) 0px -38px no-repeat;
}
#list2 a:hover {
      background: url(nav.png) -132px -38px no-repeat;
}
#list3 a:hover {
      background: url(nav.png) -264px -38px no-repeat;
}
#list4 a:hover {
      background: url(nav.png) -396px -38px no-repeat;
}
#list5 a:hover {
      background: url(nav.png) -528px -38px no-repeat;
}
#list6 a:hover {
      background: url(nav.png) -660px -38px no-repeat;
}
#list7 a:hover {
      background: url(nav.png) -792px -38px no-repeat;
}

#content {
width: 924px;
height: 320px;
margin: 0 auto;
font-size: 12px;
border-style:solid;
border-width:1px;
border-color:#b0b0b0;
background:#ffffff;
}

#bodyright {
float:right;
width:430px;
text-align: justify;
padding-right:12px;
padding-top:10px;
}

#bodyleft {
float:left;
width:450px;
text-align: justify;
padding-left:12px;
padding-top:10px;
}

#footer {
clear:both;
font-size:11px;
padding-left:12px;
padding-top:15px;
text-align:center;
}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 0px 0px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid gray;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightsteelblue;
padding: 35px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
bottom: -63px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -30px;
left: -495px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.gallerycontainer2{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail2 img{
border: 1px solid white;
margin: 0 0px 0px 0;
}

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2:hover img{
border: 1px solid gray;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightsteelblue;
padding: 35px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
bottom: -63px;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -30px;
left: 440px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.gallerycontainer7{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail7 img{
border: 0px solid white;
margin: 0 0px 0px 0;
}

.thumbnail7:hover{
background-color: transparent;
}

.thumbnail7:hover img{
border: 0px solid gray;
}

.thumbnail7 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 49px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
text-align: center;
bottom: 90px;

}

.thumbnail7 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail7:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -240px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

a:visited    {
	color: #000;  
	text-decoration: none; 
}

a:link    {
	color: #000;  
	text-decoration: underline; 
}

a:hover    {
	color: #000;  
	text-decoration: none; 
}

a:active    {
	color: #000;  
	text-decoration: none; 
}

a.none:hover    {
	color: #000;  
	text-decoration: none;
}

#map {
float: right;
}

#newpatientform{
float: right;
padding-right: 75px;
padding-top: 5px;
}

#calendar{
float: right;
padding-right: 25px;
padding-top: 5px;
}

#help {
float: right;
padding-right: 60px;
}