@charset "utf-8";
/* CSS Document */






/* General Styles */
body{
margin: 0;
background-image: url('/media/images/bodybg.gif');
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #575757;
}

a:link, a:active, a:visited {
	color: #15658f;
	text-decoration: underline;
}
		
a:hover{
	color: #e34a10;
	text-decoration: none;
}
img{
padding: 0;
margin: 0;
display: block;
border: 0;
}
h1{
font-size: 15px;
color: #e24912;
margin-left: 0;
margin-bottom: 10px;
}
	
h2{
color: #575757;
font-size: 13px;
font-weight: bold;
}

h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #575757;
}

h4{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #575757;
}

.header1-home{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #575757;
margin: 0;
margin-bottom: 10px;
margin-left: 16px;
padding-top: 10px;
font-weight: bold;
}

.header1{/*SEO*/
font-size: 15px;
color: #e24912;
margin-left: 0;
margin-bottom: 10px;
font-weight: bold;
}

.header2{/*SEO*/
color: #575757;
font-size: 13px;
font-weight: bold;
}

.header3{/*SEO*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #575757;
}

.header4{/*SEO*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #575757;
}

.header1-LeftSideCitation {/*SEO*/
color: #FFFFFF;
font-weight: bold;
font-size: 13px;
}

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #575757;
padding: 0;
margin-top: 16px;
margin-left: 16px;
margin-right: 16px;
text-align: left;
}

p.citationBlock{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
line-height: 16px;
margin: 0px;
text-align: left;
}

p.citationsource{
font-size: 12px;
color: #fff;
line-height: 16px;
margin: 0px;
text-align: left;
}

#mainContainer{
width: 964px;
overflow: visible;
margin: 0 auto;
}

#navBar{
width: inherit;
height: 28px;
background-color: #c9c9c9;
background-image: url('/media/images/bodybg.gif');
background-repeat: repeat-x;
z-index: 100;
text-align: right;
margin-bottom: 0px;
padding-bottom: 0;
}

/* End General Styles */




#flashcontent * { display: block; }



/* Homepage Specific Styles */

#flashBlock{
z-index: 0;
height: 427px;
margin-top: 0px;
}

#bodyHomepage{
width: 945px;
margin-left: 19px;
margin-top: 3px;
background-image: url('/media/images/bodyContentbg.gif');
background-repeat: repeat-x;
overflow:hidden;
}


	#bodyHomepageLeft{
	width: 274px;
	background-image: url('/media/images/bodyHomepageLeft_bg.jpg');
	background-repeat: no-repeat;
	float: left;
        margin-bottom: -1000px;
        padding-bottom: 1000px;
	}
		
		#bodyHomepageLeft ul{
		list-style-image: url("/media/images/statcomBullet2.gif"); 
		padding: 0 10px 0 0;
		margin-left: 30px;
		margin-top: 16px;
		}
		
		#bodyHomepageLeft ul li, #bodyHomepageLeft li a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #15658f;
		line-height: 18px;
		}
		
		#bodyHomepageLeft ul li a:hover{
		color: #575757;
		text-decoration: none;
		}
		
	#bodyHomepageMiddle{
	width: 419px;
	background-image: url('/media/images/bodyHomepageMiddle_bg.jpg');
	background-repeat: no-repeat;
	float: left;
        margin-bottom: -1000px;
        padding-bottom: 1000px;
	}
		#bodyHomepageMiddle p{
		line-height: 17px;
		}
	
	#bodyHomepageRight{
	width: 252px;
	background-image: url('/media/images/bodyHomepageRight_bg.jpg');
	background-repeat: no-repeat;
	float: left;
	text-align: center;
        margin-bottom: -1000px;
        padding-bottom: 1000px;
	}
	
		#btn-spacer{
		height:272px;
		
		}
		.btns{
		width: 230px;
		padding-left: 22px;
		clear: both;
		margin: 0px;
		diplay:table;
		}
		* html .btns{
		margin-bottom:-10px;
		}
		* +html .btns{
		margin-bottom:15px;
		}
		
		.newsletter{
		float: left;
		width: 96px;
		height: 128px;
		margin-top: 20px;
		padding-left: 15px;
		background-repeat: no-repeat;
		}
		* html .newsletter {
		padding-left:33px;
		}
				
			.newsletterbtn {
			width: 96px;
			height: 128px;
			padding: 0px;
			margin: 0px;
			margin-left: -20px;
			float: left;
			}
			
			a.newsletterbtn {
			background-image:url('/media/images/newsletter_icon_both.gif');
			background-position:0px 0px;
			background-repeat: no-repeat;
			}
			
			a.newsletterbtn:hover {
			background-position: -96px 0px;
			background-repeat: no-repeat:
			}
				
		.survey{
		float: left;
		width: 96px;
		height: 128px;
		margin-top: 20px;
		margin-bottom: 12px;
		padding-left: 20px;
		background-repeat: no-repeat;
		}
		* html .survey {
		clear: left;
		margin-top: 8px;
		}
				
			.surveybtn {
			width: 96px;
			height: 128px;
			padding: 0px;
			margin: 0px;
			margin-left: -20px;
			float: left;
			}
			
			a.surveybtn {
			background-image:url('/media/images/splazke_icon_both.gif');
			background-position:0px 0px;
			background-repeat: no-repeat;
			}
			
			a.surveybtn:hover {
			background-position: -96px 0px;
			background-repeat: no-repeat:
			}
				
		.patientJourney{
		float: left;
		width: 96px;
		height: 128px;
		margin-top: 20px;
		padding-left: 15px;

		}
		
			.patientbtn {
			width: 96px;
			height: 128px;
			padding: 0px;
			margin: 0px;
			margin-left: -2px;
			float: left;
			}
			
			a.patientbtn {
			background-image:url('/media/images/patientjourney_icon_both.gif');
			background-position:0px 0px;
			background-repeat: no-repeat;
			}
			
			a.patientbtn:hover {
			background-position: -96px 0px;
			background-repeat: no-repeat:
			}

		.newt{
		float: left;
		width: 96px;
		height: 128px;
		padding-left: 2px;
		margin-bottom: 12px;
		}
		
			.newtbtn {
			width: 96px;
			height: 128px;
			padding: 0px;
			margin-top:20px;
			margin-left: -2px;
			float: left;
			}
			
			a.newtbtn {
			background-image:url('/media/images/newt_icon_both.gif');
			background-position:0px 0px;
			background-repeat: no-repeat;
			}
			
			a.newtbtn:hover {
			background-position: -96px 0px;
			background-repeat: no-repeat:
			}
		
		/*STYLES FOR THE INTERIOR PAGE BUTTONS
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/	
		.messagefrom{
		float: left;
		width: 96px;
		height: 128px;
		margin-top: 20px;
		padding-left: 22px;
		background-repeat: no-repeat;
		}
			/*LEFTSIDE: BEN SAWYER BUTTON*/	
			.btn-left3 {
			width: 96px;
			height: 128px;
			padding: 0px;
			margin: 0px;
			margin-left: -20px;
			float: left;
			}
			
			a.btn-left3 {
			background-image:url('/media/images/ben_icon_both.gif');
			background-position:0px 0px;
			background-repeat: no-repeat;
			}
			
			a.btn-left:hover3 {
			background-position: -96px 0px;
			background-repeat: no-repeat:
			}
			/*LEFTSIDE: NEWSLETTER BUTTON*/	
			.newsletter-int{
			float: left;
			width: 96px;
			height: 128px;
			margin-top: 20px;
			padding-left: 22px;
			background-repeat: no-repeat;
			}
			.newsletterbtn-int {
			width: 96px;
			height: 128px;
			padding: 0px;
			margin: 0px;
			margin-left: -20px;
			float: left;
			}
			
			a.newsletterbtn-int {
			background-image:url('/media/images/newsletter_icon_both.gif');
			background-position:0px 0px;
			background-repeat: no-repeat;
			}
			
			a.newsletterbtn-int:hover {
			background-position: -96px 0px;
			background-repeat: no-repeat:
			}
		/*RIGHTSIDE: PATIENT JOURNEY BUTTON*/	
		.patientJourney-int{
		float: left;
		width: 96px;
		height: 128px;
		margin-top: 20px;
		padding-left: 0px;
		}
		
			.patientbtn-int {
			width: 96px;
			height: 128px;
			padding: 0px;
			margin: 0px;
			margin-left: -2px;
			float: left;
			}
			
			a.patientbtn-int {
			background-image:url('/media/images/patientjourney_icon_both.gif');
			background-position:0px 0px;
			background-repeat: no-repeat;
			}
			
			a.patientbtn-int:hover {
			background-position: -96px 0px;
			background-repeat: no-repeat:
			}
		
	#dottedBorder{
	border-right: 1px dotted #a2a5a4;
	margin-top: 7px;
        margin-bottom: -1000px;
        padding-bottom: 1000px;
	}
	#ambulancemap {
	height:200px;
	left:50%;
	position:absolute;
	top:315px;
	width:476px;
	z-index:100;
	border:0px;
	cursor: pointer;
	}
/* End Homepage Specific Styles */









/* Interior Page Styles */

#container{
height: auto;
overflow: hidden;
}

#LeftSide{
width: 324px;
float: left;
}

	#LeftSideJourney{
	width: 258px;
	height: 433px;
	margin-left: 43px;
	}

		.image1{ /*http://www.statcom.com/healthcare-software-solutions/business-activity-monitoring.aspx*/
		height: 433px;
		margin: 0px;
		background-image:url('/media/images/IMAGESart-business-activity.jpg');
		background-position: top;
		background-repeat: no-repeat;
		}
		.image2{ /*http://www.statcom.com/about-statcom/contact-us.aspx*/
		height: 433px;
		margin: 0px;
		background-image:url('/media/images/IMAGESart-contact-us.jpg');
		background-position: top;
		background-repeat: no-repeat;
		}
		.image3{ /*http://www.statcom.com/healthcare-software-solutions/discharge-planning.aspx*/
		height: 433px;
		margin: 0px;
		background-image:url('/media/images/IMAGESart-discharge-planning.jpg');
		background-position: top;
		background-repeat: no-repeat;
		}
		.image4{ /*http://www.statcom.com/news-events/events.aspx*/
		height: 433px;
		margin: 0px;
		background-image:url('/media/images/IMAGESart-events.jpg');
		background-position: top;
		background-repeat: no-repeat;
		}
		.image5{ /*http://www.statcom.com/about-statcom/executive-team.aspx*/
		height: 433px;
		margin: 0px;
		background-image:url('/media/images/IMAGESart-executive-team.jpg');
		background-position: top;
		background-repeat: no-repeat;
		}
		.image6{ /*http://www.statcom.com/healthcare-software-solutions/hospital-management.aspx*/
		height: 433px;
		margin: 0px;
		background-image:url('/media/images/IMAGESart-hospital-management.jpg');
		background-position: top;
		background-repeat: no-repeat;
		}
		.image7{ /*http://www.statcom.com/healthcare-technology/hospital-software.aspx*/
		height: 433px;
		margin: 0px;
		background-image:url('/media/images/IMAGESart-hospital-software.jpg');
		background-position: top;
		background-repeat: no-repeat;
		}
		.image8{ /*http://www.statcom.com/healthcare-technology/hospital-technology.aspx*/
		height: 433px;
		margin: 0px;
		background-image:url('/media/images/IMAGESart-hospital-technology.jpg');
		background-position: top;
		background-repeat: no-repeat;
		}
		.image9{ /*http://www.statcom.com/news-events/inthenews.aspx*/
		height: 433px;
		margin: 0px;
		background-image:url('/media/images/IMAGESart-news.jpg');
		background-position: top;
		background-repeat: no-repeat;
		}
		.image10{ /*http://www.statcom.com/about-statcom/partnerships-alliances.aspx*/
		height: 433px;
		margin: 0px;
		background-image:url('/media/images/IMAGESart-partnerships.jpg');
		background-position: top;
		background-repeat: no-repeat;
		}
		.image11{ /*http://www.statcom.com/healthcare-software-solutions/bed-management.aspx*/
		height: 433px;
		margin: 0px;
		background-image:url('/media/images/IMAGESart-patient-care-quality.jpg');
		background-position: top;
		background-repeat: no-repeat;
		}
		.image12{ /*http://www.statcom.com/healthcare-software-solutions/main.aspx*/
		height: 433px;
		margin: 0px;
		background-image:url('/media/images/IMAGESart-solutions.jpg');
		background-position: top;
		background-repeat: no-repeat;
		}
		.image13{ /*http://www.statcom.com/about-statcom/main.aspx*/
		height: 433px;
		margin: 0px;
		background-image:url('/media/images/IMAGESartwork-about-us-main.jpg');
		background-position: top;
		background-repeat: no-repeat;
		}
	
	#LeftSideContinue{
	background-image:url(/media/images/continuepatientjourney.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:26px;
	margin:0;
	overflow:hidden;
	padding-top:13px;
	width:258px;
	float: left;
	}
	* html #LeftSideContinue{
	margin-top: 20px;
	background-position:center top;
	}
	* +html #LeftSideContinue{
	margin-top: -15px;
	}

	#LeftSideCitation{
	margin-left: 55px;
	font-family: Arial;
	font-size: 12px;
	margin-top:27px;
	}
	* html #LeftSideCitation{
	margin-top:0px;
	}

		#LeftSideCitation h1, #LeftSideCitation a:link, #LeftSideCitation a:visited, #LeftSideCitation a:active {
		color:white;
		}
		#LeftSideCitation a:hover {
		color:#cccccc;
		}
		#LeftSideCitation ul li {
		margin-left:-10px;
		}

		#LeftSideCitation #CapTop{
		width:236px;
		background-image: url('/media/images/callout_captop-blue.jpg');
		}
		#LeftSideCitation #CapBottom{
		width:236px;
		background-image: url('/media/images/callout_capbottom-blue.jpg');
		height:55px;
		}
		#LeftSideCitation #Inner{
		padding:0 9px;
		background-color:#6eaec2;
		background-image: url('/media/images/callout_capbg-blue.jpg');
		}	

#RightSide{
width: 640px;
height: auto;
background-image: url('/media/images/interior_body_bg.gif');
background-repeat: no-repeat;
float: left;
overflow: visible;
padding-bottom: 40px;
}

	#PrintSearch{
	width: 640px;
	height: 30px;
	float: right;
	clear:both;
	}
	
		#Print{
		width: 110px;
		height: 22px;
		float: left;
		margin-left: 390px;
		margin-top: 3px;
		border-right: 1px dotted #666666;
		padding-right: 8px;
		margin-right: 8px;
		}
		* html #Print{
		margin-left:192px;
		}
		
		.Search{
		width: 110px;
		height: 24px;
		float: left;
		}
		* html .Search {
		width: 120px;
		}

			.search-input {
			background-image: url('/media/images/search_bar.gif');
			background-repeat: no-repeat;
			background-position: top left;
			font-size:9px;
			height:24px;
			margin-right:-3px;
			margin-top: 3px;
			padding-top:5px;
			width:96px;
			color:#E24912;
			padding-left:5px;
			}
			* html .search-input {
			margin-right:-15px;
			padding-top: 4px;
			margin-top: 2px;
			}
			* +html .search-input {
			padding-top: 4px;
			margin-top: 2px;
			}
			.search-button {
			background-image: url('/media/images/search_bar.gif');
			background-repeat: no-repeat;
			background-position: right top; 
			width: 17px; 
			padding: 0px;
			height:21px;
			margin-top:3px;
			cursor:hand;
			}
			* html .search-button {
			margin-left: 0px;
			width: 20px;
			}
			
						

#RightSideContent{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #575757;
line-height: 18px;
margin-top: 60px;
padding-right: 25px;
}
* +html #RightSideContent{
margin-top: 80px;
}
* html #RightSideContent{
margin-top: 20px;
}


	#RightSideContent h1{
	font-size: 15px;
	color: #e24912;
	margin-left: 0;
	margin-bottom: 10px;
	}
	
	#RightSideContent h2{
	color: #575757;
	font-size: 13px;
	font-weight: bold;
	}
	
	#RightSideContent p{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 22px;
	}
	
	#RightSideContent a{
	color: #15658f;
	text-decoration: underline;
	}
		
	#RightSideContent a:hover{
	color: #e34a10;
	text-decoration: none;
	}
	

	#RightSideContent ul{
		list-style-image: url("/media/images/statcomBullet2.gif"); 
		padding: 0;
		margin-left: 30px;
		margin-top: 16px;
		}
		
		#RightSideContent ul li{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #575757;
		}
		#RightSideContent ul li ul {
		margin-top: 6px;
		margin-bottom: 6px;
		}
		#RightSideContent ul li ul li ul {
		margin-top: 6px;
		margin-bottom: 6px;
		}
		
		#bodyHomepageLeft li a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #15658f;
		}
		#RightSideContent ul li a:hover{
		color: #575757;
		text-decoration: none;
		}



	#RightSideCitation{
	float: right;
	margin-left: 20px;
	width: 248px;
	}
	
		#CapTop{
		width: 248px;
		height: 10px;
		background-image: url('/media/images/callout_captop.jpg');
		background-repeat: no-repeat;
		}
		
		#CapBottom{
		width: 248px;
		height: 36px;
		background-image: url('/media/images/callout_capbottom.jpg');
		background-repeat: no-repeat;
		clear: both;
		}
		
		#Inner{
		width: 218px;
		float: left;
		color: #f2f2f2;
		line-height: 15px;
		padding: 0px 15px 0px 15px;
		background-image: url('/media/images/callout_capbg.jpg');
		background-repeat: repeat-x;
		background-position: bottom;
		background-color: #939d9e;
		margin-bottom: 0px;
		}
		* html #Inner{
		margin-top: -5px;
		}


/* End Interior Page Styles */







/* Begin 1 column Styles */
#LeftSide2{
width: 324px;
height: 124px;
float: left;
}

#RightSideContent2 {
color:#575757;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:18px;
margin-top:135px;
padding-left:57px;
padding-right:25px;
}
* html #RightSideContent2 {
margin-top:20px;
}
	
	#RightSideContent2 p{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 22px;
	}
	
	#RightSideContent2 a{
	color: #15658f;
	text-decoration: underline;
	}
		
	#RightSideContent2 a:hover{
	color: #e34a10;
	text-decoration: none;
	}
	

	#RightSideContent2 ul{
		list-style-image: url("/media/images/statcomBullet2.gif"); 
		padding: 0;
		margin-left: 30px;
		margin-top: 16px;
		}
		
		#RightSideContent2 ul li{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #575757;
		
		}
		
		#RightSideContent2 ul li a:hover{
		color: #575757;
		text-decoration: none;
		}

/* End 1 column Styles */






/* Begin Footer Styles */

#footer{
width: 945px;
margin-left: 19px;
margin-top: 6px;
background-color: #e9e9e9;
border-top: 1px dotted #a2a5a4;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

	#footer_inner{
	margin-top: 7px;
	color: #444444;
	padding-bottom: 7px;
	}
		
	#footer a{
	color: #444444;
	text-decoration: none;
	}
	
	#footer a:hover{
	color: #e34a10;
	text-decoration: underline;
	}
	
/* End Footer Styles */



/* Events styles */
.eventsleftside1 {
	float: left;
	width: 250px;
	padding-right: 24px;
}

.eventsrightside1 {
	margin-left: 250px;
	padding-left: 36px;
}


.eventscontainer {
	margin: 0px auto;
	margin-bottom: 48px;
}

/* Begin SEO and Landing Page Styles */

#SEO-NS {
line-height:18px;
}

#SEO-NS a{
color: #15658f;
text-decoration: underline;
}

#SEO-NS a:hover{
color: #e34a10;
text-decoration: none;
}

#SEO-NS ul{
list-style-image: url("/media/images/statcomBullet2.gif"); 
padding: 0;
margin-left: 30px;
margin-top: 16px;
}

#SEO-NS ul li{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #575757;
}

h1.seo-ns {
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
color:#E24912;
margin:0 0 10px 16px;
padding-top:50px;
}

h2.seo-ns {
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-weight: normal;
font-size: 12px;
margin:0 0 0 16px;
color: #575757;
}

h1.seo {
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 12px;
margin:0 0 10px 16px;
color: #575757;
}

#RightSideContent h1.seo{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #575757;
padding: 0;
margin-top: 16px;
margin-right: 16px;
text-align: left;
font-weight: normal;
font-style: oblique;
}

h1.landing{
font-size: 18px; 
font-weight: bold; 
text-align: left;
color: #005883; 
border-bottom: 1px solid #ec8429;
padding: 0 0 2px 0; 
margin: 0 0 0 0;
}

h2.landing{
font-size: 16px;
font-weight: bold;
text-align: left;
color: #cc6600;
}

p.landing{
text-align: left;
}


/* End SEO and Landing Page Styles /*


















































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.header1 {

}

.header2 {

}

.header3 {

}

