@charset "utf-8";

/* Front Page CSS Document */

/* Layout */

div#site{background-image:url(../images/backgrounds/wrapper_bg.jpg);}

/* Content */

div#content_container{background-image:url(../images/backgrounds/thrid_column_bg_y.png) repeat-y 730px 0;}

div#column_one{width:295px;margin-right:28px;}

div#column_two{width:382px;}

div#column_three{width:233px;margin-left:51px;}

/* Footer */

div#footer_row_1{height:17px;/*background:url(../images/backgrounds/footer_lvl1_bg_text.png) 8px 29px no-repeat;*/}

/* Module: Social */

div.moduletable_stay_connected{right:56px;bottom:17px;}

/* Quick Links */

div.moduletable_quick_links_ip{display:none;}

/* Recent Images: Module */

div.moduletable_recent_images{width:991px;height:274px;padding-top:55px;}

div.recent_image_container{ float:left; width:306px; margin-right:35px;}

div.recent_image_container.last{ margin-right:0;}

div.recent_image{background:url(../images/modules/recent_images/recent_image_bg.png) 0 0 no-repeat; height:226px; vertical-align:top;}

div.recent_image img{display:block; float:left; margin:8px 0 0 7px;}

div.recent_image_copy{font-size:11px; text-align:center; display:block; clear:both;}

div.recent_image_copy a{color:#FFF;}

div.clear_both{clear:both}


/* NEW EDITS */

	.frontpage-header {
		color:#842b38; font-family:Georgia,Serif; text-align:center; font-weight:normal; line-height:34px; margin:0px; padding:40px 0px 20px 48px;
	}
	
	.frontpage-intro {
		color:#8b7b68; font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif; font-size:22px; line-height:32px; text-align:left; padding:20px 0px 0px 30px; margin:0px; width:333px;
	}
	
	.frontpage-link-small-groups {
		width:260px;
		height:53px;
		display:block;
		background:url(../images/backgrounds/small-groups-hovers.png) 0 0 no-repeat;
	}
	
	.frontpage-link-small-groups:hover {
		background:url(../images/backgrounds/small-groups-hovers.png) 0 -53px no-repeat;
	}
	
	.frontpage-link-lectures {
		width:260px;
		height:53px;
		display:block;
		background:url(../images/backgrounds/lectures-hovers.png) 0 0 no-repeat;
	}
	
	.frontpage-link-lectures:hover {
		background:url(../images/backgrounds/lectures-hovers.png) 0 -53px no-repeat;
	}
	
	.frontpage-link-calendar {
		width:260px;
		height:53px;
		display:block;
		background:url(../images/backgrounds/calendar-hovers.png) 0 0 no-repeat;
	}
	
	.frontpage-link-calendar:hover {
		background:url(../images/backgrounds/calendar-hovers.png) 0 -53px no-repeat;
	}
	
	.frontpage-link-signup {
		width:260px;
		height:53px;
		display:block;
		background:url(../images/backgrounds/email-sign-up-hovers.png) 0 0 no-repeat;
	}
	
	.frontpage-link-signup:hover {
		background:url(../images/backgrounds/email-sign-up-hovers.png) 0 -53px no-repeat;
	}
	
	.fp_col_3_mar {
		margin:19px 10px 22px 0px;
		text-align:left;
	}