@charset "utf-8";

body {
   	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

#bgimage {
	background-color: #000000;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: -100;
	background-image: url(../images/Church%20and%20tree.jpg);
	margin: 0;
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
#header {
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	height: 100px;
	width: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	color: #FFFFFF;
	text-align: center;
	font-size: 1em;
	z-index: 5;
	font-family: "Palatino Linotype", Palatino, Baskerville, "Century Schoolbook L", "Times New Roman", serif;
}

#header h1, #header p {
    margin: 0 auto;
	padding: 0;
	width: 1000px;
}

div#menu {
  background: rgb(215,122,4); /* The fallback */
  background: rgba(215,122,4,0.83);
	position: fixed;
	left: 0px;
	top: 100px;
	width: 100%;
	min-width: 800px;
	height: 40px;
	z-index: 1000;
	border: none;
  margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

div#menu ul {
  list-style-type: none;
  height: 40px;
  width: auto;
	margin: 0;
	padding: 0;
	float: left;
}

div#menu ul li {
  float: left;
}

div#menu ul li a {
		padding: 0 12px;
		display: block;
		line-height: 40px;
		text-decoration: none;
		color: #ffffff;
}


div#menu ul li a:hover {
		background: rgb(47,119,8); /* THE FALLBACK */
		background: rgba(47,119,8,0.84);
		border-top: 3px solid #000000;
}

div#menu ul li a.chosen {
		background: rgb(47,119,8); /* THE FALLBACK */
		background: rgba(47,119,8,0.84);
		border-top: 3px solid #000000;
}


#main {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	top: 100px;
	min-height: 100%;
}

#videodrop {
    position: relative;
	top: 105px;
	left: 40%;
	width: 500px;
	height: auto;
	background-color: rgba(0,0,0,0.7);	
	color: #ffffff;
	padding: 10px;
	text-align: center;
	margin: 0 0 50px 0;
}

#footer {
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	z-index: 10;
	height: 50px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	font-size: 0.7em;
	text-align: center;
	color: #ffffff;
}

#footer p {
	margin: 0;
	padding: 0;	
}


img#billing {
	position: relative;
	width: 480px;
	margin: 0 auto;
}

#videodrop h2, #videodrop h4, #videodrop p {
	margin: 0;
	padding: 0;	
}

iframe {
	margin: 10px 0;	
}

#leftbar {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 20%;
	min-width: 240px;
	height: auto;
	min-height: 100%;
	background: rgba(255,255,255,0.85);
	padding: 0 6px;
	margin: 0 0 50px 0;
	text-align: center;
}

#leftbar h2, #leftbar p, #leftbar form {
	padding: 0;
	margin: 0 0 10px 0;	
}

#leftbar p {
	text-align: left;	
}

#leftbar ul {
	list-style-type: none;	
}

#leftbar table, #leftbar tr, #leftbar td {
    width: 100%;
	text-align: center;	
}

a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}