/*
	Author: M Hamilton 
	File: style.css
	Style sheet for Broadway Baptist Church web site - main style.
*/

BODY {
	font-family: Verdana, Arial, sans-serif;
	background-color: #E3EBFF; 
	color: #013954; 
	font-size: 10pt; 
	margin-top : 5px;
	margin-left: 5px;
	margin-right: 0px; 
    }

A {	/* Regular anchor */
	color: #0F1BFF; 
	text-decoration: none; 
	text-decoration: underline;
    }
A:LINK, A:VISITED, A:ACTIVE	{
	font-weight: bold;
	color: #0F1BFF; 
    }
A:HOVER	{ /* Hover works with IE 4+ */
	color: #EA8840;
	font-weight: bold;
	text-decoration: underline; 
    }
	
.CONTENT { /* Content tables */
	font-family: Arial, Tahoma, Verdana, sans-serif;
    background: #FFFFCC;
    }

.PICTINSET { /* Picture frame */
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 9pt;
	color: #FFFF9F;
	background: #005BB7;
	border: none; 
    }

.TOPMENU {	/* Top menu style */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF; 
	background: #00376F;
    }

.MAINBORDER {
    border: solid #00376F;
    border-width: 1px 1px 1px 1px;
    }
    
.SIDEBAR { /* Sidebar style */
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF; 
	background: #598DCE;
	border: none; 
    }

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: #00376F;
	border: solid #EEC432;
	border-width: 1px 1px 1px 1px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
    }
#nav a {
	display: block;
	color: #FFFFEE;
	text-decoration: none;
	padding: 0.32em 1.6em;
    }
#nav li { /* all list items */
	float: left;
    }
#nav li ul { /* second-level lists */
	position: absolute;
	width: 17em;
	left: -999em; /* using left to hide menus, display: not used by screen readers */
	font-size: 8pt;
    }
#nav li:hover ul, #nav li.mshover ul { /* nested under hovered list items */
	left: auto;
    }
#nav li:hover, #nav li.mshover {
	background: #265BC6;
    }

.HEADING_1 { /* Heading styles */
	font-weight: bold;
	font-size: 112%; 
	color: #151889; 
    }
.HEADING_2 { 
	font-style: italic;
	font-weight: bold;
	font-size: 106%; 
	color: #151889; 
	background-color: #D7D7D7;
    } 

/* Specialty items */
.ERROR {
	color: #FF4040; 
	font-weight: bold;
	font-size: 105%; 
    }

.COPYRIGHT {
	font-size: xx-small; 
	color: #6B6B6B; 
    }

.ENDLINKS {
	font-size: 75%;
	font-weight: normal;
	text-align: center; 
    }
	
.SMALLTYPE  { font-size: 85%; }
.SMALLERTYPE{ font-size: 75%; }
.LARGETYPE  { font-size: 110%; }
.LARGERTYPE { font-size: 115%; }

