@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: fff;
	background-image: url(../introimages/introPageBkgd.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	color: #993333;
	line-height: 130%;
}

a {
	color: #008f92;
	text-decoration: none;
}
a:hover {
	color: #008f92;
	text-decoration: underline;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}
#header h1, #header h2, #header h3 {
	display: none;
}
#content {
}
#riverside, #norco {
	width: 360px;
	border: 2px #008f92 solid;
	cursor: pointer;
	padding-top: 10px;
	text-align: center;
	height: 540px;
}	
#riverside {
	margin-right: 5px;
}
#norco {
	margin-left: 5px;
}
#footer {
	margin-top: 10px;
}

#emailheader {
	background: #008f92;
	color: white;
	font-size: 18px;
	width: 714px;
	margin: 0 auto;
	padding: 10px;
	cursor: pointer;
}
#emailsignup {
	width: 710px;
	text-align: left !important;
	line-height: 150%;
	margin: 0 auto;
	padding: 10px;
	border: 2px #008f92 solid;
	display: none;
}
#emailsignup fieldset {
	padding: 20px;	
	border: none;
}
#emailsignup .mc-field-group {
	margin-bottom: 10px;	
}
#emailsignup .mc_embed_close {
	cursor: pointer;
	margin-left: 25px;
}