﻿/* This CSS page applies to every page on the website */


h1 {
	color:#035200;
	font-family:cursive;
}

h2 {

	color:#D32B2E;
	font-size:12pt;
	text-align:left;
	font-weight:bold;
	font-family:cursive;

}

h3 {

	color:#131E6F;
	font-size:12pt;
	text-align:left;
	font-weight:bold;
	font-family:cursive;


}
h4 {

	color:#131E6F;
	font-size:14pt;
	font-weight:bold;
	font-family:cursive;


}

h5 {

	color:#131E6F;
	font-size:12pt;
	font-weight:bold;
	font-family:cursive;

}

h6 {

	color:#D32B2E;
	font-size:12pt;
	font-weight:bold;
	font-family:cursive;


}

h8 {

	color:#D32B2E;
	font-size:14pt;
	text-align:center;
	font-weight:bold;
	font-family:cursive;



}

/*sub h1*/

h7 {
	color:#035200;
	font-family:cursive;
	font-size:16pt;
}
/* Body Properties */

body {

	background-image:url(/main_images/background.jpg);
	font-family:sans-serif;
	font-size:10pt;
	margin:0px;

}

/* Top row of page */

  /* Church Logo at top left of page and top table */

.toprightutermost {

	position:absolute;
	left:0px;
	top:0px;
}

  /* Neon Text */

.NeonImage {

	background:black;
	text-align:center;

}

/* Top Navigation Bar */

.top_menu_position {

	position:absolute;
	left:0px;
	top:64px;
	right:0px;

}	

.top_menu_table {

background-image:url(/main_images/back.png);

}

.top_menu_link {
	text-align:center;
	font-weight:bold;
	position:relative;
	top:-1px; 
	text-decoration:none;
}

.top_menu_link:hover {color:#035200}

/* Left Navigation Panel, Main Page */

.navandmain_position {

	position:absolute;
	left:0px;
	top:94px;
	
}

/* Left Navigation Panel */

  /* Background Button Image */

.left_menu_linkpicture {

	text-decoration:none;
	background-image: url(/main_images/button_unpressed.png);
	height:25px;
	width:158px;
	cursor:hand;

}

.left_menu_linkpicture:hover {
	text-decoration:none;
	color:#FFFFFF; 
	background-image:url(/main_images/button_hover.png);
}

.left_menu_linkpicture:active,.left_menu_linkpicture:focus  {
	background-image:url(/main_images/button_pressed.png);
	text-decoration:none;
}

.left_menu_linkpicturepressed {

	text-decoration:none;
	background-image: url(/main_images/button_pressed.png);
	height:25px;
	width:158px;
	color:#FFFFFF;
	cursor:pointer;

}

  /* Actual Text on Button */

.left_menu_link {

	vertical-align:middle;
	line-height:25px;
	font-family:sans-serif;
	color:#D9E8FF;
	font-size:10pt;
	font-weight:bold;

}

.left_menu_link:hover { 

	color:#FFFEF7;

}

  /* cells that contain the actual buttons - the properties of these cells */

.Navigation_Panel {

	text-align:center;
	width: 158px;

}

  /* Navigational Headers like "Dudley Baptist Church" */

    /* Cell Properties */
.Navigation_Text {

	text-align:center;
	background:#0F1757;
	height:23px;
	width: 180px;

}

  /* Text Properties */
.left_menu_headers {
	font-family:sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	
}

  /* cells that help get the layout right of the panel */
	
.left_menu_headergap {

	height:6px;

}

.Navigation_ends{

	width:12px;
	height:1px;
	
}


/* Copyright (C) etc... thing */

.Copyright_Main{

	font-weight:bold;
	text-align:center;
	font-family:sans-serif;
}

/* Copyright text message which is in italics */

.Copyright_Message{ 
	font-size:xx-small;
	font-weight:normal;
	text-align:center;

}

/* Sermon Tables */

.divbeforetable{

	text-align:center;
	font-size:10pt;
	
}

.highlight{

	font-weight:bold;
	color:#CC0000;
}
