body{
font-family:Arial;
background-image:url(/img/bkg.jpg);
background-repeat: repeat; 
}

#copy {display: none;}

P, BLOCKQUOTE, TABLE, TD, TR, DIV {
font-size:12px;
}

.middle-content {
font-size:12px;
padding: 5px 40px 0px 25px;
line-height: 18px;
}

.footer-content {
font-size:11px;
padding: 45px 0px 0px 0px;
line-height: 18px;
color:#586964;
}

.bkgleft {
	background-image:url(/img/bkg-left.jpg);
	background-repeat: repeat-y; 
}

.bkgright {
	background-image:url(/img/bkg-right.jpg);
	background-repeat: repeat-y; 
}

.body-middle {
	background-image:url(/img/body-middle.jpg);
	background-repeat: repeat-y; 
}

/*===== DEFAULT LINKS =====*/
A:link {FONT-FAMILY: Arial; FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: underline}
A:visited {FONT-FAMILY: Arial; FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: underline}
A:active {FONT-FAMILY: Arial; FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: underline}
A:hover {FONT-FAMILY: Arial; FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none}

A.footer:link {FONT-FAMILY: Arial; FONT-SIZE: 11px; COLOR: #586964; TEXT-DECORATION: none}
A.footer:visited {FONT-FAMILY: Arial; FONT-SIZE: 11px; COLOR: #586964; TEXT-DECORATION: none}
A.footer:active {FONT-FAMILY: Arial; FONT-SIZE: 11px; COLOR: #586964; TEXT-DECORATION: none}
A.footer:hover {FONT-FAMILY: Arial; FONT-SIZE: 11px; COLOR: #586964; TEXT-DECORATION: underline}

/*===== GOOGLE MAP LINKS =====*/
A.googlemap:link {FONT-FAMILY: Georgia; FONT-SIZE: 11px; COLOR: #000000; TEXT-DECORATION: none}
A.googlemap:visited {FONT-FAMILY: Georgia; FONT-SIZE: 11px; COLOR: #000000; TEXT-DECORATION: none}
A.googlemap:active {FONT-FAMILY: Georgia; FONT-SIZE: 11px; COLOR: #000000; TEXT-DECORATION: none}
A.googlemap:hover {FONT-FAMILY: Georgia; FONT-SIZE: 11px; COLOR: #000000; TEXT-DECORATION: underline}

/*===== ROLLOVERS =====*/
.nav-item {float:left; margin:0px; padding:0px;}
.nav-item-hover img, .nav-item-selected img {visibility:hidden;}
 
#home { background:url(/img/home-selected.jpg); }
#home.nav-item-selected { background:url(/img/home-selected.jpg); }

#meet-the-dentists { background:url(/img/meet-the-dentists-selected.jpg); }
#meet-the-dentists.nav-item-selected { background:url(/img/meet-the-dentists-selected.jpg); }

#services { background:url(/img/services-selected.jpg); }
#services.nav-item-selected { background:url(/img/services-selected.jpg); }

#patient-education { background:url(/img/patient-education-selected.jpg); }
#patient-education.nav-item-selected { background:url(/img/patient-education-selected.jpg); }

#satellite-offices { background:url(/img/satellite-offices-selected.jpg); }
#satellite-offices.nav-item-selected { background:url(/img/satellite-offices-selected.jpg); }

#contact-us { background:url(/img/contact-us-selected.jpg); }
#contact-us.nav-item-selected { background:url(/img/contact-us-selected.jpg); }

#request-an-appointment { background:url(/img/request-an-appointment-selected.jpg); }
#request-an-appointment.nav-item-selected { background:url(/img/request-an-appointment-selected.jpg); }

#new-patient-forms { background:url(/img/new-patient-forms-selected.jpg); }
#new-patient-forms.nav-item-selected { background:url(/img/new-patient-forms-selected.jpg); }

/*===== PNGS =====*/
.bkg-left {background-image:url('http://pediatric.patientdocs.net/img/bkg-left.png'); background-repeat: repeat-y;}
* html .bkg-left {background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pediatric.patientdocs.net/img/bkg-left.png', sizingMethod='scale');}

.bkg-right {background-image:url('http://pediatric.patientdocs.net/img/bkg-right.png'); background-repeat: repeat-y;}
* html .bkg-right {background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pediatric.patientdocs.net/img/bkg-right.png', sizingMethod='scale');}

.bkg-footer {background-image:url('http://pediatric.patientdocs.net/img/footer.png'); background-repeat: no-repeat;}
* html .bkg-footer {background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pediatric.patientdocs.net/img/footer.png', sizingMethod='scale');}

/*===== HOVER =====*/

.thumbnail {
/* IE hack: see the htc file */
    behavior: (url:hover.htc);
    filter: alpha(opacity=80);
    opacity: 0.80;

}

.thumbnail:hover img {
    filter: alpha(opacity=100);
    opacity: 1;

}

.thumbnail:hover {
    filter: alpha(opacity=100);
    opacity: 1;

}