body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	margin:0 ;
}
#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/healthcare/images/columns.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 {
	display: none;
}

#leftsidebar {
	float: left; display:inline;
	width: 200px;
	margin-left: 0px;
	margin-right: 0px;
	

}
.newsheader {
display: block;
width: 176px;
background-color: #003366;
height: 20px;
font-weight: bold;
font-size: 12px;
padding-top: 2px;
margin-left: 12px;
}

.newsheader p {
color: #ffffff;
margin: 0px;
}

.news {
display: block;
width: 170px;
border: 1px solid;
border-color: #003366;
background-color: #FFFFFF;
padding: 2px;
margin-left: 12px;
}
.news p {
margin-left:4px;
margin-right:4px;
margin-top:0px;
margin-bottom:0px;
}
.news a:link {
	text-decoration: underline;
	color: #003366; 
	font-size: 11px;
	
}
.news a:visited {
	text-decoration: underline;
	color: #003366; 
	font-size: 11px;
}
.news a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

#tipDiv {
  position:absolute; visibility:hidden; left:-150; top:0; z-index:10000;
  background-color:#ccffff; border:1px solid #00535e; 
  width:350px; padding:4px;
  color:#000; font-size:11px; line-height:1.2;
}
/* These are optional. They demonstrate how you can individually format tooltip content  */
.tp1 { font-size:12px; color:#336; font-style:italic }
.tp2 { font-weight:bolder; color:#337; padding-top:4px }

div#listmenu ul {margin:0; padding:0;z-index:10;} 

/* the horizontal menu starts here */
div#listmenu {
width:100%;
float:left;
text-decoration:none;
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
z-index:10;
background-color: #3e3e3e;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #3e3e3e;
border-bottom-color: #3e3e3e;
height: 25px;
}


div#listmenu ul {
margin: 0; z-index:10;/* indents ul from edge of container */
}

div#listmenu li {
float:left; /* causes the list to align horizontally instead of stack */
position:relative; /* positioning context for the absolutely positioned drop-down */
list-style-type:none; /* removes the bullet off each list item */
background-color:#3e3e3e; /*sets the background of the menu items */
border-right:1px #3e3e3e;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px; 
z-index:10;
}
div#listmenu li:first-child {
border-left:1px #3e3e3e; /*the first vertical line on the menu */
}
div#listmenu li.nohover:hover { 
background-color:#3e3e3e; /*sets the background of the menu items */
}
div#listmenu li:hover { 
background-color:#3e3e3e; /*sets the background of the menu items */
}
div#listmenu a {
display:block;
text-decoration:none;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}
div#listmenu a:hover {
color: #FFFFFF;
text-decoration: none;
/*font-size: 10px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;*/
}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
position:absolute;
width:12em;
left:-1px;
margin-top: 3px; /* positions drop downs */
margin-left: 0px;
z-index:10;
}
div#listmenu ul li ul li {
width:100%; /* makes the list items fill the list container (ul) */
border-left:1px solid #3e3e3e; /* three sides of each drop-down item */
border-bottom:1px solid #3e3e3e;
border-right:1px solid white;
z-index:10;
}
div#listmenu ul li ul li:first-child {
border-top:1px solid #3e3e3e; /*the top edge of the dropdown */
}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;z-index:10;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul {
visibility:hidden; /* same effect as display:none in this situation */
top:-1px;
left:15.8em;
z-index:10;
}
div#listmenu ul li ul li ul li {
padding-left: 20px;
} 

div#listmenu ul li ul li ul li ul li {
padding-left: 30px;
} 

div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* second level popouts start here*/
div#listmenu ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* third level popouts start here*/
div#listmenu ul li ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */


/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
float:left; /* makes the ul wrap the li's */
border-left:1px solid #3e3e3e; /* adds the rightmost menu vertical line to the ul */
margin-left:.5px; /* IE doubles the given value above - why? */
}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html div#listmenu ul li ul {
border-top:1px solid #3e3e3e;
border-left:0px; /* stops the drop inheriting the ul border */
}

#centercontent {
	float: left; display:inline;
	width: 531px;
	margin-left: 12px;
	margin-right: 12px;
}

#centercontent h1{
color: #1D4B87;
font-size: 16px;
font-weight: bold;
margin-top: 12px;
margin-bottom: 0px;
}

#centercontent .bigtext{
color: #1D4B87;
font-size: 16px;
font-weight: bold;

}

#centercontent h2{
color: #000000;
font-weight: bold;
font-size: 14px;
margin: 0px;
}

#centercontent h3{
color: #ffffff;
font-weight: bold;
font-size: 14px;
margin-bottom: 12px;
padding-top: 4px;
padding-left: 4px;
background-color:#3E3E3E;
height: 20px;
}

#centercontent h4{
color: #1D4B87;
font-weight: bold;
font-size: 12px;
margin: 0px;
}

#centercontent p{
margin-top:0px;

}

#centercontent a:link, #centercontent a:visited {
	text-decoration: none;
	color: #003366; 
}

#centercontent a:hover {
	color: #000000;
	text-decoration: underline;
}
#centercontent a:active {
	text-decoration: underline;
	color: #000000; 
}

#centercontent a.biglink {color: #660000; text-decoration: underline; font-size: 14px; font-weight: bold; }
#centercontent a.biglink:visited {color: #660000; text-decoration: underline; font-size: 14px; font-weight: bold; }
#centercontent a.biglink:hover {color: #003366; text-decoration: underline; font-size: 14px; font-weight: bold; }

#rightsidebarhome {
	float: left; display:inline;
	width: 200px;
	margin-left: 0px;
	margin-right: 0px;
	
}

#newssection a:link, a:visited {
	text-decoration: none;
	color: #61868F; 
	text-decoration: none;
}

#newssection a:hover {
	color: #000000;
	text-decoration: underline;
}
#newssection a:active {
}


.newslinkheader {
color: #0054a5;
font-size: 14px;
font-weight: bold;
margin: 0px;
}

/*#rightsidebar {
	float: left; display:inline;
	width: 174px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 10px;
	font-size: 11px;
	
}

#rightsidebar a:link, #rightsidebar a:visited {
	text-decoration: none;
	color: #660000; 
	text-decoration: none;
}

#rightsidebar a:hover {
	color: #000000;
	text-decoration: underline;
}
#rightsidebar a:active {
}

#rightsidebar h1{
color: #0054a5;
font-size: 14px;
font-weight: bold;
}

#rightsidebar h2{
color: #0054a5;
font-size: 11px;
text-decoration: underline;
}

.contad{
	/*background-color: #FFFFFF;*/
/*	border: 1px solid;
	border-color:#990000 #0054a5 #0054a5 #990000;
	color:#0090d6;
	
	text-align:center;

}*/

.contad a{
display: block;
outline: none;
text-decoration: none;
font-weight: bold;
font-size: 12px;
color: #990000;
font-family: Arial, Helvetica, sans-serif;
border-bottom: 1px solid;
border-top: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-color:#0054a5 #0054a5 #0054a5 #0054a5; 
background-color:#ffffff;
margin-bottom: 10px;

}


/*.contad a:visited{
color: 000000;
}*/

.contad a:hover, .contad a:active{
outline: none; 
background-color:#ffffff;
color: #0054a5;
font-size: 12px;
border-bottom: 1px solid;
border-top: 2px solid;
border-left: 4px solid;
border-right: 1px solid;
border-color:#990000 #0090d6 #0090d6 #990000; /*light dark dark light*/
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
}
/*.contad {
	background-color: #FFFFFF;
	padding: 8px;
	margin-top: 20px;
	margin-bottom: 12px;
	border: 1px solid;
	border-color:#990000 #0054a5 #0054a5 #990000; /*light dark dark light*;
}*/
.column {width: 531px;}
.column1{
width: 255px; 
float: left; 
display:inline;
}
.column2{
width: 21px; 
float: left; 
display:inline;
}
.column3{
width: 255px; 
float: left; 
display:inline;
}

.productsheader {width: 531px;}
.coll1{
width: 259px; 
float: left; display:inline;
height: 20px; 
padding-top: 4px;
background-color: #223659;
font-size: 13px;
color:#FFFFFF;
font-weight: bold;
}
.coll1 p{
padding-left: 5px;
display: inline;
} 
.coll2 { 
width: 12px; float:left; display:inline;
}
.coll3{
width: 259px;
float: left; display:inline;
height: 20px; 
padding-top: 4px;
background-color: #223659;
font-size: 13px;
color:#FFFFFF;
font-weight: bold;
}
.coll3 p{
padding-left: 5px;
display: inline;
}
.productssection {width: 531px;}
.colls1{
width: 259px; 
float: left; display:inline;
background-color: #FFFFFF;
padding-top: 4px;
padding-bottom: 4px;
}
.colls2 { 
width: 12px; float:left; display:inline;
}
.colls3{
width: 259px; 
float: left; display:inline;
background-color: #FFFFFF;
padding-top: 4px;
padding-bottom: 4px;
}
.products {width: 259px;}
.products a:link, .products a:visited {
	text-decoration: none;
	color: #A12528; 
}
.products a:hover {
	color: #000000;
	text-decoration: underline;
}
.products a:active {
}
.collp1{
float: left; display:inline;
width: 90px;
border: 1px;
border-color:#61868F;
border-style: solid;
}

.collp2 { 
float:left; display:inline;
width: 4px;
}
.collp3 { 
float:right; display:inline;
width: 161px;
font-size: 10px;
}
.productsfooter {
width: 531px;
text-align:right;
}

#centercontent a.productsfooterlink, a.productsfooterlink:visited {
	text-decoration: underline;
	color: #FFFFFF; 
}
#centercontent a.productsfooterlink:hover {
	color: #ffffff;
	text-decoration: none;
}
#centercontent a.productsfooterlink:active {
}
.collf1{
width: 259px; 
float: left; display:inline;
height: 20px; 
background-color: #22365A;
font-size: 12px;
color:#61868F;
font-weight: bold;
}
.collf1 p{
padding-right: 5px;
display: inline;
} 
.collf2 { 
width: 12px; float:left; display:inline;
}
.collf3{
width: 259px;
float: left; display:inline;
height: 20px; 
background-color: #22365A;
font-size: 12px;
color:#61868F;
font-weight: bold;
}
.collf3 p{
padding-right: 5px;
display: inline;
} 
.collspace {
line-height: 20px;
}
.collspace2 {
line-height: 6px;
}

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 160px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
border-bottom: 1px solid;
border-top: 1px solid;
border-left: 7px solid;
border-right: 1px solid;
border-color:#91B1D9 #063968 #063968 #91B1D9; /*light dark dark light*/
background-color: #074483;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: white;
background-color: #EF4223;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}

.buttonmenu2{
list-style-type: none;
margin: 0;
padding: 0;
width: 160px;
}

.buttonmenu2 li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
border-bottom: 1px solid;
border-top: 1px solid;
border-left: 7px solid;
border-right: 1px solid;
border-color:#669999 #000000 #000000 #669999; /*light dark dark light*/
background-color: #014D5A;
text-decoration:none;
}


.buttonmenu2 li a:visited{
color: white;
}

.buttonmenu2 li a:hover, .buttonmenu li a:active{
color: white;
background-color: #009999;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}

.even {
background-color:#ffffcc;
}

.odd{
}

.tblheader{
background-color: #0054a5;
color: #FFFFFF;
font-size: 14px;
}

/* End hide from IE-mac */
/* end float fix */
.clear {
	clear: both;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;

}

#footer {
	background-color: #00424E;
	padding: 8px;
	color: #F8F8F8;
}

#footer p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;

}
#footer a:link, #footer a:visited {
	text-transform: uppercase;
	color: #FFFFFF;
	width: 175px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCC00;
}
#footer a:active {
}
table.tablenoborder {
	font-size: 11px;
	width:45%;
}
table {
	border-collapse: collapse;
	width: 100%;
	font-size: 11px;
}
table tr.even {
	background-color: #6086AC;
	color:#FFFFFF;
}
table tr.odd {
	background-color: #003366;
	color:#FFFFFF;
}
table tr.head {
	background-color: #000000;
	color:#FFFFFF;
}

table td.head {
	height: 20px;
}

td {
	padding: 4px;

}
.tablepromo {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #000000;
}
