@import url("side_navigation.css");
@import url("top_navigation.css");
@import url("footer.css");
@import url("header.css");
@import url("logo.css");
@import url("homepage_styles.css");
@import url("online_chapel.css");
@import url("breadcrumbs.css");
@import url("languages.css");
@import url("search.css");
@import url("share_this.css");
@import url("campus_tour.css");

/*	Template Styles	*/
body	{	font-family: arial, helvetica, sans-serif; font-weight: normal; font-size: 85%; 
			background: #4a95b1 url(/assets/images/template/body_bg.jpg) top center repeat-x; line-height: 20px; 	}

#outer_wrapper	{	position: relative; top: 0; margin: 0 auto; width: 1000px; vertical-align: middle;	}
#page_wrapper	{	position: relative; top: 0; height: inherit; width: 1000px; padding: 0; margin: 0;	}

#h_content_wrapper	{	position: absolute; top: 390px; width: 100%; 	}
#c_content_wrapper	{	position: absolute; top: 275px; width: 100%; 	}

#home_body_text	{	float: left; position: relative; top: 0; margin: 0; padding: 0 0 15px 0; width: 998px; border-bottom: 8px solid #615c50; 
					background: #615c50 url(/assets/images/template/home_body_text_bg.gif) top center repeat-y; line-height: 20px;	}

#content_body_text	{	float: left; position: relative; top: 0; left: 1px; margin: 0; padding: 0; width: 998px; 
						background: #615c50 url(/assets/images/template/content_body_text_bg.gif) top left repeat-y; line-height: 20px;	}


/*--------- Rows and columns -------------------------- */ 	
#home_top_row	{	width: 730px; padding: 5px 10px; color: white;	}
#home_top_row *	{	color: white;	}


#home_body_text h1	{	font-size: 1.7em;	}

#home_left_col		{	float: left; width: 343px; padding: 5px 10px; margin: 0 8px;	} 
#home_left_col p img	{	margin: 0; padding: 0 5px 5px 5px; line-height: 0px; text-align: center; display: block; width: 330px; height: auto;	}
#home_left_col h1	{	color: white; padding: 10px 10px 0 10px; margin: 0; line-height: normal; }

#home_middle_col	{	float: left; width: 335px; padding: 5px 10px; margin: 0 8px;	}
#home_middle_col h3	{	border-bottom: none; font-weight: normal; 	}

#home_right_col		{	float: left; width: 200px; padding: 5px 10px; margin: 0 8px;	}
.home_right_col_button		{	width: 178px; height: auto;	}
#home_right_col a	{	line-height: normal; padding: 0; margin: 0; 	}
#home_right_col h3	{	border-bottom: none; font-weight: normal; font-color: #333; margin: 0; padding: 0; 	}
#home_right_col .imgLeftBorder	{	margin: 3px 6px 6px 3px;	}
#home_right_col p	{	font-size: 80%; line-height: normal;	}

#content_main 	{	float: left; width: 667px; padding: 0 20px; margin: 0; background-color: white;	}



/* Side Navigation Styles */

.show	{	display: block; }
.hide 	{	display: none; 	}


/* wayfinder generic items styles */  


.item_block				{	margin: 20px 0; padding: 20px 0; border-bottom: 1px solid #cccccc;	}

.item_thumbnail			{	float: left; width: 260px;	}
.item_info				{	float: left; width: 340px; 	}
.item_info h2, .item_info h3
						{	margin: 0 0 10px 0;	}
.item_summary			{	font-size: 11px;	}
.item_thumbnail img		{	border: none; 	}
.item_link				{	text-align:right;	}


