@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #c6f0ff;
	background-image: url(images/bg_wash.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:hover, a:active, a:visited {
	color: #091980;
}
a:hover {
	color: #AA66AA;
}

#header {
	background-image: url(images/top2.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 900px;
	float: left;
	display: block;
}
#welcome_page #header {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 253px;
	width: 900px;
}
#navigation #signup {
	background-image: url(images/signup.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 110px;
	margin-top: 200px;
	margin-left: 20px;
}
#navigation #tellafriend {
	background-image: url(images/tellafriend.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 110px;
	margin-left: 20px;	
}
#navigation {
	float: left;
	width: 190px;
	height: 600px;
	margin: 0px;
	clear: left;
	display: block;
}
#content {
	float: left;
	display: block;
	width: 700px;
	text-align: justify;
}
#footer {
	float: left;
	width: 900px;
	text-align: right;
	clear: left;
}
#navigation li {
	font-size: 16px;
	color: #091980;
	font-style: italic;
	list-style-type: none;
}
#header #title {
	display: none;
}
#header h1 a {
	display: block;
	height: 120px;
	width: 200px;
}
#welcome_page  #header h1 a {
	height: 200px;
	width: 400px;
}
#header ul {
	display: none;
}
#signup_text {
	display: none;
}
#tellafriend_text {
	display: none;
}
#signup a {
	display: block;
	height: 26px;
	width: 110px;
}
#tellafriend a {
	display: block;
	height: 26px;
	width: 110px;
}

#h2_text {
	display: none;
}
#welcome_page #content h2 {	background-image: url(images/h2_welcome.gif);	height: 46px;	width: 115px; }
#about_leah_page #content h2 {	background-image: url(images/h2_about_leah.gif);	height: 48px;	width: 156px; }
#leahs_work_page #content h2 {	background-image: url(images/h2_leahs_work.gif);	height: 46px;	width: 169px; }
#constellations_page #content h2 {	background-image: url(images/h2_constellations.gif);	height: 46px;	width: 165px; }
#qa_page #content h2 {	background-image: url(images/h2_qa.gif);	height: 47px;	width: 107px; }
#schedule_page #content h2 {	background-image: url(images/h2_schedule.gif);	height: 48px;	width: 113px; }
#testimonials_page #content h2 {	background-image: url(images/h2_testimonials.gif);	height: 48px;	width: 138px; }
#blessings_page #content h2 {	background-image: url(images/h2_blessings.gif);	height: 46px;	width: 116px; }
#resources_links_page #content h2 {	background-image: url(images/h2_resources_links.gif);	height: 64px;	width: 260px; }
#contact_page #content h2 {	background-image: url(images/h2_contact.gif);	height: 46px;	width: 98px; }
#signup_page #content h2 {	background-image: url(images/h2_signup.gif);	height: 51px;	width: 121px; }
#tell_a_friend_page #content h2 {	background-image: url(images/h2_tell_a_friend.gif);	height: 50px;	width: 169px; }
#thankyou_page #content h2 {	background-image: url(images/h2_thankyou.gif);	height: 57px;	width: 138px; }

#navigation li a {
	color: #091980;
	text-decoration: none;
}
#navigation li a:hover {
	color: #AA66AA;
}

#content p img {
	float: right;
	padding: 10px;
	background-color: #c7f0ff; 
}
td p {
	margin: 0; padding: 0;
}
form.taf { 
	width: 280px; border: 1px solid #CCCCCC;
	text-align: right;
	padding: 10px;
}
label {
	display: block;
	width: 280px;
	height: 20px;
	text-align: right;
	font-weight: bold;
	border: 0px solid black;
}

blockquote {
	font-style: italic;
	margin-bottom: 40px;
	border: 1px solid #AA66AA;
	padding: 10px;
	padding-bottom: 20px;
	color: #091980;
}
blockquote .credit {
	font-weight: bold;
	font-style: normal;
	float: right;
	clear: both;
	
}
/*-----events---------*/
.message { display: block; border: 1px solid red; width: 500px; }
table.event_form, table.login_form {
	border: 1px solid #66FFFF;
}
table.event_form td, table.login_form td {
	border-bottom: 1px solid #66FFFF;
	background-color: #66CCCC;
	padding-right: 5px;
}
.eventList {
	margin: 0;
	padding: 0;
	border: 0;
}
.eventList td {
	margin: 0;
	padding: 5px;
	
}
.eventList .title {
	font-size: 14px;
	font-weight: bold;
	}
#listNav {
	font-size: 16px;
}
form.editEvents {
	float: right;
}
form.editEvents submit{
	font-size: 10px;
}
