#providers .provider, #providers .providerfirst { border-top: 1px solid #c3d2d9; clear: both; float: left; width: 530px; }
#providers .providerfirst { border: none; }
#providers h3 { font-family: "Times New Roman", Times, Garamond, serif; font-size: 18px; font-style: italic; }
#providers .bio { float: left; width: 400px; }
#providers .left { float: left; height: 150px; margin-right: 10px; overflow: hidden; position: relative; width: 120px; }
#providers .right { float: right; height: 150px; margin-left: 10px; overflow: hidden; position: relative; width: 120px; }

/* Round Corners */
.ul, .ur, .ll, .lr { height: 8px; position: absolute; width: 8px; }
.ul { background: url(../images/cul.png) no-repeat; left: 0; top: 0; }
.ur { background: url(../images/cur.png) no-repeat; right: 0; top: 0; }
.ll { background: url(../images/cll.png) no-repeat; bottom: 0; left: 0; }
.lr { background: url(../images/clr.png) no-repeat; bottom: 0; right: 0; }
* html .ul { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/cul.png',sizingMethod='image'); }
* html .ur { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/cur.png',sizingMethod='image'); }
* html .ll { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/cll.png',sizingMethod='image'); }
* html .lr { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/clr.png',sizingMethod='image'); }
