/* 
Title:		Figtree Point Aged Care Facility main CSS stylesheet for screen media.
Author:		Fabrice Million
Email:		fabrice@madeinspace.com.au
Website:	www.madeinspace.com.au
*/

body {
	background: #727b8a;
	margin: 0;
	padding: 0;
	text-align: center;
	font: .8em Arial, Helvetica, sans-serif;
	color: #312E41;
	}

#wrapper {
	width: 852px;
	margin: 50px auto 0;
	text-align: left;
	border: 1px solid #717b8a;
/* don't remove this one or the layout breaks*/
	background-color: #727B8A;
	background-image: url(../images/bg_maincontainer_top.png);
	background-repeat: no-repeat;
	background-position: top;
	}

#maincontainer {
	width: 852px;
	background: url(../images/bg_mainContainer.png) repeat-y white;
	margin-top: 6px;
	position: relative;
	float: left;
	}

#branding {
	width: 220px;
	background: url(../images/logo2.png) no-repeat  center;
	padding-top: 170px;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	border: 1px  green;
	margin-left: 2px;
	display: inline;
	height: 500px;
	}

#branding h1 {
	display: none;
	font-size: large;
	text-decoration: underline;
	padding-bottom: 20px;
	}

#container {
	float: right;
	border: 1px fuchsia;
	width: 628px;
	display: inline;
	margin-right: 2px;
	}

#header {
	width: 628px;
	height: 140px;
	background: #9ca3b0 url(../images/bg_header.png) repeat-y;
	padding-top: 37px;
	}

/* Navigation*/

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 628px;
	background: url(../images/bg_nav.png) repeat-x;
	border-width: 1px;
	height: 95px;
	}

#nav li {
	float: left;
	height: 95px;
	}

#nav a {
	display: block;
	line-height: 2.1em;
	text-decoration: none;
	color: #312E41;
	padding-top: 10px;
	margin-right: 14px;
	padding-left: 8px;
	}

#nav .home {
	background: url(../images/bg_first_a.jpg) no-repeat;
	height: 95px;
	padding-left: 15px;
	}

#nav a:hover {
	color: #fff;
	}

#about #nav .about, 
#facilities #nav .facilities, 
#gallery #nav .gallery,  
#contact #nav .contact, 
#faq #nav .faq {
	background: url(../images/bg_nav_hover.jpg) no-repeat;
	background-position: right top;
	}

#home #nav .home {
	background: url(../images/bg_nav_hover_home.jpg) no-repeat;
	background-position: left top;
	}

/*#moreInfo #nav .moreInfo {
	background: url(../images/bg_nav_hover_moreInfo.jpg) no-repeat;
	background-position: right top;
}*/

#fees #nav .fees {
	background: url(../images/bg_nav_hover_faq.jpg) no-repeat;
	background-position: right top;
	}

#faq #nav .faq {
	background: url(../images/bg_nav_hover_faq.jpg) no-repeat;
	background-position: right top;
	}

#application #nav .application {
	background: url(../images/bg_nav_hover_moreInfo.jpg) no-repeat;
	background-position: right top;
	}

#home #nav .home a, 
#about #nav .about a, 
#facilities #nav .facilities a,
#application #nav .application a,  
#gallery #nav .gallery a, 
#moreInfo #nav .moreInfo a,
#fees #nav .fees a, 
#contact #nav .contact a,
#faq #nav .faq a {
	color: #fff;
	cursor: default;
	}

/*Content*/

#content {
	padding-left: 70px;
	padding-top: 0px;
	padding-bottom: 50px;
	padding-right: 50px;
	}

/*#gallery #content {
	padding-left: 40px;

}*/

/*Headings*/

#home #content h2 {
	font-size: 120%;
	width: 279px;
	height: 19px;
	position: relative;
	margin-bottom: 40px;
	}

#home #content h2 span {
	background: url(../images/heading_home.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#about #content h2 {
	font-size: 120%;
	width: 226px;
	height: 19px;
	position: relative;
	margin-bottom: 40px;
	}

#about #content h2 span {
	background: url(../images/heading_about.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#facilities #content h2 {
	font-size: 120%;
	width: 226px;
	height: 19px;
	position: relative;
	margin-bottom: 40px;
	}

#facilities #content h2 span {
	background: url(../images/heading_facilities.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#application #content h2 {
	font-size: 120%;
	width: 226px;
	height: 19px;
	position: relative;
	margin-bottom: 40px;
	}

#application #content h2 span {
	background: url(../images/heading_application.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#gallery #content h2 {
	font-size: 120%;
	width: 226px;
	height: 19px;
	position: relative;
	margin-bottom: 40px;
	}

#gallery #content h2 span {
	background: url(../images/heading_gallery.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#moreInfo #content h2 {
	font-size: 120%;
	width: 226px;
	height: 19px;
	position: relative;
	margin-bottom: 40px;
	}

#moreInfo #content h2 span {
	background: url(../images/heading_moreinfo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#fees #content h2 {
	font-size: 120%;
	width: 226px;
	height: 19px;
	position: relative;
	margin-bottom: 40px;
	}

#fees #content h2 span {
	background: url(../images/heading_fees.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#contact #content h2 {
	font-size: 120%;
	width: 226px;
	height: 19px;
	position: relative;
	margin-bottom: 40px;
	}

#contact #content h2 span {
	background: url(../images/heading_contactus.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#faqList li {
	list-style-type: none;
	list-style-image: url(../images/bullet_faq.gif);
	}

#faqList li a {
	text-decoration: none;
	color: #312E47;
	cursor: default;
	}

#faqList li a:hover {
	text-decoration: underline;
	}

#faq #content h2 {
	font-size: 120%;
	width: 300px;
	height: 19px;
	position: relative;
	margin-bottom: 40px;
	}

#faq #content h2 span {
	background: url(../images/heading_faq.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#content p {
	font-size: 100%;
	}

.centered {
	text-align: center;
	}

#content a {
	color: #312E5A;
	text-decoration: underline;
	}

#content a:hover {
	color: #E8084F;
	text-decoration: underline;
	}

/*Footer*/

#footer {
	background: url(../images/bg_footer.png) no-repeat white;
	width: 852px;
	height: 51px;
	font-size: x-small;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
	}

#footer ul {
	border: 1px  fuchsia;
	padding-top: 20px;
	padding-right: 10px;
	margin: 0px;
	}

#footer ul li {
	float: right;
	padding-right: 5px;
	list-style: none;
	}

.code_valid a {
	text-decoration: none;
	color: #1a1c3e;
	padding-right: 12px;
	}

.code_valid a:hover {
	background: url(../images/icon_check.jpg) no-repeat right;
	text-decoration: none;
	}

.credit {
	margin-right: 10px;
	}

.credit a {
	text-decoration: none;
	color: #1a1c3e;
	}

.credit a:hover {
	color: #e80051;
	}

/*Popoup tips*/

#previewimageid {
	font-size: 0.75em;
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	height: 0;
	z-index: 200;
	text-align: left;
	}

#previewimageid p {
	margin: 0;
	color: #fff;
	}

#content h3 {
	font-size: 100%;
	margin-top: 35px;
	}

.backToTop {
	cursor: default;
	float: right;
	}

#content img {
	padding-top: 20px;
	padding-bottom: 20px;
	}

#slideshow {
	text-align: center;
	}