/*

/////////////////////////////////////////////////////
/////////////////////////////////////////////////////

	DHIMS Global Styles

/////////////////////////////////////////////////////
///////////////////////////////////////////////////*/



	



/*////////////////////////////////////////////
	GENERAL ELEMENT DESCRIPTORS
////////////////////////////////////////////*/

body {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/bg-body.png) repeat-x #292929;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	color: #000;
	}

a, a:visited, a:focus {
	color: #2a2774;
	font-weight: bold;
	} 

a:hover {
	color: #f69222;
	}
	

/*//////////////////////////////////////////////
	GENERAL HEADERS AND BODY COPY DESCRIPTORS
////////////////////////////////////////////////

These are general text descriptors used throughout 
the entire DHIMS Web Site. Text descriptors with an ID 
or CLASS assigned to it will be located under its 
coordinating section.

*/

hr {
	clear: both;
	height: 25px;
	visibility: hidden;
	}
	
h1 {
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -5000px;
	}
	
h2 {
	margin: 10px 0 15px 0;
	padding: 0;
	font-size: 1.6em;
	color: #2e2d72;
	letter-spacing: -1px;
	}
	
	h2#pageTitle {
		padding-top: 10px;
		}
	
h3 {
	margin: 0 0 15px 10px;
	padding: 10px 0 0 0;
	font-size: 1.4em;
	color: #616196;
	letter-spacing: -1px;
	border-bottom: 1px solid #d3d3d3;
	clear: none;
	}
	
	h3 a, h3 a:visited, h3 a:focus {
		text-decoration: none;
		color: #616196;
		}
		
	h3#headline {
		border-bottom: 1px solid #2e2d72;
		color: #2e2d72;
		margin: 0;
		padding: 0;
		}
	
h4 {
	margin: 0 0 0 10px;
	padding: 5px 0 5px 0;
	font-size: 1.1em;
	color: #444;
	clear: none;
	}
			
h5 {
	clear: none;
	margin-left: 10px;
	}
		
address {
	margin-left: 10px;
	}
		
p {
	margin: 0 0 15px 10px;
	line-height: 1.4em;
	}
	
ul li {
	line-height: 1.4em;
	list-style-image: url(../images/bullet.png);
	margin-bottom: 10px;
	}
	
ul.nobullets {
	margin: 10px 0 0 10px;
	padding: 0;
	}
	
	ul.nobullets li {
		list-style: none;
		list-style-image: none;
		}
	
	ul li.nobullet {
		list-style-image: none;
		list-style: none;
		}
	
ul.globe {
	line-height: 1.4em;
	list-style-image: url(../images/bullet.png);
	margin-bottom: 10px;
	}

ul.globe li {
	line-height: 1.4em;
	list-style-image: url(../images/bullet-stats.png);
	margin-bottom: 10px;
	}
		
ol li {
	}
	
span.super, span.trademark {
	font-size: 50%;
	line-height: 1px;
	vertical-align: super;
	}

small {
	color: #888;
	font-style: italic;
	font-weight: bold;
	font-size: .75em;
	line-height: normal;
	}
	
img {
	border: none;
	}
	
.hidden {
	display: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	}
			
#container { /* Contains ENTIRE body of Web Site */
	margin: 20px auto;
	padding: 0;
	position: relative;
	width: 950px;
	clear: both;
	}
	
#content {	/* Contains only the left, main and right columns */
	margin: auto;
	padding: 0;
	background: url(../images/bg-container.png) repeat-y;
	width: 950px;
	position: relative;
	}
	
	
/*////////////////////////////////
	GENERAL BUTTON DESCRIPTORS
//////////////////////////////////

These are general button descriptors used throughout 
the entire DHIMS Web Site.

*/

a.readMore, a:visited.readMore, a:focus.readMore {
		margin: 15px 0 0 0;
		padding: 0 15px 0 0;
		clear: both;
		float: right;
		height: 13px;
		line-height: 13px;
		display: block;
		text-transform: uppercase;
		text-decoration: none;
		font-size: .85em;
		font-weight: bold;
		color: #444;
		background: url(../images/btn-readMore.png) no-repeat right 0;
		}
		
		a:hover.readMore {
			color: #999;
			background: url(../images/btn-readMore.png) no-repeat right -13px;
			}
			
		a.readMore span {
			color: #f69222;
			}
			
		a:hover.readMore span {
			color: #2a2774;
			}

a.backTop, a:visited.backTop, a:focus.backTop {
	margin: 10px 0 20px 0;
	padding: 0 15px 0 0;
	float: right;
	clear: both;
	height: 12px;
	line-height: 12px;
	display: block;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #444;
	background: url(../images/btn-backTop.png) no-repeat right 0;
	}
	
	a:hover.backTop {
		color: #999;
		background: url(../images/btn-backTop.png) no-repeat right -12px;
		}
		
	a.backTop span {
		color: #f69222;
		}
	
	a:hover.backTop span {
		color: #2a2774;
		}
	
img.tag {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	}

/*////////////////////////////////
	MHS BANNER DESCRIPTORS
////////////////////////////////*/	

#mhsBanner {
	margin: auto;
	padding: 0;
	height: 30px;
	width: 950px;
	overflow: hidden;
	background: url(../images/bg-mhsBanner.png) no-repeat center left;
	font-size: .85em;
	position: relative;
	}
	
	#mhsBanner ul {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 9px;
		left: 16px;
		}
		
		#mhsBanner li {
			margin: 0;
			padding: 0 5px 0 5px;
			list-style-image: none;
			float: left;
			border-right: 1px solid #fff;
			}
			
			#mhsBanner li.last {
				border-right: none;
				}
			
	#mhsBanner a {
		color: #fff;
		text-decoration: none;
		font-weight: normal;
		}
		
	#mhsBanner form#cse-search-box {
		margin: 0;
		padding: 0;
		position: relative;
		}
		
		#mhsBanner form#cse-search-box #q {
			margin: 0;
			padding: 0;
			height: 20px;
			border: none;
			position: absolute;
			top: 5px;
			right: 85px;
			}
			
		#mhsBanner form#cse-search-box #sa {
			margin: 0;
			padding: 0;
			height: 12px;
			width: 82px;
			border: none;
			background: url(../images/btn-searchMHS.png) no-repeat #666;
			position: absolute;
			top: 9px;
			right: 0;
			}
		
	
/*////////////////////////////////
	MASTHEAD DESCRIPTORS
////////////////////////////////*/

	
#masthead {
	margin: auto;
	padding: 0;
	height: 102px;
	width: 950px;
	position: relative;
	z-index: 9998;
	}
	
	#masthead.dhims {
		background: url(/images/masthead.png) no-repeat;
		}
		
	#masthead.ehr {
		background: url(/images/mastheadEHR.png) no-repeat;
		}
	
	#masthead.ehrAHLTA {
		background: url(/images/mastheadEHRAHLTA.png) no-repeat;
		}
		
	#masthead.ehrDental {
		background: url(/images/mastheadEHRahltaDental.png) no-repeat;
		}
		
	#masthead.ehrUni {
		background: url(/images/mastheadEHRUni.png) no-repeat;
		}
		
	#masthead.ehrTMIP {
		background: url(/images/mastheadEHRTheater.png) no-repeat;
		}
		
	a.logoLink {
		margin: 0;
		padding: 0;
		height: 129px;
		width: 129px;
		background: url(../images/bg-logoLink.png) no-repeat;
		position: absolute;
		top: -8px;
		left: 25px;
		z-index: 9999;
		}

	
	/*////////////////////////////////
		PAGE TOOLS DESCRIPTORS
	////////////////////////////////*/

	#pageTools {
		margin: 10px 10px 0 0;
		padding: 0;
		float: right;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
		}
		
		#pageTools ul {
			margin: 0;
			padding: 0;
			list-style: none;
			}
			
			#pageTools li {
				margin: 0;
				padding: 0;
				list-style-image: none;
				float: left;
				}
				
			#pageTools a {
				margin: 0 0 0 3px;
				padding: 0;
				display: block;
				width: 23px;
				height: 23px;
				background: #2a2774;
				} 
				
				#pageTools a.scaleFontUp {
					background: url(../images/btn-scaleFontUp.png) no-repeat;
					}
					
				#pageTools a.scaleFontDown {
					background: url(../images/btn-scaleFontDown.png) no-repeat;
					}
					
				#pageTools a.print { 
					background: url(../images/btn-print.png) no-repeat;
					}
				
			

/*////////////////////////////////
	TOP NAVIGATION DESCRIPTORS
////////////////////////////////*/

#topNav {
	margin: 0 0 0 165px;
	padding: 0;
	position: relative;
	top: 80px;
	z-index: 9999;
	}
	
	#topNav .dropdown {
		margin: 0;
		padding: 0;
		display: block; 
		position: absolute;
		z-index: 501;
		}
		
	#topNav .dropdown dt {
		margin: 0;
		padding: 0;
		cursor: pointer;
		float: left;
		}
		
	#topNav .dropdown dd {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 20px;
		overflow: hidden; 
		width: 225px; 
		display: none;
		border-bottom: 1px solid #fff;
		background: #071252;
		}
	
	#topNav .dropdown ul {
		margin: 0;
		padding: 0;
		width: 215px; 
		list-style: none;
		}
		
		#topNav .dropdown li {
			margin: 0;
			padding: 0;
			display: inline;
			list-style: none;
			list-style-image: none;
			}
		
	#topNav .dropdown a, #topNav .dropdown a:focus, #topNav .dropdown a:visited {
		margin: 0;
		padding: 0 15px 0 15px;
		display: block; 
		color: #fff;
		font-weight: bold;
		font-size: 1em;
		line-height: 14px;
		height: 14px;
		text-align: center;
		border-right: 1px solid #fff;
		text-decoration: none;
		float: left;
		}
		
		#topNav .dropdown a.first {
			}
			
		#topNav .dropdown a.last, #topNav .dropdown a:hover.last, #topNav .dropdown a:visited.last, #topNav .dropdown a:focus.last {
			border-right: none;
			}
		
		#topNav .dropdown a:hover {
			color: #f69222;
			}
	
	#topNav .dropdown dd a, #topNav .dropdown dd a:focus, #topNav .dropdown dd a:visited {
		margin: 0;
		padding: 0 15px 0 15px;
		display: block; 
		color: #fff; 
		text-align: left;
		text-decoration: none;
		height: 25px;
		font-size: 1em;
		line-height: 25px;
		font-weight: normal;
		border-right: none;
		float: none;
		width: 215px;
		}
		
		#topNav .dropdown dd a:hover {
			color: #fff;
			background-color: #323379;
			}
			

		
/*////////////////////////////////
	BREADCRUMBS DESCRIPTORS
////////////////////////////////*/
				
#breadCrumbs {
	margin: 0;
	padding: 2px 4px 2px 4px;
	background: #efefef;
	font-size: .85em;
	color: #b0b0b0;
	height: 13px;
	overflow: hidden;
	}
	
	#breadCrumbs a, #breadCrumbs a:visited, #breadCrumbs a:active {
		color: #b0b0b0;
		text-decoration: none;
		font-weight: normal;
		}
		
		#breadCrumbs a.current {
			color: #2a2774;
			text-decoration: underline;
			}
			
			#breadCrumbs a.current:hover {
				color: #f69222;
				}
		
				
/*///////////////////////////////
	SEARCH DESCRIPTORS
///////////////////////////////*/		


#searchBox {
	margin: 0;
	padding: 0;
	}

	#searchBox #searchForm {
		margin: 25px 0 0 0;
		padding: 1px 0 0 12px;
		background: url(../images/search-bg.png) no-repeat;
		width: 169px;
		height: 28px;
		}
		
		#searchBox #searchForm #searchText {
			margin: 0;
			padding: 3px 3px 0 3px;
			height: 17px;
			width: 128px;
			background: url(../images/search-textBox.png) no-repeat;
			border: 1px solid #b7b7b7;
			float: left;
			}
			
		#searchBox #searchForm #searchSubmit {
			margin: 0 13px 0 0;
			padding: 0;
			height: 22px;
			width: 20px;
			border: none;
			background: url(../images/search-button.png) no-repeat;
			float: right;
			}
		
#searchNumbers {
	margin: 15px 0 15px 0;
	padding: 0;
	float: right;
	text-align: right;
	}
	
div.searchResult {
	clear: both;
	margin: 15px 0 0 10px;
	padding: 0;
	}
	
	div.searchResult h3 {
		margin: 0;
		padding: 0;
		font-size: 1.2em;
		border-bottom: none;
		}
		
	div.searchResult p {
		margin: 0;
		padding: 0;
		}
	
	div.searchResult span {
		margin: 0;
		padding: 0;
		font-style: italic;
		color: #888;
		}
		
#searchResults {
	margin: 0;
	padding: 0;
	width: 495px;
	overflow: hidden;
	}

	#searchResults div.resultBlock {
		margin: 0;
		padding: 0 0 1em 0;
		}
	
		.resultBlock h3 {
			margin: 0;
			padding: 0;
			font-size: 1.2em;
			border-bottom: none;
			}
		
		.resultBlock a {
			margin: 0;
			padding: 0;
			}
		
		.resultBlock p {
			margin: 0;
			padding: 0;
			}
		
		.resultBlock p.dummyLink {
			margin: 0;
			padding: 0;
			font-style: italic;
			color: #888;
			}
	
#paginationBlock {
	}

	#paginationBlock a.moreResultsLink {
		display: block;
		float: none;
		clear: both;
		width: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		}	

	#searchPrev {
		margin: 15px 0 0 0;
		float: left;
		width: 100px;
		}
		
		#searchPrev a {
			text-decoration: none;
			}
		
		#searchPrev a.disabled {
			color: #d3d3d3;
			}
		
	#searchPages {
		margin: 15px 0 0 0;
		float: left;
		width: 283px;
		height: 50px;
		text-align: center;
		}
	
			#searchPages a {
				margin: 0;
				padding: 0 3px 0 3px;
				height: 10px;
				border-right: 1px dotted #888;
				text-decoration: none;
				}
			
			#searchPages a.last {
				padding-right: 0;
				border-right: none;
				}
				
			#searchPages a.disabled {
				color: #d3d3d3;
				}
		
	#searchNext {
		margin: 15px 0 0 0;
		float: right;
		text-align: right;
		width: 100px;
		}
		
		#searchNext a {
			text-decoration: none;
			}
		
		#searchNext a.disabled {
			color: #d3d3d3;
			}
		
		


/*////////////////////////////////
	LEFT COLUMN DESCRIPTORS
////////////////////////////////*/


#leftColumn {
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 181px;
	min-height: 450px;
	background: url(../images/bg-leftColumnGradient.png) no-repeat bottom left;
	overflow: hidden;
	}
	
	#leftColumn ul {
		margin: 10px 0 0;
		padding: 0;
		list-style: none;
		background: url(../images/bg-leftNav.png) repeat-y #e6e6e6;
		border-bottom: 1px solid #fbfbfb;
		}
		
		#leftColumn li {
			margin: 0;
			padding: 0;
			list-style-image: none;
			font-weight: bold;
			font-size: 1em;
			color: #444;
			}
			
			#leftColumn li.title {
				border-top: 1px solid #fbfbfb;
				padding-left: 20px;
				line-height: 24px;
				}
				
			#leftColumn li a {
				margin: 0;
				padding: 6px 10px 5px 35px;
				display: block;
				color: #2e2d73;
				font-weight: bold;
				font-size: 1em;
				text-decoration: none;
				background: url(../images/btn-leftNav.png) no-repeat 0 0;
				width: 136px;
				}
			
				#leftColumn li a:hover {
					color: #f69222;
					background: url(../images/btn-leftNav.png) no-repeat -181px 0;
					}
					
#vision {
	margin: 15px 0 0 0;
	padding: 15px 10px 0 28px;
	height: 70px;
	overflow: hidden;
	background: url(../images/home-vision.png) no-repeat top right;
	}
	
	#vision h3 {
		margin: 0;
		padding: 0;
		color: #282762;
		font-size: 1.5em;
		border-bottom: none;
		}
		
	#vision p {
		margin: 5px 0 0 0;
		padding: 0;
		color: #fff;
		font-weight: bold;
		font-size: .9em;
		}
		
#stats {
	margin: 15px 0 20px 0;
	padding: 15px 10px 12px 28px;
	height: 123px;
	overflow: hidden;
	background: url(../images/home-stats.png) no-repeat top right;
	}
	
	#stats h4 {
		margin: 0 0 5px 0;
		padding: 0;
		color: #282762;
		border-bottom: none;
		text-transform: uppercase;
		font-size: 1em;
		}
		
	#stats ul {
		margin: 0 0 15px 10px;
		padding: 0;
		list-style: none;
		border: none;
		background: none;
		}
		
		#stats ul li {
			margin: 0 0 0 5px;
			padding: 0;
			list-style-image: url(../images/bullet-stats.png);
			border: none;
			background: none;
			color: #fff;
			font-weight: normal;
			font-size: .9em;
			}
			
/*///////////////////////////////
	ARCHIVES DESCRIPTORS
///////////////////////////////*/		


#archivesBox {
	background: url(../images/bg-archives.png) repeat-x;
	margin: 0;
	padding: 15px;
	}
	
	#archivesBox h3 {
		border: none;
		color: #fff;
		font-size: 1.075em;
		margin: 0;
		padding: 0;
		}

	#archivesBox form#archives {
		margin: 0;
		padding: 0;
		}
		
		#archivesBox form#archives select {
			width: 150px;
			}
		
		
/*////////////////////////////////
	MAIN COLUMN DESCRIPTORS
////////////////////////////////*/

#mainColumn {
	margin: 0;
	padding: 15px 15px 25px 15px;
	float: left;
	width: 495px;
	min-height: 450px;
	background: url(../images/bg-mainColumn.png) repeat-x;
	}
	
#mainColumnWide {
	margin: 0;
	padding: 15px 15px 25px 15px;
	float: left;
	width: 739px;
	min-height: 450px;
	background: url(../images/bg-mainColumn.png) repeat-x;
	}
	
	#mainColumnWide p {
		width: 700px;
		}
	
	#mainColumnWide a.backTop {
		margin: 15px 30px 0 0;
		}
	
#introQuote {
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	height: 150px;
	width: 495px;
	}
	
	.aboutImage {
		background: url(../images/introQuote-aboutDHIMS.jpg) no-repeat;
		}
		
	.ahltaImage {
		background: url(../images/introQuote-ahlta.jpg) no-repeat;
		}
		
	.ahlta3-3Image {
		background: url(../images/introQuote-ahlta3-3.jpg) no-repeat;
		}
		
	.ahltaDentalImage {
		background: url(../images/introQuote-ahltaDental.jpg) no-repeat;
		}
		
	.ahltaMobileImage {
		background: url(../images/introQuote-ahltaMobile.jpg) no-repeat;
		}
		
	.ahltaSigmaImage {
		background: url(../images/introQuote-ahltaSigma.jpg) no-repeat;
		}
		
	.ahltaTheaterImage {
		background: url(../images/introQuote-ahltaTheater.jpg) no-repeat;
		}
		
	.ahltaWarriorImage {
		background: url(../images/introQuote-ahltaWarrior.jpg) no-repeat;
		}
		
	.b2r1Image {
		background: url(../images/introQuote-b2r1.jpg) no-repeat;
		}
		
	.bhieImage {
		background: url(../images/introQuote-bhie.jpg) no-repeat;
		}
	
	.cdrImage {
		background: url(../images/introQuote-cdr.jpg) no-repeat;
		}
		
	.chcsImage {
		background: url(../images/introQuote-chcs.jpg) no-repeat;
		}
		
	.dcamImage {
		background: url(../images/introQuote-dcam.jpg) no-repeat;
		}
		
	.dmlssImage {
		background: url(../images/introQuote-dmlss.jpg) no-repeat;
		}
		
	.doehrsihImage {
		background: url(../images/introQuote-doehrsIh.jpg) no-repeat;
		}
		
	.essentrisImage {
		background: url(../images/introQuote-essentris.jpg) no-repeat;
		}
		
	.eventsBriefingsImage {
		background: url(../images/introQuote-eventsBriefings.jpg) no-repeat;
		}
		
	.fhccImage {
		background: url(../images/introQuote-fhcc.jpg) no-repeat;
		}
		
	.fhieImage {
		background: url(../images/introQuote-fhie.jpg) no-repeat;
		}
		
	.gemsImage {
		background: url(../images/introQuote-gems.jpg) no-repeat;
		}
		
	.imageSharingProjectImage {
		background: url(../images/introQuote-imageSharingProject.jpg) no-repeat;
		}
		
	.jmatImage {
		background: url(../images/introQuote-jmat.jpg) no-repeat;
		}
		
	.jmewsImage {
		background: url(../images/introQuote-jmews.jpg) no-repeat;
		}
		
	.hartImage {
		background: url(../images/introQuote-hart.jpg) no-repeat;
		}
		
	.jttrImage {
		background: url(../images/introQuote-jttr.jpg) no-repeat;
		}
		
	.ldsiImage {
		background: url(../images/introQuote-ldsi.jpg) no-repeat;
		}
		
	.loa2aImage {
		background: url(../images/introQuote-loa2a.jpg) no-repeat;
		}
		
	.loa13a8Image {
		background: url(../images/introQuote-loa13a8.jpg) no-repeat;
		}
		
	.loa24bImage {
		background: url(../images/introQuote-loa24b.jpg) no-repeat;
		}
		
	.loa4bImage {
		background: url(../images/introQuote-loa4b.jpg) no-repeat;
		}
		
	.msatImage {
		background: url(../images/introQuote-msat.jpg) no-repeat;
		}
		
	.msatactdImage {
		background: url(../images/introQuote-msatActd.jpg) no-repeat;
		}
		
	.ncatImage {
		background: url(../images/introQuote-ncat.jpg) no-repeat;
		}
		
	.pmitsImage {
		background: url(../images/introQuote-pmits.jpg) no-repeat;
		}
		
	.ppdhaImage {
		background: url(../images/introQuote-ppdha.jpg) no-repeat;
		}
		
	.productsImage {
		background: url(../images/introQuote-products.jpg) no-repeat;
		}
		
	.programHistoryImage {
		background: url(../images/introQuote-programHistory.jpg) no-repeat;
		}
		
	.snapSamsImage {
		background: url(../images/introQuote-snapSams.jpg) no-repeat;
		}
		
	.srtsImage {
		background: url(../images/introQuote-SRTSII.jpg) no-repeat;
		}
	
	.tmipFrameworkImage {
		background: url(../images/introQuote-tmipFramework.jpg) no-repeat;
		}
		
	.tmdiImage {
		background: url(../images/introQuote-tmdi.jpg) no-repeat;
		}
		
	.tmdsImage {
		background: url(../images/introQuote-tmds.jpg) no-repeat;
		}
		



/*////////////////////////////////
	HOME PAGE DESCRIPTORS
////////////////////////////////*/

#mission {
	margin: -17px 0 0 0;
	padding: 15px 15px 0 15px;
	background: url(../images/home-mission.png) no-repeat bottom;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	line-height: normal;
	position: relative;
	z-index: 400;
	height: 212px;
	overflow: hidden;
	}
	
	#mission h3 {
		margin: 0 0 0 215px;
		padding: 0;
		border-bottom: none;
		color: #282762;
		font-size: 1.7em;
		}
		
	#mission p {
		line-height: normal;
		margin: 10px 0 5px 235px;
		padding: 0;
		}
		
	#mission a span {
		color: #2a2774;
			}
		
		#mission a:hover span {
			color: #f69222;
			}
			
	#mission span {
		color: #282762;
		}



/*////////////////////////////////////////////

///////		NEWS SCROLLER BLOCK		//////////

////////////////////////////////////////////*/

#breakingNews {
	position: relative;
	margin: 5px 0 0 0;
	padding: 0 0 0 125px;
	height: 59px;
	background: url(../images/home-breakingNews.png) no-repeat;
	}
	
	#breakingNews #scrollNews {
		position: relative;
		margin: 8px 0 8px 0;
		padding: 0;
		float: left;
		width: 340px;
		height: 42px;
		overflow: hidden;
		}
		
		#scrollNews #newsWrapper {
			/*position: absolute;*/
			}
		
		#scrollNews #newsWrapper p {
			margin: 0 0 10px 0;
			font-size: .9em;
			line-height: normal;
			}
			
		#scrollNews  #newsWrapper span {
			margin: 0;
			padding: 0;
			color: #f69222;
			font-weight: bold;
			}
		
	#breakingNews #newsScrollbar {
		margin: 3px 5px 3px 0;
		padding: 0;
		float: right;
		}
		
		#breakingNews #newsScrollbar a {	
			margin: 1px;
			padding: 0;
			display: block;
			width: 14px;
			height: 25px;
			}
			
			#breakingNews #newsScrollbar a#scrollNewsUp {
				background: url(../images/home-scrollUp.png) no-repeat;
				}
				
			#breakingNews #newsScrollbar a#scrollNewsDown {
				background: url(../images/home-scrollDown.png) no-repeat;
				}
				
#openHouse {
	background: url(../images/bg-openHouse.png) no-repeat #fff;
	height: 67px;
	margin: 5px 0 0 0;
	overflow: hidden;
	padding: 10px 120px 10px 130px;
	position: relative;
	}
	
	#openHouse p {
		color: #fff;
		font-size: .9em;
		line-height: 14px;
		margin: 0;
		padding: 0;
		}
		
	#openHouse a {
		bottom: 15px;
		display: block;
		height: 18px;
		left: 25px;
		width: 90px;
		position: absolute;
		}
		
	img.openHouse {
		float: right;
		margin: 20px 0 15px 15px;
		}
	
#newVideo {
	background: url(../images/bg-newVideo.png) no-repeat #fff;
	height: 67px;
	margin: 5px 0 0 0;
	overflow: hidden;
	padding: 10px 120px 10px 130px;
	position: relative;
	}
	
	#newVideo p {
		color: #000;
		font-size: .9em;
		line-height: 14px;
		margin: 0;
		padding: 0;
		}
		
	#newVideo a {
		bottom: 15px;
		display: block;
		height: 18px;
		left: 25px;
		width: 90px;
		position: absolute;
		}
		
	img.newVideo {
		float: right;
		margin: 20px 0 15px 15px;
		}
		
#ehrStaticShowcase {
	background: url(../images/bg-ehrShowcaseStatic.png) no-repeat #fff;
	height: 67px;
	margin: 5px 0 0 0;
	overflow: hidden;
	padding: 10px 120px 10px 130px;
	position: relative;
	}
	
	#newVideo p {
		color: #000;
		font-size: .9em;
		line-height: 14px;
		margin: 0;
		padding: 0;
		}
		
	#newVideo a {
		bottom: 15px;
		display: block;
		height: 18px;
		left: 25px;
		width: 90px;
		position: absolute;
		}
		
	img.newVideo {
		float: right;
		margin: 20px 0 15px 15px;
		}

#ehrShowcase {
	height: 87px;
	margin: 5px 0 0 0;
	overflow: hidden;
	padding: 0 120px 10px 0;
	position: relative;
	}
	
	#newvideo p {
		color: #000;
		font-size: .9em;
		line-height: 14px;
		margin: 0;
		padding: 0;
		}
		
	#newvideo a {
		bottom: 15px;
		display: block;
		height: 18px;
		left: 25px;
		width: 90px;
		position: absolute;
		}
		
	img.newvideo {
		float: right;
		margin: 20px 0 15px 15px;
		}

	
#spotlight {
	margin: 5px 0 0 0;
	padding: 45px 0 0 0;
	float: left;
	width: 245px;
	height: 157px;
	background: url(../images/home-spotlight.png) no-repeat #fff;
	color: #151515;
	font-size: .9em;
	line-height: normal;
	position: relative;
	overflow: hidden;
	}
	
	#spotlight p {
		line-height: normal;
		margin: 0 65px 0 15px;
		padding: 0;
		}
		
	#spotlight a {
		margin: 0;
		padding: 200px 8px 0 0;
		display: block;
		width: 237px;
		height: 18px;
		line-height: 18px;
		color: #fff;
		font-weight: bold;
		font-size: .85em;
		text-align: right;
		text-decoration: none;
		background: url(../images/btn-readMorePurpleWide.png) no-repeat;
		position: absolute;
		bottom: 0;
		}
		
	#spotlight h3 {
		margin: 0 0 0 15px;
		padding: 0 0 5px 0;
		color: #fff;
		border-bottom: none;
		letter-spacing: normal;
		font-size: 1em;
		}
		
#training {
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
	width: 245px;
	height: 202px;
	background: url(../images/EHR-insights-Button.png) no-repeat #fff;
	color: #fff;
	font-size: .9em;
	line-height: normal;
	position: relative;
	overflow: hidden;
	}
	
	#training h3 {
		display: none;
		}
		
	#training p {
		line-height: normal;
		margin: 60px 15px 0 15px;
		padding: 0;
		}
		
	#training a {
		margin: 0;
		padding: 200px 8px 0 0;
		display: block;
		width: 237px;
		height: 18px;
		line-height: 18px;
		color: #fff;
		font-weight: bold;
		font-size: .85em;
		text-align: right;
		text-decoration: none;
		background: url(../images/btn-readMorePurpleWide.png) no-repeat bottom;
		position: absolute;
		bottom: 0;
		}
	
#leadershipMessage {
	margin: 5px 0 0 5px;
	padding: 0;
	float: right;
	width: 245px;
	height: 202px;
	background: url(../images/home-leadershipMessage.png) no-repeat #b2b2c6;
	color: #fff;
	font-size: .9em;
	line-height: normal;
	position: relative;
	overflow: hidden;
	}
	
	#leadershipMessage h3 {
		display: none;
		}
		
	#leadershipMessage p {
		line-height: normal;
		margin: 60px 80px 0 15px;
		padding: 0;
		}
		
	#leadershipMessage a {
		margin: 0;
		padding: 200px 8px 0 0;
		display: block;
		height: 18px;
		width: 237px;
		line-height: 18px;
		color: #fff;
		font-weight: bold;
		font-size: .85em;
		text-align: right;
		text-decoration: none;
		background: url(../images/btn-readMorePurpleWide.png) no-repeat bottom;
		position: absolute;
		bottom: 0;
		}
		
	p.signature {
		padding-top: 65px;
		}
		
	/*////	p.signature.barrow {
			background: url(../images/barrowSignature.png) no-repeat;
			} */
			
		p.mcnall {
			padding-top: 15px;
			}
		
		p.signature span {
		  color: #2e2d73;
		  font-weight: bold;
		  }

	img.leadershipMessagePic {
		margin: 2px 0 15px 15px;
		padding: 0;
		float: right;
		}
		
div#pressRoomSlider {
	margin: 5px 0 0 0;
	padding: 30px 0 5px 0;
	clear: both;
	height: 90px;
	width: 495px;
	overflow: hidden;
	background: url(../images/home-pressRoomSlider.png) no-repeat #ccc;
	float: left;
	}
	
	/* thumbnail slider begin */

	/* apply the gallery design - links slider */
	#gallery_container {  
		width: 492px; 
		height: 90px; 
		margin: auto; 
		background: none; 
		padding: 0; 
		display :block; 
		position: relative; 
		}
		
	/* the width is set to show the number of thumbnails that will be visible */
	#thumb_container { 
		position: relative; 
		overflow: hidden; 
		width: 442px; 
		height: 90px; 
		margin: 0 auto 0;
		background: #c1c1c1; 
		}
		
	/* the thumbnails container */
	#thumbs { 
		white-space: nowrap; 
		display: block;
		position:relative; 
		}
	
		#thumbs a { 
			padding: 0; 
			margin: 0; 
			}
			
		#thumbs a img { 
			width: 86px;
			height: 86px;
			border: none; 
			}
	
	/* the forward and backward buttons */
	.addfwd { 
		display: block; 
		position: absolute; 
		cursor: pointer; 
		width: 25px; 
		height: 86px; 
		top: 0; 
		right: 0; 
		background: url(../images/btn-galleryForward.png) no-repeat;  
		}
		
	.addbkwd { 
		display: block; 
		position: absolute; 
		cursor: pointer; 
		width: 25px; 
		height: 86px; 
		top: 0; 
		left: 0; 
		background: url(../images/btn-galleryBack.png) no-repeat;  
		}
	/* thumbnail slider end */



/*////////////////////////////////////////////

/////		EVENTS SCROLLER BLOCK		//////

////////////////////////////////////////////*/

	
#events {
	position: relative;
	margin: 0;
	padding: 0;
	background: #fff;
	/*display: none;  Hide when there are no events to display */
	}
	
	#events a.viewEvents {
		clear: both;
		margin: 0;
		padding: 0 8px 0 0;
		display: block;
		height: 18px;
		line-height: 18px;
		color: #fff;
		font-weight: bold;
		font-size: .85em;
		text-align: right;
		text-decoration: none;
		background: url(../images/btn-readMoreOrange.png) no-repeat;
		}
		
#eventsTitle {
	margin: -10px -10px 0 -10px;
	padding: 0;
	height: 44px;
	background: url(../images/home-upcomingEvents.png) no-repeat;
	position: relative;
	z-index: 1;
	}
	
#eventsScroller {
	position: relative;
	width: 200px;
	margin: 0;
	padding: 0;
	height: 150px;
	overflow: hidden;
	border-left: 1px solid #adadad;
	float: left;
	width: 195px;
	}
	
	#eventsScroller #eventsWrapper {
		position: absolute;
		}
	
	#eventsScroller div.event {
		margin: 0;
		width: 180px;
		padding: 5px 10px 5px 10px;
		background: url(../images/bg-event.png) repeat-x;
		}
		
		#eventsScroller div.event h4 {
			margin: 0;
			padding: 0;
			color: #f69222;
			font-weight: bold;
			font-size: .9em;
			}
			
		#eventsScroller div.event h3 {
			margin: 0;
			padding: 0;
			color: #2a2774;
			font-weight: bold;
			font-size: .9em;
			letter-spacing: normal;
			border-bottom: none;
			}
			
		#eventsScroller div.event h5 {
			margin: 0;
			padding: 0;
			color: #000;
			font-weight: normal;
			font-size: .9em;
			}
			
		#eventsScroller p {
			margin-top: 10px;
			}
			
	#eventsScrollbar {
		position: relative;
		margin: 0;
		padding: 0;
		float: right;
		width: 14px;
		height: 150px;
		background: #fdd5a7;
		}
		
		#eventsScrollbar #up {
			position: relative;
			margin: 0;
			padding: 0;
			width: 14px;
			height: 25px;
			}
			
			#eventsScrollbar #up a {
				margin: 0;
				padding: 0;
				width: 14px;
				height: 25px;
				display: block;
				background: url(../images/home-scrollUp.png) no-repeat;
				}
			
		#eventsScrollbar #track {
			position: relative;
			margin: 0;
			width: 14px;
			height: 100px;
			padding: 0;
			}
			
			#eventsScrollbar #track #dragBar{
				display: block;
				position: relative;
				margin: 0;
				width: 13px;
				height: 10px;
				padding: 0;
				background: #ff9933;
				}
				
		#eventsScrollbar #down {
			position: relative;
			margin: 0;
			padding: 0;
			width: 14px;
			height: 25px;
			}
			
			#eventsScrollbar #down a {
				margin: 0;
				padding: 0;
				width: 14px;
				height: 25px;
				display: block;
				background: url(../images/home-scrollDown.png) no-repeat;
				}

/**********************************************/


#updates {
	margin: 3px 0 5px 0;
	padding: 53px 10px 0 10px;
	width: 190px;
	background: url(../images/home-updates.png) no-repeat #81819d;
	font-size: .9em;
	position: relative;
	overflow: hidden;
	}
	
	#updates h3 {
		display: none;
		}
		
	#updates p {
		margin: 5px 0 30px 0;
		padding: 0;
		}
	
	#updates ul {
		margin: 5px 0 10px 0;
		padding: 0;
		list-style: none;
		position: relative;
		z-index: 100;
		}
		
		#updates li {
			margin: 0 0 2px 0;
			padding: 0;
			list-style-image: none;
			line-height: 11px;
			}
			
		#updates li a {
			margin: 0;
			padding: 4px 0 0 8px;
			font-weight: bold;
			font-size: .9em;
			text-decoration: none;
			display: block;
			background: url(../images/btn-updates.png) no-repeat 0 0;
			height: 26px;
			}
			
			#updates li a:hover {
				color: #2a2774;
				background: url(../images/btn-updates.png) no-repeat 0 -30px;
				}
			
			#updates li a span {
				color: #f69222;
				}
			
	#updates div#updatesFooter {
		margin: 0;
		padding: 0;
		display: block;
		width: 210px;
		height: 5px;
		background: url(../images/home-updatesFooter.png) no-repeat bottom;
		position: absolute;
		bottom: 0;
		right: 0;
		}
			
/**********************************************/


#newsletter {
	margin: 3px 0 0 0;
	padding: 43px 10px 0 10px;
	background: url(../images/home-newsletter.png) no-repeat;
	height: 107px;
	overflow: hidden;
	line-height: normal;
	}
	
	#newsletter h3 {
		display: none;
		}
	
	#newsletter p {
		line-height: normal;
		margin: 10px 0 0 0;
		padding: 0;
		font-size: .9em;
		}
		
	#newsletter ul {
		margin: 10px 10px 0 25px;
		padding: 0;
		}
		
		#newsletter li {
			float: left;
			list-style: none;
			margin: 0 10px 0 0;
			padding: 0;
			}
			
		#newsletter li a {
			margin: 0;
			padding: 0;
			display: block;
			background: url(../images/btn-newsletter.png) no-repeat;
			height: 20px;
			width: 66px;
			color: #fff;
			font-weight: bold;
			font-size: .85em;
			text-align: center;
			text-decoration: none;
			line-height: 20px;
			}
			
/**********************************************/
	
#video {
	margin: 5px 0 0 0;
	padding: 40px 0 0 0;
	width: 210px;
	background: url(../images/home-videoSpot.png) no-repeat;
	font-size: .9em;
	position: relative;
	overflow: hidden;
	line-height: normal;
	}
	
	#video p {
		line-height: normal;
		margin: 0 65px 30px 10px;
		}
		
	#video h3 {
		display: none;
		}
		
	#video a.viewMore {
		margin: 10px 0 0 0;
		padding: 200px 8px 0 0;
		display: block;
		width: 202px;
		height: 18px;
		line-height: 18px;
		color: #fff;
		font-weight: bold;
		font-size: .85em;
		text-align: right;
		background: url(../images/btn-readMoreOrange.png) no-repeat bottom;
		text-decoration: none;
		position: absolute;
		bottom: 0;
		right: 0;
		}
	
			
		
/*////////////////////////////////
	ABOUT PAGE DESCRIPTORS
////////////////////////////////*/


	
	
	/*////////////////////////////////
		BIO PAGE DESCRIPTORS
	////////////////////////////////*/
	
	div.bio {
		margin: 5px 0 15px 0;
		padding: 0;
		clear: both;
		}
		
		div.bio h3 {
			margin-bottom: 0;
			clear: none;
			}
		
		div.bio img {
			margin: 12px 0 10px 15px;
			padding: 0;
			background: #e6e6e6;
			border: none;
			width: 120px;
			height: 150px;
			float: right;
			}
		
	div#bio {
		}
		
		div#bio img {
			margin: 15px 0 10px 15px;
			padding: 0;
			width: 200px;
			height: 250px;
			background: #e6e6e6;
			float: right;
			}
			
		div#bio h3 {
			margin-bottom: 0;
			clear: none;
			}
		
		div#bio h4, div.bio h4 {
			margin: 0 0 15px 10px;
			padding: 0;
			font-size: 1.1em;
			font-style: italic;
			font-family: Times New Roman, Times, serif;
			color: #888;
			clear: none;
			}
			
		div#bio h5 {
			margin: 0 0 0 10px;
			padding: 0;
			font-size: 1.2em;
			letter-spacing: -1px;
			}
			
		div#bio p {
			margin: 5px 0 15px 10px;
			padding: 0;
			}
		
	
	/*////////////////////////////////////
		ORGANIZATION PAGE DESCRIPTORS
	////////////////////////////////////*/
	
	img.orgChart {
		margin: 15px 0 15px 0;
		}
		
			
		

/*//////////////////////////////////
	PRODUCTS PAGE DESCRIPTORS
//////////////////////////////////*/


		
/*/////////////////////////////////////
	EVENTS/BRIEFINGS DESCRIPTORS
/////////////////////////////////////*/

a#pastEvents {
	margin: 5px 0 15px 0;
	padding: 0;
	float: left;
	display: block;
	width: 200px;
	font-size: .85em;
	color: #898989;
	text-transform: uppercase;
	text-decoration: none;
	}
	
div#expandedEvents  {
	display: none;
	}
	
div.eventWrapper {
	margin: 0 0 10px 0;
	padding: 5px 15px 15px 15px;
	clear: both;
	width: 465px;
	border-bottom: 1px dotted #d3d3d3;
	}

	.eventWrapper h3 {
			border-bottom: 0;
			color: #000;
			font-weight: normal;
			letter-spacing: normal;
			line-height: 20px;
			margin: 0;
			padding: 0;
			}
			
		.eventWrapper h4 {
			margin: 0;
			padding: 0;
			font-size: 1.1em;
			color: #3E3E7F;
			line-height: 18px;
			}
			
		.eventWrapper h5 {
			margin: 0;
			padding: 0;
			color: #f69222;
			font-size: 1.1em;
			line-height: normal;
			}
			
		.eventWrapper h6 {
			margin: 0;
			padding: 0;
			color: #363636;
			font-size: .9em;
			font-weight: normal;
			line-height: 16px;
			}
			
		.eventWrapper p {
			margin-top: 10px;
			margin-left: 0;
			}
			
		.eventWrapper a.brief {
			font-weight: normal;
			color: #666;
			text-decoration: underline;
			font-style: italic;
			}
			
			.eventWrapper a:hover.brief {
				color: #f69222;
				}
			

/*//////////////////////////////////
	PRESS ROOM DESCRIPTORS
//////////////////////////////////*/


ul#pressRoom {
	margin: 0;
	padding: 0;
	}
	
	ul#pressRoom li {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		}
		
		ul#pressRoom li a {
			margin: 3px;
			padding: 162px 25px 0 10px;
			display: block;
			bottom: 10px;
			right: 10px;
			text-decoration: none;
			text-transform: uppercase;
			text-align: right;
			font-size: .85em;
			width: 140px;
			height: 24px;
			overflow: hidden;
			}
			
			ul#pressRoom li a.pressReleases {	
				background: url(../images/pressRoom-pressReleases.png) no-repeat 0 0;
				}
				
				ul#pressRoom li a:hover.pressReleases {	
					background: url(../images/pressRoom-pressReleases.png) no-repeat 0 -186px;
					}
				
			ul#pressRoom li a.factSheets {
				background: url(../images/pressRoom-factSheets.png) no-repeat 0 0;
				}
				
				ul#pressRoom li a:hover.factSheets {
					background: url(../images/pressRoom-factSheets.png) no-repeat 0 -186px;
					}
				
			ul#pressRoom li a.photoGallery {
				background: url(../images/pressRoom-photoGallery.png) no-repeat 0 0;
				}
				
				ul#pressRoom li a:hover.photoGallery {
					background: url(../images/pressRoom-photoGallery.png) no-repeat 0 -186px;
					}
				
			ul#pressRoom li a.news {
				background: url(../images/pressRoom-news.png) no-repeat 0 0;
				}
				
				ul#pressRoom li a:hover.news {
					background: url(../images/pressRoom-news.png) no-repeat 0 -186px;
					}	
			
			ul#pressRoom li a.videos {
				background: url(../images/pressRoom-videos.png) no-repeat 0 0;
				}
				
				ul#pressRoom li a:hover.videos {
					background: url(../images/pressRoom-videos.png) no-repeat 0 -186px;
					}
				
			ul#pressRoom li a.leadershipBios {
				background: url(../images/pressRoom-leadershipBios.png) no-repeat 0 0;
				}
				
				ul#pressRoom li a:hover.leadershipBios {
					background: url(../images/pressRoom-leadershipBios.png) no-repeat 0 -186px;
					}
				
			ul#pressRoom li a.stakeholderReports {
				background: url(../images/pressRoom-stakeholderReports.png) no-repeat 0 0;
				}
				
				ul#pressRoom li a:hover.stakeholderReports {
					background: url(../images/pressRoom-stakeholderReports.png) no-repeat 0 -186px;
					}
				
			ul#pressRoom li a.brochure {
				padding-top: 66px;
				height: 24px;	
				background: url(../images/pressRoom-brochure.png) no-repeat 0 0;
				}
				
				ul#pressRoom li a:hover.brochure {
					background: url(../images/pressRoom-brochure.png) no-repeat 0 -90px;
					}
				
			ul#pressRoom li a.dko {
				padding-top: 66px;
				height: 24px;
				background: url(../images/pressRoom-dko.png) no-repeat 0 0;
				}
				
				ul#pressRoom li a:hover.dko {
					background: url(../images/pressRoom-dko.png) no-repeat 0 -90px;
					}
		

	/*//////////////////////////////////
		PHOTO GALLERY DESCRIPTORS
	//////////////////////////////////*/


	div.galleryWrapper {
		clear: both;
		width: 465px;
		margin: 0 0 0 10px;
		padding: 15px 0 15px 0;
		border-bottom: 1px dotted #d3d3d3;
		}
		
		div.galleryPhoto {
			margin: 0;
			padding: 0;
			float: left;
			width: 100px;
			height: 100px;
			}
			
			div.galleryPhoto img {
				margin: 0;
				padding: 0;
				border: none;
				width: 100px;
				height: 100px;
				}
				
			div.galleryPhoto a {
				margin: 0;
				padding: 0;
				display: block;
				}
			
		div.galleryDescription {
			margin: 0;
			padding: 0 0 10px 15px;
			float: right;
			width: 350px;
			}
			
			div.galleryDescription h3 {
				margin: 0;
				padding: 0;
				border-bottom: none;
				}
				
				div.galleryDescription h3 a {
					color: #616196;
					text-decoration: none;
					}
				
			div.galleryDescription p {
				margin: 0;
				padding: 0;
				}
				
	#lightbox {	
		position: absolute;	
		left: 0; 
		width: 100%; 
		z-index: 9999; 
		text-align: center; 
		line-height: 0;
		}
		
		#lightbox img { 
			width: auto; 
			height: auto;
			}
			
		#lightbox a img { 
			border: none; 
			}
	
	#outerImageContainer { 
		position: relative; 
		background-color: #fff; 
		width: 250px; 
		height: 250px; 
		margin: 0 auto; 
		}
		
	#imageContainer { 
		padding: 10px; 
		}
	
	#loading { 
		position: absolute; 
		top: 40%; 
		left: 0%; 
		height: 25%; 
		width: 100%; 
		text-align: center; 
		line-height: 0; 
		}
		
	#hoverNav { 
		position: absolute; 
		top: 0; 
		left: 0; 
		height: 100%; 
		width: 100%; 
		z-index: 901; 
		}
		
		#imageContainer>#hoverNav { 
			left: 0;
			}
		
		#hoverNav a { 
			outline: none;
			}
	
	#imageContainer #prevLink, #imageContainer #nextLink { 
		width: 49%; 
		height: 100%; 
		background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
		display: block; 
		}
		
		#imageContainer #prevLink { 
			left: 0; 
			float: left;
			}
			
		#imageContainer #nextLink { 
			right: 0; 
			float: right;
			}
			
		#imageContainer #prevLink:hover, #imageContainer #prevLink:visited:hover { 
			background: url(../images/gallery/lightbox/prevlabel.gif) left 15% no-repeat; 
			}
			
		#imageContainer #nextLink:hover, #imageContainer #nextLink:visited:hover { 
			background: url(../images/gallery/lightbox/nextlabel.gif) right 15% no-repeat; 
			}
	
	#imageDataContainer { 
		font: 10px Verdana, Helvetica, sans-serif; 
		background-color: #fff; 
		margin: 0 auto;
		padding-bottom: 10px; 
		line-height: 14px;
		overflow: auto; 
		width: 100%;
		}
	
	#imageData {
		padding: 0 10px; 
		color: #666; 
		}
		
		#imageData #imageDetails { 
			width: 85%; 
			float: left; 
			text-align: left; 
			}
				
		#imageData #caption { 
			}
			
		#imageData #numberDisplay { 
			display: block; 
			clear: left; 
			padding-top: 5px;
			color: #f69222;
			font-weight: bold;	
			}
						
		#imageData #bottomNavClose { 
			width: 66px; 
			float: right;
			padding-bottom: 10px;
			outline: none;
			}	 	
	
	#overlay { 
		position: absolute; 
		top: 0; 
		left: 0; 
		z-index: 9999; 
		width: 100%; 
		height: 500px; 
		background-color: #0c0321; 
		}
		
	/*//////////////////////////////////
		JW PLAYER DESCRIPTORS
	//////////////////////////////////*/
	
	
	ul#videoList {
		list-style: none;
		margin: 15px 0 15px 0;
		padding: 0;
		}
		
		ul#videoList li {
			float: left;
			height: 240px;
			list-style-image: none;
			margin: 0 19px 10px 0;
			padding: 0;
			overflow: hidden;
			width: 220px;
			}
			
			ul#videoList li:hover {
				background: #eee;
				}
			
			ul#videoList li img {
				height: 132px;
				margin: 10px;
				padding: 0;
				width: 200px;
				}
				
			ul#videoList li p {
				margin: 0;
				padding: 0 19px 0 10px;
				width: 180px;
				}

	

/*/////////////////////////////////////
	DoD PARTNERS PAGE DESCRIPTORS
/////////////////////////////////////*/

div.dodPartner {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
	div.dodPartner img {
		margin: 0 0 10px 10px;
		float: right;
		}
	
	
/*//////////////////////////////////
	NEWSLETTER PAGE DESCRIPTORS
//////////////////////////////////*/

a.currentNewsletter {
	border: none;
	}
	
	a.currentNewsletter img {
		margin: 0 0 15px 15px;
		height: 242px;
		width: 175px;
		border: none;
		display: block;
		float: right;
		}
		
a.subscribeNewsletter {
	margin: 0 0 15px 0;
	padding: 0;
	background: url(../images/btn-subscribe.png) no-repeat;
	height: 32px;
	width: 175px;
	display: block;
	clear: right;
	float: right;
	}


/*////////////////////////////////
	RIGHT COLUMN DESCRIPTORS
////////////////////////////////*/

#rightColumn {
	margin: 0;
	padding: 0 0 15px 0;
	float: right;
	background: url(../images/bg-rightColumn.png) repeat-x;
	width: 244px;
	min-height: 450px;
	}
	
	
#rightBlock {
	margin: 15px 0 0 0;
	padding: 10px 9px 0 10px;
	width: 210px;
	background: url(../images/bg-rightBlockHeader.png) no-repeat #f6f6f6;
	}
	
	#rightBlock h4 {
		color: #2e2d72;
		}
	
	#rightBlock ul.indent {
		list-style: none;
		margin: 0 0 10px 28px;
		padding: 0;
		}
		
		#rightBlock ul.indent li {
			margin: 0;
			padding: 0;
			}
		
	#rightBlockFooter {
		margin: 0 -10px 0 -11px;
		padding: 0;
		height: 10px;
		background: url(../images/bg-rightBlockFooter.png) no-repeat bottom;
		clear: both;
		}
	
#rightBlock div.teaser {
	margin: 0 0 5px 0;
	padding: 40px 0 0 0;
	width: 210px;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	}
	
	#rightBlock div.teaser p {
		color: #000;
		font-size: 10px;
		line-height: 14px;
		margin: 0 10px 0 10px;
		padding: 0 0 15px 0;
		}
		
	#rightBlock div.teaser h3 {
		display: none;
		}
		
	#rightBlock div.teaser h4 {
		color: #2E2D72;
		font-size: 13px;
		margin: 0 0 10px 10px;
		padding: 0;
		}
		
	#rightBlock div.teaser a.viewMore {
		margin: 0;
		padding: 500px 8px 0 0;
		display: block;
		width: 202px;
		height: 18px;
		line-height: 18px;
		color: #fff;
		font-weight: bold;
		font-size: 10px;
		text-align: right;
		background: url(/images/btn-readMoreOrange.png) no-repeat bottom;
		text-decoration: none;
		position: absolute;
		bottom: 0;
		right: 0;
		}
		
#ehrInsights {
	background: url(/images/bg-ehrInsightsBlock.png) no-repeat #fff;
	padding: 215px 0 10px 0 !important;
	text-align: center;
	}
	
	#ehrInsights p {
		font-size: 12px !important;
		line-height: 16px  !important;
		margin: 5px 10px 0 10px !important;
		padding: 0 0 20px 0 !important;
		}
	
#rightBlock #schedule, #rightBlock #sidebar {
	width: 200px;
	}
	
	#rightBlock #schedule a.download {
		background: url(../images/bg-downloadSchedule.png) no-repeat 0 0;
		color: #fff;
		display: block;
		height: 45px;
		margin: 0 0 0 10px;
		padding: 10px 10px 10px 70px;
		width: 100px;
		}
		
		#rightBlock #schedule a:hover.download {
			background: url(../images/bg-downloadSchedule.png) no-repeat 0 -65px;
			}
		
#rightBlock a.openHousePhoto {
	background: url(../images/btn-openHousePhoto.png) no-repeat;
	display: block;
	height: 100px;
	margin: 0;
	padding: 0;
	width: 210px;
	}
	
#rightBlock a.openHouseVideo {
	background: url(../images/btn-openHouseVideo.png) no-repeat;
	display: block;
	height: 100px;
	margin: 5px 0 10px 0;
	padding: 0;
	width: 210px;
	}
		

a.battlefield {
	margin: 10px 0 15px 15px;
	padding: 0;
	background: url(../images/movie_reel.png) no-repeat;
	width: 175px;
	display: block;
	}


		

/*////////////////////////////////
	FOOTER DESCRIPTORS
////////////////////////////////*/

#footer {
	margin: 0 auto 15px auto;
	padding: 7px 15px 0 8px;
	clear: both;
	background: url(../images/bg-footer.png) no-repeat 0 25px #fff;
	height: 30px;
	width: 927px;
	border-top: 1px solid #2a2774;
	border-bottom: 5px solid #d3d3d3;
	}
	
	#footer p {
		font-size: .85em;
		}
		
		p.pageInfo {
			clear: both;
			margin: 0 auto 0 auto;
			font-size: .85em;
			padding: 0;
			text-align: center;
			color: #d3d3d3;
			}
			
			p.pageInfo a, p.pageInfo a:visited, p.pageInfo a:focus, p.pageInfo a:hover {
				color: #d3d3d3;
				text-decoration: none;
				}
	
	#footer a {
		margin: 4px 0 0 0;
		padding: 0 7px 0 7px;
		font-size: .85em;
		font-weight: normal;
		color: #151515;
		border-right: 1px solid #151515;
		text-decoration: none;
		}
		
		#footer a:hover {
			color: #f69222;
			}
			
		#footer a.first {
			color: #282762;
			font-weight: bold;
			text-transform: uppercase; 
			}
			
			#footer a:hover.first {
				color: #f69222;
				}
			
		#footer a.last {
			border-right: none;
			}
			
		#footer ul {
			margin: 0;
			padding: 0;
			list-style: none;
			}
			
			#footer li {
				margin: 0;
				padding: 0;
				list-style-image: none;
				float: left;
				}
				
				#footer li.socialIcon {
					margin: -2px 1px 0 1px;
					padding: 0;
					float: right;
					}
				
					#footer li.socialIcon a {
						margin: 0;
						padding: 0;
						display: block;
						width: 16px;
						height: 16px;
						border: none;
						}
						
						a.rss {
							background: url(../images/icon-rss.png) no-repeat;
							}
							
						a.twitter {
							background: url(../images/icon-twitter.png) no-repeat;
							}
							
						a.facebook {
							background: url(../images/icon-facebook.png) no-repeat;
							}
							
						a.intellipedia {
							background: url(../images/icon-intellipedia.png) no-repeat;
							}
				
			

		
		

/*////////////////////////////////
	TABLE DESCRIPTORS
////////////////////////////////*/

div#tableStandard {
	margin: 15px 0 0 10px;
	padding: 0;
	background: #fff;
	width: 485px;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	clear: both;
	}
	
div#tableWide {
	margin: 15px 0 0 10px;
	padding: 0;
	width: 698px;
	background: #fff;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	clear: both;
	}
	
	div#tableStandard p, div#tableWide p {
		margin: 15px 15px 10px 15px;
		padding: 0;
		clear: both;
		float: left;
		width: 95%;
		}
	
	div#tableStandard h3, div#tableWide h3 {
		margin: 0;
		padding: 0 10px 0 10px;
		background: url(../images/bg-tableTitle.png) repeat-x center;
		border: none;
		color: #fff;
		font-size: 1.075em;
		letter-spacing: normal;
		clear: both;
		height: 25px;
		line-height: 25px;
		}
		
		div#tableStandard h3 {
			float: left;
			width: 365px;
			}
			
			div#tableStandard h3.full {
				float: none;
				width: auto;
				}
		
		div#tableWide h3 {
			float: left;
			width: 578px;
			}
			
			div#tableWide h3.full {
				float: none;
				width: 678px;
				}
				
	div#tableStandard h4, div#tableWide h4 {
		padding-top: 10px;
		padding-bottom: 0;
		margin-left: 15px;
		margin-right: 15px;
		line-height: 18px;
		}
		
	div#tableStandard li, div#tableWide li {
		margin: 5px 15px;
		}

	div#tableStandard a, div#tableWide a {
		color: #444;
		text-decoration: underline;
		font-weight: normal;
		}
		
		div#tableStandard a:hover, div#tableWide a:hover {
			color: #f69222;
			}
			
		div#tableStandard a.backTop, div#tableWide a.backTop {
			margin: 0 15px 10px 0;
			text-decoration: none;
			font-weight: bold;
			}
			
			div#tableStandard a:hover.backTop, div#tableWide a:hover.backTop {
				color: #999;
				}
	
	div#tableStandard table {
		margin: 8px 15px 15px 15px;
		padding: 0;
		width: 453px;
		border: none;
		color: #333;
		clear: both;
		}
		
	div#tableWide table {
		margin: 8px 15px 15px 15px;
		padding: 0;
		width: 667px;
		border: none;
		color: #333;
		clear: both;
		}
	
		div#tableStandard tr.header, div#tableWide tr.header {
		    background: url(../images/bg-tableHeader.png) repeat-x;
			}
			
		div#tableStandard th, div#tableWide th {
			margin: 0;
			padding: 0 0 0 10px;
			height: 25px;
			line-height: 25px;
			font-weight: bold;
			color: #333;
			border: none;
			text-align: left;
			}
			
			div#tableStandard th.fileTitle {
				width: 273px; 
				}
				 
			div#tableWide th.fileTitle {
				width: 487px;
				}
				
			div#tableStandard th.fileDate, div#tableWide th.fileDate {
				width: 80px;
				}
				
			div#tableStandard th.fileType, div#tableWide th.fileType {
				width: 35px;
				}
				
			div#tableStandard th.fileSize, div#tableWide th.fileSize {
				width: 65px;
				}
		
		div#tableStandard td, div#tableWide td {
			line-height: 17px;
			margin: 0;
			padding: 5px 20px 5px 0;
			border-bottom: 1px dotted #97a7b7;
			}
		
			div#tableStandard td.tableContent, div#tableWide td.tableContent {
				padding-left: 8px;
				}
				
			div#tableStandard td.disabled, div#tableWide td.disabled, div#tableStandard td.disabled small, div#tableWide td.disabled small {
				color: #ccc !important;
				}
				
			div#tableStandard td.last, div#tableWide td.last {
				border-bottom: none;
				}
			
			div#tableStandard td span, div#tableWide td span {
				display: block;
				line-height: 20px;
				height: 20px;
				padding-left: 10px;
				border-left: 1px dotted #97a7b7;
				}
			
			div#tableStandard td p, div#tableWide td p {
				margin: 5px 0 5px 0;
				}
				
				
/*//////////////////////////////////
	TABLE EXPANDER DESCRIPTORS
//////////////////////////////////*/

a.expander {
	margin: 0;
	padding: 0;
	float: right;
	display: block;
	height: 25px;
	width: 100px;
	background: url(../images/btn-expander.png) no-repeat;
	}
	
div#expanded1, div#expanded2, div#expanded3, div#expanded4, div#expanded5, div#expanded6, div#expanded7, div#expanded8, div#expanded9, div#expanded10, div#expanded11, div#expanded12, div#expanded13, div#expanded14, div#expanded15 {
	display: none;
	}
	


/*

/////////////////////
	Clearfix Hack
/////////////////////

This helps fix a container div with nested div elements
from collapsing. Add the class 'clearfix' to any block 
element that contains nested floating div elements. 
This info is courtesy of Holly and John at 
positioniseverything.com.

*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* min-height hack for ie6 */




/* BEGIN MODAL BOX STYLES */

#modalCloseLink
{
	display: block;
	width: 650px;
	height: 20px;
	margin: 0;
	padding: 0;
	background-image: url(../images/btn-modal-close.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#modalCloseLink:hover
{
	background-position: 100% -20px;
}

#modalOverlay
{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align:center;
  z-index: 9000000;
  background-image: url(../images/bg-modal.png);
  background-repeat:repeat;
}

#modalContainer
{
	width: 660px;
	height: 430px;
	margin: auto;
	margin-top: 40px;
	padding: 0;
	text-align: center;
	background-image: url(../images/bg-modal-container.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

  #modalOverlay #videoPlayer
  {  
	display: block;
	width: 640px;
	height: 400px;
	margin: auto;
	color: #666;
	padding: 0px;
	text-align: center;
  } 

/* END MODAL BOX ELEMENTS */

/*////////////////////////////////////////////

///////		HOME PAGE ITEMS		//////////

////////////////////////////////////////////*/
		
#focusBlockLeft {
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
	width: 161px;
	height: 228px;
	color: #fff;
	font-size: 11px;
	line-height: normal;
	position: relative;
	overflow: hidden;
	}
	
	#focusBlockLeft h3 {
		display: none;
		}
	
	#focusBlockLeft p {
		line-height: normal;
		margin: 55px 15px 0 15px;
		padding: 0;
		}
		
	#focusBlockLeft a {
		margin: 0;
		padding: 210px 8px 0 0;
		display: block;
		width: 153px;
		height: 18px;
		line-height: 18px;
		color: #fff;
		font-weight: bold;
		font-size: 10px;
		text-align: right;
		text-decoration: none;
		position: absolute;
		bottom: 0;
		}
		
		.ahlta {
			background: url(/images/home-ahlta.png) no-repeat;
			}
		
		.insight1 {
			background: url(/images/dhims_ehr_insight_issue_1.png) no-repeat;
			}
			
#focusBlockLeftWide {
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
	width: 245px;
	height: 150px;
	color: #fff;
	font-size: 11px;
	line-height: normal;
	position: relative;
	overflow: hidden;
	}
	
	#focusBlockLeftWide h3 {
		display: none;
		}
	
	#focusBlockLeftWide p {
		line-height: normal;
		margin: 55px 15px 0 15px;
		padding: 0;
		}
		
	#focusBlockLeftWide a {
		margin: 0;
		padding: 132px 8px 0 0;
		display: block;
		width: 237px;
		height: 18px;
		line-height: 18px;
		color: #fff;
		font-weight: bold;
		font-size: 10px;
		text-align: right;
		text-decoration: none;
		position: absolute;
		bottom: 0;
		}
			
		.guidesManualsAhlta {
			background: url(/images/home-guidesManualsAhlta.png) no-repeat;
			}
			
		.tutorialsAhlta {
			background: url(/images/home-tutorialsAhlta.png) no-repeat;
			}
			
		.deploymentAhltaDental {
			background: url(/images/home-deploymentAhltaDental.png) no-repeat;
			}
			
		.guidesManualsAhltaDental {
			background: url(/images/home-guidesManualsAhltaDental.png) no-repeat;
			}
			
		.guidesManualsTheater {
			background: url(/images/home-guidesManualsTheater.png) no-repeat;
			}
			
		.tutorialsTheater {
			background: url(/images/home-tutorialsTheater.png) no-repeat;
			}
			
		.bs {
			background: url(/images/home-breakOutSessions.png) no-repeat;
			}
			
		.gs {
			background: url(/images/home-generalSessions.png) no-repeat;
			}
			
#focusBlockCenter {
	margin: 5px 0 0 5px;
	padding: 0;
	float: left;
	width: 162px;
	height: 228px;
	color: #fff;
	font-size: 11px;
	line-height: normal;
	position: relative;
	overflow: hidden;
	}
	
	#focusBlockCenter h3 {
		display: none;
		}
	
	#focusBlockCenter p {
		line-height: normal;
		margin: 55px 15px 0 15px;
		padding: 0;
		}
		
	#focusBlockCenter a {
		margin: 0;
		padding: 210px 8px 0 0;
		display: block;
		width: 154px;
		height: 18px;
		line-height: 18px;
		color: #fff;
		font-weight: bold;
		font-size: 10px;
		text-align: right;
		text-decoration: none;
		position: absolute;
		bottom: 0;
		}
		
		.ahltaDental {
			background: url(/images/home-ahltaDental.png) no-repeat;
			}
			
		.ehrUni {
			background: url(/images/home-ehrUni.png) no-repeat;
			}
			
		.insight2 {
			background: url(/images/dhims_ehr_insight_issue_2.png) no-repeat;
			}				
	
#focusBlockRight {
	margin: 5px 0 0 5px;
	padding: 0;
	float: left;
	width: 161px;
	height: 228px;
	color: #fff;
	font-size: 11px;
	line-height: normal;
	position: relative;
	overflow: hidden;
	}
	
	#focusBlockRight h3 {
		display: none;
		}
	
	#focusBlockRight p {
		line-height: normal;
		margin: 55px 15px 0 15px;
		padding: 0;
		}
		
	#focusBlockRight a {
		margin: 0;
		padding: 210px 8px 0 0;
		display: block;
		width: 153px;
		height: 18px;
		line-height: 18px;
		color: #fff;
		font-weight: bold;
		font-size: 10px;
		text-align: right;
		text-decoration: none;
		position: absolute;
		bottom: 0;
		}
		
		.theater {
			background: url(/images/home-tmipUserSupport.png) no-repeat;
			}
		
		.insight3 {
			background: url(/images/dhims_ehr_insight_issue_3.png) no-repeat;
			}
			
#focusBlockRightWide {
	margin: 5px 0 0 5px;
	padding: 0;
	float: left;
	width: 245px;
	height: 150px;
	color: #fff;
	font-size: 11px;
	line-height: normal;
	position: relative;
	overflow: hidden;
	}
	
	#focusBlockRightWide h3 {
		display: none;
		}
	
	#focusBlockRightWide p {
		line-height: normal;
		margin: 55px 15px 0 15px;
		padding: 0;
		}
		
	#focusBlockRightWide a {
		margin: 0;
		padding: 132px 8px 0 0;
		display: block;
		width: 237px;
		height: 18px;
		line-height: 18px;
		color: #fff;
		font-weight: bold;
		font-size: 10px;
		text-align: right;
		text-decoration: none;
		position: absolute;
		bottom: 0;
		}
			
		.tipsTricksAhlta {
			background: url(/images/home-tipsTricksAhlta.png) no-repeat;
			}
			
		.tipsTricksAhltaDental {
			background: url(/images/home-tipsTricksAhltaDental.png) no-repeat;
			}
			
		.tipsTricksTheater {
			background: url(/images/home-tipsTricksTheater.png) no-repeat;
			}
			
#focusBlock {
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
	width: 495px;
	height: 125px;
	color: #fff;
	font-size: 11px;
	line-height: normal;
	position: relative;
	overflow: hidden;
	}
	
	#focusBlock h3 {
		display: none;
		}
	
	#focusBlock p {
		line-height: normal;
		margin: 55px 15px 0 15px;
		padding: 0;
		width: 235px;
		}
		
		.deploymentAhltaDental {
			background: url(/images/home-deploymentAhltaDental.png) no-repeat;
			}
			
		
div#resourcesSlider {
	margin: 5px 0 0 0;
	padding: 30px 0 5px 0;
	clear: both;
	height: 90px;
	width: 495px;
	overflow: hidden;
	background: url(/images/home-resourcesSlider.png) no-repeat #ccc;
	float: left;
	}
	
	/* thumbnail slider begin */

	/* apply the gallery design - links slider */
	#gallery_container {  
		width: 492px; 
		height: 90px; 
		margin: auto; 
		background: none; 
		padding: 0; 
		display :block; 
		position: relative; 
		}
		
	/* the width is set to show the number of thumbnails that will be visible */
	#thumb_container { 
		position: relative; 
		overflow: hidden; 
		width: 442px; 
		height: 90px; 
		margin: 0 auto 0;
		background: #c1c1c1; 
		}
		
	/* the thumbnails container */
	#thumbs { 
		white-space: nowrap; 
		display: block;
		position:relative; 
		}
	
		#thumbs a { 
			padding: 0; 
			margin: 0; 
			}
			
		#thumbs a img { 
			width: 86px;
			height: 86px;
			border: none; 
			}
	
	/* the forward and backward buttons */
	.addfwd { 
		display: block; 
		position: absolute; 
		cursor: pointer; 
		width: 25px; 
		height: 86px; 
		top: 0; 
		right: 0; 
		background: url(/images/btn-galleryForward.png) no-repeat;  
		}
		
	.addbkwd { 
		display: block; 
		position: absolute; 
		cursor: pointer; 
		width: 25px; 
		height: 86px; 
		top: 0; 
		left: 0; 
		background: url(/images/btn-galleryBack.png) no-repeat;  
		}
	/* thumbnail slider end */
