/* STYLES FOR THE LAYOUT OF CONTENT LEVEL PAGES */

body
{
	margin: 0;
	padding: 0;
	background-color: #f1efd9;
}

#stripe
{
	position: relative;
	height: 117px;
	background-image: url(../images/design/home/banner_repeat.jpg);
	background-repeat: repeat-x;
	border-bottom: 3px solid white;
/*	z-index: -2;*/
}

#colours
{
	background-image: url(../images/design/home/colours.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#banner
{
	display: block;
	height: 117px;
	background-image: url(../images/design/banner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: -310px;
}

#banner span
{
	display: none;
}

#frame
{
	position: relative;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -38px;
}

#content
{
	margin-left: 13.5em;
	background-color: white;
	padding: 2em;
}

#body
{
	/*line-height: 1.1em;*/
	/*overflow: visible;*/
	background-color: white;
	position: relative;
}

#mainNav
{
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

#mainNav li
{
	float: left;
}

#mainNav a
{
	display: block;
	width: 153px;
	height: 35px;
	background-repeat: no-repeat;
}

#mainNav span
{
	display: none;
}

#nav_living a
{
	background-image: url(../images/design/buttons/living.gif);
}

#nav_living a:hover
{
	background-image: url(../images/design/buttons/living_on.gif);
}

#nav_caring a
{
	background-image: url(../images/design/buttons/caring.gif);
}

#nav_caring a:hover
{
	background-image: url(../images/design/buttons/caring_on.gif);
}

#nav_working a
{
	background-image: url(../images/design/buttons/working.gif);
}

#nav_working a:hover
{
	background-image: url(../images/design/buttons/working_on.gif);
}

#sectionNav
{
	float: left;
	position: relative; /* IE bug workaround. */
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

#sectionNav li
{
	margin: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

#sectionNav a
{
	display: block;
	width: 11em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	color: black;
	text-decoration: none;
}

#sectionNav .indexItem
{
	padding-bottom: 4px;
}

#sectionNav .resourcesItem
{
	padding-top: 4px;
}

#sectionNav .indexItem a
{
	background-repeat: no-repeat;
	background-position: 10px 6px;
}

#sectionNav .resourcesItem a
{
	background-repeat: no-repeat;
	background-position: 10px 6px;
}

/* FOOTER */

#footer
{
	font-family: Times, serif;
	color: #8A8F9E;
	margin-bottom: 40px;
}

#footerbar
{
	background-color: #8A8F9E;
	height: 15px;
}

#footer p
{
	float: right;
	margin-right: 10px;
}

#footer a
{
	color: #8A8F9E;
	text-decoration: none;
}

.couchCred
{
	display: block;
	float: right;
	margin-right: 10px;
	width: 82px;
	height: 18px;
	background-image: url(../images/design/theCouch.gif);
	background-repeat: no-repeat;
}

.couchCred span
{
	display: none;
}