/* STYLES FOR HOME PAGE */

h1 { display: none; }
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;

}

#colours
{
	background-image: url(../images/design/home/colours.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#banner
{
	height: 117px;
	background-image: url(../images/design/home/banner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: -280px;
}

#frame
{
	clear: both;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#banner p
{
	display: none;
}

#contentMargin
{
	padding-left: 50px;
	padding-right: 50px;
}

#content
{
	background-color: white;
	padding: 2em;
}

/* BUTTONS */

div#buttons
{
	margin-left: 45px;
	margin-top: 20px;	
}

div#buttons ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 44px;
}

div#buttons li
{
	float: left;
}

div#buttons a
{
	display: block;
	width: 158px;
	height: 44px;
	background-repeat: no-repeat;
}

div#buttons a.living
{
	background-image: url(../images/design/home/living.gif);
}

div#buttons a:hover.living
{
	background-image: url(../images/design/home/living_on.gif);
}

div#buttons a.caring
{
	background-image: url(../images/design/home/caring.gif);
}

div#buttons a:hover.caring
{
	background-image: url(../images/design/home/caring_on.gif);
}

div#buttons a.working
{
	background-image: url(../images/design/home/working.gif);
}

div#buttons a:hover.working
{
	background-image: url(../images/design/home/working_on.gif);
}

/* ADDITIONAL TEXT STYLES */

#content
{
	font-family: Times, serif;
	font-size: 1.2em;
}

div.em
{
	color: #58595B;
	font-style: italic;
	font-size: 1.15em;
	margin-bottom: 2em;
}

div.em p
{
	margin: 0;
	margin-bottom: 0.5em;
}

ul.sections
{

}

ul.sections li
{
	margin: 0;
	padding: 0;
}

.living, .living a
{
	font-weight: bold;
	color: #93892c;
	line-height: 1em;
}

.caring, .caring a
{
	font-weight: bold;
	color: #0478a2;
	line-height: 1em;
}

.working, .working a
{
	font-weight: bold;
	color: #eb8428;
	line-height: 1em;
}

.living span, .caring span, .working span
{
	font-weight: normal;
	color: black;
}

/* 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;
}