@charset "utf-8";
/* CSS Document */

body {
	background-color: #dbe4cd;
	width: 100%;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

a img {
	border: none;
}

#altHead {
	position: absolute;
	margin-left: -10000px;
	margin-top: -2000px;
	z-index: 1000;
}

/*  BEGIN PAGE BACKGROUND */

.container {
	position: relative;
	background-image: url(Images/gradient_bkgd.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	z-index: 1;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #60256e;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 30px;
}

h2 {
	font-size: 26px;
	font-weight: bold;
	color: #87aa3f;
	text-align: left;
	text-shadow: 1px 1px #000000;
	padding-top: 0px;
	padding-bottom: 15px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #87aa3f;
	text-align: left;
	text-shadow: 1px 1px #000000;
	padding-top: 0px;
	padding-bottom: 15px;
}

/*  BEGIN NAVBAR STYLES  */
#navBar {
	position: relative;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -45px;
	text-align: center;
	z-index: 99;
}

#subNav {
	position: relative;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
	z-index: 10000;
}

#subNav a {
	color: #60256e;
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
}

#subNav a:hover {
	color: #331e54;
	background-color: #c1b7e2;
	border: 1px solid  #ffffff;
}

/*  BEGIN CONTENT STYLES  */
#content1 {
	position: relative;
	/*background-color: #ffffff;*/
	width: 840px;
	height: 760px;
	/*margin-top: 510px;*/
	margin-left: 45px;
	padding-bottom: 25px;
	/*border: 2px solid #655c54;*/
	z-index: 97;
}

#content2 {
	position: relative;
	background-color: #ffffff;
	width: 840px;	
	margin-left: 60px;
	padding: 0px 0px 10px 0px;
	z-index: 97;
}

#content2 img {
	margin-left: auto;
	margin-left: auto;
	padding: 0px 60px 50px 60px;
}

#letter {
	position: relative;
	float: left;
	width: 500px; /* original div width 820px;*/
	/*height: 692px;*/
	margin-top: 15px;
	margin-left: 30px;
	z-index: 99;
}

#letter a:link {
	color: #744273;
	text-decoration: underline;
}

#letter a:visited {
	color: #744273;
	text-decoration: underline;
}

#letter a:hover {
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}

#letter a:active {
	color: #744273;
	font-weight: 600;
	text-decoration: none;
}

#photo {
	position: relative;
	float: right;
	width: 290px;
	margin-top: 45px;
}
	
#clear	{
	clear: both;
}

#quote {
	position: relative;
	width: 820px;
	margin-top: 15px;
	margin-left: 30px;
	z-index: 99;
}

#click{
	position: relative;
	background-color: #ffffff;
	width: 720px;	
	margin-left: 60px;
	margin-top: 40px;
	padding: 10px 60px 10px 60px;
	text-align: center;
}

#click a:link {
	color: #60256e;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

#click a:visited {
	color: #60256e;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

#click a:hover {
	color: #8b78cc;
	text-decoration: underline;
	font-size: 18px;
}

#click a:active {
	color: #718b44;
	text-decoration: none;
	font-size: 18px;
}

#brochure {
	position: relative;
	background-color: #ffffff;
	width: 780px;
	min-height: 772px;
	margin-top: -40px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 30px 30px 30px;
	z-index: 97;
}

#content3 {
	position: relative;
	background-color: #ffffff;
	width: 720px;
	min-height: 420px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 60px 30px 60px;
	z-index: 97;
}

#sked-left {
	position: relative;
	float: left;
	width: 355px;
	padding: 0, 0px, 0, 15px;
}

#sked-left p {
	margin-top: -16px;
	padding-bottom: 10px;
}

ul li {
	font-size: 15px;
	list-style: none;
	list-style-image: none;
	line-height: 23px;
}

.season {
	font-size: 16px;
	color: #60256e;
	font-weight: 600;
	text-align: left;
	letter-spacing: -1px;
}

#sked-right {
	position: relative;
	float: right;
	width: 315px;
	padding: 0, 15px, 0, 12px;
}

#sked-right a:link {
	color: #60256e;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}

#sked-right a:visited {
	color: #60256e;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}

#sked-right a:hover {
	text-decoration: underline;
	font-size: 14px;
}

#sked-right a:active {
	color: #a25eb5;
	text-decoration: none;
	font-size: 14px;
}

.blogs1 {
	margin-top: -16px;
	font-size: 14px;
	color: #000000;
	text-align: left;
	letter-spacing: -1px;
	padding-bottom: 20px;
}

.blogs2 {
	margin-top: -8px;
	color: #000000;
	text-align: center;
	letter-spacing: -1px;
	padding-bottom: 28px;
}

.blogs2 img {
	margin-left: auto;
	margin-right: auto;
}

.blogs2 a {
	margin-left: auto;
	margin-right: auto;
}

/*BEGIN FOOTER STYLES*/
#footer {
	position: relative;
	width: 960px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-weight: 600;
	z-index: 98;
}

#footer a:link {
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}

#footer a:visited {
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}

#footer a:hover {
	color: #552abc;
	font-weight: 600;
	text-decoration: none;
}

#footer a:active {
	color: #325a37;
	font-weight: 600;
	text-decoration: none;
}

#copyright {
	float: left;
	text-align: left;
}

#email {
	float: right;
	margin-right: 0px;
	text-align: right;
}

.clearFloat {
	clear: both;
}

#footer2 {
	position: relative;
	width: 960px;
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	font-size: 12px;
	z-index: 98;
}

#footer2 a:link {
	color: #000000;
	text-decoration: none;
}

#footer2 a:visited {
	color: #000000;
	text-decoration: none;
}

#footer2 a:hover {
	color: #552abc;
	text-decoration: none;
}

#footer2 a:active {
	color: #325a37;
	text-decoration: none;
}

#cd-net {
	float: left;
	text-align: left;
}

#b2t {
	float: right;
	margin-right: 0px;
	text-align: right;
}

#pgTitle {
	position: relative;
	width: 840px;
	font-size: 24px;
	font-weight: bold;
	color: #60256e;
	text-align: center;
	padding-bottom: 30px;	
}

#panel1 {
	position: relative;
	background-color: #ffffff;
	width: 780px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 30px 0px 30px;
	z-index: 97;
}

#p1text {
	position: relative;
	float: left;
	width: 350px;
	margin-top: -20px;
	padding: 0px 15px 0px 0px;*/
	z-index: 98;
}

#star {
	position: relative;
	float: left;
	margin-top: -20px;
	margin-left: -40px;
	width: 150px;
	padding: 15px 0px 0px 0px;
}

#quilt {
	position: relative;
	float: right;
	width: 285px;
	/*padding: 15px 15px 15px 0px;*/
}

#panel2 {
	position: relative;
	background-color: #ffffff;
	width: 780px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 30px 0px 30px;
	z-index: 97;
}

#p2text-l {
	position: relative;
	float: left;
	width: 350px;
	margin-top: -20px;
	padding: 0px 15px 0px 0px;*/
	z-index: 98;
}

#p2text-r {
	position: relative;
	float: right;
	width: 345px;
	margin-top: -20px;
	padding: 0px 0px 30px 35px;*/
	z-index: 98;
}