/* Stylesheet for the Beth El Homepage */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

a {
	color: #0B377E;
	text-decoration: none;
}

.cb {
	clear: both;
	width: 0;
	height: 0;
}

.mainContainer {
	width: 950px;
	margin: 0 auto;
	padding-top: 20px;
}

.logo {
	float: left;
	width: 349px;
	height: 93px;
	background: url('../images/bethel-logo.jpg');
	margin-right: 45px;
}

.familyMeetings {
	float: left;
	width: 375px;
	margin-top: 22px;
}

.familyMeetings h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #355993;
	font-size: 19px;
	font-weight: normal;
}

.mailingList {
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
	margin-bottom: 10px;
}

.navigation {
	clear: both;
	margin-bottom: 1px;
}

.navigation a {
	display: block;
	float: left;
	width: 115px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	margin-right: 2px;
	text-align: center;
	background: #39547F;
	border: 1px solid #C1CCDE;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
}

.navigation a:hover {
	background: #C1CCDE;
	border-color: #39547F;
	color: #000;
}

.imageRibbon {
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 4px solid #a2a319;
	border-bottom: 4px solid #a2a319;
	height: 160px;	
	margin-bottom: 1px;
}

.imageRibbon a {
	float: left;
	margin-right: 4px;
}

.ssql {
	float: left;
	width: 189px;
	margin-right: 2px;
}

h1.boxTitle {
	width: 100%;
	height: 21px;
	position: relative;
	top: 0;
	line-height: 21px;
	text-align: center;
	font-size: 11px;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}

h1.btTall {
	height: 44px;
}

.servSched {
	border: 1px solid #39547F;
	margin-bottom: 2px;
	background-color: #C1CCDE;
}

	.servSched h1 {
		background: #39547F;
	}

.paddedDiv {
	margin: 10px;
}

.indentText {
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
}

.quickLinks {
	border: 1px solid #39547F;
	margin-bottom: 2px;
	background-color: #C1CCDE;
}

	.quickLinks h1 {
		background: #39547F;
	}

	.quickLinks ul {
		list-style-type: square;
		padding-left: 30px;
	}

		.quickLinks ul li {
			margin-bottom: 10px;
		}

	.quickLinks a {
		color: #000;
		text-decoration: none;
	}

		.quickLinks a:hover {
			color: #fff;
		}

.upcomingEvents {
	position: relative;
	float: left;
	width: 496px;
	background: #FAFAD6;
	border: 1px solid #5D5E12;
	margin-right: 2px;
}
	.upcomingEvents h1 {
		background: #A2A319;
		color: #000;
		border-bottom: 1px solid #5D5E12;
		height: 20px;
		line-height: 20px;
	}
	.upcomingEvents h2 {
		font-size: 11px;
		text-transform: uppercase;
	}

.leftMonth {
	float: left;
	border-right: 1px solid #A2A319;
	margin-left: 20px;
	width: 212px;
	padding-right: 10px;
}

.rightMonth {
	position: relative;
	left: -1px;
	float: left;
	padding-left: 20px;
	width: 212px;
	border-left: 1px solid #A2A319;
	
}

.spotlight {
	float: left;
	width: 256px;
	border: 1px solid #39547F;
	background-color: #C1CCDE;
}
	.spotlight h1 {
		background: #39547F;
	}

.footer {
	clear: both;
	width: 100%;
	text-align: center;
}

.amazon {
	position: absolute;
	bottom: 0;
	left: 118px;
	text-align: center;
	width: 250px;
	margin: 10px auto;
}


/* drop down menu */

.navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navigation li {
	float: left;
	position: relative;
}

.navigation li ul {
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
}

.navigation ul li ul li a {
	position: relative;
	z-index: 10;
	padding-top: 10px;
	line-height: 10px;
	height: auto;
	padding-bottom: 10px;
}


.navigation ul li ul li {
	position: relative;
	z-index: 10;
	line-height: 10px;
}

.navigation li ul {
	left: auto;
}

.navigation li:hover ul {
	display: block;
}

/* end drop down menu */
