/*************************************************************************
	Ambulance HART: www.ambulancehart.org
	Developed by Electric Putty Ltd. <malcolm@electricputty.co.uk>

	MODULE: 	append-hompeage.css
	PURPOSE:	homepage specific styles
*************************************************************************/




/* Intro (Home only)
*************************************************************************/
#intro {
	background: url("../site_images/bg-intro.png") no-repeat bottom;
	margin-bottom: 25px;
	}
	
#intro-top {
	background: url("../site_images/bg-intro-top.png") no-repeat top;
	padding: 10px 10px 10px 15px;
	line-height: 1.4em;
	}

#intro img,
#intro .flash-movie {
	float: right;
	border: 1px solid #dcdcdc;
	padding: 9px;
	margin-left: 25px;
	background: #fff;
	}




/* Meltwater (Home only)
*************************************************************************/
.meltwater {
	background: url("../site_images/bg-meltwater.gif") no-repeat top;
	height: 290px;
	padding: 5px 1px;
	margin-bottom: 25px;
	}

.newsbox {
	width: 280px;
	height: 270px;
	}




/* Video (Home only)
*************************************************************************/
.video {
	list-style: none;
	}

.video li {
	margin-bottom: 10px;
	}

.video li p {
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 85%;
	}
	
.video li .clip {
	border: 1px solid #dcdcdc;
	background: #ececec;
	padding: 9px;
	}

.video li object,
.video li embed {
	margin: 0;
	display: block;
	}
	
p.video-bottom {
	text-align: right;
	margin-bottom: 25px;
	font-size: 85%;
	}



/* Survey (Home only)
*************************************************************************/
.survey {
	background: url("../site_images/bg-survey.gif") no-repeat;
	padding: 14px;
	min-height: 100px;
	}

.survey img {
	float: right;
	border: 1px solid #b9bbbd;
	background: #fff;
	padding: 4px 5px;
	}

.survey p {
	margin-bottom: 5px;
	line-height: 1.3em;
	}




/* Right column blocks (Home only)
*************************************************************************/
.block {
	margin-bottom: 25px;
	font-size: 85%;
	line-height: 1.4em; 
	}
	
.block a {
	font-weight: bold;
	}
	


