@charset "UTF-8";
/* CSS Document */

/*= Glabal
------------------------------------------- */
*{margin:0;padding:0}
body{
	background:#ffffcc;
	text-align:center;
	font-size:63.5%;
	font-family:Arial,Verdana,sans-serif;
}

/*= Layout
------------------------------------------- */
#container{
	width:823px;
	margin:0 auto;
	text-align:left;
	background:#FFF url("images/bg_container.gif") left top repeat-y;
	position:relative;
	padding:0 0 0 27px;
	overflow:auto;
}
#main-nav{
	width:796px;
	float:left;
	background:#61a7c1;
	padding:4px 0 0 0;
	border-top:12px solid #fff;
}
#branding{
	width:796px;
	height:170px;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	background:url("images/banner1.gif") no-repeat;
	float:left;
}
#wrapper{
	width:796px;
	background:#fff url("images/bg_wrapper.gif") no-repeat;
	float:left;
	background:#FFF;
	border-top:12px solid #013176;
	border-bottom:12px solid #013176;
	padding:0 0 40px 0;
	
}
#side-bar{
	float:right;
	width:176px;
	display:inline;/*IE Double Margin Fix*/
	margin:15px 0 0 0;
}
#content{
	width:580px;
	background:#FFF;
	float:left;
	display:inline;/*IE Double Margin Fix*/
	margin:15px 0 0 0;
}
#footer{
	width:796px;
	clear:both;
	text-align:center;
	background:#61a7c1;
}

/*= Lists
------------------------------------------- */
#main-nav ul{
	width:796px;
	list-style-type:none;
	padding:15px 0 0 0;
}
#main-nav li{
	float:left;
	line-height:35px;
}
#side-bar ul{
	list-style-type:none;
	margin:8px 0 26px 0;
}
#side-bar li{
	background:url("images/bg_li.gif") 0 3px no-repeat;
	padding:0 0 0 15px;
	margin:0 0 12px 0;
}
#content ul{
	margin:0 0 20px 20px;
	list-style-type:none;
}
#content li{
	background:url("images/bg_li.gif") 0 50% no-repeat;
	padding:0 0 0 15px;
	margin:0 0 8px 0;
	font-size:1.2em;
	
}
#content #checkul li{
	background:url("images/check.gif") 0 2px no-repeat;
	padding:0 0 0 26px;
	margin:0 0 8px 0;
	font-size:1.2em;
	
}
.solutions #content li{
	background:url("images/bg_li.gif") 0 3px no-repeat;
	line-height:16px;
	margin:0 0 4px 0;
}
.solutions #content .oncology li{
	background:url("images/bg_li.gif") 0 3px no-repeat;
	line-height:18px;
	margin:0 0 8px 0;
}
#content .oncology, .resources #content ul{
	margin:5px 0 20px 20px;
	list-style-type:none;
}
#sub-nav{
	width:766px;
	float:left;
	padding:0 0 0 30px;
	background:#013176;
	border-top:1px solid #012251;
	list-style-type:none;
}
#sub-nav li{
	float:left;
	line-height:24px;
}
.home #sub-nav li{
	line-height:12px;
}
/* custom nav spacing*/
#main-nav #mn_about a{
	margin:0 20px 0 28px;
}
#footer ul{
	padding:15px 0 10px 0;
}
#footer li{
	display:inline;
	margin:0 10px 0 0;
}
#content .posth3{
	margin-top:6px;
}
#content .dual li{
	margin-bottom:2px;
	line-height:20px;
	background:url("images/bg_li.gif") 0 5px no-repeat;
}
#content .posth3dual{
	margin-top:6px;
}
#content .posth3dual li{
	margin-bottom:2px;
	line-height:20px;
	background:url("images/bg_li.gif") 0 5px no-repeat;
}
/*= Links
------------------------------------------- */
#main-nav a{
	color:#FFF;
	text-decoration:none;
	font-size:1.2em;
	margin:0 17px;
	display:block;
	padding:0 16px;
	border-top:1px solid #61a7c1;
	border-right:1px solid #61a7c1;
	border-left:1px solid #61a7c1;
}
#main-nav a:hover{
	background:#87c262;
	border-top:1px solid #013176;
	border-right:1px solid #013176;
	border-left:1px solid #013176;
}
#content a:link, #side-bar a:link{
	color: #013176;
	text-decoration:none;
	border-bottom:1px solid #87c262;
}
#content a:visited, #side-bar a:visited{
	color: #666;
	text-decoration:none;
	border-bottom:1px solid #87c262;
}
#content a:hover, #side-bar a:hover{
	color: #87c262;
}
#sub-nav a{
	color:#fff;
	text-decoration:none;
	margin:0 16px 0 0;
	padding:0 16px;
	display:block;
}
.solutions #sub-nav a{
	color:#fff;
	text-decoration:none;
	margin:0 11px 0 0;
	padding:0 16px;
	display:block;
}
#sub-nav a:hover{
	text-decoration:underline;
}
/* main navigation highlighting */ 
.about #mn_about a, .solutions #mn_solutions a, .press-room #mn_press a, .careers #mn_careers a, .resources #mn_resources a, .contact #mn_contact a{
	background:#013176;
	border-top:1px solid #013176;
	border-right:1px solid #013176;
	border-left:1px solid #013176;
}
#footer a{
	color:#fff;
}

/*= Typography	
------------------------------------------- */
#branding h1{
	width:275px;
	height:170px;
	position:relative;
	font-size:1px;
	float:right;
	color:#fff;
}
#branding h1 span{
	background: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
}
	
.TabContent h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #204185;
	font-weight:normal;
	line-height: 24px;
	margin:10px 0 0 10px;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #204185;
	font-weight:normal;
	line-height: 24px;
	margin:0 0 2px 0;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #204185;
	font-weight:normal;
	line-height: 24px;
	margin:0 0 2px 10px;
}
h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #204185;
	font-weight:normal;
	line-height: 24px;
	margin:0 0 10px 10px;
	width:100%;
	border-bottom:1px solid #87c262;
}
p{
	font-size:1.2em;
	line-height:19px;
	margin:0 0 16px 0;
}
#side-bar p{
	margin-right:10px;
}
#content p, #content h2{
	margin-left:10px;
}
.TabContent p{
	margin:10px 10px 0 10px;
	border-left:2px solid #87c262;
	padding:0 0 0 5px;
}
#footer p{
	padding:0 0 15px 0;
	color:#fff;
	font-size:1.2em;
}
strong{
	color: #204185;
}
em{
	color:#666;
}
sup{
	color:#666;
}
.sitemapsc p{
	margin-bottom:10px;
}
/*= Dynamic Drive Tabbed Menu/Scrolling Content	
------------------------------------------------------- */
#content .menu{
	color:#272727;
	border-bottom:1px solid #999;
	font-size:12px;
	padding:0 0 4px 0;
	margin:10px 0 0 0;
}
#content .menu ul{
	margin:0;padding:0;
}
#content .menu li{
	display:inline;
	background:none;
	margin:0;padding:0 0 0 4px;
}
#content .menu #tab1{
	margin-left:8px;
}
#content .menu li a{
	text-decoration:none;
	padding:4px 8px;
	margin:0;
	color: #013176;
	background:#87c262;
	border:1px solid #999;
}
#content .menu li a:visited{
	color: #013176;
}
#content .menu li .tabactive{
	background:#fff;
	border-bottom:1px solid #fff;
	cursor:pointer;
	color: #013176;
}
.TabContent{
	padding:6px 0px;
	margin-bottom:5px;
	height:22em;
	overflow:hidden;
}
#tabcontent2{
	height:44em !important;
}
#tabcontent3{
	height:25em !important;
}
#tabcontent5{
	height:28em !important;
}
#pscroller1{
width: 100%;
height: 60px;
}
/*= Classes/Misc	
------------------------------------------- */
#sub-nav .current a{
	color:#ccc;
	background:#012251;
	cursor:default;
	text-decoration:none;
}
.healthcare{
	padding:0 2px 0 25px;
	background:url("images/pdf.gif") 0 50% no-repeat;
}
.medical{
	color:#666;
	font-size:1em;
	line-height:14px;
}
.transcription{
	color:#000;
}
#content .anchor{
	color:#fff;
	border:none;
}
.outsourcing-left{
	float:left;
}
.outsourcing-right{
	float:left;
	padding:0 0 0 40px;
}
.topp{
	text-align:right;
	padding:10px 0 0 0;
}
#content .topp a{
	background:url("images/bg_topp.gif") 0 50% no-repeat;
	padding:0 0 0 13px;
	border:0;
}
#content .topp a:visited{
	color: #013176 !important;
}
#content .topp2{
	background:url("images/bg_topp.gif") 0 50% no-repeat;
	padding:0 0 0 13px;
}
#content .topp2:visited{
	color: #013176 !important;
}
#content .goback a{
	background:url("images/bg_back.gif") 0 50% no-repeat;
	padding:0 0 0 13px;
	border:0;
}
#content .goback a:visited{
	color: #013176 !important;
}
#side-bar .active a{
	cursor:default;
	color:#87c262;
	border:0;
	font-weight:bold;
}
#main-nav .toplink, #main-nav .toplink:hover, #content .toplink{
	background:none;
	border:0;
	cursor:default;
}
.vcpd{
	padding:6px 0;
}
/* Career Section Links+Div */
.careerp{
	margin-bottom:0;
}
.doc{
	padding:0 2px 0 25px;
	background:url("images/doc.gif") 0 50% no-repeat;
	float:left;
}
.careertop{
	background:url("images/bg_topp.gif") 0 50% no-repeat;
	padding:0 0 0 13px;
	border:0;
	float:right;
}
#content .careertop:visited{
	color: #013176 !important;
}
.careerlinks{
	margin:4px 30px 56px 10px;
	font-size:1.2em;
}

/* Upload Success Styles */
#success{
	z-index:9999;
	position:absolute;
	top:431px;
	left:50%;
	margin:0 0 0 -370px;
}
#success p{
	color:#569e4e;
	font-weight:bold;
	background:url("images/success.gif") 0 50% no-repeat;
	padding:0 0 0 22px;
}
.captchaimage{
	vertical-align: middle !important;
	padding:0 5px 0 0;
}
#captchainput{
	width:205px !important;
}
/*= Tables
------------------------------------------- */
.datatable{
	margin:8px 0 20px 10px;
	font-size:1.2em;
}
.datatable td, .contactable td{
	padding:7px;
}
.datatable .odd td{
	background:#d3e6ba;
}
.datatable .thead td{
	background:#62af35;
	color:#fff;
	font-size: 1em;
}
/* contact table */
.contactable textarea, .contactable input, .contactable select{
	font-size:1.1em;
	font-family:Arial,Verdana,sans-serif;
	padding:2px;
	border:1px solid #ccc;
}
.contactable option{
	padding-right:10px;
}
.contactable input:focus, .contactable textarea:focus{
	border:1px solid #87c262;
}
.contactable .formsubmit, .contactable .formsubmit:focus{
	cursor:pointer;
	border-top:2px solid #fafafa;
	border-right:2px solid #848484;
	border-bottom:2px solid #848484;
	border-left:2px solid #fafafa;
}
.contactable table td{
	padding:10px 12px 10px 0;
}
/* contact us table */
.contact-us .contactable{
	margin:8px 0 0 6px;
	font-size:1.2em;
	background:#F0F0F0;
	padding:26px 42px 20px 16px;
	border:1px solid #ccc;
}
/* contact sales table */
.contact-sales .contactable{
	margin:8px 0 0 6px;
	font-size:1.2em;
	background:#F0F0F0;
	padding:26px 42px 20px 2px;
	border:1px solid #ccc;
}

/* Calendar Table */
.calendartable{
	border:2px solid #345a8f;
	margin:5px 0 25px 10px;
	font-size:1.2em;
	width:500px;
}
.calendarodd{
	background:#d3e6ba;
}
.calendarhead{
	background:#62af35;
	text-transform: uppercase;
	color:#FFF;
	font-weight:bold;
}
.calendartable td{
	padding:8px;
	border:0;
}
.calendartable tr{
	border:0;
}
.calendartable .calendarmonth{
	background:#006990;
	font-size:1.8em;
	color:#FFF;
	text-align:center;
	width:150px;
}
/* Events Table (Homepage) */
.homeventable{
	font-size:1.2em;
	width:98%;
	margin:5px 0 0 10px;
}
.homeventable td{
	padding:5px 3px;
	vertical-align:top;
}
#tabcontent5{
	height:82em;
}
.homeventable .homeeventhead{
	background:#013176;
	font-weight:bold;
	color:#FFF;
}

/*= IFRAME (career section)
------------------------------------------- */
iframe{
	border-top:1px solid #013176;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}

/*= IE 6 Filters
------------------------------------------- */
* html #sub-nav a{
	color:#fff;
	text-decoration:none;
	margin:0 10px 0 0;
	padding:0 16px;
	display:block;
}
* html #branding h1 span{
	cursor:pointer;
}
* html #side-bar .active a{
	cursor:default !important;
	color:#87c262 !important;
	border:0 !important;
	font-weight:bold !important;
}
* html .contact-us .contactable textarea{
	width:260px;
	margin-right:40px;
}
* html .contact-sales .contactable textarea{
	width:290px !important;
	margin-right:80px !important;
}
* html .formsubmit{
	margin-bottom:20px;
}
* html .contactable .iespace{
	vertical-align:bottom;
}
* html .contactable .iespace input{
	margin-top:20px !important;
	vertical-align:middle;
}
* html .contactable .ieborder{
	border:0 !important;
}
* html #footer p{
	padding:0 0 5px 0;
	color:#fff;
	font-size:1.2em;
}
* html .home #content .menu li .tabactive{
	background:#fff;
	border-bottom:2px solid #fff !important;
	cursor:pointer;
	color: #013176;
}
* html h3{
	font-weight:bold !important;
}
/*= IE 7 Filters
------------------------------------------- */
#footer p{
	*padding:0 0 5px 0;
	*color:#fff;
	*font-size:1.2em;
}
#sub-nav a{
	*color:#fff;
	*text-decoration:none;
	*margin:0 10px 0 0;
	*padding:0 16px;
	*display:block;
}
#branding h1 span{
	*cursor:pointer;
}
#side-bar .active a{
	*cursor:default !important;
	*color:#87c262 !important;
	*border:0 !important;
	*font-weight:bold !important;
}
.contact-us .contactable textarea{
	*width:260px;
	*margin-right:40px;
}
.contact-sales .contactable textarea{
	*width:290px !important;
	*margin-right:80px !important;
}
.formsubmit{
	*margin-bottom:20px;
}
.contactable .iespace{
	*vertical-align:bottom;
}
.contactable .iespace input{
	*margin-top:20px !important;
	*vertical-align:middle;
}
* html .contactable .ieborder{
	*border:0 !important;
}
h3{
	*font-weight:bold !important;
}