﻿@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------- */
/*  Faith Presbyterian Church - Seminole Florida 		*/
/* ---------------------------------------------------- */


/* Font color on Childrens Ministry page is lighter: #d7c346 */

/* Default settings for all elements.
	White text on dark blue background
---------------------------------------------------------*/
	body {
	  margin:10px;
	  line-height:130%;
	  background-image: none;
	  background-color:#192149;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  color:#FFFFFF;
	}

/* Default paragraph is set to white text.
---------------------------------------------------------*/
	p {
		color:#FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:100%;
	}
	
/* Header Image format and alignment
---------------------------------------------------------*/
	div.headerImg {
		position:relative;
		text-align:center;
	}
		
/* Both Non-Visited and Visited Link colors are set to 
	an amber/orange for both
---------------------------------------------------------*/
	a:link {
		color:#CC9900;
	}
	
	a:visited {
		color:#CC9900;
	}

/* Default Header text size and color
---------------------------------------------------------*/	
	h1{
		font-size:x-large;
		color:#CC9900;
		text-align:center;
		vertical-align:text-top;
		/*background-color:#192149;*/
	}
	
	h2{
		font-size:large;
		color:#CC9900;
		/*background-color:#192149;*/
	}

	h3{
		font-size:16px;
		color:#CC9900;
		
		/*background-color:#192149;*/
	}


/* left sidebar menu
---------------------------------------------------------*/
	td.LeftSidebar {
		background-image:"images\SideBarBig.jpg";
		background-repeat:repeat-x;
	}
	
	
	
	/*td.fpc_pageheader {
		font-size:x-large;
		color:#CC9900;
		background-color:#192149;
	}*/

/* A class to use to set default highlighted font color
---------------------------------------------------------*/	
	.highlight{
		color:#CC9900;
	}
	
/* 
---------------------------------------------------------*/	
	.navtext{
		background-color:"#364176";
		color:#CC9900;
		line-height:150%;
		font: 16px Verdana, Arial, Helvetica, sans-serif;
		line-height:26px;
		letter-spacing:.1em;
		text-decoration: none;
	}

	#navigation td {
		border-bottom: 2px solid ;
		background-image:"images\SideBarBig.jpg";
		background-repeat:repeat-x;

	}
		
	#navigation a {
		font: 16px Verdana, Arial, Helvetica, sans-serif;
		color:#CC9900;
		line-height:26px;
		letter-spacing:.1em;
		text-decoration: none;
		display:block;
		padding:8px 6px 10px 26px;
		background: url("/images/Nav_arrow1.gif") 14px 45% no-repeat;
	}
		
	#navigation a:hover {
		background: #ffffff url("/images/Nav_arrow1.gif") 14px 45% no-repeat;
		color:#CC9900;
	}

/* Default Street Address format.  Font size is left out of this
	style so it can be used in both header and footer 
	street address displays
---------------------------------------------------------*/	
	#address{
		text-align:center;
		font-size:medium;
		font-weight:bold;		
		color:#CC9900;
		vertical-align:top;
	}

	.slideshow{
		height:26;
		/* background-color:#364176; */
	}
	
/* Default Button format.  
---------------------------------------------------------*/		
	input.fpc_button
	{
	   font-size:14px;
	   font-family:Verdana,sans-serif;
	   width:200px;
	   height:50px;
	}
