
/*  Homepage Styles */

body {
	background: url(../../images/layout/bg-pages/turquoise.gif) repeat-x;
	}
	
#main-image {
	background: url(../../images/main-images/home.jpg) no-repeat;
	}
	
#menu-strip {
	background: url(../../images/layout/bg-menu/turquoise.jpg) no-repeat;
	}
	
#menu-strip #pic {
	background: url(../../images/main-images/home-box.jpg) no-repeat;
	}
	
h2 {	
	background: url(../../images/page-headings/invista-foundation-property.gif) no-repeat;
	}

#page-right {
	padding: 30px 20px 0 21px;
	background: url(../../images/layout/right-bar.gif) no-repeat;
	background-position: 1px 0;
	width: 196px;
	}
	
#page-left #column-container{
	width: 455px;
}
	
#column-one, #column-two {
	display: block;
	float: left;
	}
	
#column-one {
	width: 200px;
	border-right: 1px #8DC5FF solid;
	margin: 0 20px 0 0;
	padding: 0 15px 0 0;
	}

#column-two {
	width: 215px;
	}
	
/* Sub Headings */
	
h4#latest-share-price {	
	background: url(../../images/sub-headings/latest-share-price.gif) no-repeat;
}

h4#stock-exchange-news {	
	background: url(../../images/sub-headings/stock-exchange-news.gif) no-repeat;
}

h4#latest-news {	
	background: url(../../images/sub-headings/latest-news.gif) no-repeat;
}

h4#latest-account-info {	
	background: url(../../images/sub-headings/latest-account-info.gif) no-repeat;
}

h4#latest-factsheets {	
	background: url(../../images/sub-headings/latest-factsheets.gif) no-repeat;
}

#mailing-list-title {	
	background: url(../../images/sub-headings/mailing-list.gif) no-repeat;
	height: 20px;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
}


/* Links */

#page-right a#view-all-announcements {
	height: 6px;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
	display: block;
	background: url(../../images/links/view-all-announcements.gif) no-repeat;
	width: 125px;
}

#page-right a#read-more{
	height: 6px;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
	display: block;
	background: url(../../images/links/read-more.gif) no-repeat;
	width: 70px;
	float: left;
}

#page-right a#view-all{
	height: 6px;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
	display: block;
	background: url(../../images/links/view-all.gif) no-repeat;
	width: 70px;
	float: left;
}

/* Mailing List Form */

#mailing-list-container {
	width: 475px;
	height: 124px;
	background: url(../../images/misc/home-mailing-list-bg.jpg) no-repeat;
	margin: 0 0 50px 0;
	}
	
#mailing-list-container form {
	padding: 18px 0 0 259px;
	}



