#container {
	background-color: rgb(225,235,245);
}

#BreakingNews {
	margin: 0;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	color: red;
	text-align: center;
}

.article {
	margin-bottom: 10px;
	padding: 5px 10px 0;
	text-align: justify;
	border: 1px solid;
	background-color: white;
}

.article p {
	margin: 0 0 10px;
}

.article .last {
	margin-bottom: 0;
}

.article .tagline {
	margin: 0;
	font-style: italic;
	font-size: 90%;
	text-align: center;
}

.article .signature {
	margin-left: 50%;
	font-style: italic;
}

p.datePosted {
	margin: 0 0 5px;
	font-size: 75%;
	font-style: italic;
	text-align: right;
}

/* For "Continue" checkboxes */

.addlTextLink {
	font-size: 110%;
	text-align: center;
}

.addlText
{
	display: none;
}

h3 {
	margin: 0 0 5px;
	font-style: normal;
	font-weight: bold;
	font-size: 125%;
	text-decoration: none;
	text-align: center;
}

h3 .tagline {
	font-style: italic;
	font-weight: normal;
	font-size: 75%;
}

h3 .text {
	text-decoration: underline;
}

.centerLink {
	text-align: center;
}

#newSurvey {
	border-bottom: 3px solid;
}

#newSurvey .title,
#surveyResults .title {
	margin: 0 0 10px;
	padding: 2px 0;
	border: 1px solid;
	border-radius: 15px;
	background-color: rgb(199,220,237);
	box-shadow: 3px 3px 3px gray;
}

#newSurvey h2,
#surveyResults h2 {
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 125%;
	font-family: "Lithos Pro Regular", sans-serif;
	text-decoration: none;
	text-align: center;
	text-shadow: -.03em -.03em .03em black, .03em .03em .03em white;
	color: rgb(88,88,88);
}

#newSurvey .illustration {
	/*float: left;
	margin-right: 10px;*/
	text-align: center;
}

#surveyResults .illustration {
	text-align: center;
}

#articles {
	padding-top: 10px;
}

#articles h2 {
	display: none;
}

#surveyResults .tagline {
	margin: 0;
	font-style: italic;
	text-align: center;
}

#map-mission {
	text-align: center;
}

#map-mission p {
	margin: 0;
	padding: 5px;
	text-align: center;
	border: 1px solid;
	background-color: white;
}

/* articles */

#CTA .illustration {
	float: left;
	margin-right: 20px;
}

#CTAAddlText {
	clear: left;
	font-style: italic;
}

#annMtg-InsSem .illustration {
	margin-bottom: 10px;
	text-align: center;
}

#annMtg-InsSem .illustration .image {
	width: 420px;
	height: 175px;
	background-image: url(images/articles/AnnMtg2025.jpg);
}

#annMtg-InsSem .links {
	text-align: center;
}

#annMtg-InsSem .links div {
	display: inline-block;
	margin: 0 5px;
}

#golfCart .illustration {
	float: left;
	margin: 0 20px;
}

#golfCart .illustration .image {
	width: 200px;
	height: 164px;
	background-image: url(images/golfCart.jpg);
}

#golfCart .illustration .text {
	height: 15px;
	text-align: right;
	font-size: 75%;
	transform: translateY(-15px);
	color: grey;
}

#complaintHOA .illustration {
	float: left;
	margin-right: 20px;
}

/*#annualMeeting .illustration {
	float: left;
	margin: 0 10px 10px 0;
}*/

#education .illustration {
	float: left;
	margin-right: 10px;
}

#education .illustration .image {
	width: 210px;
	height: 150px;
	background-image: url(images/articles/books.jpg);
}

#education .illustration .text {
	height: 15px;
	text-align: right;
	font-size: 75%;
	transform: translateY(-15px);
	color: grey;
}

/* Recent Survey Results */

#builderReview .text {
	height: 15px;
	text-align: right;
	font-size: 75%;
	transform: translateY(-15px);
	color: grey;
}

#legalAssistance2025 .illustration {
	width: 249px;
	height: 200px;
	margin: 20px auto;
}

#legalAssistance2025 .illustration .image {
	width: 249px;
	height: 200px;
	background-image: url(surveyForm/images/legalAssistance.jpg);
}

#legalAssistance2025 .illustration .text {
	height: 15px;
	text-align: right;
	font-size: 75%;
	transform: translateY(-15px);
	color: grey;
}