/*--------------------------------------------------------------
Reset CSS
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size).

	 percentage / 8.3333333 = font size in px
*/
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */
/*--------------------------------------------------------------
Page Setup 
--------------------------------------------------------------*/
body {
	background: #fff url(/img/bg.gif);
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a { text-decoration: none; }
a:hover { text-decoration:underline; }

.col a { color: #000; text-decoration: underline; }
.col a:hover { text-decoration: none; }

a img { border:0; }
a.more-info {
	display: block;
	text-align: right;
	font-weight: normal;
	color: #000;
	background: url(/img/more-info.gif) no-repeat;
	width: 132px;
	height: 33px;
	line-height: 32px;
	padding-right: 68px;
	position: absolute;
	bottom: 6px;
	left: 15px;
	}
/*--------------------------------------------------------------
 Text formatting styles 
--------------------------------------------------------------*/
p           { margin: 0 0 1em 0; text-align:left; line-height: 1.5; }
p.phone			{ display: none; }
ul, ol      { margin: 0 0 1.5em 1.5em; line-height: 1.7; }
#content ul li,#content ol ul li	{ background: url(/img/bullet.gif) no-repeat 0 9px; padding: 0 0 0 19px; }
#content ol { list-style:decimal;}
#content ol li { background: 0;}
.col ul 		{ margin: 0; }
img { border: 1px solid #cdcdcd; margin-bottom: 10px; }	
#right ul		{ margin: 0 0 1em 0; }
#right ul li		{ background: url(/img/bullet-tick.gif) no-repeat 0 50%; padding: 0 0 0 38px; line-height: 2.5; }	
ul.large { font-size: 120%; }
/*--------------------------------------------------------------
 Heading Styles
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}
h1.heading { background: url(/img/heading-bg.gif) no-repeat; height: 51px; padding: 41px 0 0 23px; margin-bottom: 0.3em; width: 917px; }
h1.heading.yellow { background: url(/img/heading-bg-yellow.gif) no-repeat; }
h1.heading.orange { background: url(/img/heading-bg-orange.gif) no-repeat; }
h1 { font-size: 2.15em; color: #fff; margin-bottom: 0.2em; }
h2 { font-size: 2.8em; color: #0097c9; line-height: 1.2; }
h3 { font-size: 1.3em; color: #242021; line-height: 1.2; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#container {
	margin:0 auto;
	height: 100%;
	width:940px;
	padding: 0 20px;
	text-align:left;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-top: 0;
	}
#header {
	position: relative;
	height: 119px;
	margin-bottom: 6px;
	}
#feature {
	margin-bottom: 20px;
	border: 0;
	}
#content {
	background: #fff;
	}
#left {
	float: left;
	width: 610px;
	margin: 0 20px 0 10px;
	}
#right {
	float: left;
	width: 300px;
	}
.left {
	float:left;
	width:470px;
	margin: 0 10px 24px 0;
	}
.right {
	float:left;
	width:460px;
	margin-bottom: 24px;
	}
.right .box {
	float:left;
	width:200px;
	padding: 0 8px 0 21px;
	border-left: 1px dashed #000;
	height: 155px;
	position: relative;
	}
#footer {
	margin: 0 auto;
	background: #474747 url(/img/footer-bg.gif) no-repeat;
	padding: 10px 18px;
	}
.col {
	width: 320px;
	height: 244px;
	float: left;
	line-height: 1.8;
	}
.col.yellow {
	background: url(/img/col-yellow.gif) no-repeat;
	width: 300px;
	}
.col.orange {
	background: url(/img/col-orange.gif) no-repeat;
	}
.col.red {
	background: url(/img/col-red.gif) no-repeat;
	}
.col .head {
	padding: 5px 0 0 37px;
	}
.col .body {
	padding: 10px 0 0 40px;
	}
.col.yellow .head {
	padding-left: 20px;
	}
.col.yellow .body {
	padding-left: 20px;
	}
.col-footer {
	background: url(/img/col-footer.gif) no-repeat;
	height: 37px;
	margin-bottom: 20px;
	}
.col-footer ul {
	line-height: 36px;
	margin-bottom: 0;
	}
#content .col-footer li {
	background: 0;
	padding: 0;
	display: inline;
	margin-right: 178px;
	}
#content .col-footer li.last {
	margin-right: 0;
	}
#content .col-footer li a {
	font-weight: normal;
	color: #000;
	padding-right: 30px;
	}
.boxed {
	margin-bottom: 20px;
	}
.boxed .left-col p {
	text-align: center;
	}
.boxed .left-col {
	width: 219px;
	border-right: 1px dashed #000;
	float: left;
	}
.boxed .right-col {
	width: 700px;
	float: left;
	padding: 0 0 0 20px;
	}
.boxed span {
	font-weight: bold;
	text-decoration: underline;
	}
.boxed .header {
	background: url(/img/aged-care-head.gif) no-repeat;
	height: 36px;
	}
.boxed .body {
	background: url(/img/aged-care-body.gif) repeat-y;
	padding-top: 20px;
	}
.boxed .foot {
	background: url(/img/aged-care-foot.gif) no-repeat;
	height: 10px;
	}
.boxed h3 {
	padding: 8px 0 0 10px;
	}
a.pdf:hover { background: 0; }
a.pdf:hover .filename { text-decoration: underline; }
a.pdf {
	display: block;
	float: left;
	padding: 10px;
	cursor: pointer;
	margin-bottom: 15px;
	}
a.pdf:hover {
	background: #fff297;
	text-decoration: none;
	}
.pdf span {
	display: block;
	}
.pdf .image {
	width: 30px;
	height: 31px;
	background: url(/img/pdf-icon.gif) no-repeat;
	float: left;
	}
.pdf .filename {
	font-size: 110%;
	margin: 3px 0 0 45px;
	line-height: 1.5;
	text-decoration: none;
	}
.pdf .download {
	font-size: 80%;
	margin: 0 0 5px 45px;
	color: #727272;
	text-decoration: none;
	}
#content #family-briefing {
	background: #ffe47a;
	padding: 10px;
	}
#content #selecting-home {
	background: #ffce7a;
	padding: 10px;
	}
#content #moving-in {
	background: #ffac7a;
	padding: 10px;
	}
#content #family-briefing span,
#content #selecting-home span,
#content #moving-in span {
	font-size: 120%;
	font-weight: bold;
	}
#map-outer {
	border: 1px solid #CDCDCD;
	margin-bottom: 15px;
	}
#map {
	width: 298px;
	height: 350px;
	}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#logo {
	position: absolute;
	width: 338px;
	height: 100px;
	top: 8px;
	left: 0;
	border: 0;
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
ul#top-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	}
#top-nav li {
	float: left;
	}
#top-nav li a {
	display: block;
	height: 119px;
	margin-left: 2px;
	}
#top-nav li a span {
	display: none;
	}
#top-nav li a:hover {
	background-position: 0 -119px;
	}
#header #top-nav li a.current {
	background-position: 0 -238px;
	}
#home a {
	width: 58px;
	background: url(/img/nav/home.gif) no-repeat;
	}
#aged-care-placement-services a {
	width: 85px;
	background: url(/img/nav/placement-services.gif) no-repeat;
	}
#fees-charges a {
	width: 130px;
	background: url(/img/nav/fees-charges.gif) no-repeat;
	}
#about a {
	width: 78px;
	background: url(/img/nav/about.gif) no-repeat;
	}
#links-hints a {
	width: 102px;
	background: url(/img/nav/links-hints.gif) no-repeat;
	}
#faq a {
	width: 47px;
	background: url(/img/nav/faq.gif) no-repeat;
	}
#contact a {
	width: 65px;
	background: url(/img/nav/contact.gif) no-repeat;
	}
/*--------------------------------------------------------------
 Sub Nav styles 
--------------------------------------------------------------*/
ul#subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#subnav li {
	border-bottom: 1px dashed #ccc;
	}
#subnav li a {
	display: block;
	width: 220px;
	padding: 8px 10px;
	}
#subnav li a:hover {
	background-position: 0 -30px;
	}
#left #subnav li a.current {
	background-position: 0 -60px;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer p.foot-left {
	float: left;
	color: #fff;
	font-size: 90%;
	margin: 0;
	}
#footer p.foot-right {
	float: right;
	color: #fff;
	font-size: 90%;
	margin: 0;
	}
#footer ul {
	float: left;
	clear: left;
	margin: 1em 0 0 0;
	}
#footer ul li {
	float: left;
	background: url(/img/footer-div.gif) no-repeat 100% 6px;
	padding-right: 9px;
	margin-right: 9px;
	}
#footer ul li.last {
	background: 0;
	margin: 0;
	padding: 0;
	}
#footer ul li a {
	color: #fff;
	font-size: 90%;
	font-weight: normal;
	}
/*--------------------------------------------------------------
 Sitescene styles 
--------------------------------------------------------------*/
#sitescene {
	width: 940px;
	margin: 0 auto;
	}
#sitescene a {
	background:transparent url(/img/sitescene.gif) no-repeat;
	display:block;
	height:36px;
	padding:0;
	text-decoration:none;
	width:38px;
	float: right;
	margin: 10px 0;
}
#sitescene a:hover {
	background-position: 0 -36px;
}
#sitescene a span {
	display: none;
}
/*--------------------------------------------------------------
 Form styles 
-------------------------------------------------------------*/
.std-form {
	margin-left: 10px;
	}
.std-form fieldset {
	padding-bottom: 20px;
	}
.std-form label {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #444;
	margin-bottom: 0.5em;
	}
.std-form .inline label {
	display: inline;
	}
.input_text {
	padding: 4px;
	width: 180px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	}
.std-form textarea {
	width: 290px;
	}
.std-form .inline input {
	width: auto;
	}
/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.center {text-align:center;}
.float-right {float:right;padding:0 0 14px 14px;}
.float-left {float:left;padding:0 14px 14px 0;}
.float-fix {overflow:hidden;clear:both;height:0;font-size:0;}
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active h1, .sIFR-active h2 {
	visibility:hidden;
	font-family:Verdana;
	}
.sIFR-active h1 {
	font-size: 26px;
	}
.sIFR-active h1.heading {
	font-size: 40px;
	}
.sIFR-active h2 {
	font-size: 30px;
	}
.sIFR-active #right h3 {
	font-size: 20px;
	}
.sIFR-active h3 {
	font-size: 16px;
	}