.flatlist {margin:0; list-style:none; padding:0;}
.flatlist li{ margin:0; padding:0px; display:inline; }


body {
 margin: 0;
 padding: 0;
 background-image: url('http://www.doctorslabinc.com/graphics/back-dkBlue.gif');
 background-repeat: repeat-x;
 background-position: top;
 font-family: Georgia;
}

#page {
 width: 800px;
 margin: 0;
 padding: 0;
}

#top {
 margin: 0;
 padding: 0;
 height: 130px;
 width: 100%;
}

#top div {
 float: left;
}

#top_left {
 background-image: url('/images/logo.gif');
 background-repeat: no-repeat;
 background-position: top center;
 width: 202px;;
 height: 130px;
 border-right: 1px solid white;
}

#top_middle {
 background-color: #B6C6E5;
 background-image: url('http://www.doctorslabinc.com/graphics/logo-doctors.gif');
 background-repeat: no-repeat;
 background-position: top left;
 width: 200px;
 height: 130px;
 border-right: 1px solid white;
}

#top_right {
 background-image: url('http://www.doctorslabinc.com/graphics/logo-laboratoryinc.gif');
 background-repeat: no-repeat;
 background-position: top left;
 width: 380px;
 height: 130px;
}

#clear_both {
 clear: both;
}

#middle {
 overflow: hidden;
 background: url("/images/bg_2979bb_202_1.jpg") top left repeat-y;

}

#nav {
 float: left;
 height: 100%;
 width: 202px;
 padding: 0;
 background-color: #2979BB;
 text-align: right;
 font-family: Trebuchet MS, Georgia;
 font-weight: bold;
}

#content {
 float: left;
 margin-bottom: 0;
 padding-bottom: 0;
 width: 585px;
 padding: 5px;
}

#content div {
 margin: 0;
 padding: 0;
}

#bottom {
 clear: both;
 width: 100%;
}

.error {
 border: 1px solid red;
 background: #ffdddd;
}


#nav ul {
 border-top: 1px solid white;
 list-style-type: none;
 width: 100%;
 margin: 0;
 padding: 0;
}

#nav ul li {
 border-bottom: 1px solid white;
 padding-right: 5px;
 display: block;
 color: white;
}

#nav ul a {
display: block;
 color: white;
 text-decoration: none;
}

#nav ul li:hover {
 background-color: #B6C6E5;
 color: #2979BB;
}

#nav ul a:hover {
 background-color: #B6C6E5;
 color: #2979BB;
}


img.noborder {
 border: 0px solid black;
}

img.icon {
 border: 0px solid black;
 height: 16px;
 width: 16px;
 text-decoration: none;
 margin-left: 2px;
}

a[href$='.doc'] {
 display:inline-block;
 padding-right:20px;
 line-height:18px;
 background:transparent url('/images/icons/doc.png') center right no-repeat;
}

a[href$='.pdf'] {
 display:inline-block;
 padding-right:20px;
 line-height:18px;
 background:transparent url('/images/icons/pdf.png') center right no-repeat;
}

a[href$='.ppt'] {
 display:inline-block;
 padding-right:20px;
 line-height:18px;
 background:transparent url('/images/icons/ppt.png') center right no-repeat;
}

a[href$='.jpg'] {
 display:inline-block;
 padding-right:20px;
 line-height:18px;
 background:transparent url('/images/icons/jpg.png') center right no-repeat;
}

a[href$='.png'] {
 display:inline-block;
 padding-right:20px;
 line-height:18px;
 background:transparent url('/images/icons/jpg.png') center right no-repeat;
}

a.noicon { background-image: none; }

.noborder { border: none; border-width: 0; }

