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

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	color:#6a6a6a;
	height:100%;
}

body.site{
	height:100%;
	background: url(../../assets/images/main_bg.gif) repeat-x top #d9e9e7;
}

td{
	vertical-align:top;
	color:#50494c;
	font-size:12px;
}

a{
	text-decoration:underline;
	color:#1e5e6f;
	outline: none;
}

a:hover{
	color:#c1272d;
	text-decoration:none;
}

img{
	border:0px;
}

.border {border:4px solid #eaeaea;}

.lineDotted {height:10px;background:url(../../assets/images/dotted_line_hor.gif) repeat-x bottom;}

h1{
	color:#0e3d49;
	font-size:22px;
	margin:5px 0px 15px 0px;
	padding:0 0 10px 0;
	font-weight:normal;
	line-height:30px;
	background:url(../../assets/images/dotted_line_hor.gif) repeat-x bottom;
}

h2{
	color:#0e3d49;
	font-size:15px;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
	padding:0 0 5px 0;
	font-weight:bold;
	line-height:30px;
	text-align:justify;
	background:url(../../assets/images/dotted_line_hor.gif) repeat-x bottom;
}

h3{
	color:#0e3d49;
	font-size:15px;
	margin:5px 0px 5px 0px;
	padding:0;
	font-weight:bold;
	line-height:18px;
}

p{
	font-size:12px;
	margin:10px 0px 10px 0px;
	line-height:18px;
	text-align:justify;
}

ul{
	margin-top:0px;
	margin-bottom:0px;
}

li{
	padding:0px 0px 15px 0px;
	line-height:18px;
	text-align:justify;
}


input, textarea{
	border:1px solid #9c89ab;
	background:white;
}


/* LAYOUT START */

#mainPage {
	background: url(../../assets/images/main_bg.jpg) no-repeat center top;
}

#logo {
	height: 88px;
	padding-top:13px;
	padding-left:38px;
}

#menu {
	height:32px;
	background: url(../../assets/images/menu_bg.jpg) no-repeat;
}



#sidebar ul{
	list-style:none;
	margin:22px 0 20px 0;
	padding:0;
}

#sidebar ul li{
	padding:0;
	margin:0;
}

#sidebar ul li a{
	padding:0;
	margin:0;
	display:block;
	border-bottom:1px dotted #bbc4b8;
	font-size:14px;
	background:url(../../assets/images/submenu_bullet.gif) no-repeat 10px 14px;
	padding:7px 0px 7px 30px;
	color:#5f715a;
}

#sidebar ul li a:hover, #sidebar ul li a.active{
	color:#c1272d;
	background:url(../../assets/images/submenu_bullet_on.gif) no-repeat 10px 14px white;
}




#footerMenu ul {
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
	float:right;
}

#footerMenu ul li{
	padding:0;
	margin:0;
	float:left;
}

#footerMenu ul li a {
	display:block;
	padding:0 8px;
	color:#335971;
	border-right:1px solid #335971;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	line-height:12px;
}

#footerMenu ul li a:hover, #footerMenu ul li a.active{
	color:#c1272d;
	background:white;
}


ul.news, .popupContent ul  {
	list-style:none;
	margin:0;
	padding:0;
}

ul.news li, .popupContent ul li {
	background:url(../../assets/images/submenu_bullet_on.gif) no-repeat 4px 7px;
	padding-left:20px;
}

#header {
	height:256px;
}


.bottomBox {
	padding:15px;
}

.bottomBox  p {
	font-size:11px;
	line-height:14px;
}

.bottomBox a.more {
	font-size:11px;
	color:#c1272d;
	float:right;
}

#content {
	background:white;
	padding:1px 0px 1px 0px;
}

.tableCareers td {border-bottom:1px solid #eaeaea;}
.tableCareers th {background:#f6f6f6; text-align:left; font-size:13px;}

#footer {
	padding:10px 15px 0px 15px;
	height:80px;
	border-top: 4px solid #aec5cb;
	vertical-align:middle;
	background:white;
}

#footer td.link {
	text-align:center;
	padding:0px 10px 0px 10px;
}

#footer td.sep {
	text-align:center;
	padding:0px 10px 0px 10px;
}

#breadcrumbs td.home {
	padding:0px 5px 0px 10px;
}

#breadcrumbs td.home a{
	color:white;
	font-weight:bold;
}

#breadcrumbs td.link {
	background:url(../../assets/images/icon_bread_bullet.gif) no-repeat 7px 5px;
	padding:0px 5px 0px 24px;
	color:white;
}

#breadcrumbs td.link a{
	color:white;
}


/* LAYOUT END */


/* Drop Down Menu - START*/

#multi-ddm {list-style:none;margin:0;padding:0;}
#multi-ddm > li {float: left;padding:0; margin:0;}

#multi-ddm > li > a {
	display:block;
	padding:7px 29px;
	/*padding:7px 27px 7px 27px;*/
	border-right:1px solid #eef5f4;
	color:#335971;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

#multi-ddm > li > .parent-hover, #multi-ddm > li > a.active {
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	background:url(../../assets/images/menu_tab_bg.gif);
}
#multi-ddm > li ul {display: none;list-style: none;position: absolute;margin: 0px 0 0 0px;z-index: 90;padding: 0;}

#multi-ddm > li ul li {margin:0;padding:0;}
#multi-ddm > li ul a {
	display: block;
	width: 170px;
	padding: 10px 5px 10px 15px;
	margin:0;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	color: white;
	background: #1e5f71;
	border-bottom:1px solid #195564;
	text-align:left;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}

#multi-ddm > li ul li a.first {}
#multi-ddm > li ul .child-hover1 {color:#335971;background-color: #d6e6e5;}
#multi-ddm > li ul .child-hover2 {color:#e1f1ff;background-color: #539ed0;}
#multi-ddm > li ul .child-hover3 {color:#e1f1ff;background-color: #539ed0;}
#multi-ddm > li ul .child-hover4 {color:#e1f1ff;background-color: #539ed0;}
#multi-ddm > li ul li ul {margin: -29px 0 0 163px;position: absolute;}
#multi-ddm span {float: right;}

/* Drop Down Menu - END*/

.jobdesc td {
	border: 1px solid #000000;
}

.home-box{
	display: block;
	float: left;
	margin-top: 20px;
	width:310px;
	height: 451px;
}
.own-share{
	margin-left: 15px;
	background:url(../../assets/images/own-share-and-acces-box.jpg) top left no-repeat;
	text-indent:-999px;
}
.keystone-box{	
	width:299px;
	height: 448px;
	margin-left: 5px;
	border: 1px solid #427d8e;
	border-top: 2px solid;
}
.benefits-box{
	margin-left: 5px;
	background:url(../../assets/images/pacs-natural-benefits-box.jpg) top left no-repeat;
}
.benefits-box a{
	display: block;
	position: absolute;
	outline:none;
	width:115px;
	height:115px;
	border: 0px solid red;
	text-indent: -9999px;
}
#business-bt{
	margin-left: 18px;
	margin-top: 86px;
}
#technical-bt{
	margin-left: 152px;
	margin-top: 144px;
}
#clinical-bt{
	margin-left: 191px;
	margin-top: 285px;
}
.logo-keystone-home-box{
	margin-top: 10px;
	margin-bottom: 9px;
}
.keystone-inner-box{
	border: 1px solid #aec5cb;
	margin:1px;
	color: #124f60;
}
.keystone-inner-box h3{
	background: #aec5cb;	
	margin:0px;
	padding: 5px 0 5px 30px;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.keystone-inner-box ul{
	margin-left: 0px;
	padding-left: 30px;
	margin-top: 15px;
	margin-bottom: 11px;
}
.keystone-inner-box ul li, .lvl2 li{
	background-image:url("../../assets/images/home_box_bullet_on.gif") !important;
	background-position:4px 9px;
	background-repeat:no-repeat;
	list-style:none;
	padding-left:12px;
	padding-bottom: 7px;
}

.keystone-inner-box a{
	text-decoration: none !important;
}


/* POPUP */
.popupContent{
	display:none;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact,#txt1,#txt2,#txt3{
display:none;
position:fixed !important;
_position:fixed !important; /* hack for internet explorer 6*/
height:580px;
width:500px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1,#txt1 h1,#txt2 h1,#txt3 h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
.popupContactClose1,.popupContactClose2,.popupContactClose3{
font-size:14px;
line-height:14px;
right:0px;
top:0px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor: poiter;
}
#button{
text-align:center;
margin:100px;
}


.img_border {
	border: 4px solid #EAEAEA;	
}
.p_center {
	text-align:center;
	margin-bottom:25px;
	margin-top:20px;
}
.c_green {
	color:#0E3D49;
}
/* POPUP */

.red{
	color: #C1272D;
}
