/* CSS Document */
body {
	margin:0px;
	background-color:#F2F2F2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000000;
}
h1 {
	font-weight:bold;
	font-size:22px;
	margin:0px;
	padding:0px;
	padding-bottom:15px;
}
h2 {
	font-weight:bold;
	font-size:16px;
	margin:0px;
	padding:0px;
	padding-bottom:12px;
}
p {
	margin:0px;
}
a:link {
	color: #0C417E;
	text-decoration:underline;
}
a:visited {
	color: #0C417E;
	text-decoration:underline;
}
a:hover {
	color: #3575B5;
	text-decoration:none;
}
a:active {
	color: #0C417E;
	text-decoration:underline;
}
#container {
	border-bottom:1px solid #A3A3A4;
	border-left:1px solid #A3A3A4;
	border-right:1px solid #A3A3A4;
	width:958px;
	position:relative;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background-image:url(images/header_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:958px;
	height:129px;
	margin:0px;
	position:relative;
}
#logo {
	float:left;
	background-image:url(images/logo.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:400px;
	height:129px;
	position:relative;
	top:0px;
	left:0px;
}
#nav {
	float:left;
	position:relative;
	left:54px;
	top:102px;
	width:394px;
	height:27px;
}
#donations {
	float:left;
	width:146px;
	height:27px;
}
#schedule {
	float:left;
	width:134px;
	height:27px;
}
#home {
	float:right;
	width:114px;
	height:27px;
}
#signs-strip {
	clear:both;
	background-image:url(images/signs.gif);
	background-position:center top;
	background-repeat:repeat-x;
	width:958px;
	height:102px;
	margin:0px;
	position:relative;
}
#main {
	background-image:url(images/content_bg_top.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:958px;
	margin:0px;
	position:relative;
}
#content-container {
	background-image:url(images/content_bg_bottom.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	width:958px;
	margin:0px;
	padding:0px;
}
#content {
	float:left;
	position:relative;
	background:none;
	margin:0px;
	padding-top:20px;
	padding-left:36px;
	padding-bottom:20px;
}
#content.normal {
	width:670px;
}
#content.schedule {
	width:410px;
}
#cta {
	width:200px;
	float:right;
	padding-right:30px;
	text-align:center;
	position:relative;
	margin:0px;
	top:20px;
}
#cta img {
	padding-bottom:10px;
}
#cta.schedule {
	width:260px;
}
#signs {
	width:260px;
	position:relative;
	padding-top:30px;
	margin:0px;
	text-align:left;
	font-weight:bold;
	font-size:10px;
}
#clear-floats {
	clear:both;
	font-size:1px;
	height:1px;
	margin-bottom:-1px;
	line-height:0px;
}
#footer {
	background-image:url(images/footer_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:958px;
	height:27px;
	position:relative;
	color:#4A4A4A;
	margin:0px;
	padding:0px;
	clear:both;
}
#footer p {
	padding:0px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #4A4A4A;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
	color: #000000;
}
#copyright {
	float:left;
	width:500px;
	padding-left:36px;
	position:relative;
	margin:0px;
	margin-top:0px;
	padding-top:7px;
}
#links {
	float:right;
	width:300px;
	padding-right:36px;
	text-align:right;
	position:relative;
	margin:0px;
	margin-top:0px;
	padding-top:7px;
}

