﻿/*----------------------------------------
		Site Colors

Black
Red	 #660000
White
Yellow	#FFDE00
-----------------------------------------*/
/*----------------------------------------
				All
-----------------------------------------*/
@font-face
{
	font-family: CalvinItal;
	src: url("Fonts/calviit_.eot"); /* IE*/
	src: local("CalvinItal"), url("Fonts/calviit_.ttf") format("truetype"); /* NON-IE*/
}

body
{
	background-color: Black;
	margin: 0px;
	padding: 0px;
}

a, a:hover
{
	text-decoration: none;
}

img
{
	border: 1px solid black;
}

.Page
{
	background-color: black;
}

.Headline
{
	font-weight: bold;
	color: #660000;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
}

.RedLink a
{
	color: #660000;
}

.RedLink  a:hover
{
	color: black;
	font-weight:bold;
}

/*----------------------------------------
			Master.Master
-----------------------------------------*/
.Logo
{
	float: right;
	border: none;
}

.Body
{
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 12pt;
	width: 850px;
	height: 100%;
	color: Black;
	background-color: #660000;
}

.Banner, .Banner a, .Banner a:hover
{
	font-family: CalvinItal, Calibri, Arial, Sans-Serif;
	color: white;
	background-color: #660000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.Menu
{
	font-family: CalvinItal, Calibri, Arial, Sans-Serif;
	font-size: 11pt;
	background-color: black;
	color: white;
	height: 12pt;
	margin-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.Menu a
{
	color: white;
}

.Menu a:hover
{
	color: #FFDE00;
}

.Content
{
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 12pt;
	width: 99%;
	height: 100%;
	color: Black;
	background-color: #660000;
	padding-top: 15px;
	padding-right: 10px;
}

.ContentLeft
{
	background-color: #660000;
	text-align: center;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.ContentRight
{
	width: 100%;
	background-color: White;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.Footer, .Footer a, .Footer a:hover
{
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 10pt;
	color: white;
	text-align: center;
	text-decoration: none;
	background-color: #660000;
	margin-bottom: 5px;
	margin-right: 5px;
}

/*--------------------------------------------------------------
			About.aspx, Ministries.aspx, Contact.aspx
---------------------------------------------------------------*/
.InfoLinks a
{
	color: #660000;
	text-decoration: none;
}

.InfoLinks a:hover
{
	color: black;
	text-decoration: none;
}

/*----------------------------------------
			Services.aspx
-----------------------------------------*/
.ServiceHeader
{
	font-family: CalvinItal, Calibri, Arial, Sans-Serif;
	font-size: 12pt;
	text-align: left;
	color: black;
	padding-top: 10px;
}

.ServiceTime
{
	font-family: CalvinItal, Calibri, Arial, Sans-Serif;
	font-size: 13pt;
	text-align: left;
	color: White;
}

.ServiceDesc
{
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 12pt;
	text-align: left;
	color: black;
}

/*----------------------------------------
			Beliefs.aspx
-----------------------------------------*/
.ImageDisclaimer, .ImageDisclaimer a
{
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 10pt;
	color: White;
}

.ImageDisclaimer a:hover
{
	color: #FFDE00;
}

/*----------------------------------------
			Family.aspx
-----------------------------------------*/
.HQHeader, .Locations, .Locations a
{
	font-family: CalvinItal, Calibri, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: black;
	padding-top: 10px;
	white-space: nowrap;
}

.HQDetails, .HQDetails a
{
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 12pt;
	text-align: center;
	color: white;
	white-space: nowrap;
}

.HQDetails a:hover, .Locations a:hover
{
	color: #FFDE00;
}

/*----------------------------------------
			Members.aspx
-----------------------------------------*/
.Error
{
	color:Red;
}