/*****************************************************/
/* home.css - SeniorEvangelism                       */
/* styles specific to home page (index.cfm)          */
/*****************************************************/
/* Site standards:                                   */
/* Base Color: 12158A (blue)                         */
/* Dimmed base color: 4D50A7 (75%)                   */
/*                    4D50A7 (70%)                   */
/*                    6567B3 (65%)                   */
/*                    888AC4 (50%)	                 */    
/*                    C4C4E2 (25%)                   */
/* Complementary Color: A08D64 (tan)                 */
/* Dimmed complement: 	B8AA8B (75%)                 */
/*                      CFC6B1 (50%)                 */
/*                      E7E2D8 (25%)                 */
/*****************************************************/


#pageContainer {
	width:800px;
	background-color:#FFFFFF;
	height:49em;
	}

#homeLogo {
	background-image:url(../system/SEP_homeLogo.jpg);
	position:absolute;
	left:12px;
	top:5px;
	width:271px;
	height:235px;
	}
/*#photoBar {
	background-image:url(system/photobar/1.jpg);
	position:absolute;
	left:300px;
	top:0px;
	width:500px;
	height:120px;
	}*/

#homeAbout {
	position:absolute;
	top:255px;
	left:12px;
	width:257px;
	background-color:#DDDDEE;
	border:#A08D64 2px solid;
	padding:8px;
	}
#homeRight {
	width:500px;
	position:absolute;
	left:300px;
	top:0px;
	background-image:url(../system/photobar/1.jpg);
	background-repeat:no-repeat;
}
#menuContainer {
	position:relative;
	top:135px;
	width:486px;
	}
#menuHeader {
	background-color: #12158A;
	padding: 3px 6px 3px 0;
	text-align:right;
	color:#FFFFFF;
	font-weight:bolder;
	}
#menuContent {
	padding: 5px 0 0 10px;
	border:#12158A 2px solid;
	background-color:#F5E6BD;
	height:12.0em;
	display:block;
	*height:13.0em;
	}
#menuContent p {
	margin-bottom:-.5em;
	}
#menuLeft {
	float:left;
	width:236px;
	}
#menuRight {
	float:right;
	width:236px;
	}
#factoid {
	position:relative;
	padding-left:15px;
	top:10em;
	padding: 10px;
	margin-right:15px;
	margin-top:0.6em;
	border:2px #F5E6BD solid;
	}
#footer {
	position:relative;
	left:0px;
	width:800px;
	text-align:center;
	}
.homeMenu {
	font-family:"trebuchet MS", arial, helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	}
	  	 
