/* ---------------------------------------------------------------
              Style Sheet for Midway United Methodist
   --------------------------------------------------------------- */

/* ---------------------------------------------------------------
     The following section is for the "main" page.
   --------------------------------------------------------------- */

.index_h1
		{
			background-image: url("../images/Church_Filter_Small_Light.jpg");
			background-repeat: no-repeat;
		}

.index_h1a
		{
			background-image: url("../images/Church_Filter_Small_Light.jpg");
			background-repeat: no-repeat;
		}
		
.index_h1b
		{
			background-image: url("../images/Church_Filter_Small_Light_w_Window.jpg");
			background-repeat: no-repeat;
		}		
		
.index_h2
		{
			font-family: Arial;
			font-size: 15;
			color: rgb(255, 0, 0);
			background-color: rgb(255, 255, 255,);
			text-align: center;
		}
	
.index_h3
		{
			background-image: url("../images/Red_Bar_Gradient.jpg");
			/* background-position: 25px 25px; */
			background-repeat: no-repeat;
			border-left-width: 1px;
			border-left-style: solid;
			border-left-color: Black;
			border-right-width: 1px;
			border-right-style: solid;
			border-right-color: Black;
			/* border-style: ridge; */
			/* padding: 20px, 8px, 20px, 8px; */
			font-family: Times New Roman;
			/* font-size: 17; */
			font-size: 12;
			/* width: 20%; */
			width: 15%;
			color: rgb(0, 0, 0);
			text-align: center;
		}
		
.index_h3 a
		{
			text-decoration: none;
			color: rgb(0, 0, 0);
		}
		
.index_h3 a:hover
		{
			text-decoration: underline;
			color: rgb(255, 255, 255);
		}
		
.index_h4
		{
			/* padding: 20px, 8px, 20px, 8px; */
			font-family:Arial;
			font-size: 16;
			font-weight: bold;
			background-color: rgb(255, 255, 255,);
			color: rgb(179, 102, 114);
			text-align: left;
		}
		
.index_h5
		{
			font-family: Times New Roman;
			font-size: 15;
			width: 50%;
			color: rgb(0, 0, 0);
			text-align: left;
		}
		
.index_h6
		{
			font-family: Times New Roman;
			font-size: 12;
			color: rgb(179, 102, 114);
			background-color: rgb(255, 255, 255,);
			text-align: left;
		}
	
.index_h7
		{
			font-family: Times New Roman;
			font-size: 9;
			color: rgb(255, 0, 0);
			text-align: right;
		}

.index_head
		{
			background-color: rgb(187, 187, 187);  /* <== normal color */
			color: Black;
			/* background-color: rgb(0, 80, 0); */  /* Christmas color */
			border-color: rgb(179, 102, 114);  /* <== normal color */
			/* border-color: rgb(255, 0, 0); */  /* Christmas color */
			border-width: thin;
			border-style: groove;
		}
				
.index_top
		{
			background-color: rgb(255, 255, 255);
			border-top-color: rgb(179, 102, 114);   /* <== normal color */
			/* border-top-color: rgb(255, 0, 0); */  /* Christmas color */
			border-top-width: thick;
			border-top-style: groove;
			border-left-color: rgb(179, 102, 114);   /* <== normal color */
			/* border-left-color: rgb(255, 0, 0); */  /* Christmas color */
			border-left-width: thick;
			border-left-style: groove;
			border-right-color: rgb(179, 102, 114);   /* <== normal color */
			/* border-right-color: rgb(255, 0, 0); */  /* Christmas color */
			border-right-width: thick;
			border-right-style: groove;
		}		
		
.index_mid
		{
			background-color: rgb(255, 255, 255);
			border-left-color: rgb(179, 102, 114);   /* <== normal color */
			/* border-left-color: rgb(255, 0, 0); */  /* Christmas color */
			border-left-width: thick;
			border-left-style: groove;
			border-right-color: rgb(179, 102, 114);   /* <== normal color */
			/* border-right-color: rgb(255, 0, 0); */  /* Christmas color */
			border-right-width: thick;
			border-right-style: groove;
		}
		
.index_bottom
		{
			background-color: rgb(255, 255, 255);
			border-bottom-color: rgb(179, 102, 114);   /* <== normal color */
			/* border-bottom-color: rgb(255, 0, 0); */  /* Christmas color */
			border-bottom-width: thin;
			border-bottom-style: groove;
			border-left-color: rgb(179, 102, 114);   /* <== normal color */
			/* border-left-color: rgb(255, 0, 0); */  /* Christmas color */
			border-left-width: thick;
			border-left-style: groove;
			border-right-color: rgb(179, 102, 114);   /* <== normal color */
			/* border-right-color: rgb(255, 0, 0); */  /* Christmas color */
			border-right-width: thick;
			border-right-style: groove;
		}
		
			

/* ---------------------------------------------------------------
     The following section is for the "announcements" page.
   --------------------------------------------------------------- */

.midway_h1
         {
		font-size: 25;
		font-family: Book Antiqua;
		text-align:center;
		width: 100%;
		height: 21;
		color: rgb(0, 0, 0) ;
	 }

.midway_h2
         {
		font-size: 15;
		font-family: Times New Roman;
		text-align: center;
		width: 100%;
		height: 21;
		color: rgb(0, 0, 0);
         }

.midway_h3
         {
		font-size: 14;
		font-family: Century Gothic;
		text-align: center;
		width: 100%;
		height: 21;
		color: rgb(0, 0, 0);
	 }
	 
.midway_h4
		{
			background-image: url("../images/Red_Bar_Gradient.jpg");
			/* background-position: 25px 25px; */
			background-repeat: no-repeat;
			/* border-style: ridge; */
			/* padding: 20px, 8px, 20px, 8px; */
			font-family: Times New Roman;
			font-size: 17;
			width: 30%;
			color: rgb(0, 0, 0);
			text-align: center;
		}
		
.midway_h4 a
		{
			text-decoration: none;
			color: rgb(0, 0, 0);
			/* text-align: left; */
		}
		
.midway_h4 a:hover
		{
			text-decoration: underline;
			color: rgb(255, 255, 255);
			/* text-align: left; */
		}	 

.midway_h5
         {
		font-size: 25;
		font-family: Century Gothic;
		text-align:center;
		width: 100%;
		height: 21;
		color: rgb(254, 0, 0) ;
	 }		
	 
.midway_h6
		{
		font-size: large;
		font-family: Paddington;
		text-align: center;
		width: 100%;
		height: 21;
		color: rgb(0, 0, 0);
		}	 
	 
.midway_list
         {
		font-size: 15;
		font-family: Times New Roman;
		text-align: left;
	/*	width: 100%; */
		height: 21;
		color: rgb(0, 0, 0);
         }	 
	 
/* ---------------------------------------------------------------
     The following section is for the "weekly events" page.
   --------------------------------------------------------------- */	 
.events_h1
         {
		font-size: 20;
		font-family: Book Antiqua;
		text-align: center;
		width: 100%;
		height: 21;
		color: rgb(255, 0, 0);
	 }

.events_h2
         {
		font-size: 14;
		font-family: Times New Roman;
		text-align: center;
		width: 100%;
		height: 23;
		color: rgb(0, 0, 0);
         }

.events_h3
         {
		font-size: 14;
		font-family: Century Gothic;
		text-align: center;
		width: 100%;
		height: 21;
		color: rgb(0, 0, 0);
	 }

.events_t1
         {
		font-size: 20;
		width: 20%;
		height: 21;
         }

/* ---------------------------------------------------------------
     The following section is for the "youth group" page.
   --------------------------------------------------------------- */	 

.youth_h1
         {
		font-size: 21;
		font-family: Book Antiqua;
		text-align: center;
		width: 100%;
		height: 21;
		color: rgb(255, 0, 0);
	 }

.youth_h2
         {
		font-size: 16;
		font-family: Arial;
		font-weight: bold;
		text-align: center;
		width: 100%;
		height: 23;
		color: rgb(55, 46, 241);
         }
         
.youth_h2_strike
		{
		font-size: 16;
		font-family: Arial;
		font-weight: bold;
		text-align: center;
		text-decoration: line-through;
		width: 100%;
		height: 23;
		color: rgb(55, 46, 241);
         }	
			         

.youth_h3
         {
		font-size: 14;
		font-family: Century Gothic;
		text-align: center;
		width: 100%;
		height: 21;
		color: rgb(0, 0, 0);
	 }

.youth_t1
         {
		font-size: 20;
		width: 20%;
		height: 21;
         }


/* ---------------------------------------------------------------
     The following section is for the "military" page.
   --------------------------------------------------------------- */
         
.military_h1
         {
		font-size: 32;
		font-family: Arial Black;
		text-align:center;
		width: 100%;
		height: 21;
		color: rgb(255, 0, 0) ;
	 }

.military_h2
         {
		font-size: 15;
		font-family: Century Gothic;
		text-align: right;
		padding-right: 10px;
		width: 47%;
		height: 21;
		color: rgb(0, 0, 0);
         }

.military_h3
         {
		font-size: 14;
		font-family: Century Gothic;
		text-align: left;
		width: 90%;
		height: 21;
		color: rgb(0, 0, 0);
	 }
	 
 .military_h4
          {
 		 font-size: 13;
		 font-family: Century Gothic;
		 text-align: center;
		 width: 90%;
		 height: 21;
		 color: rgb(230, 0, 0);
	  }
	 

/* ---------------------------------------------------------------
     The following section is for the "birthday" page.
   --------------------------------------------------------------- */
         
.bday_h1
         {
		font-size: 32;
		font-family: Arial Black;
		text-align:center;
		width: 100%;
		height: 21;
		color: rgb(255, 0, 0) ;
	 }

.bday_h2
         {
		font-size: 15;
		font-family: Century Gothic;
		text-align: right;
		padding-right: 10px;
		width: 47%;
		height: 21;
		color: rgb(0, 0, 0);
         }

.bday_h3
         {
		font-size: 14;
		font-family: Century Gothic;
		text-align: left;
		width: 90%;
		height: 21;
		color: rgb(0, 0, 0);
	 }
	 
/* ---------------------------------------------------------------
     The following section is for the "prayer concerns" page.
   --------------------------------------------------------------- */
         
.prayer_h1
         {
		font-size: 32;
		font-family: Arial Black;
		text-align:center;
		width: 100%;
		height: 21;
		color: rgb(255, 0, 0) ;
	 }

.prayer_h2
         {
		font-size: 17;
		font-family: Century Gothic;
		font-weight: bold;
		text-align: center;
		padding-right: 10px;
		width: 47%;
		height: 21;
		color: rgb(0, 0, 0);
         }

.prayer_h3
         {
		font-size: 12;
		font-family: Century Gothic;
		text-align: center;
		width: 90%;
		height: 21;
		color: rgb(0, 0, 0);
		}          	          
	 
.prayer_form_sub
		{
		font-size: 13pt;
		font-family: Times New Roman;
		text-align: left;
		color: rgb(10, 50, 150);
		}
		
/* ---------------------------------------------------------------
     The following section is for the "committees" page.
   --------------------------------------------------------------- */

.committee_h1
         {
		font-size: 25;
		font-family: Book Antiqua;
		text-align:center;
		width: 100%;
		height: 21;
		color: rgb(0, 0, 0) ;
	 }

.committee_h2
         {
		font-size: 15;
		font-family: Times New Roman;
		/* text-align: left; */
		/* width: 20%; */
		width: 320;
		height: 21;
		color: rgb(0, 0, 0);
         }

.committee_h3
         {
		font-size: 15;
		font-family: Times New Roman;
		/* text-align: right; */
		/* width: 20%; */
		height: 21;
		color: rgb(0, 0, 0);
	 }
	 
.committee_h4
		{
			background-image: url("../images/Red_Bar_Gradient.jpg");
			/* background-position: 25px 25px; */
			background-repeat: no-repeat;
			/* border-style: ridge; */
			/* padding: 20px, 8px, 20px, 8px; */
			font-family: Times New Roman;
			font-size: 17;
			width: 30%;
			color: rgb(0, 0, 0);
			text-align: center;
		}
		
.committee_h4 a
		{
			text-decoration: none;
			color: rgb(0, 0, 0);
			/* text-align: left; */
		}
		
.committee_h4 a:hover
		{
			text-decoration: underline;
			color: rgb(255, 255, 255);
			/* text-align: left; */
		}
		
/* ---------------------------------------------------------------
     The following section is for the "graduates" page.
   --------------------------------------------------------------- */

.graduate_h1
         {
		font-size: 25;
		font-family: Book Antiqua;
		text-align:left;
		width: 50%;
		height: 21;
		color: rgb(0, 0, 0);
	 }

.graduate_h2
         {
		font-size: 15;
		font-family: Times New Roman;
		text-align: center;
		width: 40%;
		height: 21;
		color: rgb(0, 0, 0);
         }

.graduate_h3
         {
		font-size: 14;
		font-family: Century Gothic;
		text-align: left;
		width: 50%;
		height: 21;
		color: rgb(0, 0, 0);
	 }	
	 
/* ---------------------------------------------------------------
     The following section is for the "car show" page.
   --------------------------------------------------------------- */	

.carshow_h2
		{
		font-size: 22;
		font-family: Rockwell Extra Bold;
	/*	text-align: center; */
		width: 50%;
		height: 21;
		color: rgb(0, 0, 0);
		}
		
.carshow_h1
         {
		font-size: 25;
		font-family: Book Antiqua;
	/*	text-align:center; */
	/*	width: 100%; */
	    width: 25%;
		height: 21;
		color: rgb(0, 0, 0) ;
	 }		

 
	 
/* ---------------------------------------------------------------
     The following section is for the "prayer request form" page.
   --------------------------------------------------------------- */	

/* Gray border */ 
	 
.prayerform_h1
         {
		font-size: 12;
		font-family: Book Antiqua;
		text-align: left;
		width: 50%;
		height: 21;
		color: rgb(0, 0, 0);
		border-top-color: rgb(128, 128, 128); 
		border-top-style: solid;
		border-left-color: rgb(128, 128, 128);
		border-left-style: solid;
		border-right-color: rgb(128, 128, 128);
		border-right-style: solid;
		border-width: medium;		
	 }	 
	 
.prayerform_h2
         {
		font-size: 12;
		font-family: Book Antiqua;
		text-align: left;
		width: 50%;
		height: 21;
		color: rgb(0, 0, 0);
		border-left-color: rgb(128, 128, 128);
		border-left-style: solid;
		border-right-color: rgb(128, 128, 128);
		border-right-style: solid;
		border-width: medium;
	 }
	 
.prayerform_h3
         {
		font-size: 12;
		font-family: Book Antiqua;
		text-align: center;
		width: 50%;
		height: 21;
		color: rgb(0, 0, 0);
		border-bottom-color: rgb(128, 128, 128); 
		border-bottom-style: solid;
		border-left-color: rgb(128, 128, 128);
		border-left-style: solid;
		border-right-color: rgb(128, 128, 128);
		border-right-style: solid;
		border-width: medium;
	 }
	 
.error_f1
		{
		font-size: 12;
		font-family: Book Antiqua;
		text-align: center;
		color: rgb(255, 0, 0);
		}	 	 	 	 	 
