/*

	Stonecroft Homes - CSS Definitions

*/

body {
	font-family: verdana, arial;
	font-size: 0.8em;
	background-color: #fff;
}

#contactUsBox {
	padding: 5px;
	padding-top: 7px;
	float: right;
	color: #F7F5E8;
	background: #22314E;
	width: 140px; 
	height: 20px; 
	border: 1px solid #CCB782; 
	margin: 10px; 
	text-align: center;
}

#pageLayout {
	width: 796px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FEFDFB;
	border: 1px solid #E4E4E6;
}

#designDetailsBox {
	float: right; 
	width: 350px; 
	margin-left: 20px;
}

#banner {
	width: 796px;
	height: 180px;
	background-image: url(/images/banner.jpg);
}

	#banner a {
		color: #E9E2D0;
		text-decoration: none;
	}
	
		#banner a:hover {
			text-decoration: underline;
		}
	
#content {
	width: 746px;

	background-image: url(/images/content-background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 25px;
	padding-top: 13px;
	min-height: 350px;
}
	#content thead {
		background: #4F6483;
		color: #E9E2D0;
	}

	#content h1 {
		color: #21324E;
		font-size: 1.8em;
		font-family: helvetica;
	}

	#content h2 {
		color: #21324E;
		font-size: 1.2em;
		font-family: helvetica;
		margin-bottom: 5px;
	}
	
	#content img {
		border: 1px solid gray;
	}

	#content img.rightalign {
		margin-left: 25px;
	}

	#content a {
		color: #21324E;
		text-decoration: underline;
	}

	#content a:hover {
		color: #465977;
	}

#footer {
	width: 771px;
	height: 30px;
	background-image: url(/images/footer.jpg);

	padding-top: 30px;
	padding-left: 25px;

	color: #E9E2D0;
	font-size: 0.9em;
}

#footer a {
	color: #E9E2D0;
	text-decoration: none;
}

	#footer a:hover {
		text-decoration: underline;
	}

	#footer input {
		width: 150px;
		font-size: 0.8em;
		/* margin-top: 28px; */
		margin-right: 25px;
	}

#finalText {
	width: 796px;
	color: #bbb;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	font-size: 0.8em;
	text-align: center;
}