/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
html {
	background:#387eb3;
	height:100%;
}
body {
	background:#387eb3;
	color:#424242;
	min-height:100%;
	font:75% "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif; /* assuming base font size of 16px. 16 * .75 = 13 */
	min-width:100%;
	text-align:center;
}
h1 span, h2 span, h3 span {
	display:none;
}
h1, h2, h3, p, ul, ol, dl {
	line-height:1.4em;
}
blockquote {
	margin-left:15px;
	margin-right:15px;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	font-size:108%;
	line-height:99%;
}
/* ------------------------ classes ------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

.clear {
	clear: both;
}
div.clear {
	height:.01em;
	clear:both;
	overflow:hidden;
}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("images/bullet-back-to-top.jpg") right no-repeat;
}
img.img-left {
	float:left;
	margin:2px 10px 10px 0px;
}
img.img-right {
	float:right;
	margin:5px 0px 10px 10px;
}
/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
}
form label {
	font-size:.95em;
}
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #ccd8df !important;
	color:#787878;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
select {
	width:150px;
	padding:0;
} /* same width as form - !important */
textarea {
	height:66px;
	overflow:auto;
}
#contact_business {
	display: none;
} /* do not remove */
input.radio-check {
	width: 12px;
	background:transparent none !important;
	border: none;
}
/* ------------------------ SPECIFIC FORM ELEMENTS ------------------------ */
/* ------------------------ search field ------------------------ */
form#search-form {
	float:right;
	margin:46px 10px 0px 0px;
	font-size:.85em;
}
form#search-form button {
	background:transparent none;
	border:0 none;
	cursor:pointer;
	display:inline;
	padding-left:2px;
}
	form#search-form button img {
		margin-top:4px;
	}
input.search {
	display:inline;
	float:left;
	padding-top:3px;
	width:110px;
}
/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:20px 0 30px 0;
	width:auto;
}
#column-right #contact-main p {
	margin:0;
}
#contact-main fieldset {
	margin:0 0 20px;
}
#contact-main select {
	margin:0 0 10px;
}
#contact-main .indent {
	margin-left:138px;
}
#contact-main textarea {
	width:300px;
}
#contact-main legend {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 10px;
}
#contact-main label {
	width:125px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1.0em;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:170px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select {
	width:175px;
} /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height:100px;
	overflow:auto;
}
/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main {
	margin:10px 0 0 138px;
} /* defines placement of contact-main submit button */
input.submit-img, input.submit-contact-main-img { /* REMOVE IF NOT USED */
	background:url("images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("images/bg-wrap.png") repeat-y;
	width:872px;
	margin:0 auto;
	text-align:center;
}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	float:left;
	font-size:.90em;
	padding-bottom:275px;
	width:246px;
	overflow:hidden;
}
#column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left h5, #column-left h6  {
	font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", serif;
}
#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left ol, #column-left dl {
	margin:0px 20px 10px 20px;
}
	#column-left h2 {
		margin:10px 20px;
	}
#column-left h3 {
	margin-top:25px;
}
ul.latest-news {
	font-family:Georgia;
}
#column-left a, a:link, #column-left a:visited {
	text-decoration:none;
}
#column-left a:hover, #column-left a:active {
	text-decoration:none;
}
#column-left #sub-quicklinks {
	margin:0;
	padding:40px 20px 5px;
}

#column-left ul ul
{
	margin-top:10px;
}

#column-left ul ul li
{
	margin-bottom:5px;
}

#nav-masthead ul,
#column-left #sub-quicklinks,
#column-left .latest-news,
#column-left ul,
#column-right ul {
	background:transparent none !important;
}
#column-left #sub-quicklinks li {
	background-image:none;
	margin-bottom:0.75em;
	padding:0;
}
	#column-left #sub-quicklinks a:link,
	#column-left #sub-quicklinks a:visited {
		color:#818587;
		font-weight:bold;
	}
	#column-left #sub-quicklinks a:hover,
	#column-left #sub-quicklinks a:active {
		color:#444;
		font-weight:bold;
	}
#column-left #sub-quicklinks.imaging,
#sub-quicklinks.imaging {
	background:transparent url(images/bg-sub-imaging.jpg) scroll no-repeat 0 0 !important;
}
#column-left #sub-quicklinks.oncology,
#sub-quicklinks.oncology {
	background:transparent url(images/bg-sub-oncology.jpg) scroll no-repeat 0 0 !important;
}

/* news secction */
#column-left ul.news-list {
	color:#387eb3;
}
#column-left ul.news-list li {
	background:transparent url("images/bullet.jpg") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px; /* pushes text to the right to display bg img */
	margin-bottom:8px;
}
p.news-title {
	padding-top:20px;
	color:#387eb3;
}
p.news-article {
	padding:0px 0px 15px 0px;
}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:606px;
	float:left;
}
#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right ol, #column-right dl, #column-right table {
	margin:0px 35px 20px 34px;
}
#column-right table {
	width:75%;
}
#column-right table td img {
	margin-right:5px;
}
#column-right h1, #column-right h2, #column-right h3, #column-right h4, #column-right h5, #column-right h6, .nav {
	font-family: Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", sans-serif;
}
#column-right form {
	margin-left:34px;
}
/* single column list */
	#column-right ul {
	padding-left:10px;
}
#column-right ul li {
	background:transparent url("images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px;  /* pushes text to the right to display bg img */
}
/* multi column list */
	#column-right ul.multi {
	padding-left:10px;
}
#column-right ul.multi li {
	background:transparent url("images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px;  /* pushes text to the right to display bg img */
	float:left;
	width:150px;
	line-height:20px;
}
/* definition list */
#column-right dl {
	padding-left:5px;
}
#column-right dl dt {
	font-weight:bold;
	color:#387eb3;
	margin-top:20px;
}
#column-right dl dd {
	background:transparent url("images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px;  /* pushes text to the right to display bg img */
	margin-left:10px;
}
/* --------------- header graphics ----------------------*/
#header-graphic {
	height:364px;
	background:none no-repeat;
}
/*	#header-graphic.corporate { background-image:url(images/header-index.jpg); }
	#header-graphic.imaging { background-image:url(images/header-index-imaging.jpg); }
	#header-graphic.oncology { background-image:url(images/header-index-oncology.jpg); }*/

#header-graphic-sub {
	height:196px;
	background:none no-repeat;
}
/*	#header-graphic-sub.corporate { background-image:url(images/header-graphic-sub.jpg); }
	#header-graphic-sub.imaging { background-image:url(images/header-graphic-sub.jpg); }
	#header-graphic-sub.oncology { background-image:url(images/header-graphic-sub-oncology.jpg); }*/

/* ------------------------ title framework with varying heights ------------------------- */
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:#387eb3 url("images/bg-footer.png") top center no-repeat;
	width:100%; /* fix for Safar */
	height:12px;
	clear:both; /* important - do not remove */
}

/* ------------------------footer framework ------------------------ */
#footer {
	background:transparent url(images/footer-img.jpg) scroll no-repeat 0 0;
	color:#387eb3;
	font-size:.80em;
	margin-bottom:33px;
	padding-top:50px;
	text-align:center;
}
#footer p {
	margin-bottom:5px;
}
#footer p.inline,
#footer ul.inline,
#footer ul.inline li {
	background-image:none;
	display:inline;
	margin:0 !important;
	padding:0;
}
#footer ul.inline li {
	padding:0;
}
#footer a:link, #footer a:visited {
	color:#387eb3;
}
#footer a:hover, #footer a:active {
	color:#424242;
}

/* ------------------------various text styles ------------------------ */
.corporate #header {
	background:transparent url(images/mastheader.jpg);
}
.imaging #header {
	background:transparent url(images/mastheader-imaging.jpg);
}
.oncology #header {
	background:transparent url(images/mastheader-oncology.jpg);
}

#column-right {}
#column-right em { font-style:italic; }
#column-right strong { font-weight:bold; }
#column-right ol li {
	list-style-type:decimal;
	margin-left:20px;
}
h1, h2, h3, h4, h5, h6 {
	color:#387eb3;
	margin-left:34px;
	text-decoration:none;
}
h1 {
	font-size:1.5em;
	font-weight:normal;
}
#column-right h2 {
	font-size:1.3em;
	font-weight:normal;
}
#column-right h2, h3 {
	margin-bottom:10px;
}
#column-left h2 {
	font-size:1.5em;
	font-weight:normal;
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
input.noborder {
	border:0px none !important;
	width:auto !important;
}
#header-graphic-sub img {
	width:606px;
}
#column-left ul li {
	background:transparent url("images/bullet.jpg") 0px 4px no-repeat;
	padding-left:10px;  /* pushes text to the right to display bg img */
	margin-bottom:0.75em;
}

p.backtotop {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
}
div.pad {
	margin:0 35px 20px 34px;
}

