/*User Selectable Styles*/
.Heading1,H1     { color:#039; font-size:1.6em; line-height:1.6em; margin-bottom:0.2em; padding:0 0 0.2em 0; }
.Heading2,H2     { color:#039;	font-size:1.3em; line-height:1.2em; margin-bottom:0.2em; padding:0.4em 0.3em 0 0.3em; }
.Heading3,H3     { color:#000; font-size:1.2em; line-height:1.2em; margin-bottom:0.2em; padding:0; }
.Normal,p        { color:#000; font-size:1em; padding:0 0.4em 0 0.4em;	margin-bottom:1.4em; }
.morelink        { color:#039; font-size:0.8em;	background:url(../images/more_arrow_living.gif) 100% 100% no-repeat;	padding-right:10px;}

body {
	background:url(../images/bg_living.gif) 0 0 repeat-y #fff;
	}

DIV#logo {
	background:url(../images/header_living_2.jpg) 0 0 no-repeat #fff;
	}

DIV#logo img{
	padding:25px 0 0 30px;
	}

#navigation {
	background:#039;
	}

#navigation a:hover,
#navigation a:active {
	background:#9eb0d5;
}

#subnavigation div {
	background:url(../images/top_menu_left_living.gif) 0 0 no-repeat;
}

#subnavigation div span {
	background:#1c376d;
	}

.content #crumbtrail {
	background:#039;
	color:#fff;
	}

.content #crumbtrail a {
	color:#fff;
}

.content #menu {
	background:url(../images/menu_base_living.gif) 100% 100% no-repeat #1c376d;
}

.content #menu a {
	background:url(../images/menu_bullet_living.gif) no-repeat;
}

.content #menu ul ul li a {
	color:#1c376d;
	background:#9eb0d5;
}

.content #menu a:hover,
.content #menu a:active {
	color:#1c376d;
	background-image:url(../images/menu_bullet_living.gif);
}

.content #menu ul ul li a:hover,
.content #menu ul ul li a:active {
	background-image:url(../images/menu_bullet_living.gif);
}

.content #extraMenus h1 {
	color:#000;
}

.content #extraMenus #quickLinks {
	background:url(../images/quicklinks_bg_living.gif) 0 100% no-repeat;
	}

.content #extraMenus #news {
	background:url(../images/news_bg_living.gif) 0 0 no-repeat;
	}

.content #extraMenus #news span {
	background:url(../images/quicklinks_bg_living.gif) 0 100% no-repeat;
	}

#footer {
	border:1px solid #1c376d;
	border-width:1px 0 0 0;
	}

/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{background-color:#eeeeff;} /* Overall table style */

	table.ImmTS_Default th, 
	table.ImmTS_Default td	{padding:2px; margin:2px;} /* Cell padding and spacing styles */

	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{border:1px solid black;} 
	     
	table.ImmTS_Default th	{background-color:#ccccFF; color:black;} 
	table.ImmTS_Default tr	{}
	table.ImmTS_Default td	{color:black;}

