@charset "UTF-8";
/* CSS Document */



* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	border: 0;
	margin: 0;
}
body, html {
	color: #2d242c;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
}
html{
	background:url(../../images/bg-content.jpg) #ffffff left repeat-y scroll;
}
body {
font-size: 70%;
background: url(../../images/bg-tile.gif ) repeat-x;

}
p {padding: 7px 0 7px 0;}

a {
color: #000000;
text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
	font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
#header h2{
color: #ffffff;
}
#content-one p{
	font-size:12px;
}
h1 a{
	color: #ffffff;
	width: 173px;
	height: 47px;
	margin-left: 0px;
	margin-right: 38px;
	display: block;
	text-indent: -9999px;
	background-image: url(../../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 8px;
}

.clear { clear: both; }
#mainContainer {
    background: url(../../images/shadow.png) repeat-y;
	width: 760px; /*** Centers the design ***/
	min-height: 100%; /*** This is our faux columns ***/
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 1;
	padding-left: 19px;
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	height: 65px;
	background-color: #ffffff;
	width: 720px;
}
#healthcarelogo a{
	color: #ffffff;
	width: 310px;
	height: 47px;
	margin-left: 0px;
	margin-right: 38px;
	display: block;
	text-indent: -9999px;
	background-image: url(../../images/logo_healthcare.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 8px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 165px;  
}
* html .outer {
padding-right: 100px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
	width: auto; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
	padding-bottom: 30px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	width: 720px;
	margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
	float: right;
	width: 570px;
	background: #fff;
	height: 100%;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap{
	padding: 5px;
	height: 100%;
	min-height: 300px;
}

.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
	width: 420px;
}
.contentWrap li {
	list-style-type: none;
}
.filename	{
	margin: 13px;
}
/**************************
LEFT COLUMN
**************************/

#left {
	float: left;
	width: 116px;
	padding-left: 25px;
}
#left2 {
	float: left;
	width: 116px;
	padding-left: 25px;
}
* html #left, #left2, #nav-main, #nav-secondary {
	position: relative;
}
#left ul {
	list-style: none;
	margin-top: 10px;
}
#left li {
}
#left2 ul {
	list-style: none;
	margin-top: 20px;
}
#left2 li {
	padding-top: 7px;
}

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#nav-main, #nav-secondary  {
	width: 115px;
	text-align: right;
	font-size: 11px;
}
#nav-main li {
	position: relative;
	height:22px;
	border-bottom: 1px solid #343C34;
	padding: 7px 0 0 0;
}
#nav-secondary li a, #nav-tertiary li a {
	color: #646C6C;
	text-decoration:none;
}
#nav-secondary li a:hover, #nav-tertiary li a:hover {
	color: #646C6C;
	text-decoration:underline;
}
#nav-main li a{
	color: white;
	text-decoration: none;
}
#nav-main li a:hover, #nav-main li.nav-active a { 
color: #cce4ea;
text-decoration: underline;
}
#nav-main a.nav-actives  { color: #cce4ea;}
#nav-main li.nav-last {
	border-bottom: none;
}

#nav-main li:hover ul{display:block;}
#nav-main ul{
	position: absolute;
	top:-10px;
	left:110px;
	display:none;
	list-style:none;
}
#nav-main li li, #nav-main li li a{width:114px; background-color: #C0C0C0;}
#nav-main li li a{color:#666666}
#nav-main li li a:hover{color:#000000}
#nav-main li li{text-align:left; padding-left:10px; margin-left:15px;}
#main-cont .imgmain{
margin:19px 0 0 25px;
float:left;
width:200px;}
#nav-secondary ul{
	margin-top:15px;
}
#nav-secondary li{
	border-top: 1px solid #A7A9A9;
	padding: 8px 0;
}
#nav-secondary li a:hover, #nav-secondary li.login a {
	color: black;
}


.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 10px;
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 8px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #012D58; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: black;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 120px;
padding: 5px;
}

* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: -120px; /*** IE gets this margin. ***/
}

#right ul {
list-style: none;
padding-bottom: 4px;
}

#right li {
padding-bottom: 2px;
}

#innernav1{
	width: 720px;
	height: 223px;
	background-image: url(../../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content-feature {
	width: 720px;
	padding: 0;
	height: 225px;
}
/**************************
FOOTER
**************************/
#footer {
	width: 700px;
	height: 30px;
	margin-top: -30px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	text-align:right;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:right;
}
#footer li{
	display:inline;
	font-size:9px;
	color:#3e4040;
}
#footer a{
	color:#3e4040;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#search-set{
	float:right;
	width: 180px;
	height: 24px;
	max-height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
	margin-top: 34px;
	padding-right: 0px;
	vertical-align: bottom;
}
#search-set form {
	font-size:15px;
	color:#647481;
	width: 180px;
}

#search-set .searchbox{
	border: solid 1px #CCCCCC;
	height: 20px;
	width: 116px;
	color:#999999;
	padding-left: 21px;
	background: url(../../images/searchglass.jpg) left no-repeat #FFFFFF;
}

#search-set .searchgo{
	height: 22px;
	width: 30px;
	color: #FFFFFF;
	text-align:center;
	background-color:#999999;
	border: 1px solid #999999;
	vertical-align: bottom;
	margin-left: 5px;
}
.contentWrap p.callout {
	font-size:20px;
	color:#647481;
	line-height: 25px;
	margin-left: 198px;
	margin-bottom: 15px;
	width: 365px;
}
#content h2 {
	width: 182px;
	text-align: right;
	font-size: 11px;
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#content #ttles{
font-size:16px;
font-weight: bold;

}

#content p {
	margin-left: 198px;
	width: 365px;
}

#promos {
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 193px;
}

#promos p {
	width: 180px;
	margin: 15px 0 0 0;
}

#promos h3 {
	font-size: 11px;
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 9px;
}

.contentWrap li.tile-one, li.tile-two {
	width: 180px;
	float: left;
}

.contentWrap a.tile-one, a.tile-two{
	text-decoration:none;

}
.contentWrap a.tile-one:hover, a.tile-two:hover {
	text-decoration:underline;
}
.contentWrap li.tile-one {
	margin-right: 12px;
}
p.mquestion {
	font-weight: bold;
	color: #0c040c; 
}
.imgmain{
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
li.litop{
}
#callp{
	z-index:- 1;
}
#header-secondary {
	margin-top:16px;
	margin-bottom: 0px;
	height:88px;
	display:block;
}
#header-secondary2 {
	margin-top:13px;
	margin-bottom: 0px;
	height:2px;
	display:block;
}
#nav-tertiary2 {
	margin-top:13px;
	margin-bottom:10px;
	height:2px;
	display:block;
}
#header-secondary #nav-tertiary div{
	position:relative;
	padding-left:20px;
}

#nav-tertiary ul{
	margin-left:20px;
}

#header-secondary #nav-tertiary ul li{
	color: #464646;	
	padding-right:2px;
	display:inline;
}
#header-secondary #nav-tertiary ul li a{
	text-align: right;
	font-size: 11px;
	color: #464646;	
	font-style:none;
}
#header-secondary #nav-tertiary ul li a:hover{
	color: #666666;
	font-style:italic;
}
#header-secondary #nav-tertiary ul li span{
	padding-left:6px;
}

#header-secondary #preview-tile {
	position:relative;
	float:left;
}
#header-secondary h2 {
	position:relative;
	font-size: 18px;
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
}
#content-three{
	padding-left: 200px;
}

#nav-tertiary .nnav ul{
	padding-left:180px;
}
#casestud ul {
	
	padding: 10px 0px 14px 0px;
}

#casestud li{
	width: 335px;
	color:#000000;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#casestud h3{
	font-size: 13px;
	color:#000000;
	padding: 0px;
}

#subphototext {
	width: 175px;
	float:left
	margin-top: 20px;
	font-size:9px;
	}

#nav-case {
	width: 335px;
	margin-left:162px;
	font-size: 11px;
	margin-bottom: 20px;
	font-size:9px;
	}
#nav-case li.nav-prev { padding-left: 196px; }
#nav-case li { display:inline; }