﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px 0px 0px 0px;
}
td
{
	font-size:13px;
}


h1
{
	font-size:18px;
	color:black;
}
h2
{
	font-size:15px;
	color:#2f6681;
}
h3
{
	font-size:13px;
	color:black;
}

a:active
{
	font-size:13px;
	color:#333333;
}
a:hover
{
	font-size:13px;
	color:#333333;
	text-decoration:underline;
}
a:visited
{
	font-size:13px;
	color:#333333;
}
a:link
{
	font-size:13px;
	color:#333333;
}
hr
{
	color: #fff;
	background-color: #fff;
	border: 1px dotted maroon;
	border-style: none none dotted;
}

#nav li {
  /*float the main list items*/
  margin: 0;
  float: left;
  padding-right: 0px;
    text-decoration:none;

  

}
#nav li.on {
	background-image:url('images/button_nursing_home1.jpg');
	  text-decoration:none;
	  list-style-type:none;

}

#nav li.off {
	background-image:url('images/button_nursing_home1.jpg');
	  text-decoration:none;
	  list-style-type:none;

}

#nav li.on ul {
  /*hide the subnavs*/
  display: none;
  
  
 
}

#nav li.off ul {
  /*hide the subnavs*/
  display: none;
  
  
 
}

#nav li a {
  /*for all links in the list*/
  color: #f90;
  font-weight: bold;
  display: block;
  height: 45px;
  width: 145px;
  border: 1px solid #29497b;
  padding: 0px;
    text-decoration:none;
    list-style-type:none;

}

#nav li.on ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  top: 400px;

  height: 15px;
  left: 0;
  padding-top: 10px;
}

#nav li.off ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  top: 400px;

  height: 15px;
  left: 0;
  padding-top: 10px;
}

#nav li.off ul a {
  float: left;
  /*ie doesn't inherit the float*/
  border: 0;
  color: #f90;
  width: auto;
  margin-right: 15px;
  text-decoration:none;
  list-style-type:none;
}

#nav li.on ul a {
  float: left;
  /*ie doesn't inherit the float*/
  border: 0;
  color: #f90;
  width: auto;
  margin-right: 15px;
  text-decoration:none;
  list-style-type:none;
}

#nav li.on ul {
  /*display the current topic*/
  display: block;
}

#nav li.off:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}
#nav li.on ul {
  /*put the subnav below*/
  top: 100px;
  *top: 300px; /*reposition for IE*/
  left: 100px;
}



#nav li.off ul {
  /*put the subnav below*/
  top: 100px;
  *top: 300px; /*reposition for IE*/
  left: 100px;
}
#tri {
	background-image:url('images/tri_background6.jpg');
	height:188px;
}
#landing {
	background-image:url('images/landing_bg.jpg');
	height:673px;
	width:710px;
}


table.LightGreyTable	 {border-width: 1px; border-style: solid; border-color: #cccccc; border-collapse: collapse;}
table.LightGreyTable th {background-color: #f3f3f3; color: #003366; padding: 2; padding-left: 6px}
table.LightGreyTable td {padding: 2;}
table.LightGreyTable A:link			{ COLOR: #315469; text-decoration: 'none'; font-size: 12px; }
table.LightGreyTable A:visited		{ COLOR: #315469; text-decoration: 'none'; font-size: 12px; }
table.LightGreyTable A:active		{ COLOR: #315469; text-decoration: 'none'; font-size: 12px; }
table.LightGreyTable A:hover			{ COLOR: #467996; text-decoration: 'underline'; }
table.LightGreyTable H3				{ color: #487c9a; font-weight: bold; font-size: 13px; margin:0; padding:0;}
