@charset "UTF-8";
/*THESE ARE THE DEFAULT SETTINGS*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #6699cc url(images/teal_grad.gif) repeat-x top;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #000000;
}


#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin:0;
	background: #FFFFFF url(images/blue_grad.gif) repeat-x;
	margin: 30px auto 0px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	color: #000000;
	border: 1px solid #003678;
	padding: 0px;
	}
	
#mainContent {
	margin:10px 0px 10px 20px;
	padding: 0px 20px;
}

h1 {
	font:Arial, Helvetica, sans-serif;
	color:#003678;
	padding:10px 0 0px 0px;
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	font:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color: #000000;
	padding:0px;
	margin: 0px;
	}
	
h3 {
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	color: #003678;
	margin: 0px 0px 10px;
	padding: 0px 0px 15px;
	}

h4 {
	
	padding:3px 0px 3px 20px;
	background: #369;
	margin-right: 2px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font: bold normal 0.9em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


p {
	font:Verdana, Arial, Helvetica, sans-serif;
	font: 0.85em/1.4em "Trebuchet MS", Arial, sans-serif;
	text-align: left;
}


a:link {
	color: #000099;
}

a:visited {
	color: #000099;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
a:active {
	color: #000099;
}



#imgRtFloat img {
	float: right;
	padding:10px 30px;	
}

#imgLtFloat img {
	float: left;
	padding:10px;
	border: thin solid #AACCEE;
	margin: 0px;
	clear: both;
}

/*THIS IS THE TOP NAVIGATION BAR
--------------------------------------------------------------------------*/

#outside{

	border:1px solid #000066;
	background:#003678;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	}
#navigation-1 {
	padding:1px 0px 5px 100px;
	margin:0px;
	list-style:none;
	height:20px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	font: 10pt Arial, Helvetica, sans-serif;
}

#navigation-1 li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width:130px;
}
#navigation-1 li a:link, #navigation-1 li a:visited {
	padding:4px 0 4px 15px;
	display:block;
	text-align:left;
	text-decoration:none;
	background:#003678;
	color:#ffffff;
	width:110px;
	height:17px;
}



/*This is the top nav link color when you hover*/

#navigation-1 li:hover a, #navigation-1 li a:hover, #navigation-1 li a:active {
	padding:2px 0 5px 15px;
	display:block;
	text-align:left;
	text-decoration:none;
	background:#369;
	color:#ffffff;
	width:108px;
	border:1px solid #FFFFFF;
}

/*This is the background white behind the drop links when you hover on the top nav*/
#navigation-1 li ul.navigation-2 {
	margin:0;
	padding:0px;
	list-style:none;
	display:none;
	background:#ffffff;
	width:125px;
	position:absolute;
	top:25px;
	
}
	
#navigation-1 li:hover ul.navigation-2 {
	display:block;
}
#navigation-1 li ul.navigation-2 li {
	width:125px;
	height:28px;
	clear:left;
}

/*This is the color of the drop down links when you are hovering on the top nav link*/

#navigation-1 li ul.navigation-2 li a:link, #navigation-1 li ul.navigation-2 li a:visited {
	clear:left;
	background:#003678;
	padding:5px 0 5px 15px;
	width:108px;
	border:1px solid #ffffff;
	position:relative;
	z-index:1000;
}

/*This is the color of the drop down links when you hover on them*/

#navigation-1 li ul.navigation-2 li:hover a, #navigation-1 li ul.navigation-2 li a:active, #navigation-1 li ul.navigation-2 li a:hover {
	clear:left;
	background:#369;
	padding:5px 0 5px 15px;
	width:108px;
	border:1px solid #ffffff;
	position:relative;
	z-index:1000;
}

/*I think this is just for level three links.*/


#navigation-1 li ul.navigation-2 li ul.navigation-3 {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:132px;
	top:-2px;
	padding:1px 1px 0 1px;
	border:1px solid #000099;
	border-left:1px solid #000099;
	background:#ffffff;
	z-index:900;
}
#navigation-1 li ul.navigation-2 li:hover ul.navigation-3 {
	display:block;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited {
	background:#000099;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active {
	background:#0066FF;
}
#navigation-1 li ul.navigation-2 li a span {
	position:absolute;
	top:0;
	left:132px;
	font-size:10pt;
	color:#fe676f;
}
#navigation-1 li ul.navigation-2 li:hover a span, #navigation-1 li ul.navigation-2 li a:hover span {
	position:absolute;
	top:0;
	left:132px;
	font-size:10pt;
	color:#ffffff;
}
                    
 /*END OF NAVIGATION BAR*/
 
/*THIS IS THE FORMATTING FOR THE TWO-COLUMN PAGES
---------------------------------------------------------------------------------*/


.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin:0;
	background: #FFFFFF url(images/2col_bkgd.gif) repeat-x;
	margin: 30px auto 0px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	color: #FFFFFF;
	border: 1px solid #003678;
	}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 0px;
	margin: 0px;
	color: #4074ad;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 190px; /* 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 20px;
	color: #000000;
} 

.twoColFixLtHdr #mainContent p {
padding:0 10px 0 20px;
}

.twoColFixLtHdr h2 {
	font:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color: #000000;
	padding:20px 0px 15px 20px;
	;
	margin: 0px;
	}

.twoColFixLtHdr h3 {
	padding:3px 0px 3px 20px;
	background: #369;
	margin-right: 2px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font: bold normal 0.9em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.twoColFixLtHdr h5 {
padding:0 0 0 20px;
}

.twoColFixLtHdr #sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size:0.9em;
}




/*THIS IS THE SIDEBAR 1 VERTICAL NAVIGATION
----------------------------------------------------------------------*/

#navcontainer { width: 200px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font: 0.9em Arial, Helvetica, sans-serif;
}

#navlist .firstChild {
	border-top: 1px solid #FFFFFF;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 175px;
background-color: #003678;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited{
color: #fff;
text-decoration: none;
padding-left:20px;
}

#navcontainer a:link
{
background-color: #003678;
color: #fff;
padding-left:20px;
}


#navcontainer a:hover
{
background-color: #369;
color: #fff;
padding-left:20px;
}


#container #twoColWrap {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#church_points {
	height: 200px;
	overflow-y: scroll;
	overflow:-x: hidden;
}

#church_points li {
	font-size: 0.8em;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 6px;
	line-height: normal;
}


                    

#footer {
	padding: 0 10px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-top: 1px solid #ddeeff;
	background: #003678;
	margin: 0px;
}

#footer a {
	color:#FFFFFF;
}


#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: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
}
.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;
}
#rtColBox {
	width: 235px;
	float: right;
	padding: 0px 10px;
	border: thin solid #AACCEE;
	clear: right;
	margin-bottom: 10px;
	margin-top: 0px;
}


#leftColBox {
	padding: 0px 10px 10px;
	width: 450px;
	position: absolute;
	top: 575px;
	float: left;
	border: thin solid #aaccee;
	margin-top: 0px;
	margin-bottom: 15px;
	clear: both;
}


#upcoming_events p {
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: normal;
	border-bottom: 1px solid #aaccee;
	padding-bottom: 12px;
	padding-top: 0px;
	font-size: 0.8em;
	text-align: left;
}

#upcoming_events img {
	margin: 0px;
	padding: 0px;
	border: thin solid #0000FF;
}



#springGathering {
	padding:0;
	margin:10 0 0;
	position: relative;
}

#springGathering h1 {
	padding:0;
	margin:5px 0 0;
	font-size: 1.2em;
	color: #CC3333;
	font-weight: 500;
}
#springGathering h5 {
	padding:0;
	margin:5px 0 0;
	font-size: 0.8em;
	font-weight: bold;
	font-style: normal;
}

#springGathering p {
	text-align:center;
	padding: 5px 0px;
	margin: 0px;
}
.twoColFixLtHdr #container #mainWrap #mainContent .fltlft img {
	border: thin solid #4074AD;
}
