/* css for basic items ------------------------------------------------------------------------------------------ */
html,body	{
 	width: 100%;
 	}
body {
    padding: 0;
    margin: 0;
 	min-width: 965px;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	line-height: 16px;
	color: #231f20;
	background: #e4decd;
 	}
img {
	margin: 0;
    padding: 0;
	}
a, 
a:visited,
a:active {
	color: #26a7df;
    outline: none;
	text-decoration: none;
	}
a:hover { 
	color: #26a7df;
    outline: none;
	text-decoration: underline;
	}
a.underline, 
a.underline:visited,
a.underline:active,
a.underline:hover { 
	color: #26a7df;
    outline: none;
	text-decoration: underline;
	}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    }
ul li {
    padding: 0;
    margin: 0;
    float: left;
    }
p {
	padding: 0 15px 14px 11px;
	margin: 0;
	}
form {
	padding: 0;
	margin: 0;
	}
h1 {
	padding: 0 0 4px 11px;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #5a422e;
	}
h2 {
	padding: 0 50px 18px 11px;
	margin: 0;
	font-size: 15px;
	line-height: 18px;
	color: #5a422e;
	font-weight: normal;
	}
h3 {
	padding: 0 0 0 11px;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: #5a422e;
	}
h4 {
	padding: 10px 0 10px 11px;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	color: #5a422e;
	}
h5 {
	padding: 0 50px 28px 11px;
	margin: 0;
	width: 520px;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	font-weight: normal;
	}
hr {
	padding: 0;
	margin: 0 0 14px 0;
	color: #fff;
	background: #fff;
	border: none;
	border-top: 1px solid #d1c7b3;
	clear: both;
	}
hr.double {
	padding: 0;
	margin: 0 0 14px 0;
	height: 5px;
	color: #fff;
	background: #fff;
	border: none;
	border-top: 5px double #5a412d;
	clear: both;
	}
hr.double-light {
	padding: 0;
	margin: 0 17px 8px 0;
	height: 5px;
	color: #fff;
	background: #fff;
	border: none;
	border-top: 5px double #d1c7b3;
	clear: both;
	}
hr.foot {
	padding: 0;
	margin: 0 36px 20px 0;
	color: #fff;
	background: #fff;
	border: none;
	border-top: 1px solid #8a5e3c;
	clear: both;
	}


/* css for site structure --------------------------------------------------------------------------------------- */
#outer {
	width: 100%;
	display: table;
	vertical-align: middle;
 	}
#container {
	position: relative;
	margin: 0px auto 0 auto;
	width: 965px;
	background: none;
    }
#inner {
	position: relative;
	width: 965px;
	background: #fff;
	}    


/* css for referring physicians --------------------------------------------------------------------------------- */
#referring-physicians {
	position: absolute;
	top: 303px;
	left: 719px;
	padding: 15px 0 0 18px;
	width: 244px;
	height: 129px;
	background: url(../images/referring-physicians.gif) no-repeat;
	}	
#referring-physicians-home {
	position: absolute;
	top: 411px;
	left: 652px;
	padding: 16px 0 0 18px;
	width: 311px;
	height: 131px;
	background: url(../images/referring-physicians-home.jpg) no-repeat;
	}	
#referring-physicians-home p,
#referring-physicians p {
	margin: 0 8px 0 0;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #2185c6;
	}
#referring-physicians-home a,
#referring-physicians-home a:visited,
#referring-physicians-home a:active,
#referring-physicians a,
#referring-physicians a:visited,
#referring-physicians a:active {
	color: #fff;
	}
#referring-physicians-home a:hover,
#referring-physicians a:hover {
	color: #fff;
	text-decoration: underline;
	}
#referring-physicians-home p.last,
#referring-physicians p.last {
	border: none;
	}


/* css for header ----------------------------------------------------------------------------------------------- */
#header {
	position: relative;
	width: 965px;
	height: 45px;
	background: url(../images/bg-header.gif) no-repeat;
	}
#header ul {
	padding: 9px 21px 0 0;
	}
#header ul li {
	float: right;
	}
#header ul li a,
#header ul li a:visited,
#header ul li a:active {
	padding: 5px 0 0 0;
	width: 87px;
	height: 25px;
	display: block;
	color: #28aae1;
	text-align: center;
	}	
#header ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/btn-top.gif) no-repeat;
	}
#header ul li a.on,
#header ul li a.on:visited,
#header ul li a.on:active {
	padding: 5px 0 0 0;
	width: 87px;
	height: 25px;
	display: block;
	color: #fff;
	text-align: center;
	background: url(../images/btn-top.gif) no-repeat;
	}	
#header ul li a.on:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/btn-top.gif) no-repeat;
	}


/* css for logo ------------------------------------------------------------------------------------------------- */
#logo {
	position: relative;
	margin: 0 0 0 17px;
	padding: 6px 32px 0 0;
	width: 916px;
	height: 75px;
	clear: both;
	text-align: right;
	background: url(../images/medical-imaging-on-1st.gif) no-repeat;
	color: #929497;
	line-height: 20px;
	}
#logo b {
	font-size: 11px;
	color: #6d6e70;
	}

/* css for main navigation -------------------------------------------------------------------------------------- */
#main-nav {
	position: relative;
	padding: 0 0 0 17px;
	width: 948px;
	height: 35px;
	clear: both;
	font-size: 0;
	line-height: 0;
	}


/* css for photo ------------------------------------------------------------------------------------------------ */
#photo {
	position: relative;
	padding: 0 0 19px 17px;
	width: 948px;
	height: 123px;
	clear: both;
	font-size: 0;
	line-height: 0;
	}
#photo-home {
	position: relative;
	padding: 0 0 0 17px;
	width: 948px;
	height: 288px;
	clear: both;
	font-size: 0;
	line-height: 0;
	}


/* css for content left ----------------------------------------------------------------------------------------- */
#content-left {
	position: relative;
	padding: 0 4px 100px 17px;
	width: 698px;
	float: left;
	}
#content-left ul li {
	padding: 0 20px 0 0;
	width: 329px;
	}
#content-left ul li.bio {
	padding: 0;
	width: 130px;
	}
#content-left ul li.quote {
	padding: 0;
	width: 480px;
	font-size: 18px;
	line-height: 22px;
	color: #8a5e3c;
	}
#content-left ul li.home-sub-nav {
	padding: 0 20px 0 0; 
	margin: 0 0 0 0; 
	width: 329px; 
	height: 38px;
	}
#content-left ul li.home-sub-left {
	width: 94px; 
	height: 26px;
	padding: 12px 0 0 8px;
	float: left; 
	background: #ece8e1; 
	}
#content-left ul li.home-sub-right {
	width: 227px; 
	height: 33px;
	padding: 5px 0 0 0;
	float: right; 
	background: #ece8e1; 
	}
#content-left ul li.home-sub-right a {
	padding-right: 3px;
	float: right; 
	font-weight: bold;
	}
	


/* css for content right ---------------------------------------------------------------------------------------- */
#content-right {
	position: relative;
	padding: 140px 0 70px 0;
	width: 246px;
	float: left;
	color: #8a5e3c;
	}


/* css for footer ----------------------------------------------------------------------------------------------- */
#footer {
	position: relative;
	padding: 25px 0 0 30px;
	width: 935px;
	height: 118px;
	clear: both;
	color: #8a5e3c;
	background: url(../images/bg-footer.gif) no-repeat;
	}
#footer ul li.left {
	width: 295px;
	height: 54px;
	font-size: 0;
	line-height: 0;
	}
#footer ul li.right {
	padding: 15px 0 0 0;
	width: 640px;
	font-size: 10px;
	font-weight: bold;
	}
#footer ul li.right ul.links {
	height: 35px;
	}
#footer ul li.right ul.links li {
	padding: 0 22px 0 0;
	}
#footer ul li.right ul.partners li.col1 {
	padding: 0;
	margin: 0;
	width: 200px;
	font-size: 11px;
	}
#footer ul li.right ul.partners li.col2 {
	padding: 0 25px 0 0;
	margin: 0;
	width: 315px;
	font-size: 12px;
	color: #26a7df;
	float: right;
	}
	
	
/* css for misc ------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	}
ul.list {
	padding: 0 17px 24px 26px;
	list-style: disc;
	}
ul.list li {
	float: none;
	}
.blue {
	color: #26a7df;
	}
.brown {
	color: #8a5e3c;
	}
.dark-brown {
	color: #5a412d;
	}	
.indent {
	padding: 0 0 0 35px;
	color: #5a412d;
	}
a.btn,
a.btn:visited,
a.btn:active {
	padding: 7px 0 0 0;
	width: 117px;
	height: 22px;
	display: block;
	color: #fff;
	background: url(../images/btn.gif) no-repeat;
	text-align: center;
	}	
a.btn:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/btn-roll.gif) no-repeat;
	}
a.btn-home,
a.btn-home:visited,
a.btn-home:active {
	padding: 7px 0 0 0;
	width: 109px;
	height: 22px;
	display: block;
	color: #fff;
	background: url(../images/btn-home.gif) no-repeat;
	text-align: center;
	}	
a.btn-home:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/btn-home-roll.gif) no-repeat;
	}
.home-link a {
	position: absolute;
	top: 50px;
	left: 18px;
	display: block;
	width: 240px;
	height: 60px;
	z-index: 999;
	text-decoration: none;
	}
.home-link a:hover {
	text-decoration: none;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
				
	
	