/*****************************************************/
/* 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:786px;
	background-color:#FFFFFF;
	margin-top:40px;
	margin-left:40px;
	height:450px;

	}

#homeIssueCover {
	background-image:url(../system/welcome.jpg);

	position:relative;
	left:0px;
	top:0px;
	width:286px;
	height:450px;
	}
#homeWelcome {
	z-index:2;
	position:absolute;
	top:350px;
	width:255px;
	text-align:center;
	left: 0px;
	}

#homeHeader {
	position:absolute;
	top:0px;
	left:326px;
	margin-top:40px;
	background-image:url(../system/slife_header.jpg);
	width:500px;
	height:140px;
	}

#homeMenu {
	width:500px;
	position:absolute;
	left:300px;
	top:0px;
}
#homeMenuHeader {
	position:absolute;
	top:0;
	left:236px;
	width:500px;
	background-color:#CFC6B1;
	border:#A08D64 2px solid;
	padding:8px;
	}

#menuContainer {
	position:absolute;
	top:195px;
	left:332px;
	width:486px;
	}
#menuHeader {
	/*background-color: #12158A;*/
	background-color:#1A472B;
	padding: 3px;
	text-align:right;
	color:#FFFFFF;
	font-weight:bolder;
	}
#menuContent {
	padding:0 5px 10px 5px;
	border:#1A472B 2px solid;
	height:225px;
	background-color:#FFFFFF;
	}
#menuLeft {
	float:left;
	width:236px;
	}
#menuRight {
	float:right;
	width:236px;
	}
/*#factoid {
	position:relative;
	padding-left:15px;
	top:12em;
	padding: 0 15px 0 15px;
	margin-right:15px;
	}*/
#footer {
	position:relative;
	left:0px;
	width:800px;
	text-align:center;
	}

	  	 
