@charset "utf-8";
/* CSS Document */

body {
		background-image:url(../images/landing-bg.jpg);
		background-repeat:repeat-x;
		margin:0;
		padding:0;
		background-color:#f1f1f1;
	
}

#outer {
	margin:45px auto auto auto;
	width:960px;
}

.indiv-outer, .indiv-outer-last {
	float:left;
	display:inline;
	width:187px;
	border-right:5px solid #f1f1f1;
	height:375px;
	position:relative;
}

.indiv-outer-last {
	border-right:0px !important;
}

.indiv-site {
	float:left;
	display:inline;
	width:187px;
	padding-top:25px;
}

.title, .annhughes-title {
	float:left;
	display:inline;
	width:188px;
	height:60px;
	text-align:center;
	font-size:20px;
	color:#736364;
}

.annhughes-title {
	font-size:14px !important;
}

.image {
	float:left;
	display:inline;
	width:188px;
	height:200px;
	text-align:center;
	
}

.quote {
	float:left;
	display:inline;
	width:188px;
	height:95px;
	text-align:center;
}

.coming-soon {
	float:left;
	display:inline;
	width:187px;
	height:24px;
	position:absolute;
	top:0;
	left:0;
	z-index:20;
	font-size:18px;
	color:#736364;
	margin-top:65px;
	text-align:center;
	background-color:#e6e5e5;
	display:none;
}

#bottom-text {
	float:left;
	display:inline;
	width:930px;
	text-align:center;
	margin-top:30px;
	margin-left:30px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#736364;
	line-height:20px;
}

p.larger {
	font-size:16px;
}

a {
	color:#736364;
	text-decoration:none;
}

p.welshsoon {
	font-size:20px;
	margin-bottom:25px;
	color:#736364;
}

