body {
	background-color: #8E5700;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	margin-top:0;
}

.textheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.75em;
	font-variant: normal;
	color: #8E5700;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:23px;
font-weight:200;
color:#8E5700;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:200;
color:#8E5700;
}

h2 a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:200;
color:#8E5700;
text-decoration:underline;
}

.text {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#333333;
}


/* Sign Up */

#signup {
	background: #885100 url(../images/share_top.jpg) repeat-x;
	margin: 30px 5px 20px auto;
	width: 200px;
	padding: 8px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#signup h1 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	color: #ffe294;
	font: 1.5em normal Georgia, "Times New Roman", Times, serif;
}

#signup a{
	color: #FFFFFF;
}

#signup a:hover{
	text-decoration: none;
	color: #ffe294;
}

#signup_inputs{
	width: 85%;
	text-align:left;
	padding: 0px 0px 10px 8px;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#signup_wrapper{
	height: 0px;
	overflow:hidden;
}

.hand hi {
font-size:10px;
 	cursor: pointer;
}

form p{
	margin: 0px 0px 5px 0px;
}

#invite {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

#loadBar {
	display: none;
	color: #6b1525;
	margin: 0px 0px 20px 0px;
	text-align: center;
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#loadBar_signup {
	display: none;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#signupSuccess {
	display: none;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#signupSuccess_manual {
	display: block;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#emailSuccess {
	display: none;
	color: #124c0f;
	margin: 0px 0px 20px 0px;
	text-align: center;
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#emailSuccess_manual {
	display: block;
	color: #124c0f;
	margin: 0px 0px 20px 0px;
	text-align: center;
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.nav {
	font-size: 16px;
	color:#FFBA15;
	font-family: "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	}
	
.nav a	{
color:#FFFFFF;
text-decoration:none;
}

.nav a:hover {
color:#FFBA15;
text-decoration:none;
}

.subnav {
	font-size:14px;
	color:#FFBA15;
	font-family: "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}

.subnav a {
color:#FFFFFF;
text-decoration:none;
}

.subnav a:hover {
color:#FFBA15;
text-decoration:none;
}
	
	/*Sign Up Form*/
#signup_form_wrapper {
	background: url(http://www.greatexpectationschurch.org/main/images/signup_form_repeat.png) repeat-y;
	width: 400px;
	margin: 0 auto;
}

#signup_form_header {
	background: url(http://www.greatexpectationschurch.org/main/images/signup_form_top.gif) no-repeat;
	width: 400px;
	height: 19px;
}

#signup_form_head {
	margin-bottom: 15px;
}

#signup_form_body {
	padding: 0px 22px 0px 22px;
	height:500px;
}

#signup_form_main {
	text-align: left;
	width: 220px;
	margin: 0 auto;
	position: relative;
}

.footer {
	font-size: 9px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
.footer a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
.footer a:hover {
	color:#FFBA15;
	text-decoration:none;
	}


