﻿hr
{
    width: 450px;
    float: none;
    height: 1px;
    border-top: 1px;
}

hr.twoCol
{
    width: 650px;
    float: none;
    height: 1px;
    border-top: 1px;   
}

.colTitleC
{
    margin-top: 0px; 
    font-size: 1.5em;
    margin-bottom:15px;
}

.colSubTitleC
{
    margin-bottom: 0px; 
    margin-top: 0px; 
    font-size: 1.2em;   
}

.colPictureBoxC
{
    width: 200px;
    height: 130px;
    float: left;
    margin: 0px 10px 5px 0px;
}

.colSideBoxC
{
    height: 130px; 
    margin: 7px 0px 5px 0px   
}

/* Master Page */

/* END Master Page */

.centerAlign
{
    text-align: center; 
    margin: 0 auto;  
}

.staffBoxMiddle
{
    clear: both;
    border-top: 1px solid #C0C0C0;
    border-left: 2px solid #C0C0C0;
    border-right: 2px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0; 
    width: 450px; 
    float: left; 
    padding: 5px 0px 5px 0px;
}

.staffBoxTop
{
    clear: both;
    border-top: 2px solid #C0C0C0;
    border-left: 2px solid #C0C0C0;
    border-right: 2px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0; 
    width: 450px; 
    float: left; 
    padding: 5px 0px 5px 0px; 
    margin-top: 10px; 
}

.staffBoxBottom
{
    clear: both;
    border-top: 1px solid #C0C0C0;
    border-left: 2px solid #C0C0C0;
    border-right: 2px solid #C0C0C0;
    border-bottom: 2px solid #C0C0C0; 
    width: 450px; 
    float: left; 
    padding: 5px 0px 5px 0px;
    margin-bottom: 10px;
}

.bigLink
{
    font-weight: bold;
    font-size: medium;   
}

.meetingBoxHeader
{
    margin-top: 0px; 
    width: 450px;
    margin-bottom: 0px; 
    font-size:large; 
    text-align: center; 
    line-height: 2em; 
    border: solid 2px #C0C0C0; 
    color: Blue; 
    background-color: Silver;
    font-weight: bold; 
    letter-spacing: 0.2em;  
}

.meetingBoxContent
{
    text-align: center; 
    line-height: 3em; 
    width: 450px; 
    border: solid 2px #C0C0C0;
}

.yellowBoldTxt
{
    text-align: center; 
    margin-top: 10px; 
    margin-bottom: 20px; 
    font-size: small; 
    color: #FFCC00; 
    font-weight: bold;   
}

.flatH2
{
    margin-top: 0px;
    margin-bottom: 0px;   
}

.stdParagraph
{
    margin-bottom: 20px;   
}

/*Download Sermon Grid Formatting*/

.downloadTable td, .downloadTable th
{
    border: solid 1px #000066;   
}


/* END Download Sermon Grid Formatting */

/* Contact box */

.contactBox
{
	width: 300px; 
	border: solid 1px #C0C0C0; 
	
}

.contactTitle
{
	background-color: Silver; 
	color: Blue; 
	text-align: center; 
	font-weight: bold; 
	padding-top: 3px; 
	padding-bottom: 5px;	
}

.contactItem
{
	clear: both; 
	height: 26px;
}

.contactLabel
{
	width: 60px; 
	float: left; 
	padding: 3px 0px 5px 5px; 
	font-weight:bold;
}

.contactDetail
{
	float: left; 
	padding-top: 3px; 
	padding-bottom: 5px;
}

/* End Contact box */


