/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	margin-right: 200px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #1F1F80;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-indent: 0px;
	margin-right: 190px;
	text-transform: uppercase;
}
h2 {
	font-size: 12px;
	color: #1F1F80;
	margin-left: 30px;
	margin-bottom: 0px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #C10755;
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666666;
	clear: right;
	float: right;
	text-align: right;
	width: 150px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 25px;
}
address a:link, address a:hover, address a:visited  {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	text-align: right;
	color: #666666;
	font-size: 10px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 770px;
	height: 126px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* Creates the div container for the site. */
div#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 8px solid #FFFFFF;
	background-color: #FFFFFF;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 770px;
	background-color: #FFFFFF;
	background-image: url(images/contentbg.gif);
	background-repeat: no-repeat;
}

div#content img {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

div#content img.left {
	float: left;
	clear: left;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 30px;
	margin-left: 40px;
	margin-bottom: 15px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
}
div#copyright a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 101px;
	left: 0;
	width: 770px;
	height: 25px;
	clear: both;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background: url(images/navhover.gif) repeat-x left top;
	color: #FFFFFF;
	text-transform: capitalize;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding:5px 15px 7px;
	color:#FFFFFF;
	text-decoration:none;
	background: url(images/nav_off.gif) top left no-repeat;
	text-transform: capitalize;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: url(images/navhover.gif) repeat-x left top;
	color: #FFFFFF;
}

ul#list {
	font-size: 11px;
	color: #666666;
	margin-left: 320px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 20px;
	line-height: 16px;
}

ul#list li {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}

iframe {
	padding: 0px;
	margin: -50px 0px 0px 2px;
	clear: left;
	float: left;
}
div#flash {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	border: 1px solid #666666;
	float: left;
	clear: left;
}
div#content img.center {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
}
div#flashcontainer {
	width: 750px;
	background-color: #FFFFFF;
	margin: 0px auto;
	height: 330px;
}
.h1pastor {
	font-size: 14px;
	text-transform: none;
}
.blacktext {
	color: #000000;
}
.clear {
	clear: left;
}
body#splash {
	background-color: #0A0A57;
	background-image: none;
}
h3 {
	text-align: center;
	font-size: 16px;
}
