/*******************************************************************/
/*Page specific styles
/*******************************************************************/	

/*Index*/
P.home {
	width: 80%;
}
#bg {
	/*background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 200px;
	height: 399px;
	width: 799px;
	min-width: 800px;
	z-index: 1;*/
}

/* Adds same height and width as #bg to compensate for #bg being taken out of the normal flow */
#spacer {
	height: 399px;
}

#choose_prospectus {
	z-index: 2;
	margin-top: 50px;
	margin-left: 20px;
	position: relative;
	width: 305px;
}
#choose_title {
	z-index: 2;
}
#choose_form {
	margin-right: 0px;
	margin-top: 20px;
	right: 36px;
	position: absolute;
}
#choose_form select {
	font-size: 100%;
}

#choose_submit {
	margin-left: 205px;
	margin-top: 32px;
}	

SELECT.choose {
	font-size: 120%;
	font-weight: bold;
}

.input_text {
	width: 90%;
}

/*Contact*/
div.row {
	clear: both;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	margin-left: 0%;
	padding-top: 5px;
}
div.row span.label {
	padding: 0;
	margin: 0;
	padding-right: 0%;
	float: left;
	width: 30%;
	text-align: right;
}
span.info {
	padding: 0;
	margin: 0;
	float: right;
	width: 65%;
	text-align: left;
}

div.spacer {
	clear: both;
}

#contact_bg {
	width: 50%;
}

/*New (14/03/06) front page*/
	#content_container {
		float: left;
		width: 70%;
	}
	#choice_box {
		height: 150px;
		border: 3px solid #fff;
		margin: 0;
		padding: 0;
		margin-bottom: 0px;
		margin-top: 10px;
		margin-bottom: 35px;
		float: left;
		margin-left: 20px;
		position: relative;
		width: 503px;
		/*width: 503px;*/ /*Causes background-image of a contained element to vanish in IE (?????) UPDATE: Having no width set was causing the RHS box to drop beneath other content. It now seems ok to have the width set (maybe another update sorted the problem?)*/
	}
	#choice_title {
		background-color: #FFCC00;
		float: left;
		width: 250px;
		height: 150px;
		margin: 0;
		padding: 0;
		border-right: 3px solid #fff;
	}
	IMG#choose_title_img {
		margin-left: 55px;
		margin-top: 25px;
	}
	#choice_form {
		background-color: #2497BD;
		width: 250px;		
		height: 150px;
		margin: 0;
		padding: 0;
		border: 0;
		float: left;
	}
	
	/**/
	#whatelse_box {
		height: 150px;
		border: 3px solid #fff;
		margin: 0;
		padding: 0;
		margin-bottom: 0px;
		margin-top: 10px;
		margin-bottom: 35px;
		float: left;
		margin-left: 20px;
		position: relative;
		width: 503px; /*Causes background-image of a contained element to vanish in IE (?????) UPDATE: Having no width set was causing the RHS box to drop beneath other content. It now seems ok to have the width set (maybe another update sorted the problem?)*/
	}
	#whatelse_target {
		background-image: url(../img/target_choose.gif);
		
		width: 75px;
		height: 70px;
		left: -21px;
		top: -17px;
		position: absolute;
		z-index: 100;
	}
	#whatelse_title {
		background-color: #FFCC00;
		float: left;
		width: 220px;
		height: 150px;
		margin: 0;
		padding: 0;
		border-right: 3px solid #fff;
	}
	.whatelse_logo {
		margin-top: 25px;
		margin-left: 55px;
	}
	#whatelse_content {
		background-color: #fff;
		width: 280px;
		height: 150px;
		margin: 0;
		padding: 0;
		border: 0;
		float: left;
	}
	/**/
	
	div#select_container {
		width: 250px;
		text-align: center;
		margin-top: 30px;
	}
	SELECT {
		font-size: 150%;
		margin: 0;
		padding: 0;
	}
	#choice_submit {
		text-align: right;
		margin-right: 17%;
		margin-top: 1%;
	}
	#choice_target {
		background-image: url(../img/target_choose.gif);
		
		width: 75px;
		height: 70px;
		left: -21px;
		top: -17px;
		position: absolute;
		z-index: 100;
	}
	#copy_target {
		background-image: url(../img/target_choose.gif);
		background-repeat: no-repeat;
		width: 75px;
		height: 70px;
		left: -21px;
		top: -17px;
		position: absolute;
	}
	#copy_box {
		margin-left: 20px;
		width: 503px;
		border: 3px solid #fff;
		background-color: #2497BD;
		padding-bottom: 0px;
		float: left;
		margin-bottom: 20px;
		position: relative;
	}
	#copy_title {
		background-color: #fc0;
	}
	IMG#copy_title_img {
		margin-left: 70px;
		margin-top: 7px;
		margin-bottom: 2px;
		
	}
	#copy_left {
		width: 230px;
		float: left;
		height: 373px;
		padding: 20px 0px 0px 7px;
	}
	P#copy_left:first-letter {
		font-size: 200%;
	}
	#copy_right {
		width: 260px;
		float: right;
		position: relative;
		height: 400px;
	}
	P.login_note {
		border: 1px solid #fff;
		padding: 5px;
		font-size: 80%;
		margin: 7px;
		margin-top: 10px;
		margin-bottom: -10px;
		margin-left: 0px;
		text-align: center;
	}

/*Site map*/
ul li ul {
	list-style: disc;
	/*padding-left: -30px;*/
}

ul.sitemap li {
	margin-bottom: 4px;
}

ul.sitemap li ul {
	padding-top: 5px;
}
