* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/layout/body-tile.gif) repeat-x;
	font: 12px Arial, sans-serif;
	color: #666;
}

a {
	color: #db830f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

label {
	display: block;
}

input.text {
	width: 300px;
	border: 1px solid #666;
	font: 13px Arial, sans-serif;
	color: #666;
	padding: 2px;
}
	
textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #666;
	font: 13px Arial, sans-serif;
	color: #666;
	padding: 2px;
}
	


#container {
	width: 904px;
	margin: 0 auto;
}

#nav {
	background: url(../images/layout/nav-new.gif) no-repeat;
	width: 503px;
	height: 25px;
	position: relative;
	top: 20px;
	left: 265px;
	z-index: 3;
}

#navigation {
	background: url(../images/layout/nav-new.gif) no-repeat;
	width: 503px;
	height: 25px;
	position: relative;
}

#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

#nav li, #nav a {
	display: block;
	height: 25px;
	text-indent: -9999px;
}

#nav-home a, #nav-about a, #nav-find a, #nav-team a, #nav-events a, #nav-kids a, #nav-volunteer a, #nav-give a, #nav-groups a {
	background: url(../images/layout/nav-new.gif) no-repeat;
}

#nav-home {
	left: 0px;
	width: 49px;
}

#nav-home a:hover, #nav-home .current {
	background-position: 0px -25px;
}

#nav-about {
	left: 49px;
	width: 50px;
}

#nav-about a {
	background-position: -49px 0;
}

#nav-about a:hover, #nav-about .current {
	background-position: -49px -25px;
}

#nav-find {
	left: 99px;
	width: 60px;
}

#nav-find a {
	background-position: -99px 0;
}

#nav-find a:hover, #nav-find .current {
	background-position: -99px -25px;
}

#nav-team {
	left: 159px;
	width: 45px;
}

#nav-team a {
	background-position: -159px 0;
}

#nav-team a:hover, #nav-team .current {
	background-position: -159px -25px;
}

#nav-groups {
	left: 204px;
	width: 59px;	
}

#nav-groups a {
	background-position: -204px 0;
}

#nav-groups a:hover, #nav-groups .current {
	background-position: -204px -25px;
}

#nav-events {
	left: 263px;
	width: 56px;
}

#nav-events a {
	background-position: -263px 0;
}

#nav-events a:hover, #nav-events .current {
	background-position: -263px -25px;
}

#nav-kids {
	left: 319px;
	width: 40px;
}

#nav-kids a {
	background-position: -319px 0;
}

#nav-kids a:hover, #nav-kids .current {
	background-position: -319px -25px;
}

#nav-volunteer {
	left: 359px;
	width: 81px;
}

#nav-volunteer a {
	background-position: -359px 0;
}

#nav-volunteer a:hover, #nav-volunteer .current {
	background-position: -359px -25px;
}

#nav-give {
	left: 440px;
	width: 38px;
}

#nav-give a {
	background-position: -440px 0;
}

#nav-give a:hover, #nav-give .current {
	background-position: -440px -25px;
}

#logo-overlay {
	margin-top: 5px;
}

#pic {
	position: absolute;
	z-index: 1;
}

body#home #overlay {
	position: relative;
	z-index: 2;
}

#links {
	margin-top: 11px;
}

#pastor {
	margin-left: 3px;
}

#main-content {
	background: #fff;
	width: 900px;
}

h1 {
	color: #4d94bc;
	font: bold 20px Arial, sans-serif;
	margin: 20px 0 2px;
}

h2 {
	color: #4d94bc;
	font: bold 15px Arial, sans-serif;
	position: relative;
}

p {
	line-height: 12pt;
	margin-bottom: 20px;
}

p img.left {
	float: left;
	margin-right: 15px;
}

p img.right {
	float: right;
	margin-left: 15px;
}

#col-1 ul, #col-1 ol {
	margin: 5px 0 20px 14px;
}

#columns {
	overflow: hidden;
}

#col-1, #col-2 {
	float: left;
}

#col-1 {
	width: 565px;
	margin-left: 34px;
}

#col-2 {
	width: 251px;
	text-align: center;
	xbackground: url(../images/layout/side-grad.gif) no-repeat;
	padding-top: 18px;
	margin: 20px 0 0 15px;
		padding-bottom: 60px;
}

#video {
	margin-bottom: 12px;
}



.block {
	margin-bottom: 12px;
}

.learn-more {
	display: block;
	margin-top: 12px;
}

body#home #footer {
	background: none;
	text-align: right;
	margin: 0px;
}

#footer {
	clear: both;
	width: 904px;
	height: 71px;
	background: url(../images/layout/footer-back.gif) no-repeat;
	text-align: left;
	font: 10px "Lucida Grande", sans-serif;
	color: #376bac;
	margin-left: 0px;
	position: relative;
}

#footer-inner {
	position: relative;
	top: 22px;
	margin: 20px 0 0 24px;
}

#footer a {
	color: #376bac;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer span {
	padding-left: 10px;
}


form .cnt p, #freeform td p {
	margin: 0;
}

form .cnt td, #freeform td {
	padding-bottom: 3px;
}

form .cnt strong, #freeform table strong {
	padding-top: 10px;
}

form fieldset {
	border: none;
}

#cc-form {
	margin-top: 10px; 
	background: #B0CFE3; 
	padding: 7px; 
	border: 1px solid #666; 
	position: absolute;
	bottom: 80px;
	right: 39px;
}

/**
 * Events Calendar
 */

#events-calendar {
	text-align: center;
	margin: 0px 0px 15px;
}
	#events-calendar table {
		border: 1px solid rgb( 0, 100, 160 );
		margin: 0px auto;
	}
		#events-calendar table caption {
			background: rgb( 0, 100, 160 );
			font-weight: bold;
			color: #FFF;
			white-space: nowrap;
			padding: 7px;
		}
			#events-calendar table caption a {
				/**/
			}
		#events-calendar table tr {
			/**/
		}
			#events-calendar table tr th,
			#events-calendar table tr td {
				border: 1px solid #CCC;
				padding: 7px;
			}
			#events-calendar table tr th {
				border: 1px solid #AAA;
				background: #CCC;
				color: rgb( 0, 100, 160 );
			}
				#events-calendar table tr th a {
					/**/
				}
			#events-calendar table tr td {
				/**/
			}
			#events-calendar table tr td.calendar-day {
				border: 1px solid #CCC;
			}
			#events-calendar table tr td.calendar-today {
				border: 1px solid #CCC;
				background: #FFDAAF;
			}
			#events-calendar table tr td.calendar-blank {
				border: 1px solid #CCC;
				background: #EEE;
				color: #BBB;
			}
				#events-calendar table tr td a {
					font-weight: bold;
				}
				#events-calendar table tr td.calendar-day a {
					/**/
				}
				#events-calendar table tr td.calendar-today a {
					color: rgb( 0, 100, 160 );
				}
				#events-calendar table tr td.calendar-blank a {
					color: #BBB;
				}
				
#event_body {
	padding-right: 20px;
	}