body {
	padding: 0;
	margin: 0;
	border: none;
	color:#333333;
	background-color: #FFFFFF;
	font-family:  helvetica, arial, tahoma, sans-serif;
	font-size:75%;
	font-weight:normal;
}

input,select,td,th,textarea {
	font-family:  helvetica, arial, tahoma, sans-serif;
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6,p,strong,div,form,acronym,label,table,td,th,span,a,hr,code,pre,hr
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a, a:link, a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover, a:active {
	color:#CC0000;
	text-decoration:none;
}

li {
	font-size:1em;
}
	
.Pagetitle{
	position:absolute;
	left:242px; 
	top:171px;
	width:400px;
	color:#333333;
	font-size: 2.33em;
	font-weight:100;
	text-align:left;
	height: 75px;
	vertical-align:bottom;
}

#content {
	margin-left:20px;
}

#pageContent {
	text-align:left;
}

#pageContent h5 {
	font-size:0.833em;
	color: 222222;
}	

#pageContent p {
	font-size:1em;
	color:#333333;
}

.sideDate {
	font-size:0.75em;
}


#newsList a {
/*	color:#41365D; */
	text-align:left;
	padding-bottom:5px;
}

#newsList a:link, #newsList a:visited {
	text-decoration: none;
}

#newsList a:hover, #newsList a:active {
	text-decoration:underline;
/*	color: #FF6600; */
}
	
.hospitalSearch{
	width: 520px;	
}

.stateSlug{
	width: 250px;
	height: 25px;
	text-align: left;
	background-image: url('/info/image/arrows/state_slug.gif');
	background-repeat: no-repeat;
	font-size: 1.33em;
}

.stateSlug a:link, .stateSlug a:visited {
	color:#333333;
	text-decoration:none;	
}

.stateSlug a:hover, .stateSlug a:active {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.stateBrowse{
	width: 250px;
}

.searchTable{
	width: 250px;
	height:42px;
}	
	
#searchTitle, #searchTitle a:link,  #searchTitle a:visited{
    margin-top:10px;
	font-size:1.16em;
	font-weight:normal;
	color:#000099;
}	
	
#searchTitle a:hover, #searchTitle a:active	{
	color:#CC0000;
	text-decoration:underline;
}

.search {
	position: relative;
	top: 10px;
	right: 20px;
	text-align: right;
}

.SubMenu {
	color:#666666;
	position:relative;
	left:25px;
	top:-10px;
	width:365px;
	text-align:left;
	z-index:13;
}

 .SubMenu a:link, .SubMenu a:visited {
 	color:#666666;
}

.SubMenu a:hover, .SubMenu a:active {
	color:#000000;
	text-decoration:underline;
}

#facilityName {
 	font-size:1.08em;
	color:#111111; 
}

#facilityName a:link, #facilityName a:visited {
 	font-size:1.08em;
}


.menuOver{
	position:absolute;
	left: 550px;
	top:125px;
	z-index:90;

}

p#TitleText{
	vertical-align:bottom;
}


a:hover {
	text-decoration: underline;
}

img {
	border: none;
	padding:0;
}

hr {
	height: 1px;
	color: #000;
	clear: both;
}

textarea {
	width: 80%;
	height: 200px;
}

/* for css2 compliant browsers Gecko, Opera, Safari */
input[ type="text"] {
	width: 80%;
}

/* for ie and other non-compliant browsers */
input { 
	width: expression(this.type=="text"?'80%':'');
}

dt {
	font-weight: bold;
}

.clear {
	clear: both;
}

h2 {
	font-weight:normal;
	font-size: 18px;
	color: #444444;
	margin-bottom:10px;
	margin-top:20px;

}

h3 {
	font-size: 1.5em;
	margin-bottom:5px;
}

h3 a {
	color: #000;
}

div #header {
	background-color: #fea;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 10px 30px 15px;
	margin: 10px 5% 20px 5%;
}

div #header ul {
	margin: 10px 0 0 0;
}

div #header ul li {
	list-style-type: none;
	float: left;
	padding: 0 10px 0 0;
	font-weight: bold;
}

div #header ul li a {
	display: block;
	color: #f00;
	border-left: 1px solid red;
	padding-left: 5px;
}

div #header ul li a:hover {
	border-left: 1px solid #000;
}

p {
	margin: 0 0 10px 0;
	line-height:15px;
}

acronym {
	border-bottom: 1px dashed #000;
	cursor: help;
}

div #body {
	margin: 0 5% 20px 5%;
	padding: 20px 20px 20px 20px;
	border: 1px dashed #666;
}

div #validxhtml {
	float: right;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 0px;
	margin: 5px;
	width: 100px;
	text-align: center;
}

div #footer {
	border-top: 1px solid #666;
	padding: 5px 5px 5px 5px;
	text-align: right;
}

div #footer span {
	float: left;
}

/*.changed {
	background-color: #ee0;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}*/
ul #stylelist {
	margin: 0 0 30px 0;
}

ul #stylelist li {
	list-style-type: none;
	float: left;
	width: 100px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 0px;
	margin-right: 2px;
}

table {
	border: none;
	border-collapse:collapse;
	width: 100%;
	padding: 0px;
	table-layout:fixed;
}

.spList {
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	border:  1px solid #666;
	cellpadding: 4px;
	cellspacing: 4px;
}

.spForm {
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	border:  1px solid #666;
	cellpadding: 4px;
	cellspacing: 4px;
}

.formHead {
	font-weight:bold;
	width: 150px;
}


.formEntry {
	font-size:1em;
	width:30%;
	color:#333333;
}

#pageContent .error, .error {
	color: #FF6600;
	font-weight:normal;
}

td.ivisionbg {
	background-image: '/info/image/template/top_slice.gif';
	background-repeat: repeat;
	background-color: "#ffffff";
}

th,td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

thead tr {
	background-color: #0093A7;
	color:#FFFFFF;
}

th.sorted {
	padding: 3px;
	background-color: #333300;
}

th a,th a:visited {
	color: white;
}

th a:hover {
	text-decoration: none;
	color: black;
}

th.sorted a,th.sortable a {
	padding: 3px;
	background-position: right;
	display: block;
	width: 100%;
	text-decoration:none;
	color:#FFFFFF;
}

th.notSortable {
	padding: 3px;
	display: block;
	width: 100%;
	text-decoration:none;
	color:#FFFFFF;
}

th.sortable a {
	background-image: url('/info/image/arrows/arrow_off.png');
	background-repeat:no-repeat;
}

th.order1 a {
	background-image: url('/info/image/arrows/arrow_down.png');
	background-repeat:no-repeat;
}

th.order2 a {
	background-image: url('/info/image/arrows/arrow_up.png');
	background-repeat:no-repeat;
}

ul #showsource {
	float: right;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 5px;
	width: 100px;
	list-style-type: none;
}

/* test styles */
table.its thead tr {
	background-color: #69c;
}

table.its tr.even {
	background-color: #def;
}

table.mars thead tr {
	background-color: #9c9;
}

table.mars tr.even {
	background-color: #ccb;
}

table.mars tr.odd {
	background-color: #eec;
}

table.simple thead tr {
	background-color: #eee;
}

table.simple tr.even {
	background-color: #fff;
}

table.simple {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.simple td,table.simple th {
	border: 1px solid #ccc;
}

table.nocol tbody td,table.nocol tbody th {
	border-left: none;
	border-right: none;
}

table.report td,table.report th {
	font: menu;
}

table.report th {
	background: buttonface;
	border-width: 1px;
	border-style: solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	cursor: hand;
}

table.report idcol {
	background: buttonface;
}

table.report tr.even {
	background-color: #399;
}

table.report tbody {
	height: 100px;
	overflow: auto;
}

table.report {
	height: 120px;
	overflow: auto;
}

table.report tbody tr {
	height: 10px;
}

table.mark td.tableCellError {
	background-color: #d00;
	color: #fff;
}

table.sublist {
	margin: 0 0 0 0;
	width: 100%;
}

table.sublist td,table.sublist th {
	width: 50%;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: -10px 0 10px 0;
	width: 79%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url('/info/image/arrows/ico_file_excel.png');
	background-repeat:no-repeat;
}

span.csv {
	background-image: url('/info/image/arrows/ico_file_csv.png');
	background-repeat:no-repeat;
}

span.xml {
	background-image: url('/info/image/arrows/ico_file_xml.png');
	background-repeat:no-repeat;
}

span.pdf {
	background-image: url('/info/image/arrows/ico_file_pdf.png');
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 90%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	color: #000000;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 90%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
	text-decoration: none;
}

.pagelinks a:link{
	color: #000000;
	text-decoration: none;
}

.pagelinks a:visited{
	color: #000000;
	text-decoration: none;
}

.pagelinks a:hover {
	color: #FF6600;
	text-decoration: none;
}

table.simple td.textRed {
	color: #b11;
}

.zcontent {
	padding: 20px;
	text-indent: 20px;
}

.topLeftImage {
	position:absolute;
	top: 0;
	left:0;
	z-index:10;
}

.pageIcon {
	position:absolute;
	top: 205px;
	left:0px;
}

td.filler2 {
	background-image: url('/info/image/template/corporate/TemplateCorp_fl1.jpg');
	background-repeat:repeat-x ;
}

td.filler3 {
	background-image: url('/info/image/template/corporate/TemplateCorp_fl2.jpg');
	background-repeat:repeat-x ;
}

td.htfillerLoginTop {
	background-image: url('/info/image/template/Login_r1_c4.jpg');
	background-repeat:repeat-x ;
}

td.hcfiller {
	background-image: url('/info/image/admin/AdminTemplate_r3_c4.jpg');
	background-repeat:repeat-x ;
}

td.hbfiller {
	background-image: url('/info/image/admin/AdminTemplate_hb.jpg');
	background-repeat:repeat-x ;
}


td.vcfiller {
	background-image: url('/info/image/admin/AdminTemplate_vc.jpg');
	background-repeat:repeat-y ;
}


td.vlfiller {
	background-image: url('/info/image/admin/AdminTemplate_vl.jpg');
	background-repeat: repeat-y;
	background-position:left;
}

td.vrfiller {
	background-image: url('/info/image/admin/AdminTemplate_vr.jpg');
	background-repeat: repeat-y;
	background-position:right;
}

.gatewayCopy {
	position: relative;
	top: 120px;
	left: 30px;
	color:#FFFFFF;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.gatewayCopy li {
	position:relative;
	left: -20px;
}

li li, li p, td p, BLOCKQUOTE p {
	font-size:1em;
}

/* commom style for all browsers */

.topMenu {
	float: left;
	width:100%;
	height:30px;
	text-align:left; 
	font-family: verdana, sans-serif; 
	position:relative; 
	font-size:0.85em;
	height:2.5em; 
	margin:0 ;
	padding:0; 
	list-style-type:none;
	z-index:1;
}

.topMenu ul {
	padding:0; 
	margin:0; 
	list-style-type:none; /* for Firefox */
}

.topMenu li {
	float:left; 
	position:relative;
}

.topMenu li a, .topMenu li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	color:#F2F2F2;
	padding-left:1em;
	padding-right:1em;
	height:30px;;
	line-height:3em;
	color:#EFEFEF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #606060;
	border-right-color: #606060;
	border-bottom-color: #EFEFEF;
	border-left-color: #606060;
}

.topMenu li:hover {
	width:auto;	
 	background-image:url('/info/image/template/revamp2008/menuBackOver.png'); 
	background-repeat:repeat-x;	
	color:#F2F2F2;
}

.topMenu li ul {
	visibility:hidden; 
	position:absolute; 
	top: 3em;
	left:0; 
	height:0; 
	overflow:hidden;
}

.topMenu table {
	margin:0; 
	border-collapse:collapse; 
	font-size:11px; 
	position:absolute; 
	top:0; 
	left:0;
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */

.topMenu li:hover a,
.topMenu li a:hover {
	text-decoration:none; 
 	background-image:url('/info/image/template/revamp2008/menuBackOver.png'); 
	background-repeat:repeat-x;	
	color:#F2F2F2;
}

.topMenu li:hover ul,
.topMenu li a:hover ul {
	visibility:visible; 
	height:auto; 
	width:10em;
	color:#F2F2F2; 
	background-color:#1A1A1A;
/*	border:1px solid #EFEFEF; */
	left:0; 
	top:3em; 
	overflow:visible;
}

.topMenu li:hover ul li a,
.topMenu li a:hover ul li a {
	display:block; 
	font-weight:normal; 
	background:transparent; 
	text-decoration:none;
	height:auto; 
	line-height:1.5em; 
	padding:0.25em; 
	width:9em;
	color:#F2F2F2; 
	background-color:#1A1A1A;
}

.topMenu li:hover ul li a.drop,
.topMenu li a:hover ul li a.drop {
	font-weight:bold;
}

.topMenu li:hover ul li ul,
.topMenu li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; top:0; 
	left:9.5em; height:0; 
	overflow:hidden;
}

.topMenu li:hover ul li a:hover,
.topMenu li a:hover ul li a:hover {
	text-decoration:none;
	background:#229BD7;
	color:#F2F2F2;
}

#conadsImage {
	display:block;
	position:relative;
	left: 0px;
	width: 240px;
	margin-top: 30px;
}

#conadsContent {
	margin-left: 230px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.conadsFooter {
	text-align: center; 
	position: relative;
	width:280px;
	font-size:1em;
	height:2.5em; 
	margin-left:auto ;
	margin-right: auto;
	padding:0; 
	list-style-type:none;
}

.conadsFooter ul {
	padding:0; 
	margin:0; 
	list-style-type:none; /* for Firefox */
}

.conadsFooter li {
	float:left; 
	position:relative;
	padding-left: 15px;
}

.conadsFooter li a, .conadsFooter li a:visited {
	color: #4D4D4D;
}

.conadsFooter li:hover, .conadsFooter li a:hover {
	color:#808080;
	text-decoration:none;
}
