#overcontainer {
	background-image: url(/images/site-background.gif);
	background-repeat: repeat-y; 
}

#overcontainerbottom {
	background-image: url(/images/site-background-bottom.gif);
	background-repeat: no-repeat; 
	width: 1007px;
	height: 7px;
	margin: 0 auto 20px auto;	
}



#content {
	line-height: 17px;
}

#bannerHome {
	background-color: #000; /* NoteNote */
	height: 267px;
	margin: 0;
}

#bannerHome #bannerRight {
	height: 267px;
	width: 973px;
}

#bannerHome h2 {
	margin: 110px 0 0 26px;
	padding: 0;
	color: #fff;
	width: 200px;
	font-weight: normal;
}



#bannerHome #bannerRight p {
	margin: 15px 0 0 170px;
}


.homebox {
	width: 157px;
	min-height: 69px;
	float: left;
	margin: 0 20px 0 0;
}

.homeend {
	margin-right: 0;
}

.homebox h2, .homenewsbox h2 {
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 3px 0 3px 7px;
}

.homebox h2 a, .homenewsbox h2 a {
	color: #fff;
}

.homebox p {
	margin: 5px 0 0 6px;
}

h2.std {
	background-color: #F7941C
}

h2.research {
	background-color: #682F75
}

h2.business {
	background-color: #839F3E
}

h2.community {
	background-color: #941681;
}



.homenewsbox {
	width: 334px;
	min-height: 182px;
	float: left;
	margin: 0 20px 0 0;
}

.homenewsbox h2 {
	float: left;
	margin: 0;
}

.homenewsbox .news {
	background-color: #333333;
	height: 21px;
}

/* added for clearing band with orange bg */
.homenewsbox .clearing {
	background-color: #f7941c;
	height: 21px;
}

.homenewsbox p {
	margin: 6px 0 0 0;
}


.newsrss {
	float: right;
	margin: 4px 4px 0 0;
}

.newsimg {
	float: left;
}


.newsimg1 {
	float: left;
	/* added by stuart to accommodate 2 news stories */
	margin-top:8px;
}




.newssubbox {
	width: 167px;
	float: right;
}

/* added by stu to allow 2nd news story */
.newssubbox2 {
	width: 167px;
	float: right;
	/* margin-top:-8px; */
}

.indent {
	padding-left: 7px;
}

h3 {
	font-size: 12px;
	line-height: 12px;
	margin: 8px 0 0 0;
}



.homemulti {
	width: 157px;
	float: left;
	margin: 0 20px 0 0;
}

.homemulti .homebox {
	margin: 0;
}

.homeshort {
	min-height: 35px;
}

.livinghere p {
	font-size: 12px;
	line-height: 17px; /* nb was 15px */
}



/*
#pagebottom {
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(/images/homepage/site-bottom.jpg);
	background-repeat: repeat-x; 
	width: 1007px;
	height: 17px;
}
*/


/* Stretch background down to the bottom of the window */
/*
html, body, #overcontainer {
    height: 100%;
}
*/

/* added by Stu ovewrride the visited and hover link style so that headings are still readable on coloured backgrounds */
.homebox h2 a:visited, .homenewsbox h2 a:visited, .homemulti h2 a:visited {color:#fff;}
.homebox h2 a:hover, .homenewsbox h2 a:hover, .homemulti h2 a:hover {color:#fff;}
/* added by stu for line between news stories */
.storysep {margin-top:10px;margin-bottom:5px;clear:both;}
/* added by stu aligns news text headers and copy with business box above news story */
.storyheader, .storyheader2 {margin-left:11px;} 
#content .clearingheader {margin-left:6px;font-weight:bold;margin-top:20px;}
.newssubbox p, .newssubbox2 p {margin-left:11px;}
/* added by stu for clearing list on homepage */
#content .newssubbox ul{padding-left:20px;}
#content .newssubbox ul li {line-height:18px;}
#stuClearing {background:#fbd7b4;width:334px;height:85px;}
