@charset "utf-8";


body {
	font: 13px  Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4e4e4e;
	background-color: #666666;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}



body a {

color: #e85a34

}
 #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}

 #header {
	position: relative;
	
	
}

.headerbg {
	background-image: url(../images/banner-bg.png);
	background-repeat: no-repeat;
}
#buttons {
	height: 33px;
	position: relative;
	
}
#mainNav {
	background-image: url(../images/main-nav-bg.png);
	background-repeat: repeat-y;
	height: 33px; 
} 

/*---------------NAV ---------------------------------------------------------*/	
	
#navigation {
	width: 960px;
	height: 33px;
	float: left;
	overflow: hidden;
	z-index: 50;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;
	}
	
#navigation ul {
list-style: none;
padding: 0px;
margin: 0px;
}

#navigation li {
display: inline;
float: left;
}

#navigation a {
	display: block;
	height: 33px;
	background-image: url(../images/menu.jpg);
	text-indent: -5000px;
}
.current {background-position: 0 -100px;}

#nav-home a {background-position: 0 0; width: 55px;}
#nav-home a:hover {background-position: 0 -100px;}
#nav-home a:active {background-position: 0 -100px;}
#nav-home a.current {background-position: 0 -100px;}

#nav-about a {background-position: -55px 0; width: 78px;}
#nav-about a:hover {background-position: -55px -100px;}
#nav-about a:active {background-position: -55px -100px;}
#nav-about a.current {background-position: -55px -100px;}

#nav-custom a {background-position: -133px 0; width: 105px}
#nav-custom a:hover {background-position: -133px -100px;}
#nav-custom a:active {background-position: -133px -100px;}
#nav-custom a.current {background-position: -133px -100px;}

#nav-product a {background-position: -238px 0; width: 75px;}
#nav-product a:hover {background-position: -238px -100px;}
#nav-product a:active {background-position: -238px -100px;}
#nav-product a.current{background-position: -238px -100px;}

#nav-why a {background-position: -313px 0; width: 118px;}
#nav-why  a:hover {background-position: -313px -100px;}
#nav-why  a:active {background-position: -313px -100px;}
#nav-why  a.current {background-position: -313px -100px;}

#nav-process a {background-position: -431px 0; width: 100px;}
#nav-process a:hover {background-position: -431px -100px;}
#nav-process a:active {background-position: -431px -100px;}
#nav-process a.current {background-position: -431px -100px;}

#nav-options a {background-position: -531px 0; width: 77px;}
#nav-options a:hover {background-position: -531px -100px;}
#nav-options a:active {background-position: -531px -100px;}
#nav-options a.current {background-position: -531px -100px;}

#nav-services a {background-position: -608px 0; width: 87px;}
#nav-services a:hover {background-position: -608px -100px;}
#nav-services a:active {background-position: -608px -100px;}
#nav-services a.current {background-position: -608px -100px;}

#nav-news a {background-position: -695px 0; width: 71px;}
#nav-news a:hover {background-position: -695px -100px;}
#nav-news a:active {background-position: -695px -100px;}
#nav-news a.current {background-position: -695px -100px;}

#nav-resources a {background-position: -766px 0; width: 92px;}
#nav-resources a:hover {background-position: -766px -100px;}
#nav-resources a:active {background-position: -766px -100px;}
#nav-resources a.current {background-position: -766px -100px;}

#nav-contact a {background-position: -858px 0; width: 99px;}
#nav-contact a:hover {background-position: -858px -100px;}
#nav-contact a:active {background-position: -858px -100px;}
#nav-contact a.current {background-position: -858px -100px;}

#about-drop {
	position:absolute;
	width:149px;
	height:53px;
	z-index:55;
	left: 91px;
	top: 28px;
	background-color: #A8A9AB;
	border-top: none;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background-image: url(../images/drop-bg.jpg);
	visibility: hidden;
}

#about-drop  ul{ list-style-type: none; margin-left: 0}
#about-drop  li{ padding-left: 0;  line-height: 24px}

#about-drop a:link { color: #FFFFFF; text-decoration: none; display: block; text-indent: 10px;  width: 149px; height: 24px;}
#about-drop a:visited { color: #FFFFFF; text-decoration: none; display: block; text-indent: 10px; width: 149px; height: 24px; }
#about-drop a:hover{ background-color: #FFFFFF; color: #15619a; text-decoration: none; display: block; text-indent: 10px; width: 149px; height: 24px; } 
#about-drop a:active { background-color: #025491; color: #FFFFFF; text-decoration: none; display: block; text-indent: 10px;  width: 149px; height: 24px;}

#services-drop {
	position:absolute;
	width:196px;
	height:126px;
	z-index:55;
	left: 191px;
	top: 28px;
	background-color: #A8A9AB;
	border-top: none;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background-image: url(../images/drop-bg.jpg);
	visibility: hidden;
}

#services-drop  ul{ list-style-type: none; margin-left: 0}
#services-drop  li{ padding-left: 0;  line-height: 24px}

#services-drop a:link { color: #FFFFFF; text-decoration: none; display: block; text-indent: 10px; width:196px; height:24px; }
#services-drop a:visited { color: #FFFFFF; text-decoration: none; display: block; text-indent: 10px; width:196px; height:24px;  }
#services-drop a:hover{ background-color: #FFFFFF; color: #15619a; text-decoration: none; display: block; text-indent: 10px; width:196px; height:24px; } 
#services-drop a:active { background-color: #025491; color: #FFFFFF; text-decoration: none; display: block; text-indent: 10px; width:196px; height:24px; }

 #mainContent {
	width: 970px;
	float: left;
	background-image: url(../images/white-background.png);
	background-repeat: repeat-y;

}

#mainContent h1 {
	font-size: 18px;
	color: #055f91;
	margin-top: 30px;

}

.subhead {
	font-size: 16px;
	font-weight: bold;
	color: #055f91;
}

.magTitle {
	font-size: 14px;
	font-weight: bold;
	color: #055f91;
}
.tablehead {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.anchorlinks a{
	
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.comparisonTitles{
	font-size:16px;
	font-weight:bold;
	color:#055f91;
	text-align:center;
}


#mainContent h2 {
	font-size: 16px;
	color: #055f91;
}

#mainContent h2 a {
	color: #055f91;
	text-decoration: none;

}

.zerobottom {
	margin-bottom: 0px;	
}

.zerotop {
	margin-top: 0px;	
}
#mainContent h3 {
	font-size: 14px;
	color: #055f91;
	
}

#mainContent h3 a {
	color: #055f91;

}

.subhead2 {
	font-size: 14px;
	color: #002B42;
	text-transform: uppercase;
}


.subh1 {
	font-size: 14px;
	color:#737373
}

#content {
	width: 902px;
	margin-left: 50px;
	float: left;
}
.ComparisonUL {
	/*list-style-position:inside;*/
	padding: 4px 3px 4px 4px;
	margin: 0 0 0 10px;
}

#subpageContent {
	width: 870px;
	margin-left: 50px;
	margin-right: 46px;
	float: left;
}

#customSingleCompartment {
	width: 400px;
	padding-left: 15px;
	padding-right:15px;
	float: left;
}

#customMultiCompartment {
	width: 400px;
	padding-left: 15px;
	padding-right:15px;
	float: right;
}

#left-content {
	width: 627px;
	float: left;
}

.cta {
	font-weight: bold;
	color: #2070ba
}

#right-content {
	width: 273px;
	float: left;
	background-image: url(../images/home-divider.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#home-tabs {
	width: 955px;
	height: 391px;
	margin: 0px 8px 0px 7px;
	float: left;
	background-color: #999999;
	position: relative;
	background-image: url(../images/panels-bg.jpg);
	background-repeat: repeat-x;
}

 
#tabs { 
	width: 970px;
	float: left;
	height: 53px;
	margin-left: 7px;
}

#slideshowLeft {
	width: 347px;
	float: left;
	margin-right: 17px;
}
#slideshowLeft p {
	margin-left: 5px;
	
}
	

#slideshowRight {
	width: 347px;
	float: right;
	
}

#slideshowRight p {
	margin-left: 5px;	
}
 #footer {
	width: 970px;
	height: 161px;
	float: left;
}

#footer-body {
	height: 110px;
	width: 970px;
	background-image: url(../images/footer-bg.png);
	float: left;
	position: relative;
	color: #FFFFFF;
	

}

.footer-yellow {
color: #ffdf06;
}

#footer-border {
width: 970px;
float: left;

}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footertext {
	position:absolute;
	width:571px;
	height:83px;
	z-index:1;
	left: 306px;
	top: 9px;
	margin: 20px 0px 0px;
}

#footertext a {
	color:#FFFFFF;
}

#hospital1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 363px;
	top: 68px;
}
#hospital2 {
	position:absolute;
	width:210px;
	height:231px;
	z-index:2;
	left: 81px;
	top: 68px;
	background-color: #999999;
}
#hospital3 {
	position:absolute;
	width:276px;
	height:230px;
	z-index:3;
	left: 650px;
	top: 68px;
}
#testimonial {
	width: 250px;
	float: right;
	margin-left: 15px;
	padding: 10px;
	border: 1px solid #036;
	color: #036;
	background-color: #DFECEA;
}

#testimonials2 {
	width: 250px;
	float: left;
	margin-right: 15px;
	padding: 10px;
	border: 1px solid #036;
	color: #036;
	background-color: #DFECEA;
}

#panelsBtn {
	margin-left: -44px;
	margin-top:2px;
}

#anchorColumn {
width: 150px;
float: left;
margin-right: 20px;
}

#customDropdown {
	position:absolute;
	width:195px;
	height:193px;
	z-index:900;
	left: 135px;
	top: 338px;
	background-color: #056099;
	visibility:hidden;
}
#photosDropdown{
	position:absolute;
	width:223px;
	height:117px;
	z-index:900;
	left:244px;
	top:338px;
	background-color: #056099;
	visibility:hidden;
}
#customDropdown a, #photosDropdown a {
	color: #FFFFFF;
	text-decoration: none;
}

#customDropdown ul, #photosDropdown ul{
	margin:4px 0px 0px 0px;
	padding: 0px;
	color: #FFFFFF;
	list-style: none;
}
#customDropdown li, #photosDropdown li{
	line-height: 20px;
}

#customDropdown a:link, #photosDropdown a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#customDropdown a:visited, #photosDropdown a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#customDropdown a:hover, #photosDropdown a:hover {
	color: #036;
	background-color:#4EB7E4;
	text-decoration: none;
	display: block;
}
#customDropdown a:active, #photosDropdown a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.bannerPositioner {
	margin-left: 5px; margin-top: 29px;
	
}

#hospital {
	position:absolute;
	width:955px;
	height:388px;
	float: left;
	left: 0px;
	top: 0px;
	visibility: visible;
}

#pacs {
	position:absolute;
	width:955px;
	height:380px;
	float: left;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#office {
	position:absolute;
	width:955px;
	height:380px;
	float: left;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

#industry {
	position:absolute;
	width:955px;
	height:380px;
	float: left;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

#getstarted {
	position:absolute;
	width:955px;
	height:380px;
	float: left;
	left: 0px;
	top: 0px;
	visibility: hidden;

}

#video{
	position:absolute;
	width:955px;
	height:380px;
	float: left;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	top: 69px;
	left: 218px;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 472px;
	top: 69px;
}
#apDiv3 {
	position:absolute;
	width:745px;
	height:62px;
	z-index:3;
	left: 83px;
	top: 1px;
}
#hosptalHeader {
	position:absolute;
	width:632px;
	height:45px;
	z-index:4;
	left: 177px;
	top: 11px;
}
#hospitalFooter {
	position:absolute;
	width:200px;
	height:83px;
	z-index:5;
	left: 50px;
	top: 302px;
}
#apDiv4 {
	position:absolute;
	width:5px;
	height:380px;
	z-index:6;
	left: 952px;
	top: 0px;
} 
#apDiv5 {
	position:absolute;
	width:202px;
	height:233px;
	z-index:7;
	left: 227px;
	top: 70px;
}
#apDiv6 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#apDiv7 {
	position:absolute;
	width:204px;
	height:231px;
	z-index:8;
	left: 523px;
	top: 70px;
}
#apDiv8 {
	position:absolute;
	width:348px;
	height:67px;
	z-index:7;
	left: 281px;
	top: 302px;
}
#apDiv9 {
	position:absolute;
	width:200px;
	height:59px;
	z-index:1;
	left: 237px;
	top: 6px;
}
#apDiv10 {
	position:absolute;
	width:200px;
	height:84px;
	z-index:1;
	left: 173px;
	top: 303px;
}
#apDiv11 {
	position:absolute;
	width:200px;
	height:86px;
	z-index:1;
	left: 483px;
	top: 303px;
}
#apDiv12 {
	position:absolute;
	width:350px;
	height:241px;
	z-index:1;
	left: 304px;
	top: 71px;
}
#apDiv13 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#apDiv14 {
	position:absolute;
	width:200px;
	height:265px;
	z-index:7;
	left: 284px;
	top: 58px;
}
#apDiv15 {
	position:absolute;
	width:626px;
	height:39px;
	z-index:1;
	left: 179px;
	top: 6px;
}

#apDiv15 h1{
	margin: 0px;	
}
#apDiv16 {
	position:absolute;
	width:279px;
	height:115px;
	z-index:1;
	left: 12px;
	top: 64px;
}
#apDiv17 {
	position:absolute;
	width:285px;
	height:193px;
	z-index:1;
	left: 664px;
	top: 75px;
}
#apDiv18 {
	position:absolute;
	width:480px;
	height:40px;
	z-index:1;
	left: 256px;
	top: 337px;
}
#apButtonText {
	position:absolute;
	width:947px;
	height:370px;
	z-index:1;
	left: 286px;
	top: 391px;
	visibility: hidden;
}
#apHomeText {
	position:absolute;
	width:955px;
	height:388px;
	z-index:3;
	left: -56px;
	top: 3px;
	float:left;
	visibility: hidden;
}
#apAboutUs {
	position:absolute;
	width:943px;
	height:382px;
	z-index:2;
	left: -58px;
	top: 10px;
	visibility: hidden;
}
#apCustomWorkstations {
	position:absolute;
	width:934px;
	height:380px;
	z-index:2;
	left: -47px;
	top: 10px;
	visibility: hidden;
}
#apWhyProximity {
	position:absolute;
	width:931px;
	height:370px;
	z-index:2;
	visibility: hidden;
	left: -39px;
	top: 8px;
}
#apOurProcess {
	position:absolute;
	width:849px;
	height:115px;
	z-index:2;
	left: -54px;
	top: 6px;
	visibility: hidden;
}
#apOptions {
	position:absolute;
	width:851px;
	height:373px;
	z-index:2;
	visibility: hidden;
	left: 1px;
	top: 14px;
}
#apServiceSupport {
	position:absolute;
	width:865px;
	height:359px;
	z-index:2;
	visibility: hidden;
	left: -1px;
	top: 7px;
}
#apNewsEvents {
	position:absolute;
	width:865px;
	height:337px;
	z-index:2;
	visibility: hidden;
	left: 7px;
	top: 9px;
}
#apContact {
	position:absolute;
	width:851px;
	height:373px;
	z-index:2;
	left: px;
	top: 13px;
	visibility: hidden;
}
.smallText {
	font-size: 11px;
	font-weight: bold;
	color: #2070ba

	
}

.smallTextReg {
	font-size: 11px;

	color: #2070ba

	
}

.iframebg {
	background-color:#2B88C1
}

.contacttext11px{
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: 300;
	color : black;
	text-decoration : none;
}

.smallText p {
	margin: 0px 0px 10px 0px;
	
}
#contactDisplay {
	width: 190px;
	height: 90px;
	border: 1px solid #066190;
	background-color:#2080B0;
	position: absolute;
	left: -215px;
	top: 0px;
	visibility: visible;
}

#contactForm {
	width: 285px;
	float: right;
	margin: 72px 0px 0px 10px;
	padding: 10px;
	border: 1px solid #036;
	color: #036;
	background-color: #cadee7;
	position: relative;
	
}

#picLeft {
	width: 270px; 
	float: left; 
	border: 1px solid #4e4e4e;margin-right: 30px;	
}
#articles {
	float: right;
	width: 273px;
}

#slideshowBorder {
	
	width:345px; 
	border: 1px solid #069
	
}

.slideshowTitle {
	
	line-height: 30px;
}
#mediaContact {
	float: right;
	width: 200px;
}
.picBorder {
	border: 1px solid #055F91;
	margin: 5px;
}

.clrflt {clear: both}

#apDiv19 {
	position:absolute;
	width:480px;
	height:53px;
	z-index:8;
	left: 224px;
	top: 1px;
}

#apDiv20 {
	position:absolute;
	width:308px;
	height:35px;
	z-index:7;
	left: 309px;
	top: 218px;
}

#apDiv21 {
	position:absolute;
	width:368px;
	height:134px;
	z-index:8;
	left: 313px;
	top: 62px;
}

#bioPic {
	width: 130px; 			    float: left; 	    			    margin-right: 15px;
}

.bioPic {
	width: 130px; 			    float: left; 	    			    margin-right: 15px;
	margin-bottom: 15px;
}

#ie6adust {
	width: 5px;
	height: 33px;
	float: left;
	background-image: url(../images/homeBtn_04-left-shad.png);
}
#modular-video {
	position:absolute;
	width:410px;
	height:230px;
	z-index:1;
	left: 275px;
	top: 66px;
}
.product_photos_table{margin-left:25px;}
.product_photos_cells{width:25%; vertical-align:top; padding:0 0 15px 15px; text-align:center; font-weight:bold; width:200px}
.product_photos_cells img{height:150px; width:200px; border:1px solid black}
.pdf{float:right; padding-right:25px;}

#altImage{position:absolute;}