/*	The Holland Home website is built with pure HTML5. We’re proud to support web standards.
	
	We also want to share what we’ve learned. Although the basic design of this site, as
	well as all written content, photographs, and logos are the copyright property of
	Holland Home, the HTML and CSS code for this site is licensed under a Creative Commons
	BSD license (http://creativecommons.org/licenses/BSD). Share alike and give it away. */

/*	This is the stylesheet for the Living Options page. */

@media screen {
	section {
		height: auto !important;
		min-height: 100px; }

	section p {
		clear: left;
		padding-top: 12px; }

	section h1 a:link,
	section h1 a:visited {
		text-decoration: none;
		font: bold 10.5pt/12pt Helvetica, Verdana, Arial, sans-serif;
		padding-top: 9px;
		float: left;
		width: 100%;
		height: 24px;
		text-align: center;
		color: #fff;
		text-decoration: none; }

	section img {
		float: right;
		margin-right: 28px; }

	section ul {
		margin-bottom: 0; }

	section ul li {
		margin-top: 3px; }

	section#breton h1 a:link, section#breton h1 a:visited {		background: #2b3c65; }
	section#fulton h1 a:link, section#fulton h1 a:visited {		background: #696; }
	section#raybrook h1 a:link, section#raybrook h1 a:visited {	background: #841323; }
}
