@charset "utf-8";
@font-face {
    font-family: "headerFont";
    src: url("../fonts/smeared.ttf");
}
html {
	height: 100%; 
}
body  {
	height: 100%;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background-color: #121b24; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	COLOR: #CCC;
	background-image: url('../images/required/BG.jpg');
}

#postit {
	margin: 0 auto;
	width: 270px;
	height: 290px;
	top: 152px;
	border: 0;
	background: url('../images/postItNote.png') no-repeat;
	position: absolute;
	left: 226px;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url('../images/required/table_bg.png');
} 

/* NAVIGATION */

#menuNav { 
	width: 770px; 
	height: 200px; 
	background-image: url('../images/required/mainMenuBG.jpg');
	}

#nav, #nav * {
	list-style:none;margin:0;padding:0;
	}

#nav {
	position: relative;
	left: 180px;
	top: 140px;
	height: 60px;
	width: 600px;
	font-family: Impact, Impact5, Charcoal6, sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: .5px;
	text-shadow: 2px 2px 1px #000;
}

#nav li {
	float:left; 
	padding-left:7px; 
	margin-right:7px;
	}

#nav li a { 
	display: block; 
	padding: 0 20px 0px 12px; 
	line-height: 24px; 
	font-size: 1.2em; 
	text-decoration: none;
	color: #FFF;
	} 

#nav li:hover,
#nav li.current {
	background:url('../images/required/nav_edge_current.png') no-repeat left top;
	}
	
#nav li li hover {
	background: none;
}

#nav li:hover a {
	background:url('../images/required/nav_current.png') no-repeat right top; 
	color:#FFF;
	}
#nav li.current a {
	background:url('../images/required/nav_current.png') no-repeat right top; 
	color: #2c3d4a;
	text-shadow: 0px 0px 0px #FFF;
	}

#nav li li { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 9px; 
	letter-spacing: .5px;
	font-weight: normal;
	display: block;
	margin-right: 0;
	text-shadow: 0px 0px 0px #000;
	background: none;
	}

#nav li li a,
#nav li.current li a,
#nav li:hover li a {
	margin: 0 0 0 0; 
	font-size: 10px; 
	color: #211814; 
	padding: 0 10px; /* sub menu padding in the tab */
	line-height: 23px; 
	letter-spacing: 0px;
	background: none;
	}

#nav li li a:hover,
#nav li li.current a { 
	text-decoration: underline; 
	color: #000;
	background: none;
	}

#nav li:hover li a,
#nav li.current li a,
#nav li li.current {
	background: none;
	background-color: #FFF;
	-moz-border-radius:  0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border: 1px solid #394d5e;
	height: 23px;
		margin-left: -10px;
		margin-right: 7px;
	}

#nav li ul {
	position:absolute; 
	left:-5000px; 
	z-index:1001; 
	width: 490px;
	}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul {
	left:-5000px;
	}

#nav li:hover ul,
#nav li.current ul {
	background: none;
	padding-left: 112px;
	left:0; 
	top:24px; 
	padding-top:0px;
	}

/* HEADER */

#header {
	padding: 0 15px 0 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	
	background-image: url('../images/required/edgescruf.png');
}
#header2 {
	padding: 0 15px 0 15px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* SIDEBAR */

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #121b24; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px;
	overflow: hidden;
	margin: 0px 0px 0px 15px;
	background: #121b24 url('../images/required/sidebar.png');
}
#sidebar .firstTitle {
	font-weight: bold;
    FONT-SIZE: 1.1em;
	letter-spacing: .05em;
    TEXT-TRANSFORM: uppercase;
    COLOR: #999;
    LINE-HEIGHT: normal;
    FONT-FAMILY: 'Trebuchet MS', Tahoma, Arial, Sans-serif;	
	margin: 0 0 0 -10px;
	padding: 0 0 0 0;
	height: 200px;
	background: url('../images/required/sidebar_bg.jpg') no-repeat;
}

#sidebar h1 {
	font-weight: bold;
    FONT-SIZE: 1.1em;
	letter-spacing: .05em;
    TEXT-TRANSFORM: uppercase;
    COLOR: #999;
    LINE-HEIGHT: normal;
    FONT-FAMILY: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
}
#sidebarTopImage {
	margin: 0 0 00 -10px;
	height: 40px;
	background: url('../images/required/sidebar_bg.jpg') no-repeat;
}
#sidebarFooter {
	height: 30px;
	margin: 0px 0px 0px -10px;
	left: 20px;
	background:url('../images/required/sidebar_bottom.png') no-repeat; 
}
.sidebarDivider {
	margin-left: -10px;
	height: 10px;
	background-image: url('../images/required/news_home.png');
}
#sidebar .quickLinkMenu {
	list-style:none;
	margin: 0;
	padding: .3em 2px 1em 0px;
	font: 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;		
}
#sidebar .quickLinkMenu a {
	display: block;
	font-weight: bold;
	color: #E8F4FF;	
	text-decoration: none;
	padding: .2em 0 .2em 30px;
	line-height: 1.5em;
	font-size: 1.0em;
	margin-left: -10px;
}
#sidebar .quickLinkMenu a:hover {
	color: #FFF;
	background: #2c363f url('../images/required/sidebullet.gif') no-repeat .25em .45em;				
}
#sidebar ul.sidemenu ul{
	margin-left: 15px;
}
#sidebar .quickLinkItem {
	padding: 0; 
	background: url('../images/required/sidebullet.gif') no-repeat .0em .5em;		
}
#agenda{
	margin: 0 0 0 -18px;
}
/* MAIN CONTENT */

#mainContent { 
	margin: 0 0 0 255px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContentSideBarNoPadding {
	margin: 0 0 0 255px;
	padding: 0 30px 0px 0px;
}
#mainContentNoSideBarNoPadding {
	margin: 0 0 0 0px;
	padding: 0 30px 0px 15px;
}
#mainContentNoSideBarPadding {
	margin: 0 0 0 0px;
	padding: 0 50px 0px 50px;
}
.mainHeader {
	FONT-SIZE: 1.0em;
	TEXT-TRANSFORM: uppercase;
	text-align: left;
	COLOR: #FFF;
	LINE-HEIGHT: normal;
	FONT-FAMILY: "headerFont", Verdana, Geneva, sans-serif;
	FONT-WEIGHT: bolder;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 36px;
	background-image: url('../images/required/divider.png');
}

/* FOOTER */

#footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url('../images/required/bottom.png');
	height: 80px;
	position: relative;
	top: 80px;
}
#footerLeft {
	float:left;
	width: 200px;
	text-align: left;
	padding: 5px 10px 0 50px;
}
#footerCenter {
	float:left;
	width: 256px;
	margin: 10px auto;
	text-align: center;
	padding: 5px 10px 0 10px;
}
#footerRight {
	width: 201px;
	margin-left: 539px;
	text-align: right;
	padding: 5px 50px 0 10px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerCenter A {
    COLOR: #CCC;
    TEXT-DECORATION: none;
}
#footer A {
	COLOR: #38424c;
    TEXT-DECORATION: none;
}
#footer A:active {
    COLOR: #919191;
    TEXT-DECORATION: none;
}
#footer A:link {
    COLOR: #38424c;
    TEXT-DECORATION: none;
}
#footer A:visited {
    COLOR: #38424c;
    TEXT-DECORATION: none;
}
#footer A:hover {
    COLOR: #919191;
    TEXT-DECORATION: none;
}

/* LINKS */

A {
	COLOR: #F60;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #FFC;
	TEXT-DECORATION: none;
}
A:link {
	COLOR: #FFC;
	TEXT-DECORATION: none;
}
A:link img {
         text-decoration: none;
         border:0;
         border:none;
}
A:visited img {
         text-decoration: none;
         border:0;
         border:none;
}
A:hover {
    COLOR: silver;
    TEXT-DECORATION: none;
}
a[href *="contact.html?"] { 
	padding: 5px 20px 10px 0;
	background: transparent url('../images/required/email.gif') no-repeat center right;
}

/* HEADERS */

H1 {
    FONT-SIZE: 1.2em;
    TEXT-TRANSFORM: uppercase;
    COLOR: #FFF;
    LINE-HEIGHT: normal;
    FONT-FAMILY: Arial;}
H2 {
    FONT-SIZE: 1.2em;
    TEXT-TRANSFORM: uppercase;
    COLOR: #FFF;
    LINE-HEIGHT: normal;
    FONT-FAMILY: Arial;
}
H3 {
    FONT-SIZE: 1.2em;
	TEXT-TRANSFORM: uppercase;
    COLOR: #FFF;
    LINE-HEIGHT: normal;
	FONT-FAMILY: Verdana;
}

/* BLOCKQUOTE */

#mainContent blockquote {
	margin: 10px 15px;
 	padding: 10px 10px 10px 28px;  
    border: 1px solid #222d38;
	background: #192129; 
  	font: normal 1.1em/1.1em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	color: #ACACAC;
}
#mainContent blockquote h1{
	margin: 0;
  	font: normal 1em/1em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	color: #FFF;
}

/* LISTS */

UL {
    COLOR: white;
    FONT-FAMILY: Verdana;
    LIST-STYLE-TYPE: square
}
OL {
    COLOR: white;
    FONT-FAMILY: Verdana;
    LIST-STYLE-TYPE: decimal
}
/* TABLES */

#mainContent table {
	margin: 0px 0px; 
	border-collapse: collapse;
}
#mainContent th strong {
	color: #fff;
}
#mainContent th {
	background: #222d38;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #222d38;
	border-bottom: solid 1px #222d38; 
	border-top: solid 1px #222d38;
}
#mainContent tr {
	color: #707070;
	height: 2.5em;	
}
#mainContent td {
	padding-left: 12px;
	padding-right: 12px;
	/*
	border-left: 1px solid #222d38;
	border-bottom: solid 1px #222d38;
	*/
}
#mainContent td.first,th.first {
	border-left: 0px;
}
#mainContent tr.row-a {
	background: #1c262f;
}
#mainContent tr.row-b {
	background: #192129;
}

/* form elements */
form {
	margin: 0px 5px; 
	padding: 0px; 
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	display:block;
	font-weight:normal;
	margin: 0 0;	
}
input {
	padding: .3em;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	background: #1c262f;
	color:#FFF;
	vertical-align: top;
}
textarea {
	padding: .3em;
	font: normal 1em/1.5em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 20em;
	display:block;
	background: #1c262f;
	color:#FFF;
}
input.button { 
	font: normal 1em Arial, Sans-serif; 
	margin: 0px 0px 0px 5px;
	padding: .2em .2em;
	color: #FFF;
	background: #1c262f;
	border: 1px solid #CCC;
	cursor: pointer;
}
#validcheckbox {
	float:left;
	width: 15%;
}

/* VIDEO */
.border {
   border: 3px solid #FFF;
   padding: 0px;
   float: left;
   -moz-border-image: url('../images/required/photo_edges.png') 5 repeat;
   -webkit-border-image: url('../images/required/photo_edges.png') 5 repeat;
}

/* IMAGES */
img.float-center {
   margin: .5em 1em 0em 1em;
   border: 3px solid #FFF;
   padding: 0px;
   -moz-border-image: url('../images/required/photo_edges.png') 5 repeat;
   -webkit-border-image: url('../images/required/photo_edges.png') 5 repeat;  
}
img.float-right {
   margin: .5em 1em 1em 1em;
   border: 3px solid #FFF;
   padding: 0px;
   -moz-border-image: url('../images/required/photo_edges.png') 5 repeat;
   -webkit-border-image: url('../images/required/photo_edges.png') 5 repeat;
}
img.float-left {
   margin: .5em 1em 1em 0;
   border: 3px solid #FFF;
   padding: 0px;
   -moz-border-image: url('../images/required/photo_edges.png') 5 repeat;
   -webkit-border-image: url('../images/required/photo_edges.png') 5 repeat;
}
img.sermonBox {
   background: #FAFAFA;
   border: 2px solid #222d38;
   padding: 2px;
   width: 200px;
   height: 150px;
}

/* ALIGNMENT CLASSES */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.indent_10 { padding-left: 10px; }
.indent_20 { padding-left: 20px; }

/* BG_FILL */

#bg_fill{
	position: fixed;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
	overflow: visible;
	z-index: -1000;
	background-attachment: scroll;
}
#bg_video{
	position: fixed;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
	overflow: visible;
	z-index: -1001;
	background-attachment: scroll;
}
#bg_splats{
	position: absolute;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	border: 0px;
	overflow: visible;
	z-index: -999;
	background-attachment: scroll;
}
/* ALERT SCRIPT BOX */

#scriptAlertBox {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 525px;
	height: 302px;
	margin: 0 auto;
	margin-left: -263px;
	margin-top: -151px;
	text-align: left;
	color: #FFF;
	padding: 1px 0 0 60px;
	background-color: #666;
	z-index: 1000;
    border: 5px solid #F00;
}

#map_canvas {
	width: 480px;
	height: 480px
}

/* EVITE TAB */

#slideBox {
	FONT-SIZE: 1.0em;
	margin: 0px 0px 0px -0em; 
	padding: 0px;	
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	width: 530px;
	height: 320px;
	BACKGROUND-COLOR: #FFF;
	display: none;
}
.slideBoxTab {
	position: relative;
	top: 0px;
	float: right;
}
#contentBox {
	FONT-SIZE: 1em;
	margin: 0px 0px 0px 0px; 
	padding: 0px;	
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	width: 530px;
	height: 320px;
	BACKGROUND-COLOR: #FFF;
}
#contentBox input {
	padding: .3em;
	border: 0px solid #eee;
	font: normal 1em Verdana, sans-serif;
	background: #a0a4a7;
	color:#FFF;
	vertical-align: top;
}
#contentBox textarea {
	padding: .3em;
	border: 0px solid #eee;
	font: normal 1em Verdana, sans-serif;
	background: #a0a4a7;
	color:#FFF;
	vertical-align: top;
	height: 5em;
	display:block;
}
.table-row {
  background: none #FFF; 
  border: solid #000000 0px; 
  color: #888;
  margin-top: 0; 
  margin-right: auto; 
  margin-bottom: 0; 
  margin-left: auto;
  padding: 0; 
  text-align: center;
  width: 96%;
  overflow: hidden;
}
.left-container2 {
  border: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 30%;
  height: 35px;
  overflow: hidden;
}
.right-container2 {
  border: none; 
  float: right;
  text-align:left;
  margin: 0; 
  padding: 0; 
  width: 70%;  
  height: 35px;
  vertical-align: top;
  overflow: hidden;
}
.left-container3 {
  border: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 30%;
  height: 75px;
  overflow: hidden;
}
.right-container3 {
  border: none; 
  float: right;
  text-align:left;
  margin: 0; 
  padding: 0; 
  width: 70%;  
  height: 80px;
  overflow: hidden;
}
.space-line {
  clear: both; 
  margin: 0; 
  padding: 0;
  width: auto;
}
.formLabel {
  text-align: left;
  vertical-align: top;
  margin: 0; 
  padding: 0;
}
.formLabelWhite {
  color: #CCC;
  text-align: left;
  vertical-align: top;
  margin: 0; 
  padding: 0;
}
