/* CREIGHTON CAMPUS MINISTRY WEBSITE           */
/* Home Page Stylesheet v.1.0 July 26, 2006    */
/* Tony Ward for CU Campus Ministry            */
/* v.1.1 - EDavies for CMS conversion 4/2007   */
/* v.1.2 - TWard for home page update 5/2008   */
/* v.1.3 - TWard for home page update 3/2009   */
/* v.1.4 - TWard for home page update 3/2009   */
/* v.1.5 - TWard for home page update 9/2009   */
/* v.1.6 - TWard for home page update 11/2009  */
/* v.1.7 - TWard for home page update 12/2009  */
/* v.1.8 - TWard for home page update 2/2010   */
/* v.1.9 - TWard for home page update 6/2010   */
/* v.2   - MTJ for home page - extended center background image for full navigation 8?
/* v.2.0.1 TWard for home page update 8/25/2010 */
/* v.2.1 - TWard for column redesign, FB addition 2/2/2011 */
/* v.2.1.1 - TWard for Primary splash update 10/18/2011 */

#imagediv {
	background:url("/fileadmin/user/Admin/campusministryadmin/images/cm-back.jpg")top center repeat-y ;
	width:759px;
}
/*************** feature styles *****************/
#content {
  	position:relative;
  	overflow:hidden;
  	height:850px;
  	width:565px;
  	background:white;
  	margin:0px;
  	padding:0px;
  	text-align:center;
}

.BreadCrumb, #page_title {
	display:none;
}
.get_main {
	display:block;
	width: 565px;
	height:350px;
	text-align:left;
	overflow:hidden;
	border:0px;
}
	
html>body .get_main { 
	height:auto; 
	min-height:300px;
}

.get_main p {
	font-size: 12px;
	color:black;
	margin:5px; padding:5px;
	border-bottom: 1px solid; border-color:#999;
}

.get_main table {width:560px; border:0px;text-align:center;padding:0px;border-spacing:6px}
.get_main td {padding:0px;}

.get_main h2 {
	font-size: 24px;
	color:black;
	padding-left: 5px;
	padding-right: 5px;
}

.get_right {
	display:block;
	width: 560px;
	height:300px;
	text-align:center;
	overflow:hidden;
	border:0px;
	margin:0px;
}
html>body .get_right { 
	height:300px; 
	min-height:300px;
}
.get_right h3, .get_right p, .get_right div {
	font-size: 10px;
	color:black;
	margin:0px;
	overflow:hidden;
}
.get_right img {padding-left:7px;margin:0px;}


.get_right a {color:black; text-weight:bold;}

.get_main a {color:black; text-weight:bold;}

.get_border {
	display:none;
}
/********************* end **********************/
