/* Tag Redefines */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background: white url(../images/skyBG.jpg) repeat-x top center;
	height: 100%;
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: white;
}
h1 {	font: normal 16pt Tahoma, Arial, Helvetica, sans-serif; }
h2 {	font: normal 14pt Tahoma, Arial, Helvetica, sans-serif; }
h3 {	font: normal 12pt Tahoma, Arial, Helvetica, sans-serif; }
h4 {	font: normal 11pt Tahoma, Arial, Helvetica, sans-serif; }
h1, h2, h3, h4 {
	margin: 0.5em 0px 0.3em 0px;
	color: #313131;
}
h1#title {	font: normal 20pt Arial, Helvetica, sans-serif; }
hr {
	margin: 10px auto;
	border: 0;
	border-bottom: 1px solid #a6a6a6;
}

/* Hyperlink Formatting */
a:link, a:visited {
	color: #ff9e04;
	text-decoration: none;
}
a:hover {	text-decoration: underline; }

img {
	border: 0;
}
ul {
	text-indent: 10px;
	list-style: square;
}
li {
	margin-left: 2em;
}
p {
	margin-top: 0.5em;
}

#container {
	margin: 0px auto;
	width: 1000px;
	text-align: left;
	height: 100%;
}
#header {
	position: absolute;
	z-index: 10px;
	width: 1000px;
}

#logo {
	margin-left: 37px;
	float: left;
	width: 352px;
	height: 142px;
}
#pastors {
	float: right;
	margin-right: 111px;
	width: 188px;
	height: 160px;
}
#navbar, #navtext, #navhome {
	position: absolute;
	width: 1000px;
	height: 196px;
	margin: 153px 0px 0px 0px;
	padding: 0px;
	background: url(../images/navwhitecontentTopBG.jpg) no-repeat top center;
	z-index: 5;
}
#navtext {
	background: transparent;
}
#navhome {
	background: url(../images/navcontentTopBG.jpg) no-repeat top center;
}
#home_content {
	position: absolute;
	margin-top: 349px;
	background: white url(../images/contentBaseBG.jpg) no-repeat top center;
	padding: 0px 28px;
	width: 944px; /* 990px */
	z-index: 8;
}
#home_content #welcome {
	float: left;
	width: 427px; /* 467px */
	height: 312px; /* 352px */
	padding: 20px;
	background: url(../images/welcomeBG.jpg) no-repeat;
	margin-top: -101px;
	color: white;
}
#welcome h1 {
	color: white;
	font: bold 16pt Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0px;
}
#home_content #events {
	float: left;
	width: 425px; /* 467px */
	height: 310px; /* 352 */
	padding: 21px;
	background: url(../images/eventBG.jpg) no-repeat;
	margin: -101px 0px 10px 8px;
}
#home_content #where {
	clear: both;
	float: left;
	width: 425px; /* 467px */
	height: 215px; /* 257 */
	padding: 21px;
	background: url(../images/whereBG.jpg) no-repeat;
}
#where img {
	float: left;
	width: 204px;
	height: 173px;
	padding-right: 15px;
}
#where h2 {
	color: black;
	font: bold 9pt Arial, Helvetica, sans-serif;
}
#where p {
	color: black;
	font: normal 8pt Arial, Helvetica, sans-serif;
}
#home_content #media {
	float: left;
	width: 425px; /* 467px */
	height: 215px; /* 257 */
	padding: 21px;
	background: url(../images/mediaBG.jpg) no-repeat;
	margin-left: 8px;
}
#home_content #footer, #content #footer {
	clear: both;
	position: relative;
	width: 960px; /* 990px */
	padding: 10px 20px;
	margin: 36px 0px 0px -29px;
	background: url(../images/footerBG.jpg) no-repeat;
	height: 130px; /* 150px */
	color: #313131;
}
#content {
	position: absolute;
	margin-top: 349px;
	padding: 10px 0px 0px 10px;
	width: 1000px; /* 1000px */
	z-index: 8;
	background: url(../images/whitecontentMidBG.jpg) repeat-y;
}
#content #text {
	background: url(../images/contentBaseBG.jpg) no-repeat bottom center;
	position: relative;
	margin-top: 0px;
	padding: 0px 18px 60px 18px;
	width: 950px;
	margin-left: -2px;
	min-height: 450px;
	background-position: -8px bottom;
	background: url(../images/whitecontentBaseBG.jpg) no-repeat bottom center;
	color: #313131;
}
#content #text #main {
	float: left;
	width: 560px;
	margin-right: 80px;
	padding-left: 15px;
	margin-top: -80px;
}
#content #text #sidebar {
	float: left;
	width: 285px;
	margin-top: -80px;
}
#content #footer {
	margin: 0px 0px 0px -10px;
}
#copyright {
	float: left;
	width: 33%;
	text-align: left;
	color: #DDD;
	font-size: 8pt;
	margin-top: 50px;
}
#social {
	float: left;
	width: 33%;
	text-align: center;
	margin-top: 45px;
}
#siteby {
	float: right;
	width: 28%;
	text-align: right;
	font-size: 8pt;
	color: #DDD;
	margin-top: 50px;
}

.clearer {
	clear: both;
}
#events h3, #where h3, #media h3 {
	position: absolute;
	height: 30px;
	width: 250px;
	margin-top: 290px;
	text-transform: uppercase;
	font: bold 10pt Arial, Helvetica, sans-serif;
	color: #808080;
}
#where h3, #media h3 {
	margin-top: 200px;
}

/* NAVIGATION */
#navtext {
	background: none;
	z-index: 50;
	height: 70px;
}
#navtext ul {
	padding: 35px 0px 0px 70px;
	text-indent: 0;
	list-style-image: none;
}
#navtext li {
	display: inline;
	margin: 0px;
	padding-right: 60px;
	list-style: none;
}
#navtext li a:link, #navtext li a:visited {
	color: #828282;
	text-transform: uppercase;
	font: bold 12pt Arial, Helvetica, sans-serif;
}
#navtext li a.selected:link, #navtext li a.selected:visited { color: black; }

#navtext li a:hover {
	text-decoration: none;
	color: black;
}
#navtext ul li#dd ul#dropdown_full {
	position: absolute;
	z-index: 49;
	margin: -30px 0px 0px -62px;
	width: 930px; /* 986px */
	background: url(../images/dropdownBG.png) no-repeat top center;
	height: 215px;/* 372px */
	padding: 127px 28px 30px 28px;
	display: none;
}
#navtext ul li#dd:hover ul#dropdown_full {
	display: block;
}
#ddf_leftcol {
	float: left;
	width: 250px;
}
#ddf_leftcol ul, #ddf_rightcol ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
}
#ddf_leftcol ul li {
	display: block;
	width: 255px;
	height: 43px; /* 53px */
	margin-bottom: 5px;
	color: black;
	padding-top: 10px;
}
#ddf_leftcol ul li img {
	float: left;
	width: 53px;
	height: 53px;
	margin-top: -10px;
	padding-right: 10px;
}
#ddf_leftcol ul li a:link, #ddf_leftcol ul li a:visited {
	color: black;
	font: normal 9pt Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
}
#ddf_leftcol ul li a:hover {
	font-weight: bold;
	text-decoration: none;
}
#ddf_rightcol {
	float: left;
	width: 570px;
	margin-left: 75px;
	height: 230px;
}
#ddf_rightcol ul li {
	display: inline;
	width: 263px;
	margin: 0px 20px 5px 0px;
	height: 106px;
	padding: 0px;
}


