@charset "utf-8";
/* CSS Document
Title:				Styles for Men's Fraternity program mini-site at Lebanon Area Evangelical Free Church in Jonestown, PA
Author:				Joel A. Glovier
Author email:		joel@jagdesignideas.com
Date:				October 2009
Version:			1.0
Website:			http://mensfrat.lebefree.org
*/

/* General Styles */
* {
	margin:0px;
	padding:0px;
}
a:active {
	top: 1px;
	outline: 0px none;
	position: relative;
}
body {
	background:#ffffd9 url(../img/headbg.gif) repeat-x top;
}
/* Header */
#headerWrap {
	width:960px;
	margin: 0px auto;
	overflow:hidden;
	height:auto;
	position:relative;
}
#nav {
	display:block;
	float:right;
	height:50px;
	width:auto;
	overflow:hidden;
	margin-right:40px;
	margin-top:40px;
}
#nav li {
	float:left;
	list-style:none;
	margin-right:0px;
	margin-left:80px;
	margin-top:10px;
	display:block;
	padding-bottom:9px;
	height:23px;
}

#nav li a {
	display:block;
	overflow:hidden;
	padding-top:23px;
	padding-bottom:3px;
	height:0px;
}
#nav li a:hover {
	border-bottom:4px solid #00a7e1;		
}
#sched {
	background:url(../img/schedule.png) no-repeat left top;
	height:23px;
	width:70px;
	color:#ffffd9;
	display:block;
}
#res {
	background:url(../img/resources.png) no-repeat left top;
	height:23px;
	width:78px;
	color:#ffffd9;
	display:block;
}
#con {
	background:url(../img/contact.png) no-repeat left top;
	height:23px;
	width:65px;
	color:#ffffd9;
	display:block;
}
#header {
	overflow:hidden;
	position:relative;
}
#header h1 a:link, #header h1 a:visited {
	background:url(../img/logo.png) no-repeat;
	color:#ffffd9;
	display:block;
	height:125px;
	width:200px;
	text-indent:-9999px;
	float:left;
	margin-top:27px;
	margin-left: 135px;
}
#header h2 {
	color:#ffffd9;
}

#header p {
	color:#ffffd9;
	display:block;
	height:0px;
	width:141px;
	position:absolute;
	right:150px;
	top:130px;
	background:url(../img/theme.png) no-repeat;
	padding-top:18px;
	overflow:hidden;
}
/* Welcome Div */
#welcome {
	display: block;
	position:relative;
	overflow:hidden;
}
#welcome h3 {
	display: block;
	background: url(../img/welcomeCopy.gif) no-repeat;
	height: 136px;
	width: 402px;
	margin: 50px 0px 15px 35px;
	text-indent: -9999px;
	float: left;
}
#welcome h2 {
	background: url(../img/winning.gif) no-repeat;
	height:98px;
	width:450px;
	float:right;
	margin:50px 0px 25px;
	display: block;
	text-indent: -9999px;
}
#welcome p {
	background: url(../img/datetimeinfo.gif) no-repeat;
	height: 22px;
	width: 450px;
	float: right;
	text-indent: -9999px;
	display: block;
}
#dash {
	background: url(../img/dash.gif) repeat-x bottom;
	height: 10px;
}
/* Main Content 2 */
#content2 {
	background:#333333;
	margin: 10px 0px 10px;
	overflow:hidden;
	padding:10px 0px 10px;
}

#content2wrap {
	width:960px;
	margin: 0px auto;
	overflow:hidden;
	position:relative;
}
#contentLeft {
	float:left;
	overflow:hidden;
	position:relative;
	width:490px;
	height:350px;
}
#contentLeft h2 {
	background: transparent url(../img/bmdh.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 78px;
	width: 280px;
	float:left;
	margin:15px 0px 0px 90px;
}
#contentLeft img {
	float:left;
	margin:20px 0px 40px;
}
#contentRight {
	float:right;
	overflow:hidden;
	position:relative;
	width:450px;
}
h3#whatIs {
	display:block;
	background: transparent url(../img/what-is-h2.gif) no-repeat left top;
	height: 30px;
	width: 460px;
	text-indent: -9999px;
	margin-bottom: 5px;
	margin-top: 15px;
}
h3#where {
	background: url(../img/directions-h2.gif) no-repeat left top;
	height: 30px;
	width: 460px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 5px;
	
}
#contentRight p {
	color: #ffffd9;
	text-align: justify;
	margin-bottom: 25px;
	font: .9em/1.4em Tahoma, Geneva, sans-serif;
	
}
#contentRight a:link, #contentRight a:visited {
	color: #00a7e1;
	text-decoration: none;
	
}
#contentRight a:hover {
	text-decoration: underline;
	
}
/* footer */
#footer {
	width:960px;
	margin: 10px auto 0px;
	overflow: hidden;
	position: relative;
}
#footer p {
	color: #333333;
	font: .8em Tahoma, Geneva, sans-serif;
	
}
p#disclaimer {
	display:block;
	margin:5px 0px 15px;
	font-size: 10px;
}
#footer img {
	margin-right: 25px;
	float: left;
	
}
p#laefcAddress {
	padding-top: 9px;

	
}
p#JAGcredit {
	position: absolute;
	right: 0px;
	bottom: 0px;
	
}
#footer a:link, #footer a:visited {
	color: #00a7e1;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;	
}

