/* CSS Document for all browsers 
/* set page background to white and text to grey
/* html is included because this is the the root element for
/* pages served as application/xhtml+xml */

html, body {
	color: #333333;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
/* set width of wrapper div */
#wrapper {
	width: 766px;
	margin: 0 auto;
}
/* set main content to be 10px smaller due to background shadow */
#maincontent {
	margin: 0;
	font-size: 85%;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
#maincontent ul {
	padding: 0;
	margin: 5px 0 5px 50px;
}
/* Set margins, padding and line height for main content paragraphs */
#maincontent p {
	line-height: 1.4;
	padding: 7px 0;
	margin: 0;
	text-align: justify;
}
#maincontent h1, #maincontent h2 {
	color: #0094B0;
	padding: 5px 0 0;
}
#maincontent h1 {
}
#footer {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	font-size: 80%;
	margin: 0;
	text-align: center;
}
.formcontent #contact label {
	margin-top: 5px;
}
#quote1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1.6em;
	font-style: italic;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #826B6B;
}
#maincontent h1.openHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 2.6em;
}

#maincontent h2.openHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #9AC1B4;
	margin-bottom: 5px;
}
