@charset "utf-8";
/* CSS Document */

body {
	background-color: #685858;
}
a img { 
	border: none;
}
#container {
	background-color: #FFF;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	magin-bottom: 25px;
	box-shadow: 0px 0px 10px 5px #333;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#header {
	padding-top: 5px;
	margin-top: 25px;
	padding-left: 5px;
	position: relative;
	height: 125px;
}
#header #logo {
	height: 125px;
	width: 306px;
	position: absolute;
	left: 50px;
	top: 5px;
}
#header-toolbar2 {
	float: right;
	height: 120px;
	width: 45px;
	margin-right: 25px;
	clip: rect(15px,auto,auto,auto);		
}
#header-toolbar {
	border: thin none #000;
	width: 500px;
	float: right;
	margin-top: 75px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	display: none;
}
#navbar {
	background-color: #514545;
	height: 40px;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#navbar ul li {
	display: inline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
}
#navbar ul li a {
	text-decoration: none;
	color: #FFF;
}
#navbar ul li a:hover {
	color: #FFD1A4;
}
#main {
	background-color: #FFF;
	height: 375px;
}
#main-headline {
	border: thin none #000;
	height: 324px;
	width: 575px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 50px;
	float: left;
}
#secondary-headline-1 {
	float: right;
	height: 169px;
	width: 300px;
	border: thin none #000;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#secondary-headline-2 {
	float: right;
	height: 169px;
	width: 300px;
	border: thin none #000;
	margin-top: 7px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main-headline img {	
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 0.5px #333;
}
#secondary-headline-1 img {
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 0.5px #333;
}
#secondary-headline-2 img {
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 0.5px #333;
}
#bottom-menu {
	background-color: #685858;
	height: 40px;
}
#bottom-menu ul {
	list-style-type: none;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#bottom-menu ul li {
	display: inline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
}
#bottom-menu ul li a {
	text-decoration: none;
	color: #FFF;
}
#bottom-menu ul li a:hover {
	color: #FFD1A4;
}
#footer {
	height: 85px;
	position: relative;
}
#bottom-menu-mobile {
	display: none;
}
#footer2 {
	background-color: #685858;
}
#footer-text {
	float: left;
	width: 200px;
}
#footer-text ul {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 10px;
	padding: 0px;
	list-style-type: disc;
}
#footer-text ul li {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
#footer-text ul li a {
	text-decoration: none;
	color: #000;
}
#footer-text ul li a:hover {
	color: #685858;
	text-decoration: underline;
}
#footer #church-info {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 10px;
	padding: 0px;
	width: 200px;
	float: right;
}
#church-info ul {
	text-align: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#budget {
	height: 50px;
	width: 200px;
	margin-top: 10px;
	position: absolute;	
	left: 412px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
}
#budget a {
	text-decoration: none;
	color: #000;

}
#budget a:hover {
	color: #685858;
	text-decoration: underline;
}
.rounded-corners-image {
	-moz-border-radius: 15px;
	border-radius: 15px;	
}
