﻿/* CSS Document bouygues locations site landing page. */

/* ------------------------------------------------------------------------------------------------------------------ */
/* Left side content */

/* Key visual container. */
	.visLanding {
		width: 632px;
	}

/* Site sub header. */
	h3#hdrLanding {
		width: 334px;
		margin: 19px 0px 226px 0px;
	}
	
	.visLeft {
		width: 334px;
		vertical-align: top;
	}
	
	.visRight {
		width: 298px;
		vertical-align: bottom;
	}
	
	div#introLanding {
		width: 291px;
	}
	
	div#introLandingTxt {
		width: 291px;
		background-color: #FFFFFF;
		margin: 0px 0px 7px 0px;
	}
	
	p#introLandingCopy {
		margin: 0px 14px;
		color: #2F72C5;
	}
	
	
	/*Stuff I'm messing with*/
	
	div#calloutLanding {
		width: 302px;
		background: url(/location/images/peterborough.jpg) top no-repeat;
		margin: 7px 0px 0px 0px;
	}
	
	div#leftHeading {
		width: 302px;
		height: 113px;
	}
	
	.visLanding2 {
		width: 625px;
	}	
	
	visLeft2 {
		width: 327px;
		vertical-align: top;
	}
	
	h3#hdrLanding2 {
		width: 327px;
		margin: 19px 0px 228px 0px;
	}
	
	/*Stuff I'm messing with*/
	
	div#calloutLanding1 {
		float: left;
		width: 206px;
		height: 57px;
		background: url(/images/site-landing-callout1.jpg) top no-repeat;
		margin: 7px 7px 0px 0px;
	}
	
	div#calloutLanding2 {
		float: left;
		width: 206px;
		height: 57px;
		background: url(/images/site-landing-callout2.jpg) top no-repeat;
		margin: 7px 7px 0px 0px;
	}
	
	div#calloutLanding3 {
		float: left;
		width: 206px;
		height: 57px;
		background: url(/images/site-landing-callout3.jpg) top no-repeat;
		margin: 7px 0px 0px 0px;
	}
	
	div#calloutLanding4 {
		float: left;
		width: 206px;
		height: 57px;
		background: url(/images/site-landing-callout4.jpg) top no-repeat;
		margin: 7px 7px 0px 0px;
	}
	
	div#calloutLanding5 {
		float: left;
		width: 206px;
		height: 57px;
		background: url(/images/site-landing-callout5.jpg) top no-repeat;
		margin: 7px 7px 0px 0px;
	}
	
	div#calloutLanding6 {
		float: left;
		width: 206px;
		height: 57px;
		background: url(/images/site-landing-callout6.jpg) top no-repeat;
		margin: 7px 0px 0px 0px;
	}
	
	div.calloutLinks {
		float: left;
		margin: 10px 10px 0px 0px;
		padding: 5px 7px 5px 7px;
		background-color: #FFFFFF;
	}

	div.readLinks {
		position:relative;
		float: right;
		margin: 50px 0px 10px 0px;
		padding: 3px 7px 4px 7px;
		background-color: #FFFFFF;
	}
	
	div.calloutLinks a {
		font-weight: bold;
		letter-spacing: -1px;
	}
	
	div#calloutLandingOne {
		width: 302px;
		height: 126px;
		background: url(/location/images/peterborough-calloutOne.jpg) top no-repeat;
		margin: 7px 0px 0px 0px;
	}
	
	div.readLinksOne {
		position:relative;
		float: right;
		margin: 80px 0px 10px 0px;
		padding: 3px 7px 4px 7px;
		background-color: #FFFFFF;
	}
	
/* ------------------------------------------------------------------------------------------------------------------ */
