/* CSS Document */

/* Generic
---------------------------------------------------------------------------------*/
html {
	overflow: scroll;
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 0px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color:#eff0f2;
	color:#606060;
}
h1 {
	font-size:100%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h2 {
	font-size:80%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h3 {
	font-size:80%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
p {
	padding: 10px 10px 5px 10px;
	font-size:80%;
	margin:0px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.grey {
	color:#4A4A4A;
	font-weight:normal;
}
.blue {
	color:#024eb0;
}
.blue_bold {
	color:#024eb0;
	font-weight:bold;
}
.green {
	color:#35ac22;
}
.green_bold {
	color:#35ac22;
	font-weight:bold;
}
.blue-web {
	color:#1296c8;
}
.blue-comms {
	color:#4f68b6;
}
.red {
	color:#e4000c;
}


/* info block
---------------------------------------------------------------------------------*/
#info-block {
	height: 33px;
	width: 955px;
	margin: 0 auto;
	position: relative;
	color:#FFFFFF;
}
#info-block ul{
	margin:0px;
	padding: 8px 0px 0px 0px;
	font-size:80%;
}
#info-block ul li{
	list-style-type:none;
	display:inline;
	padding: 0px 5px 0px 5px;
	font-weight:bold;
}
#info-block ul li.last{
	border:none;
	padding-right:7px;
}
#info-block ul li a:link, #info-block ul li a:visited{
	font-weight:bold;
	color:#FFFFFF;
}
#info-block ul li a:hover{
	font-weight:bold;
	color:#cccccc;
}
#contact-abbriviated {
	height: 33px;
	float:left;
}
#usability-links {
	float:right;
	height:33px;
}

/* banner
---------------------------------------------------------------------------------*/
#banner-container {
	background: url(../images/bg-header.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
#banner {
	height: 85px;
	width: 955px;
	margin: 0 auto;
	position: relative;
	
}
#root-nav {
	height: 40px;
	position:absolute;
	bottom: 0;
	right:0;
}
#telephone {
	height: 30px;
	position:absolute;
	background:url(../images/icon-telephone.gif) top left no-repeat ;
	text-align:right;
	padding:3px 7px 0px 35px;
	top: 0;
	right:0;
}
#telephone h1{
	color:#FFFFFF;
	font-size:140%;
}
#root-nav ul{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
#root-nav li{
	float: left;
  	margin: 0 auto; 
	padding: 0px 0px 0px 0px;
	position: relative;
}

#root-nav li a{
	float: left;
	background:url(../images/tab-off.gif) no-repeat top left;
	color: #FFFFFF;
	padding: 10px 0px 0px 0px;
	text-decoration:none;
	font-weight:bold;
	font-size: 75%;
	text-align:center;
	width: 110px;
	height:29px;
}

#root-nav li a:visited{
	color: #ffffff;
}
#root-nav li a:hover{
	color: #CCCCCC;
}
#root-nav .health a{
	background:url("../images/tab-health.gif") no-repeat top left;
}
#root-nav .web a{
	background:url("../images/tab-web.gif") no-repeat top left;
}
#root-nav .comms a{
	background:url("../images/tab-comms.gif") no-repeat top left;
}
#root-nav .it a{
	background:url("../images/tab-it.gif") no-repeat top left;
}
#root-nav .selected a{
	background:url("../images/tab-on.gif") no-repeat top left;
}



/* content
---------------------------------------------------------------------------------*/
#content-container {
	padding-bottom:30px;
	background: url(../images/bg-lower-header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#content-container-web {
	padding-bottom:30px;
	background: url(../images/bg-lower-header-web.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#content-container-it {
	padding-bottom:30px;
	background: url(../images/bg-lower-header-it.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#content-container-networking {
	padding-bottom:30px;
	background: url(../images/bg-lower-header-networking.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#content-container-home {
	padding-bottom:30px;
	background: url(../images/bg-lower-header-home.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#content {
	width: 955px;
	margin: 0 auto;
	padding-top:5px;
	position: relative;
}
#content-health{
	width: 930px;
	margin: 0 auto;
	padding-top: 53px;
	position: relative;
	background:url(../images/icon-page-health.gif) no-repeat bottom right;
}
#content-web{
	width: 955px;
	margin: 0 auto;
	padding-top:5px;
	position: relative;
	background:url(../images/icon-page-web.gif) no-repeat bottom right;
}
#content-comms{
	width: 955px;
	margin: 0 auto;
	padding-top:5px;
	position: relative;
	background:url(../images/icon-page-comms.gif) no-repeat bottom right;
}
#content-it{
	width: 955px;
	margin: 0 auto;
	padding-top:5px;
	position: relative;
	background:url(../images/icon-page-it.gif) no-repeat bottom right;
}
#content-it-support{
	width: 955px;
	margin: 0 auto;
	padding-top:5px;
	position: relative;
	background:url(../images/icon-page-it-support.gif) no-repeat bottom right;
}
#content-contact{
	width: 955px;
	margin: 0 auto;
	padding-top:5px;
	position: relative;

}
#content-trisoft{
	width: 955px;
	margin: 0 auto;
	padding-top:5px;
	position: relative;
	background:url(../images/icon-page-trisoft.gif) no-repeat bottom right;
}
#breadcrumb {
	width: 900px;
	padding-left:17px;
	font-size:80%;
}
#breadcrumb a:link, #breadcrumb a:visited{
	text-decoration:none;
	color:#000000;
}
#breadcrumb a:hover{
	text-decoration: underline;
	color:#01809d;
}
#further-links {
	width:624px;
	background: url(../images/bg-further-links.gif) no-repeat bottom;
	text-align:right;
}
#further-links p{
	padding: 10px 10px 10px 10px;
	color: #ffffff;
}
#further-links a:link,#further-links a:visited{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#further-links a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}
#sidemenu-container {
	width:265px;
	float:left;
	display:inline;
}
#sidemenu-container-iframe {
	width:200px;
	float:left;
	display:inline;
}
#info-container {
	width:680px;
	margin: 105px 30px 5px 9px;
	float:left;
	display:inline;
}
#info-container p{
	padding:10px 15px 10px 30px;
	color:#4A4A4A;
	font-size:80%;
}
#info-container h2{
	padding:18px 15px 10px 30px;
	color:#024eb0;
	font-size:120%;
}
#info-container h3{
	padding:5px 15px 5px 30px;
	color: #555555;
	font-size:90%;
}
#info-container h4{
	padding:18px 15px 0px 30px;
	color:#024eb0;
	font-size:100%;
	margin:0px;
}
#info-container h4 a:link,#info-container h4 a:visited{
	color:#024eb0;
}
/* content-article
---------------------------------------------------------------------------------*/


#submenu-bg {
	width:265px;
	background: url(../images/bg-modules.png) top no-repeat;
	margin-top:45px;
}
#submenu-bg h2{
	padding:18px 15px 0px 30px;
	color:#35ac22;
	font-size:110%;
}
#submenu-bg p{
	padding:10px 15px 0px 30px;
	font-size:80%;
	line-height:12pt;
}
#submenu-bg-iframe {
	width:200px;
	background: url(../images/bg-modules-iframe.png) top no-repeat;
	margin-top:45px;
	margin-left:10px;
}
#submenu-bg-iframe h2{
	padding:18px 15px 0px 20px;
	color:#35ac22;
	font-size:110%;
}
#submenu-bg-iframe p{
	padding:10px 15px 0px 20px;
	font-size:80%;
	line-height:12pt;
}
.submenu-footer-iframe {
	width:200px;
	background: url(../images/bg-modules-footer-iframe.png) top no-repeat;
	height:24px;
	margin-left:10px;
}

#submenu-bg-contact {
	width:265px;
	background: url(../images/bg-modules.png) top no-repeat;
}
#submenu-bg-contact p{
	padding:10px 15px 0px 30px;
	font-size:70%;
	line-height:12pt;
}
#submenu-bg-contact h2{
	padding:18px 15px 0px 30px;
	color:#35ac22;
	font-size:110%;
}
#submenu-bg-contact h2.trisoft{
	color:#405490;
}
#submenu-bg h2.web{
	color:#1296c8;
}


#submenu-bg h2.comms{
	color:#4f68b6;
}
#submenu-bg h2.it{
	color:#dd030e;
}
#submenu-bg h2.trisoft{
	color:#405490;
}
#submenu-bg-iframe h2.trisoft{
	color:#405490;
}

#submenu-bg ul{
	padding:10px 30px 6px 30px;
	margin:0px;
}
#submenu-bg ul li{
	list-style-type:none;
	padding-bottom:15px;
	font-size:70%;
}
#submenu-bg ul li a:link,#submenu-bg ul li a:visited{
	text-decoration:none;
	font-weight:bold;
	padding-bottom:5px;
	color:#333333;
	font-size:120%;
}
#submenu-bg ul li a:hover{
	text-decoration:underline;
	color: #4A4A4A;
}

#casestudy-bg {
	width:265px;
	margin-top:5px;
}

#casestudy-bg ul{
	padding:105px 30px 0px 30px;
	margin:0px;
}
#casestudy-bg ul li{
	list-style-type:none;
	padding-bottom:15px;
	font-size:70%;
}
#casestudy-bg ul li a:link,#casestudy-bg ul li a:visited{
	text-decoration:none;
	font-weight:bold;
	padding-bottom:5px;
	color:#000000;
	font-size:110%;
}
#casestudy-bg ul li a:hover{
	text-decoration:underline;
	color: #4A4A4A;
}

#casestudy-bg-health {
	background: url(../images/bg-casestudy-health.png) top no-repeat;
}
#casestudy-bg-health02 {
	background: url(../images/bg-casestudy-health02.png) top no-repeat;
}
#casestudy-bg-web {
	background: url(../images/bg-casestudy-web.png) top no-repeat;
}
.questions-c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
	font-weight: bold;
	margin-left: 21px;
}

#casestudy-bg-web02 {
	background: url(../images/bg-casestudy-web02.png) top no-repeat;
}
#casestudy-bg-comms {
	background: url(../images/bg-casestudy-comms.png) top no-repeat;
}
#casestudy-bg-it {
	background: url(../images/bg-casestudy-it.png) top no-repeat;
}
#casestudy-bg-cga {
	background: url(../images/bg-casestudy-cga.png) top no-repeat;
}

.submenu-footer {
	width:265px;
	background: url(../images/bg-modules-footer.png) top no-repeat;
	height:24px;
}

#main-info {
	width:447px;
	margin: 80px 0px 5px 9px;
	float:left;
	display:inline;
}


#main-info p{
	padding:10px 15px 10px 20px;
	color:#606060;
	font-size:80%;
	line-height:140%;
}
#main-info h2{
	padding:18px 15px 0px 20px;
	font-size:130%;
}
#main-info h2.healthcare{
	color:#35ac22;
}
#main-info h2.web{
	color:#1296c8;
}
#main-info h2.comms{
	color:#4f68b6;
}
#main-info h2.it{
	color:#dd030e;
}
#main-info h2.trisoft{
	color:#405490;
}
#main-info a:link, #main-info a:visited{
	font-weight:bold;
	color:#606060;
}
#main-info a:hover{
	text-decoration:underline;
}
#main-info ul{
	font-size:80%;
}
#main-info ul li{
	line-height:150%;
}
#main-info modules ul li{
	color: #00FF00;
}
#main-info ul ul{
	font-size:90%;
}
#main-info ul ul li{
	line-height:150%;
	list-style-type: none;
	margin: 0px 0px 10px -20px;
	color: #000000;
}
#main-info-map {
	width:650px;
	margin: 80px 0px 5px 9px;
	float:left;
	display:inline;
}
#main-info-map h2{
	padding:18px 15px 0px 20px;
	font-size:130%;
}
#main-info-map h2.trisoft{
	color:#405490;
}
#main-info-map p{
	padding:10px 15px 10px 20px;
	color:#606060;
	font-size:80%;
	line-height:140%;
}
#main-info-map ul{
	margin-left:20px;
	padding:0px 15px 10px 20px;
	color:#606060;
	line-height:140%;
	font-size:80%;
}
#main-info-map ul li{
	color:#606060;

	line-height:140%;
	padding:0px;
	margin:0px;
}
#main-info-map ul li ul{
	list-style-type:none;
}
#main-info-map ul li ul li a:link,#main-info-map ul li ul li a:visited{
	color:#606060;
	font-size:120%;
	line-height:140%;
	padding:0px;
	margin:0px 0px 0px -20px;
	font-weight:normal;
}
#main-info-map a:link,#main-info-map a:visited{
	color:#405490;
	font-weight:bold;
}
#main-info-iframe {
	width:800px;
	margin: 80px 0px 5px 9px;
	float:left;
	display:inline;
}
#main-info-iframe p{
	padding:10px 15px 10px 20px;
	color:#606060;
	font-size:80%;
	line-height:140%;
}
#feature-container {
	width:220px;
	margin: 0px 5px 5px 9px;
	float:left;
	display:inline;
}
#signpost-container {
	width:220px;
	background:url(../images/bg-signpost.png) top no-repeat;
}
#signpost-container p{
	padding:10px 15px 10px 20px;
	color:#4A4A4A;
	font-size:80%;
}
#signpost-container h2{
	padding:18px 15px 10px 20px;
	font-size:110%;
}
#signpost-container h2.healthcare{
	color:#35ac22;
}
#signpost-container h2.web{
	color:#1296c8;
}
#signpost-container h2.comms{
	color:#4f68b6;
}
#signpost-container h2.it{
	color:#dd030e;
}
#signpost-container h2 a:link,#signpost-container h2 a:visited{
	color: #35ac22;
	text-decoration:none;
}
#signpost-container a:link,#signpost-container a:visited{
	color: #4A4A4A;
	text-decoration:none;
}
#signpost-container a:hover{
	text-decoration:underline;
}
#signpost-container img{
	padding-left:12px;
}
#signpost-container-footer {
	width:220px;
	height:24px;
	background:url(../images/signpost-footer.png) top no-repeat;
}
#signpost-container2 {
	width:220px;
	background:url(../images/bg-signpost2.gif) top no-repeat;
	margin-top:10px;
}
#signpost-container2 p{
	padding:10px 15px 10px 20px;
	color:#4A4A4A;
	font-size:80%;
}
#signpost-container2 h2{
	padding:18px 15px 10px 20px;
	color:#35ac22;
	font-size:110%;
}
#signpost-container2 h2 a:link,#signpost-container2 h2 a:visited{
	color: #35ac22;
	text-decoration:none;
}
#signpost-container2 a:link,#signpost-container2 a:visited{
	color: #4A4A4A;
	text-decoration:none;
}
#signpost-container2 a:hover{
	text-decoration:underline;
}
#signpost-container2 img{
	padding-left:12px;
}
#signpost-container2-footer {
	width:220px;
	height:24px;
	background:url(../images/signpost-footer.gif) top no-repeat;
}
#overview-container {
	width:220px;
	margin: 120px 5px 5px 9px;
	float:left;
	display:inline;
}
#overview-step {
	width:220px;
	background:url(../images/bg-signpost2.gif) top no-repeat;
}
#overview-step p{
	padding:10px 20px 10px 20px;
	color:#4A4A4A;
	font-size:75%;
}
#overview-step p .download{
	padding:0px 20px 10px 20px;
	color:#4A4A4A;
	font-size:75%;
}
#overview-step h2{
	padding:18px 20px 8px 20px;
	color:#35ac22;
	font-size:100%;
}
#overview-step h2 a:link,#overview-step h2 a:visited{
	color: #35ac22;
	text-decoration:none;
}
#overview-step a:hover{
	text-decoration:underline;
}
#overview-step img{
	padding-left:12px;
}
#overview-step-footer {
	width:220px;
	height:24px;
	background:url(../images/signpost-footer.gif) top no-repeat;
}
#links-container {
	width:920px;
	margin: 105px 30px 5px 9px;
	float:left;
	display:inline;
}
#links-container p{
	padding:10px 15px 10px 30px;
	color:#4A4A4A;
	font-size:80%;
}
#links-container h2{
	padding:18px 15px 0px 30px;
	color:#024eb0;
	font-size:120%;
}
#news-header {
	width:265px;
	height:16px;
	background: url(../images/news-header.gif) top no-repeat;
	color:#FFFFFF;
	margin: 86px 0px 0px 0px;
}
#news-bg h2{
	padding:0px 30px 15px 30px;
	color:#024eb0;
	font-size:110%;
}
#news-bg {
	width:265px;
	background: url(../images/bg-modules.gif) bottom no-repeat;
}
#news-bg ul{
	padding:0px 30px 26px 30px;
	margin:0px;
}
#news-bg ul li{
	list-style-type:none;
	padding-bottom:15px;
	font-size:80%;
}
#news-bg ul li a:link,#news-bg ul li a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#024eb0;
}
#news-bg ul li a:hover{
	text-decoration:underline;
	color: #4A4A4A;
}

/* content-home
---------------------------------------------------------------------------------*/

.sidemenu-container-home {
	width:238px;
	float:left;
	display:inline;
}
#home-info{
	height:130px;
	padding:105px 20px 20px 500px;
}
#home-info h1{
	color:#4f68b6;
	font-size:140%;
	
}
#home-info p{
	margin:6px 0px 0px 0px;
	padding:0px;
	line-height:135%;
}
.submenu-bg-home {
	margin-top:0px;
}
#submenu-bg-web {
	background: url(../images/bg-modules-web.png);
	height:160px;
}
#submenu-bg-web h2 a:link, #submenu-bg-web h2 a:visited{
	color:#1296c8;
}
#submenu-bg-web h2 a:hover{
	color:#1296c8;
}
#submenu-bg-comms {
	background: url(../images/bg-modules-comms.png);
	height:160px;
}
#submenu-bg-comms h2 a:link, #submenu-bg-comms h2 a:visited{
	color:#4f68b6;
}
#submenu-bg-comms h2 a:hover{
	color:#4f68b6;
}
#submenu-bg-it {
	background: url(../images/bg-modules-it.png);
	height:160px;
}
#submenu-bg-it h2 a:link, #submenu-bg-it h2 a:visited{
	color:#dd030e;
}
#submenu-bg-it h2 a:hover{
	color:#dd030e;
}
#submenu-bg-health {
	background: url(../images/bg-modules-health.png);
	height:160px;
}
#submenu-bg-health h2 a:link, #submenu-bg-health h2 a:visited{
	color:#35ac22;
}
#submenu-bg-health h2 a:hover{
	color:#35ac22;
}
.submenu-bg-home h2{
	padding:18px 15px 0px 20px;
	color:#35ac22;
	font-size:100%;
}
.submenu-bg-home h2.web{
	color:#1296c8;
}
.submenu-bg-home h2.comms{
	color:#4f68b6;
}
.submenu-bg-home h2.it{
	color:#dd030e;
}
.submenu-bg-home p{
	padding:5px 15px 0px 20px;
}
.submenu-bg-home p a:link,.submenu-bg-home p a:visited{
	text-decoration: none;
	color:#4a4a4a;
	font-weight:bold;
	font-size:95%;
}
.submenu-bg-home p a:hover{
	text-decoration:underline;
}
.submenu-bg-home ul{
	padding:10px 30px 6px 30px;
	margin:0px;
}
.submenu-bg-home ul li{
	list-style-type:none;
	padding-bottom:15px;
	font-size:120%;
}
.submenu-bg-home ul li a:link,.submenu-bg-home ul li a:visited{
	text-decoration:none;
	font-weight:bold;
	padding-bottom:5px;
	color:#000000;
	font-size:120%;
}
.submenu-bg-home ul li a:hover{
	text-decoration:underline;
	color: #4A4A4A;
}
.submenu-footer-home {
	background: url(../images/bg-modules-footer-home.png) top left no-repeat;
	height:24px;
}


#home-features {
	padding-top:10px;
}
#latest-news {
	width:470px;
	float:left;
}
#microsoft-ad {
	display: none;
	width:240px;
	float:left;
}
#latest-news p{
	padding:7px 0px 7px 20px;
	line-height:125%;
}
#latest-news h2{
	padding:0px 0px 7px 20px;

}
#latest-news a:link,#latest-news a:visited{
	color:#333333;
}
.feature {
	width:470px;
	float:left;
	padding:15px 0px 0px 3px;
}
.feature img{
	padding:0px 0px 0px 0px;
}


/* footer
---------------------------------------------------------------------------------*/
#footer-container {
	background-color:#eff0f2;
	width:100%;
	height:50px;
}
#footer {
	width: 955px;
	margin: 0 auto;
	padding-top:10px;
	position: relative;

}
#footer-links {
	height: 20px;
	margin-top:8px;
	float:left;
	padding-left:15px;
	font-size:70%;
}
#footer-links a:link, #footer-links a:visited{
	text-decoration:none;
	color: #000000;
}
#footer-links a:hover{
	text-decoration:underline;
	color:#4A4A4A;
}
#footer-info{
	height: 20px;
	margin-top:8px;
	float:right;
	padding-left:15px;
	font-size:70%;
}
#footer-info a:link, #footer-info a:visited{
	text-decoration:none;
	color: #000000;
}
#footer-info a:hover{
	text-decoration:underline;
	color:#4A4A4A;
}

/* map
---------------------------------------------------------------------------------*/

#contact_map {
	background-image:url(../images/map.png);
	background-repeat:no-repeat;
	height:580px;
	font-size:11px;
	line-height:16px;
	color:#606060;
	position:relative;
	margin:20px 0px 0px 20px;
}
#contact_map .title, #contact_map a{
	color:#506FA6;
	font-weight:bold;
	text-decoration:none;
}
#address_1, #address_2, #address_3, #address_4, #address_5, #address_6, #address_7 {
	width:150px;
	padding:5px 0px 0px 5px;
	position:absolute;
}
#address_1 {
	left:8px;
	top:3px;
}
#address_2 {
	left:8px;
	top:167px;
}
#address_3 {
	left:8px;
	top:330px;
}
#address_4 {
	left:462px;
	top:0px;
}
#address_5 {
	left:462px;
	top:160px;
}
#address_6 {
	left:462px;
	top:322px;
}
#address_7 {
	left:462px;
	top:383px;
}

.tableleft
{
	width: 120px;
	text-align: left;
	float: left;
	padding-right: 15px;
	padding-top: 10px;
	font-size:80%;
}

.tableright
{
	text-align: left;
	float: left;
	padding-top: 10px;
}

.tablerow
{
    padding-left: 20px;
	width: 100%;
	clear: both;
}
#questions {
	color: #FF6600;
	font-weight: bold;
	font-size: 13px;
	margin-left: 21px;
}
.main-case-study {
	width: 604px;
	float: left;
}
.main-case-study-head {
	background: url(../images/main-case-study-head-bg.gif) no-repeat top center;
	padding: 38px 0px 12px 13px;
}
.main-case-study-head p {
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	padding:0;
	margin:0;
}
.hospital-name {
	position: absolute;
	left: 398px;
	top: 47px;
}
.main-case-study-h1 {
	color: #000000;
	font-size: 27px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.main-case-study-body {
	padding:0;
}
.main-case-study-h2-container {
	background: #70AA00;
	padding: 13px;
	margin: 0px -1px; 
}
.main-case-study-h2-container H2 {
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size:20px;
	font-weight: normal;
}
.main-case-study-body {
	border-right: 1px solid #557276;
	border-bottom: 1px solid #557276;
	border-left: 1px solid #aab8ba;
	line-height: 125%;
}
.main-case-study-body h3 {
	color: #31AC27;
	font-size: 16px;
	padding: 13PX;
	padding-bottom: 0px;
}
.main-case-study-body h4 {
	color: #333333;
	padding-left: 13px;
	font-size: 14px;
	font-weight: normal;
		padding-bottom: 0px;
}
.main-case-study-body p {
	color: #333333;
	padding: 13px;
}
.main-case-study-body IMG {
	float:right;
	text-align: left;
	padding: 13px;
	padding-top: 0px;
}
.main-case-study-foot {
	height: 10px;
}
.pdf-icon {
	position: absolute;
	left: 402px;
	top: 74px;
}
.internal {
	padding: 5px 40px 5px 0px;
	color:#3DA53A;
	font-weight:bold;
	background-image: url(../images/readme-icon.png);
	background-repeat: no-repeat;
	background-position: 70px 1px;
	display: inline-block;
	line-height: 60%;
}
.getdotted {
		border-bottom: 1px dotted #69F ;
		width:280px;
		height: 4px;
		margin: 0px 10px;
		margin-bottom: 13px;
}

.legacy-case-studies {
	width: 299px;
	float: right;
/*	position: absolute;	
	left: 635px;
	top: 53px;	*/
}

.contact-sales-box-outer, .case-studies-box-outer {
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	background-color: #ffffff;
	padding: 6px; 
}
.case-studies-box-outer { margin-top: 25px; }
.contact-sales-box, .case-studies-box, .healthcare-blog-box {
	width: 287px;
	padding: 45px 0px 12px 0px;
	background: #ededed url(../images/sales-figures.png) no-repeat 200px 10px;
}
.case-studies-box { background: #ededed url(../images/case-studies-box-bg.jpg) no-repeat; position:relative; padding-top: 95px; }
.contact-sales-box p {
	color: #4d4d4d;
}

.sales-team-ribbon {
	position: absolute;
	width: 194px;
	height: 31px;
	background: url(../images/sales-team-bg.png) no-repeat;
	left: 626px;
	top: 74px;
}


.contact-sales-box ul {
   float: left;
   width: 18em;
   margin: 0px 7px;
   padding: 0;
   list-style: none;
 }
  
.contact-sales-box li {
   float: left;
   width: 9em;
   margin: 0;
   padding: 0;
   font-size: 80%;
} 
.contact-sales-box #theatreman {
	 float:left;
}
.contact-sales-box .blacktext {
	 color: #000000;
}
.salespeople { font-size: 80%; font-weight: bold;}
.salespeople a, .case-study-footer-sales a { color: #000; }
.salespeople a:hover { text-decoration: none; color: #03b530; }
.case-study-footer-sales a:hover { text-decoration: none; color: #03b530; } 
.blacktext a { color: #000; }
.blacktext a:hover { text-decoration: none; color: #03b530; }
.clearboth { clear: both; }
.case-study-ribbon {
	position: absolute;
	width: 194px;
	height: 131px;
	background: url(../images/case-study-ribbon.png) no-repeat;
	left: -10px;
	top: -10px;
}
.sidebar-case-study {
	margin-top: 15px;
	padding: 0px 15px;
}
.sidebar-case-study a:visited {
	color: #551A8B;
}
.sidebar-case-study h1, .sidebar-case-study h2, .sidebar-case-study p {
	margin:0;
	padding:0;
}
.sidebar-case-study h1 {
	color: #193538;
	margin-bottom: 9px;
}
.sidebar-case-study h2 {
	color: #1f2d2e;
	margin-bottom: 12px;
}
.sidebar-case-study p {
	color: #425b5f;
	line-height: 150%;
}
.healthcare-blog-box {
	background-image: none; 
}
.CollapsibleCaseStudy {
	width: 580px;
	margin: 20px auto;	
	position: relative;
}
.CollapsibleCaseStudy p {
	color: #333;
	padding: 0;	
}
.CollapsiblePanelTab H1 {
	color: #000;
	font-size: 16px;
	width: 580px;
	margin: 13px auto;	
	text-indent: 13px;
}
#rfvEmail {
	width: 263px;	
}
