@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
 }
body {
	text-align: center;
	
}


#wrapper {
	text-align: left;
	width: 95%;
	margin: 0 auto;
	max-width: 800px;
	min-width: 690px;
	w\idth: 800px;
	
}

#content {
	width: 100%;
	border-top: 1px #999 solid;	
	overflow: hidden; /*This to even out colums*/
 	
}
#main-nav {
	width: 100%;
    background-color:#cdcdcd;
	}
#header {
		 
  height:75px;
  font-size: 0;/*ie6 height hack*/
}

#main-content {
	width: 66%;
	float: right;
	
}                  
#second-content {
	width: 32%;
	float: left;
	/*margin-right: 1px;*/
	text-align: center;
	background-color: #F0F8FF ;
	padding-bottom: 3000px;
	margin-bottom: -3000px; /*This is to make the colums even need to fix anchor bug and the border down*/
	border-right: 1px solid #999;	
}


#second-content-show {
	width: 33%;
	float: right;
	margin-right: 2px;
	text-align: center;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}
#secondary-content-show * { 
 padding-left: 5px;
 padding-right: 5px;
}
#secondary-content-show * * { 
 padding-left: 0;
 padding-right: 0;
}	
	
#footer {
	clear: both;
}
#main-nav {
	text-decoration: none;
	text-align: center;
	clear: both;
}
#main-nav ul {
	list-style-type: none;
	
}
#main-nav li a:link, #main-nav li a:visited {
			text-decoration: none;
			color: #00337f;
}
#main-nav li a:hover {
		color: #d11600;
}
#main-nav li{
	display: inline;
	padding-left: 20px;
	text-decoration: none;
}
#secondary-content, #main-content {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}
#main-nav *, #secondary-content * { 
 padding-left: 5px;
 padding-right: 5px;
}
#main-content {
	padding-left: 10px;
}
#main-nav * *, #secondary-content * * { 
 padding-left: 0;
 padding-right: 0;
}	
#footer {
  background-color:#b0b0b0;
  padding: 1px 20px;
  border-top: solid 5px #d11600;
}
#footer2 {
	clear: both;
	padding-top: 3px;
}
body {
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	background-color: #616668;
	
	/*background: url(fadestrip.png) ;*/

	
		}
#wrapper {
	background-color: #fff;
}
h1 {
  font-size: 2.4em;
  font-weight: bold;
}
h2 {
	font-size: 2.2em;
	font-weight: bold;
}
h3 {
	font-size: 2.0em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
	color: #00337f;
}
p {
	font-size: 1.4em;
	color: #00337f;
}
li {
	font-size: 1.4em;
	color: #00337f;
	
}
#main-content li {
	margin-left: 30px;
	
}
#main-content ul {
	margin-bottom: 5px;
}
				
ol {
	list-style-type: lower-alpha;
}
td {
	font-family: Verdana, Geneva, sans-serif;
	color: #00337f;
	font-size: 12px;
	
}
hr {
	border: none;
	background-color: #999;
	color: #999;
	height: 1px;
	width: 98%;
}
.blue {
	color: #00337f;
}
.margin-left {
	margin-left: 5px;
}
.padding-left {
	padding-left: 5px;
}
			   
.margin-right {
	margin-right: 5px;
}
.red {
	color: #d11600;
}
.green {
	color: #26A32E;
}
.enlarge_text {
	color: #00F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	
}
.red_bkg_head {
	color:#d11600;
	background-color: #cdcdcd;
	 padding: 0.2em;
	 
}
.bkg {
	background-color: #cdcdcd;
}
.red-bold {
	color: #d11600;
	font-weight: bold;
}
.black {
	color: #000;
}
.small {
	font-size: 1.2em;
}
.small-blue {
	font-size: 1.2em;
	color: #00337f;
}
.small-seo {
	font-size: 9px;
}
.extra-small {
	font-size: 0.8em;
	color: #00337f;
}
a.top:link {
	color: #00337f;
	text-decoration: none;
}
a.top:visited {
	color: #00337f;
	text-decoration: none;
	
	}
a.top:hover {
	text-decoration: underline;
	color: #d11600;
}
a.text:link {
	color: #0000ff;
	text-decoration: underline;
}
a.text:visited {
	color: #0000ff;
	text-decoration: underline;
}
a.text:hover {
	color: #d11600;
	text-decoration: none;
}
#download-links a:link {
	color: #0000ff;
	text-decoration: underline;
}
#download-links a:visited {
	color: #0000ff;
	text-decoration: underline;
}
#download-links a:hover {
	color: #d11600;
	text-decoration: none;
}

.float-left {
	float: left;
	
}
.height-220 {
	height: 225px;
}
.float-right {
	float: right;
	
}
#left-50 {
	width: 49%;
	float: left;
}
.left-50 {
	width: 49%;
	float: left;
	text-align: center;
}

#left-ks{
	text-align: center;
	width: 49%;
	float: left;
}
#right-ks {
	text-align: center;
	width: 49%;
	float: right;
}
.right-50 {
	width: 49%;
	float:right;
	text-align: center;
}
#right-50 {
	width: 49%;
	float:right;
}
.list_position {
	list-style-position: inside;
	color: #00337f;
	padding-left: 25px;
	
}
#number-ol ol{
	list-style-type: decimal;
	color: #00337f;
	}
.clear {
	clear: both;
}
#home-links li a:link, #home-links li a:visited {
	text-decoration: none;
	color: #00337f;	
}
#home-links li a:hover {
	text-decoration: underline;
	color: #d11600;
}
#home-links ul {
	list-style-type: none;
}
#home-links li {
	margin-left: 0px;
}

#quick-links li a:link, #quick-links li a:visited {
	text-decoration: none;
	color: #00337f;
}
#quick-links li a:hover {
	text-decoration: underline;
	color: #d11600;
}
#quick-links ul {
	list-style-type:none;
	/*list-style-image: url(../New%20Aged%20Care/0083_trustyol-triangle-red.png);*/
}
#quick-links {
	text-align: center;
	/*padding-left:25px;*/
	
}
.btop-posi {
	position: relative;
	right: -100px;
	width: 600px;
	border-bottom: 1px solid #000;
}
.indent {
	margin-left: 30px;
}
.indent-list {
	padding-left: 120px;
}
.centre {
	text-align: center;
}
.left-align {
	text-align: left;
}
.border {
	border: 1px #000 solid;
}
.article {
	margin-right: 5px;
	border: 2px #999 solid;
}
.heading-indent {
	padding-left: 30px;
	color: #d11600;
}
.border-bottom {
	border-bottom: 1px #999 solid ;
}
.smallheading {
	font-size: 1.4em;
	color: #d11600;
	padding-bottom: 1px;
}
.xsmallheading {
	font-size: 8px;
	color: #d11600;
}
.thumb_images {
	margin-right: 5px;
	float: left;
	width: auto;
	border: 2px #fff solid;
	
}
.leftHP {
	float: left;
	width: 49%;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	w\idth: 360px;
}
.rightHP {
	float: right;
	width: 49%;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #000;
	w\idth: 360px;
}
.id-access-left {
	float: left;
	width: 49%;
	margin-bottom: 5px;
	text-align: center;
	
}
.id-access-right {
	float: right;
	width: 49%;
	margin-bottom: 5px;
	text-align: center;
}
	
.border-right {
	border-right: 1px solid #000;
}
#clearing {
	border-top: 1px solid #000;
	clear: both;
}
.blink {
	text-decoration: blink;
	 color:  #d11600;
}
.float_right_margin {
	float:right;
	margin-right: 100px;
}
.float_left_margin {
	float: left;
	margin-left: 100px;
}
#new_product {
	text-align: center;
	width: 100px;
	float: left;
}
.left-33 {
	float:left;
	width: 32%;
	margin-bottom: 5px;
	margin-left: 2px;
	text-align: center;
	
}
.right-33 {
	float: left;
	width: 32%;
	margin-right:5px;
	margin-bottom: 5px;
	text-align: center;
}
.centre-33 {
	float: left;
	width: 33%;
	margin-bottom: 5px;
	text-align: center;
}	
.line-spacing {
	line-height: 40px;
	}
.margin-border {
	margin-right: 5px;
	border: 2px #fff solid;
	
}
.margin-border-top {
	margin-top: 15px;
	border: 2px #FFF solid;
}

.margin-border-left {
	margin-left: 5px;
	border: 2px #fff solid;
}
.arrow {
	list-style-image: url(../New%20Aged%20Care/0083_trustyol-triangle-red.png);
	list-style-type: square;
	
	
}
.home_list {
	list-style-image: url(../New%20Aged%20Care/0083_trustyol-triangle-red.png);
	list-style-type: square;
	padding-left: 15px;
}
#products {
	text-align: center;
	
}
#products ul{
	text-decoration: none;
	text-align: center;
	list-style-type: none;
}
#products li a:link, #products li a:visited {
	text-decoration: none;
	color: #00337f;
}
#products li a:hover {
	text-decoration: underline;
	color: #d11600;
}
#hplist ul {
	list-style-image: url(../New%20Aged%20Care/0083_trustyol-triangle-red.png);
	list-style-type: square;
}
#hplist li {
	color: #00337f;
	padding-left: 30px;
	list-style-position: inside;
}
#hplist li a:link, #hplist li a:visited {
	text-decoration: underline;
	color: #0000ff;
}
#hplist li a:hover {
	text-decoration: none;
	color: #d11600;
}
#back-to-top {
	clear:both;
	text-align:center;
}
#back-to-top ul {
	list-style-image: url(../New%20Aged%20Care/blackU.gif);
	list-style-type: square;
	
}
#back-to-top li a:link, #back-to-top li a:visited {
	text-decoration: none;
	color: #00337f;
}
#back-to-top li a:hover {
	text-decoration: underline;
	color: #d11600;
}
.flabels {
	padding-left: 65px;
}
#products-jump {
	
	
	}
	
#products-jump ul {
	list-style-image: url(../New%20Aged%20Care/0083_trustyol-triangle-red.png);
	list-style-type: square;
}
#products-jump li a:link, #products-jump li a:visited {
	text-decoration: underline;
	color: #0000ff;
}
#products-jump li a:hover {
	color: #d11600;
	text-decoration: none;
}
.indent-5 {
	padding-left: 5px;
}
.alt_back {
	background-color: #CCC;
	border: solid #000 1px;
}
.white_border {
	border: 2px #fff solid;
}
.borderit:hover img{
   border: 2px solid #d11600;
}
.borderit:hover {
	color: red;   /* Dummy definition to overcome IE bug */
}
.grey-border {
	border: 2px #999 solid;
}
.grey-border-margin {
	border: 2px #999 solid;
	margin-right: 10px;
}
.white-border-margin {
	border: 2px #fff solid;
	margin-right: 10px;
}
.float-left-img {
	float: left;
	border: 2px #fff solid;
	margin-right: 10px;
}
#contact {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	bottom: 40px;
	
}
#contact-test {
	position: relative;
	width:250px;
	height: 90px;
	left: 520px;
	bottom: 80px;
	}
.height {
	height: 100px;
}
.height_aged {
	height: 155px;
}
.height-products {
	height: auto;
}
.indent-home {
	padding-left: 55px;
}

#hidden {
	visibility: hidden;
}
.margin-bottom {
	margin-bottom: 10px;
	
}
#bottom-nav {
	width: auto;
	clear: both;
	text-align: center;
}
#bottom-nav li {
	display: inline;
	font-size: 12px;
	
}
#bottom-nav li a:link, #bottom-nav li a:visited {
	text-decoration: none;
	color: #00337f;
}
#bottom-nav li a:hover {
	text-decoration: underline;
	color: #0000ff;
}
a.tooltip {
	position: relative;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover {
	 /* Fixes bug in IE5.x/Win */
	 font-size: 100%;
}

a.tooltip:hover span {
	
	display: block;
	position: absolute;
	top: 1em;
	left: 2em;
	padding: 0.3em 0.6em;
	border: 1px solid #963;
	color: #000;
	background-color: #fc3;
	text-decoration: none;
	width: 8em;
	text-align: center;
}
/* hide from IE5/Mac - only IE/Win sees this 3pixel job bug fix \*/
* html p {
	height: 1%;
	margin-left: 0;
}	
* html #my-float {
	margin-right: -3px;
}

/* end hide from IE5/Mac */
.info {
	
	
}
.info ul {
	list-style-image: url(../New%20Aged%20Care/0083_trustyol-triangle-red.png);
	list-style-type: square;
	
}

a.info:link {
	color: #0000ff;
	text-decoration: underline;
}
a.info:visited {
	color: #0000ff;
	text-decoration: underline;
}
a.info:hover {
	color: #d11600;
	text-decoration: none;
}
#search {
	font: 100% "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #00337f;
	width: 100%;
}

#pdf_1 {
	width:20px;
	height: 20px;
	top: -115px;
	left: 275px;
	position:relative;
	z-index: 1;
	display: block;
	
	
}
#pdf_2 {
	width:20px;
	height: 20px;
	top: -110px;
	left: 275px;
	position:relative;
	z-index: 1;
	display: block;
	
	
}
#pdf_3 {
	width:20px;
	height: 20px;
	top: -85px;
	left: 225px;
	position:relative;
	z-index: 1;
	display: block;
	
	
}
#pdf_4 {
	width:20px;
	height: 20px;
	top: -80px;
	left: 150px;
	position:relative;
	z-index: 1;
	display: block;
	
	
}
#aged-care-downloads {
	display: block;
	height: auto;
	width: 275px;
	}
#pdf-5 {
	display: block;
	width: 20px;
	height: 135px;
	float: right;
	padding-top: 20px;
	margin-right: 60px;
}
#pdf-5 img {
	margin-top: 5px;
}
#archive {
	margin-right: 50px;
}
#issues  {
	float: right;
	width: 225px;
}
.float-right-margin-left-15 {
	float: right;
	margin-left: 5px;
}
.margin-left-25 {
	margin-left: 28px;
}