#logo {
 	position: absolute;
	width: 100%;
	height: 81px;
	z-index: 1;
	background-color: #3960A5;
	border: 1px none #000000;
	left: 0px;
	top: 0px;
}
#content {
	position: absolute;
	height: 538px;
	width: 496px;
	top: 132px;
	left: 270px;
}
#menu {
	position: absolute;
	width: 100%;
	height:25px;
	z-index: 1;
	left: 0px;
	top: 81px;
	background-color: #003366;
}
#calendar {
	position: absolute;
	top: 134px;
	width: 121px;
	left: 502px;
}
.font_color {
	color: #339900;
}
.font_style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.large_font {
	font-size: large;
}
.small_font {
	font-size: x-small;
}
.extra_small {
	font-size: xx-small;
}
.text_wrap_left {
	float: left;
}
.text_wrap_right {
	float: right;
}
.quicklinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#address {
	position: absolute;
	left: 15px;
	top: 190px;
	width: 159px;
}
#hours {
	position: absolute;
	left: 253px;
	width: 300px;
	top: 190px;
}
#lifegroups {
	padding-bottom: 10px;
	padding-top: 10px;
	clear: none;
}
.lifegroups_header {
	padding-top: 15px;
}

a img {
	border:none;
}

/*       Forms
======================= */
form.lj fieldset {
border:1px solid #eee;  /* Fieldset Border */
margin:  0 0 1em 0;
padding: 0 1em 1px;
}
form.lj input, 
form.lj select,
form.lj textarea {
color:#000;             /* Input Text Color */
display: block;
width: 97%;
background: #fff;
border: 2px solid #ccc; /* Input Border */
padding:.25em .5em;
font-weight:bold;
}
form.lj .submit {
background:#eee;        /* Submit Colors */
color:#000;
border: 2px solid #ccc;
font-weight:bold;
display:inline;
margin:0 2em 1em 0;
width: auto;
}
form.lj legend {     /* Should be same color as h3 if current global.css is used */
background:#B1CBFC;
font-size: 1.1em;
font-weight:bold;
}
form.lj .ammerspay{
position:absolute;
width:50px;
top:0;
left:-5000px;
}
form.lj .submit.light{
color:#ccc;
font-weight:normal;
}
form.lj fieldset.radio{
   margin: 1em 0 1em 0;
}
form.lj fieldset label.radio,
form.lj fieldset.radio label{
cursor:pointer;
line-height:1.6em;
}
form.lj fieldset.radio input,
form.lj label.radio input {
width:auto;
float:left;
margin-right:6px;
border:none;
background:none;
}
form.lj fieldset.float label,
form.lj fieldset label.float{
display:inline; 
float:left;
white-space: nowrap;
margin-right: 15px;
}
form.lj input.hidden {
border:none;
padding:0;
display:inline;
}
form.lj legend a {
font-weight:normal;
font-size:.9em;
}
form.lj label{
display: block;
margin-bottom: 1em;
}
form.lj .first{
padding-top: 1em;
}
form.lj select{
width:auto;
}
form table,
form h2{
margin-left:0;
margin-right:0;
}
form.lj p{
margin:0 0 .25em 0;
padding:0;
}
form.lj {
margin-top: 1em;
margin-bottom:1em;
}

/*     Alerts
==================== */
h3.alert, h3.alertyes, h3.alertwarn{
	font-size:12px;
	line-height:16px;
	padding:5px 5px 5px 35px;
	color:#000;
	border: 2px solid #0c0;
	border-width: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:.8em;
	margin-bottom:.8em;
	background: #cfc url(../includes/forms/alert-yes.png) no-repeat 5px 1px;
}
h3.alert{
	background: #fcc url(../includes/forms/alert-no.png) no-repeat 5px 1px;
	border-color:#c00;
}
h3.alertwarn{
	background: #ffc url(../includes/forms/alert-info.png) no-repeat 5px 1px;
	border-color:#ff3;
}
form h3.alert,
form h3.alertyes,
form h3.alertwarn {
margin-left:0;
margin-right:0;
}
