/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #EFEBDE;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #efebde;
}
#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
 
[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
#leftcontent, #rightcontent { padding-top: 30px; }
#mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]

/* standard link styles */
a:link {
	text-decoration: underline;
	color: #003366;

}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #00FF00
}

/* fonts */
p {
	color: #333333;
	padding: 0;
	white-space: normal;
	background: #FFFFFF;
	border: thin none #003366;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
}

p .ul {
	color: #333333;
	padding: 0;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	white-space: normal;
}

h1, h2, h3, h4, h5, h6 {
             font-weight: bold;
			 font-family:Verdana, Arial, Helvetica, sans-serif;
			 text-align:left;
}

/* approx 18px*/
h1 {
	font-size: 1.3em;
	text-indent: 5px;
	width: auto;
}

/* approx 16px*/
h2 {
	font-size: 1.2em;
	text-indent: 5px;
	width: auto;
	}

/* approx 14px*/
h3 {
        font-size: 1.15em;

}

/* approx 12px*/
h4 {
        font-size: 1.1em;
	
}


/* ---------------------- banner headings ----------------------- */

#banner {
	clear:right;
	height: 125px;
	padding: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	background-color: #EFEBDE;
	overflow: hidden;
	visibility: visible;
	float: left;
	margin: 0px;
	width: 100%;
		}
		
/*------------- change banner colours  ------------------------------------------ */


#zero #banner {
border-bottom-color: #0000FF;
background-image: url(../graphics/main_banner.jpg);
background-repeat: no-repeat;
}
#one #banner {
border-bottom-color: #003366;
background-image: url(../graphics/about_banner.jpg);
background-repeat: no-repeat;

}
#two #banner {
border-bottom-color: #FF6600;
background-image: url(../graphics/cservice_banner.jpg);
background-repeat: no-repeat;

}
#three #banner {
border-bottom-color: #0000FF;
background-image: url(../graphics/rac_banner.jpg);
background-repeat: no-repeat;

}
#four #banner {
border-bottom-color: #FFFF00;
background-image: url(../graphics/rv_banner.jpg);
background-repeat: no-repeat;

}
#five #banner {
border-bottom-color: #CCCCFF;
background-image: url(../graphics/info_banner.jpg);
background-repeat: no-repeat;

}

/*--- 
	zero is home
	one is about
	two is community services
	three is residential aged care	
	four is retirement villages
	five is more information
----- */	

#banner_fltrt {
	float: right;
	margin: 0;
	padding: 0;
	width:322px;
	height: 125px;
	background-image: url(../graphics/corp_banner_divright.jpg);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;

}
#banner_fltrt_curve {
	margin: 0;
	padding: 0;
	width:50px;
	height: 125px;
	background-image: url(../graphics/corp_banner_divleft.gif);
	background-repeat: no-repeat;
	float: right;
	position: absolute;
	right: 322px;
	top: 0px;


}
#banner_fltrt a { 
    display: block;
    height: 100%;
    width: 100%}

#banner_fltlft {
	float: left;
	margin: 0px;
	padding: 0px;
	width:160px;
	height: 125px;
	background-image: url(../graphics/SCC_corp_logo.gif);
	background-repeat: no-repeat;
	
}

#banner_fltlft a{ 
    display: block;
    height: 100%;
    width: 100%}

#bcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	margin: 5px;
}

/*------------- navigation bar ------------------------------------------ */
#navigation {
	z-index: 1000;
	width: auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0000ff;
	

}

#nav {
	float: left;
	list-style-type: none;
	padding: 0px 0px 5px;
	margin: 0px 0px 8px;
	width:100%;
	z-index: 3000;
	clip: rect(auto,200px,auto,200px);
	font: bold 12px/normal Verdana, arial, Helvetica, sans-serif;
	background-color: #EFEBDE;
}

#nav a {
	color: #FFFFFF;
	padding-right: 2em; 
	display: block; 
	padding-left: 2em; 
	padding-bottom: 0.25em; 
	width: auto; 
	padding-top: 0.25em; 
	text-decoration: none;
	z-index: 1;
	
}

#nav ul {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	float: left;
	padding-bottom: 0px;
	margin: 0px 0px 1em;
	width: 35em;
	line-height: normal;
	padding-top: 0px;
	list-style-type: none;
	background-color: #efebde;
	z-index: 1;
}
#nav a:hover {
	color: #fff;
	background-color: #0000ff;
	z-index: 1;	
}

#nav li {
	float: left;
	width: auto;
	padding: 0px;
	z-index: 1;
	background-color: #EFEBDE;	
}

#nav li ul {
	font-size: 12px;
	font-weight: normal;
	left: -999em;
	margin: 0px;
	padding-right: 0px;
	width: 15em;
	position: absolute;
	height: auto;
	border: 1px none #fff;
	background-color: #efebde;
	z-index: 1000;
	display: inline;
}


#nav li ul a {
	font-size: 12px;
	float:left;
	width: 15em;
	padding-right: 4px;
	z-index: 1000;
	display: inline;

	
}
#nav li ul ul {
	margin: -1.75em 0px 0px 15em
}

#nav li:hover ul {
	left: auto;
	z-index: 1000;
	
	
}
#nav li a:active  {
	left: auto;
	z-index: 1000;
	
}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav li.sfhover ul {
	left: auto;
	color: #fff;
	z-index: 1000;
}


#nav li.sfhover a:hover{
	color: #fff;
	z-index: 1000;
		
}

#nav li a {
	color: #003366;
	z-index: 1000;	
	}

/*------------- maintain current link down state ------------------------------------------ */	

#zero #nav #nav-zero a {
	background: #0000ff; color: #fff; 
}
	
#one #nav #nav-one a {
	background: #003366; color: #fff;
}
#two #nav #nav-two a {
	background: #FF6600; color: #fff;
}
#three #nav #nav-three a {
    background: #0000FF; color: #fff;
	}
#four #nav #nav-four a {
	background: #FFFF00; color: #003366;
}
#five #nav #nav-five a {
	background: #CCCCFF; color: #003366;
	border-right:none; 
}

/* menu hover color */

#zero #nav li a{
	background: #efebde; color: #003366;
	}
#zero #nav li a:hover{
	background-color:#0000ff;
	color: #fff;
	}
	
#one #nav li a{
	background: #efebde; color: #003366;
	}
#one #nav li a:hover{
	background-color:#003366;
	color: #fff;
	}
	
#two #nav li a{
	background: #efebde; color: #003366;
	}
#two #nav li a:hover{
	background-color:#ff6600;
	color: #fff;
	}
	
#three #nav li a{
	background: #efebde; color: #003366;
	}
#three #nav li a:hover{
	background-color:#0000FF;
	color: #fff;
	}

#four #nav  li a{
	background: #efebde; color: #003366;
	}
#four #nav li a:hover{
	background-color:#FFFF00;
	color: #ffff;
	}

#five #nav li a{
	background: #efebde; color: #003366;
	}
#five #nav li a:hover{
	background-color:#CCCCFF;
	color: #003366;
	}


/* title styles*/

.title_cserve{
	color: #FFFFFF;
	background: #FF6600;

	}

.title_about{
	color: #FFFFFF;
	background: #003366;
}

.title_home{
	color: #003366;
	background: #efebde;

}
.title_info{
	color: #003366;
	background-color: #CCCCFF;
}	

.title_rv{
	color: #003366;
	background: #FFFF00;
	}

.title_rac{
	color: #FFF;
	background: #0000FF;
}
/* subtitle styles*/

.subtitle_home{
	color: #003366;
	background: #EFEBDE;
	border-left: medium solid #003366;
}

.subtitle_rac{
	color: #0000FF;
	background: #EFEBDE;
	border-left: medium solid #0000FF;
}

.subtitle_info{
	color: #003366;
	background: #EFEBDE;
	border-left: medium solid #CCCCFF;
}

.subtitle_about{
	color: #003366;
	background: #EFEBDE;
	border-left: medium solid #003366;
}
	
.subtitle_rv{
	color: #003366;
	background: #EFEBDE;
	border-left: medium solid #FFFF00;
}

.subtitle_cserve{
	color: #FF6600;
	background: #EFEBDE;
	border-left: medium solid #FF6600;
}

.faq_info {
	color: #003366;
	}	
/*------------- header styles ------------------------------------------ */

.about_header {
	background: #003366;
	color: #FFFFFF;
	text-align: center;
	padding: .1em 0px 0.1em;
	margin: 0px;
	border: 1px solid #003366;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
.home_header {
	background: #EFEBDE;
	color: #003366;
	text-align: center;
	padding: .1em 0px 0.1em;
	margin: 0px;
	border: 1px solid #003366;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
.info_header {
	background: #CCCCFF;
	color: #003366;
	text-align: center;
	padding: .1em 0px 0.1em;
	margin: 0px;
	border: 1px solid #CCCCFF;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
.rv_header {
	background: #FFFF00;
	color: #003366;
	text-align: center;
	padding: .1em 0px 0.1em;
	margin: 0px;
	border: 1px ridge #FFFF00;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
.rac_header {
	background: #0000FF;
	color: #FFFFFF;
	text-align: center;
	padding: .1em 0px 0.1em;
	margin: 0px;
	border: 1px solid #003FFFF;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
.cserve_header {
	background: #FF6600;
	color: #FFFFFF;
	text-align: center;
	padding: .1em 0px 0.1em;
	margin: 0px;
	border: 1px solid #FF6600;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
/*------------- left menu column tab area ------------------------------------------ */
#menu {
	width: 190px;
	clear: none;
	height:auto;
	padding: 0px;
	background-color: #FFFFFF;
	line-height: 1.8em;
	font-size: 0.9em;
}

#menu ul {
	margin: 0;
	border-width: 1px;
	border-style: solid;
	list-style-image: none;
	list-style-type: none;
	padding: 0em;
}

#menu li {
	margin: 0;
}

#menu li a {
	color: #003366;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 1.8em;
}
   
#menu li a:hover {
	margin: 0px;
	padding: 0px;
	height: 1.8em;
}
#one #menu li a:hover {
	color: #fff;
	border: #003366;
	background: #003366;
}		

#two #menu li a:hover {
	color: #fff;
	background-color: #FF6600;
	border: #FF6600;
}

#three #menu li a:hover {
	color: #fff;
	background-color: #0000FF;
    border: #0000FF;
}

#four #menu li a:hover {
	color: #003366;
	background-color: #FFFF00;
    border: #FFFF00;
}

#five #menu li a:hover {
	color: #003366;
	background-color: #CCCCFF;
    border: #CCCCFF;
}


/* ----------------------- sidebars -------------------------*/

#leftcontent_accordion {
	min-height: 350px;
	float: left;
	width: 210px;
	margin: 2px;
	padding: 2px;
}	

#leftcontent {
	min-height: 350px;
	float: left;
	width: 190px;
	margin: 2px;
	padding: 2px;
	height: 100%;
}	

#rightcontent {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 200px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* top and bottom padding create visual space within this div */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	width: 200px;
}
#leftcontent p, #leftcontent h3, #rightcontent p, #rightcontent h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


#callout{
	margin: 2px;
	border: 2px solid #EFEBDE;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	}
	
	
	
	
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0;
	padding: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.image_fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 10px;
	padding: 0px;
}
/*------------- main content  ------------------------------------------ */

#mainContent {
	margin-top: 0;
	margin-right: 205px;
	margin-bottom: 0;
	margin-left: 200px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #EFEBDE;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EFEBDE;
}

#homeContent {
	margin-right: 305px;
	margin-bottom: 0;
	margin-left: 220px;
}

p.footer {
font-size:10px;
padding-left: 20px;
}
p.copyright {
font-size:10px;
text-align: center;}

#footer {
	background-color: #FFFFFF;
} 

#footer_graphic {
	background-image: url(../graphics/footergraphic.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 38px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer {
	background: #ffffff center;
	padding: 1px 5px 6px;
	height: auto;
	margin: 5px auto;
	clear: both;
	width: 80%;
	color: #333333;
	border-top: 1px dotted #efebde;
	font: .75em Verdana, Arial, Helvetica, sans-serif;
}


/*-------------form ------------------------------------------ */

.chkrRac {
	float: left;
	margin: 0px;
	padding: 5px;
	width: auto;
	text-align: left;
	display:block;
}
.chkRad {
	float: left;
	margin: 0px;
	width: auto;
	text-align: left;
}

. formheader {
	font-weight:bold;
	color:#003366;
	}
	
label {
	display:block;
}

textarea {
	width:100%;
	height:100px

}
.textInput {
    width:60%;
}

.chkRad label {
    display:inline;
}

.clearIt {
    clear:both;
}

select {
    margin:0 5px 0 2px;
}

.confirm {
    font-size: 1em;
	font-weight: bold;
	color: #006633;
}
.warning {
	color:#FF0000;
	font-weight: bold;
}

legend {
	font-weight:bold;
	color:#0000FF;
}
/*------------- subsequent content area ------------------------------------------ */
#island {
	margin-top: 0px;
	top: 0px;
	float: none;
	margin-right: 205px;
	margin-left: 195px;
	width: auto;
	min-width: inherit;
	padding: 0px 5px;
}

#subContent {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #EFEBDE;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EFEBDE;
	padding-left: 5px;
}


#full_page {
	margin-top: 0px;
	margin-left: 5px;
	top: 0px;
	float: none;
	width: auto;
	margin-right: 200px;
}
	
	
#links {
    width: 200px;
}
.update {
   
}
.sitemaptable table {
	padding-right: 10px;
	font: normal .9em/1.2em Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
}

.sitemapheader {
	/*color: #3c1e00;*/
	color: #FFFFFF;
	/*background: #c1bca9;*/
	background: #003366;
	padding-left: 5px;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	/*color: #3cle00;
	background: url("../images/toplinebg.gif") repeat-x;
	font-size: 120%;*/
}

.sitemaptopcorner {
	width: 29px; 
	height: 20px;
	background: #fff url(../images/right_corner2.gif) no-repeat;
	/*width: 20px; 
	height: 12px;
	background: #fff url("/images/leftcorner.gif") no-repeat;*/
}

.sitemapsidebar {
	background: url("../images/linebg.gif") repeat-y;
	list-style-type: square;
}

.sitemapcorner {
	padding-bottom: 8px;
	width: 20px; 
	height: 12px;
	background: #FFFFFF url(../images/leftcorner.gif) no-repeat;
}
#photoContainer {
	float: left;
	height: auto;
	width: 100%;
}

#thumbnail {
    float: left;
	width: 33%;
	height: auto;
	}
	
	
/* Thumbnail grid */

table.thumbnail {
	width: 100%;
	margin-bottom: 5px;
	}
		

table.thumbnail thead th, table.thumbnail tbody td {
	padding: 5px;
    font-weight: bold;
	color:#000000;
	
}
