/* First Presbyterian church style sheet developed by irene rowley and roger johnson, version august 2009 */

@charset "utf-8";
#page_container  {
	width: 802px;
	background-image: url(/images/FPC_leftsidebar_tileblue.jpg);
	background-repeat: repeat-y;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
} 


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	width: 802px;
	margin: 0px;
}

#TopNavBar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #000;
	padding-top: 2px;
	padding-right: 1px;
	padding-left: 1px;
	height: 27px;
	font-variant: normal;
	margin: 0px;
	width: 798px;
	background-color: #85A2DC;
}
#TopNavBar ul {list-style: none; margin: 0; padding: 0;}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#TopNavBar li {
}

#left_sidebar  {
	float: left; /* since this element is floated, a width must be given */
	width: 114px;
	color: #FFF;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	position: relative;
	clear: left;
	background-color: #85A2DC;
	margin: 0px 5px 0px 0px;
	padding-right: 5px;
}
#left_sidebar a:link   {
	color: #FDF7EA;
}
#left_sidebar a:hover {
	color: #FAEBCE;
	text-decoration: underline;
}

#left_sidebar #MenuBar2 a {
	font-size: 12px;
	font-weight: bold;
	color: #933;
	text-decoration: none;
}
#left_sidebar h2 {
	color: #FAEBCE;
	font-size: 14px;
	font-weight: bold;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#left_sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
#left_sidebar li {
	display: block;
	margin: 4px 0px;
	padding: 5px;
	background-color: #A6BBE6;
	list-style: disc outside;
}

#left_sidebar li:hover {
	background-color: #D1DAEF;
	color: #933;
}
#left_sidebar li a:link , #left_sidebar li a:visited{
	display: block;
	color: #900;
	text-decoration: none;
}

#left_sidebar li.buttonOn{
	color: #C66;
	background-color: #E4EBF8;
	font-weight: bold;
}

#main_content  {
	padding: 0;
	width: 432px;
	line-height: 1.8em;
	min-height: 350px;
	position: relative;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	font-family: Arial, sans-serif;
} 
#maincontent_sub1 {
	clear: none;
	z-index: 300;
	position: relative;
	width: 432px;
	left: 0px;
	top: 10px;
	text-align: center;
	height: 200px;

}
#maincontent_sub1 #picture_show {
	width: 238px;
	float: left;
	height: 200px;
	position: relative;
	overflow: hidden;
}

#maincontent_sub2 {
	width: 430px;
	left: 0px;
	text-align: center;
	position: relative;
	clear: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top: 0px solid #069;
	border-right: 2px solid #069;
	border-bottom: 2px solid #069;
	border-left: 2px solid #069;
}
#main_content h2 {
	text-align: center;
	padding-top: 2px;
	border-top: 2px solid #069;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	color: #006;
}
#main_content h2.no_rule {
	text-align: center;
	border-top-width: 0px;
	border-top-color: #86A3DD;
	padding-top: 2px;
	border-top-style: none;
}
#main_content table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main_content td {
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006;
	padding: 0.5em;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#announcement .centered a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #039;
}
#announcement p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #039;
	font-weight: bold;
}


#content{
	float: left;
  width: 55%;
}

#right_sidebar {
	margin-bottom: 0px;
	padding: 10px;
	margin-top: 0px;
	background-color: #ECE2D5;
	border-left-width: 1px;
	border-left-style: solid;
	position: relative;
	margin-left: 0px;
	float: left;
	width: 200px;
	right: auto;
	margin-right: auto;
}


#right_sidebar h2 {
	font-size: larger;
	font-weight: bold;
	color: #254483;
}

#footer  {
	text-align: center;
	color: #FFF;
	background-color: #382787;
	clear: both;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 1px;
	position: relative;
} 
#footer p {
	color: #FFF;
	margin-top: 4px;
}

#footer a {
	color: #C40314;
	background-color: #FDF7EA;
	padding: 4px;
	margin: 4px 0px;
	border: 1px solid #933;
}
#footer .shadedcell a {
	background-color: #382787;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 2px;
	color: #CCC;
	text-decoration: underline;
}
#footer .shadedcell {
	background-color: #382787;
	padding: 3px;
	font-size: 95%;
	color: #CCC;
}
#footer a:hover {
	background-color: #F9F0D2;
	font-weight: normal;
	text-decoration: none;
	color: #D40314;
}
#announcement {
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #ECE2D5;
	border-bottom-width: 2px;
	padding: 9px;
	margin-bottom: 6px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFC;
	border-right-color: #000;
	border-left-color: #FFC;
	width: 405px;
	position: relative;
	float: left;
	font-family: Arial, sans-serif;
	margin-right: auto;
	margin-left: auto;
}

#pic_top1 {
	position: absolute;
	width: 230px;
	left: 0px;
	top: 0px;
	z-index: 100;
	height: 194px;
	visibility: visible;
}
#pic_top2 {
	position: absolute;
	width: 230px;
	left: 0px;
	top: 0px;
	z-index: 300;
	height: 194px;
	visibility: hidden;
}
#pic_top3 {
	position: absolute;
	width: 230px;
	left: 0px;
	top: 0px;
	z-index: 200;
	height: 194px;
	visibility: hidden;
}
#affiliates {
	min-height: 215px;
	bottom: 0px;
}

#CChurch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#deaconsTbl caption {
	font-size: 2em;
	color: #006;
	text-align: left;
	padding: .5em 0;
}
#eldersTbl caption {
	font-size: 2em;
	color: #006;
	text-align: left;
	padding: .5em 0;
}

/***********************************************/
/* FPC06a.css                             */
/* First Presbyterian Church 2006         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	padding-left: 20px;
}

a{
	color: #006699;
	text-decoration: underline;
}

a:link{
	color: #003399;
	text-decoration: underline;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #990033;
	text-decoration: underline;
	font-weight: bold;
	font-variant: normal;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 140%;
	color: #000066;
	margin: 12px 0px;
	padding: 0px;
	text-align: center;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 120%;
	color: #254483;
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	padding: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
	padding: 0px;
	float: none;
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
li {
	margin-left: 10px;
	padding-left: 10px;
}


label{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
	vertical-align: top;
}
.noborder {
	border: 0;
}




.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;
	margin-top: 8px;
}
.fltlft {
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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;
    font-size: 1px;
    line-height: 1px;
}
.fineprint {
	font-size: 0.85em;
	line-height: 1.5em;
}
.centered {
	text-align: center;
}
.100percent {font-size: 100%}
.georgia14bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
.georgia {font-family: Georgia, "Times New Roman", Times, serif}
.georgia10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1.4em;
}

.georgia11 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px;}
.georgia18 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}
.arial16 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; }


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}
.happyday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
	float: none;
	list-style-position: outside;
	list-style-type: square;
	z-index: 2;
}

.width_onethird {
	width: 120px;
	float: left;
	padding: 0px 10px;
}
.captions {
	font-size: 0.95em;
	line-height: 1.5em;
	text-align: center;
	font-style: italic;
}


.quotes {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	line-height: 1.6em;
	margin-right: 10px;
}
.youthbox {
	padding: 3px;
	background-color: #CCFF99;
}
.black_back {
	color: #FFF;
	background-color: #000;
	text-align: center;
	padding-left:5px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.shadedcell {
	background-color: #9CC;
}
tr .leaders {
	font: 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFf;
	background: #006;
}


#fourth {
	background-color: #f0f0f0;
	background-repeat: repeat;
	padding: 2px;
}
#fourth h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #906;
}
#fourth p a {
	color: #C00;
	font-size: 100%;
}

#fourth p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #906;
	margin: 5px;
}
.fourth {
	text-align: center;
}
.feedback {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	color: #334d55;
}
#facRequest {
	position: relative;
}
.checkboxrt {
	position: absolute;
	left: 200px;
}
.feedbackrt {
	position: absolute;
	left: 220px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
}


.survey {
}
.feedbacktxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #334d55;
}
#formRequest {
	background: #CCC;
	width: 425px;
}
span.feedback {
	font-size: 120%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	display: block;
}

fieldset {
	border-style: none;
}
#eldersRegion td {
	border-top: thin solid #006;
	border-left: thin solid #006;
	border-right-style: none;
	border-bottom-style: none;
}
#deaconsRegion  td {
	border-top: thin solid #006;
	border-left: thin solid #006;
	border-right-width: thin;
	border-bottom-width: thin;
}
h1.chonda {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 2em;
	line-height: 1.5em;
}
p.chonda {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3em;
	color: #099;
	text-align: center;
}
blockquote.chonda {
	font-size: 1em;
	color: #F3C;
	text-align: center;
	font-style: italic;
	font-weight: bolder;
}
#chonda {
	float: right;
}
.script {
	font-family: "Monotype Corsiva", "Lucida Console", "Palace Script MT", cursive;
	font-size: 2em;
	line-height: 1.25em;
}
.centered_red {
	font-size: 1.2em;
	color: #900;
	text-align: center;
}
#main_vbs {
	background-image: url(../images/SignBkdColorRight.jpg);
	background-repeat: no-repeat;

}
#main_vbs p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #306;
	text-align: left;
	display: block;
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#main_vbs form {
	border: 2px solid #900;
}


#main_vbs h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #C00;
	text-align: left;
	display: block;
	margin-left: 60px;
	border-style: none;
}
#main_vbs h3 {
	color: #C00;
	background-color: #FFF;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-left: 40px;
	margin-right: 40px;
}

