@charset "utf-8";
/* PYFA CSS Document */


#headerContainer { 
	width:992px;
	height:210px;
	padding:0px;
	clear:both;
	margin: 0px auto;
	background-color:#005C8A;
	color:#005C8A;
	text-align:right;
	font:Arial, Helvetica, sans-serif;
}

h1 {
	color:#FFAA00;
	text-align:left;
	font-weight:bold;
	font-size:22px;
	font-family: Verdana, Geneva, sans-serif;
	padding:4px;
}

h2 {
	color: #FFAA00;
	text-align:left;
	font-weight:bold;
	font-size:18px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left:0;
	padding-right:0;
	padding-top:12px;
	padding-bottom:0px;
}

h3 {
	background-color: #FFFFFF;
	border-bottom:#DDDDDD 1px solid;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left:0;
	padding-right:0;
	padding-top: 0;
	padding-bottom: 0;
}

p {
	color: #1A1A1A;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	word-spacing: 0;
	line-height: 18px
}

ol.a {
	background: #D6E5EC;
}

li.a {
	background: #D6E5EC;
	padding: 10px;
}

#navigation {
	width:992px;
	clear:both;
	margin: 5px auto;
	background-color: #196C96;
	color: #EDC43B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	overflow:hidden;
	font-style:normal;
	font-variant:normal;
	padding-left:0;
	padding-right:0;
	padding-top:8px;
	padding-bottom:8px;
}

.navlinks a {
	color:#CCCCCC;
	text-decoration:none;
}

.navlinks a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.subnavigation {
	display:none;
	text-align:center;
	color:#FFCC33;
	text-transform:none;
	overflow:auto;
}	

.subnavigation a {
	color:#FFCC33;
	text-transform:none;
	overflow:auto;
	text-decoration:none;
}	

#container {
	width:1024px;
	padding:5px 5px 5px 5px;
	clear:both;
	margin: 0px auto;
	background-color:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	clear:both;
}

#footerContainer {
	width:992px;
	height:40px;
	padding:4px 4px 4px 4px;
	clear:both;
	margin: 0px auto;
	font:Arial, Helvetica, sans-serif;
	color:#FFD699;
	font-size:10px;
	font-weight:normal;
	text-align:right;
}

#content {
	padding:4px 4px 4px 4px;
	text-align:left;
	background-color:#FFFFFF;
	overflow:hidden;
}	

.spacing {
	width:4px;
	height:4px;
	float:left;
}

body {
	background: #005C8A repeat-x top;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px;
	padding:0px;
	scrollbar-base-color: #c43e00;
	scrollbar-arrow-color: #ffffff;
	vertical-align:middle;
	text-align:center;
}

.boldlinks a {
	color:#FF9900;
	text-decoration:none;
}

.boldlinks a:hover {
	color:#666666;
	text-decoration:underline;
}

.regular {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	font-weight:normal;
}

.regular a {
	text-decoration:none;
	color: #005C8A;
	font-weight:bold;
}

.regular a:visited {
	text-decoration:none;
	color: #D11975;
}

.regular a:hover {
	text-decoration:underline;
	color: #005C8A;
	font-weight:bold;
}

.regularVerySmall {
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
	font-weight:normal;
}

.tinyRegular {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	font-weight:normal;
}

.regularBold {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}

.regularBold a {
	text-decoration:none;
	color:#CC0000;
	font-weight:bold;	
}

.regularBold a:hover {
	text-decoration:underline;
	color:#666666;
	font-weight:bold;
}

.redBold {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC0000;
	font-weight:bold;	
}

.redBold a {
	text-decoration:none;
	color:#CC0000;
	font-weight:bold;	
}

.redBold a:hover {
	text-decoration:underline;
	color:#666666;
	font-weight:bold;	
}

.regularWhite {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;	
}

.regularWhite a {
	text-decoration:none;
	color:#fff;	
}

.regularWhite a:hover {
	text-decoration:underline;
	color:#fff;	
}

#product_list {
	border:#000 1px dotted;
	padding:5px;
	margin:5px;
	color:#993300;
	height:190px;
	width:155px;
	float:left;	
}

#product_list a {
	color:#990000;
	text-decoration:none;	
}

#product_list a:hover {
	color:#000000;
	text-decoration:underline;	
}

#product_item {
	border:#000 1px dotted;
	padding:5px;
	margin:5px;
	color:#993300;
	width:500px;
	height:auto;
	float:none;
	overflow:auto;
}

#product_item a {
	color:#990000;
	text-decoration:none;	
}

#product_item a:hover {
	color:#000000;
	text-decoration:underline;	
}

#form_fied_row {
	clear:both;
	float:none;
	width:510px;
	padding:10px 0 0 0;	
}

#form_field_row_items_lbl {
	float:left;
	width:200px;
	text-align:right;
	padding:0 5px 0 0;	
}

#form_field_row_items_control {
	float:left;
	width:300px;
	text-align:left;	
}

.errorMsg {
	font:Arial, Helvetica, sans-serif;
	color:#993300;	
}

.copyrightText {
	font-size: 10px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;	
}

.copyrightText A {
	font-size: 10px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration:none;
}

.copyrightText A:hover {
	font-size: 10px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration:underline;
}

#left_column { width: 668px; padding: 0; margin: 0; float: left; text-align: left; }
#right_column { width: 300px; padding-left: 28px; padding-right: 0; padding-top: 0; padding-bottom: 0; margin: 0; float: left; }

#spacing { width:5px; padding:0px; margin:0px; background-color:#fff; float:left; text-align:left; }

.allClear {
	float:none;
	clear:both;
	padding:4px 0 0 0;
	overflow:hidden;	
}

.dottedline {
	border-bottom:#999 1px dotted;
	margin:5px 0;
	width:100%;
}

/*#left_column h1 {
	width:650px;
	height:26px;
	margin: 0;
	overflow:hidden;
	color:white;
	background-color: #4789AB;
	background-position: left top;
	background-repeat:no-repeat;
	font-size: 18px;
	font-family: Verdana, Arial "trebuchet MS", Geneva, Helvetica;
	text-transform: normal;
	text-align:left;
	line-height:22px;
	-moz-border-radius:.5em;
	padding-left:10px;
	padding-right:0;
	padding-top:4px;
	padding-bottom:0 ;
}*/

/*#right_column h1 {
	width:300px;
	height:26px;
	margin: 0;
	overflow:hidden;
	color:white;
	background-color: #4789AB;
	background-position: left top;
	background-repeat:no-repeat;
	font-size: 18px;
	font-family: Verdana, Arial "trebuchet MS", Geneva, Helvetica;
	text-transform: normal;
	text-align:center;
	line-height:22px;
	-moz-border-radius:.5em;
	padding-left:0;
	padding-right:0;
	padding-top:5px;
	padding-bottom:0;
}*/

#churchTable td {
	text-align:left;
	padding:2px;
	vertical-align:top;	
}

#churchTable td.class1 {
	padding-right:10px;
	text-align:left;
	vertical-align:top;	
}

#churchTable td.separator {
	border-bottom:1px solid #A0988F;
}

#churchTable br {
	margin:0;
	padding:0;	
}

.errorMsg {
	font:Arial, Helvetica, sans-serif;
	color:#993300;	
}

#program_schedule {
	width:100%;
	overflow:hidden;
	float:none;
	clear:both;
	color: #000000;
}

.program_schedule_row_header {
	clear:both;
	float:none;
	overflow:hidden;
	display:block;	
}

.program_schedule_row {
	clear:both;
	float:none;
	overflow:hidden;
	display:block;
	color: #000000;
}

.program_schedulepast_row {
	clear:both;
	float:none;
	overflow:hidden;
	display:block;
	color: #808080;
}

.program_schedule_row_item_date {
	float:left;
	width:20%;
}

.program_schedule_row_item_program {
	float:left;
	width:30%;	
}

.program_schedule_row_item_place {
	float:left;
	width:50%;	
}

.yc_row {
	float:none;
	clear:both;
	width:668px;
	overflow:hidden;	
}

.yc {
	float:left;
	margin:5px 2px 5px 2px;
	width:127px;
	text-align:center;
	padding:12px 0 5px 0;
}

.yc a {
	color:#000;
	text-decoration:none;
	font-weight:bold;	
}

.yc a:hover {
	color:#666;
	text-decoration:none;
	font-weight:bold;	
}

.eo {
	float:left;
	margin:5px 2px 5px 2px;
	width:215px;
	text-align:center;
	padding:12px 0 5px 0;	
}

.eo a {
	color:#000;
	text-decoration:none;
	font-weight:bold;	
}

.eo a:hover {
	color:#666;
	text-decoration:none;
	font-weight:bold;	
}

.borderlessImage {
	border-style:none;	
}	

.comments {
	clear:both;
	border-bottom-color:#000;
	border-bottom-style: dotted;
	border-bottom-width:1px;
	padding:5px 0 5px 2px;
	width:98%;
	overflow:hidden;	
}

.videoMETA {
	width:550px;
	padding:5px;
	margin:5px 0 5px 0;
	text-align:left;	
}

.ratingDiv_full { 
	float:left;
	width:20px;
	height:20px;
	background:url('../images/star_full.jpg');	
}

.ratingDiv_null {
	float:left;
	width:20px;
	height:20px;
	background:url('../images/star_null.jpg');	
}

.ratingDiv_half {
	float:left;
	width:20px;
	height:20px;
	background:url('../images/star_half.jpg');	
}

.thumbs_dn_grey {
	background:url('../images/thumbs_sprite.png') no-repeat 0px 0px;
	width:19px;
	height:20px;
	float:left;
}

.thumbs_dn_red {
	background:url('../images/thumbs_sprite.png') no-repeat 0px -19px;
	width:19px;
	height:20px;
	float:left;
}

.thumbs_up_grey {
	background:url('../images/thumbs_sprite.png') no-repeat -19px 0px;
	width:19px;
	height:19px;
	float:left;
}

.thumbs_up_green {
	background:url('../images/thumbs_sprite.png') no-repeat -19px;
	width:19px;
	height:19px;
	float:left;
}

.thumbs_msg {
	float:left;
	width:30px;
	height:20px;
	text-align:center;
	padding:2px 0 0 0;	
}

.grey {
	color:#999;	
}

.green {
	color:#006600;	
}

.red {
	color:#990000;
}


/* AddThis Vertical Hover Menu */

.addthis_toolbox .custom_hover {
    position: relative;
}

.addthis_toolbox .custom_hover .custom_button {
    font-weight: bold;
    padding: 6px 12px 6px 12px;
    color: #005C8A;
    cursor: pointer;
    -moz-border-radius: 5px 5px 0 0;    
    -webkit-border-radius: 5px 5px 0 0;
}

.addthis_toolbox .custom_hover .custom_button.active {
    background-color: #196C96;
    color: #FFD699;
}

.addthis_toolbox .hover_menu  {
    display: none;
    position: absolute;
    background: #fff;
}

.addthis_toolbox .custom_hover .tower {
    -webkit-border-radius: 0 5px 0 0;   
    -moz-border-radius-topleft: 0;
    
}
.addthis_toolbox .hover_menu  {
    width: 136px;
    padding: 1px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_menu a {    
    position: relative;
    display: block;
    width: 102px;
    padding: 4px 0 4px 34px;
    text-decoration: none;
    color: #00bff3;
}

.addthis_toolbox .hover_menu a:hover {    
    background: #f5f5f5;
    color: #027999;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.addthis_toolbox .hover_menu span {
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .hover_menu .more {
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .hover_menu .more a {
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .hover_menu .more a:hover {
    background: none;
}
.addthis_toolbox .hover_menu .more span {
    display: none;
}

table 
    {
    table-layout: auto;
    align: left;
    text-align: bottom;
    border-collapse: collapse;
    /*border: 1px solid #CCCCCC;*/
    }

th {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background: #196C96;
	border: 1px solid #CCE0EB
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

td {
	font-size: 11px;
	font-weight: normal;
	color: #4C4C4C;
	border: 1px solid #CCE0EB
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
}

/*tr {
	border-bottom: 0.50px solid #EEEEEE;
}*/

tr.light {
	background: #FFFFFF;
	vertical-align: center;	
}

tr.dark {
	background: #F1F1F1;
    	vertical-align: center;	   
}

tr.nextevent {
	background: #C1DAE6;
    	vertical-align: center;	   
}

/*tr:hover {
	background: #FFEBCC;
}*/

caption {
	color: #005C8A;
	font-size: 14px;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
}

.floatright
{
float: right;
margin: 0 20px 10px 10px;
border: 1px solid #808080;
}

.floatleft
{
float: left;
margin: 10px 20px 10px 10px;
border: 1px solid #;
}

/* More Links */

a.alert_calendar:link,a.alert_calendar:visited {
	display:block;
	font-weight:bold;
	font-size: 11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
	color:#FFFFFF;
	background-color:#D11975;
	width:60px;
	text-align:center;
	padding:2px;
	text-decoration:none;
}

a.alert_calendar:hover,a.alert_calendar:active {
	color:#FFFFFF;
	background-color:#A7145E;
	text-decoration:none;
}


a.alert_page:link,a.alert_page:visited {
	display:block;
	font-weight:bold;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	color:#FFFFFF;
	background-color:#D11975;
	width:120px;
	text-align:center;
	padding:3px;
	text-decoration:none;
}

a.alert_page:hover,a.alert_page:active {
	color:#FFFFFF;
	background-color:#A7145E;
	text-decoration:none;
}

a.home:link {color: #FFD699; text-decoration:none}
a.home:visited {color: #944D94; text-decoration:none}
a.home:hover {color: #FFD494; text-decoration:underline}
a.home:active {color: #FFD494; text-decoration:none}



#youtube, #twitter, #sponsors {
	margin: 0;
	border: 0
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}
