 /* GLOBAL HEADER */

img { behavior: url("../scripts/iepngfix.htc") }

#churchie_header {
	width: 998px;
	height: 113px;
	background: url('../images_site/global/bg-hdr.png') no-repeat;
	position: relative;
}
	
	#churchie_header * a, #churchie_header * a:visited {
		font-size: 8pt;
		color: #81aacd;
		text-decoration: none;
		text-transform: uppercase;
		display: block;
		background-repeat: no-repeat;
		padding-left: 35px;
		padding-top: 10px;
		padding-bottom: 13px;
	}
	
		#churchie_header .map {
			background-image: url('../images_site/global/bg-b-campus_map.gif');
		}
		
		#churchie_header .contact {
			background-image: url('../images_site/global/bg-b-contact_us.gif');
		}
		
		#churchie_header .dir {
			background-image: url('../images_site/global/bg-b-site_dir.gif');
			width: 150px;
		}
	
	#churchie_header * a:hover {
		color: #c0d9ee;
	}
	
	#churchie_header #logo {
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
		#churchie_header #logo {
			position: absolute;
			left: 0px;
			top: 0px;
			padding: 0px !important;
			margin: 0px !important;
		}
		
			#churchie_header #logo a {
				padding: 0px !important;
				margin: 0px !important;
			}
			
			#churchie_header #logo .home {
				color: #8db6d9;
				position: absolute;
				left: 300px;
				top: 20px;
				visibility: hidden;
				font-size: 7pt;
			}
			
			#churchie_header #logo a:hover .home {
				visibility: visible;	
			}
	
		#churchie_header #home {
			position: absolute;
			left: 0px;
			top: 0px;
		}
	
	#churchie_header .btns {
		position: absolute;
		left: 550px;
		top: 30px;
	}
	
	#churchie_header .search {
		position: absolute;
		left: 780px;
		top: 30px;
	}

		#churchie_header .search .txt {
			background: url('../images_site/global/bg-search_txt.gif') repeat-x #03559b;
			border: 1px solid #1d66a5;
			padding: 8px;
			font-size: 9pt;
			color: #9ab9d3;
			width: 135px;
		}
		
		#churchie_header .search li .go {
			margin-top: -5px;
		}

/* FOOTER */

#churchie_footer_cont {
	padding-top: 20px;
	background: #004580;
	clear: both;
	height: 99px;
}
	
	#churchie_footer {
	
	}
		
		#churchie_footer .content * {
			font-size: 8pt !important;
		}
		
		.site_main #churchie_footer {
			background: url('../images_site/main/bg-footer.gif') repeat-x;	
			height: 99px;
		}
		
		#churchie_footer .content {
			width: 900px;
			margin-left: auto;
			margin-right: auto;
			padding-top: 18px;
			position: relative;
		}
	
			#churchie_footer .crest {
				background: url('../images_site/main/bg-footer_crest.gif') no-repeat;
			}
	
			#churchie_footer .links {
				position: absolute;
				left: 65px;
				top: 20px;
			}
			
				#churchie_footer .links li {
					margin-right: 10px;
					background: url('../images_site/main/bg-footer_link.gif') no-repeat left center !important;
					padding-left: 15px !important;
				}
				
					#churchie_footer a, #churchie_footer a:visited {
						color: #5b5b5b;		
						text-decoration: none;
						font-size: 8pt;
					}
					#churchie_footer a:hover  {
						color: #0057a1;		
					}
	
			#churchie_footer .txt {
				position: absolute;
				left: 65px;
				top: 40px;
				font-size: 8pt;
				color: #7f7f7f;
				line-height: 170%;
			}
	
			#churchie_footer .txt strong {
				margin-left: 10px;
			}

			#churchie_footer .txt .email {
				background: url('../images_site/main/bg-footer_email.gif') no-repeat;
				padding-left: 22px;
				margin-left: 10px;
			}
			
			#churchie_footer .copyright {
				margin-left: 10px;
				color: #7c7b7b;
			}


/* IMAGES */

img {
	border: 0px;
}

/* FONTS */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #6d6d6d;
}

.smalltext, .smalltext *, .small {
	font-size: 8pt !important;
}

#page_content {
	
}
	
	#page_content, #page_content *  {
		line-height: 170%;
		font-size: 10pt;
	} 

a img {
	border: 0px;	
}

/* LINKS */

	/* plain links removed highlight background */
	a.plain {
		padding: 0px !important;
		background: transparent !important;
	}
	
	a:hover.plain {
		background: transparent !important;
	}
	
	a.pdf {
		padding: 5px;
		padding-left: 35px;
		background: url(../images_site/global/ico-pdf.gif) no-repeat left center;
		display: block;
	}

	ul.pdf_list {
		list-style: none !important;		
	}
		ul.pdf_list li {
			background: url(../images_site/global/ico-pdf.gif) no-repeat left center !important;
			padding-left: 35px !important;
			margin-bottom: 3px;
		}

	a.msword {
		padding: 5px;
		padding-left: 35px;
		background: url(../images_site/global/ico-msword.gif) no-repeat left center;
		display: block;
	}
	
	
	a.xls {
		padding: 5px;
		padding-left: 35px;
		background: url(../images_site/global/ico-xls.gif) no-repeat left center;
		display: block;
	}
	
.red {
	color: red;
}
		
/* FORMS */

form {
	margin: 0px;
	padding: 0px;
}

input {
	
}

/* LISTS */

.end_row {
	clear: right !important;
}


/* LISTS */
	
	ul.nobull {
		list-style: none !important;
		margin: 0px;
		padding: 0px !important;
	}
	
		ul.nobull li {
			padding-left: 0px !important;
			background: none !important;
		}
	
	ul.hlist li {
		float: left;
	}
	
	
	ul.hlist_inline li {
		display: inline;
	}

/* GRID SETUPS */

table {
}

	table td {
	}
	

	

/* Google Search Results */

.gse_result_set
{
	padding: 10px;
	padding-top: 0px;
	overflow: auto;
}

.gse_result_set .gse_result_item
{
	margin-bottom: 1em;
}

.gse_result_set .gse_result_item a
{
}

.gse_result_set .gse_result_item .gse_result_summary
{
}

.gse_result_set .gse_result_item .gse_result_domain
{
	color:green;
	word-wrap: break-word;
	width: 640px;
}

.gse_result_set .gse_result_header
{
	background-color:#dddddd;
	margin-bottom: 1em;
	border-bottom: 1px solid #999999;
	text-align: right;
	padding: 0.2em;
}

.gse_search_form
{
	margin-top: 1em;
	margin-bottom:2em;
}
.gse_advanced_bar
{
	height: 20px;
	background-color: #DDDDDD;
	white-space: nowrap;
}

.gse_result_pages {

}

	.gse_result_pages td {
		padding-right: 5px;
	}
	
	


.page_alert_message {
	padding: 10px;
	color: #c60000;
	background: url(../images_site/main/ico-alert.png) no-repeat 6px center #e6e6e6;
	padding-left: 35px;
}

.required, .req {
	color: red !important;
	padding-left: 5px !important;
}


.date {
	width: auto !important;
}

.width_auto {
	width: auto !important;
}

/* INPUT FILLIN */

#churchie_hp .fillin_div {
	top:5px;
	left:20px;
}

.fillin_div
{
	top:3px;
	left:10px;
	position:absolute;
	font-size: 8pt;
}
.fillin_txt_wrapper  {
	left:0;
	margin:0;
	padding:0;
	position:relative;
	top:0;
}