﻿body 
{
	font-size: 12px;
	font-family: Arial;
}

/* ************************************************************************ */
/* Standard Tags */

h1 
{
	color: #333;
	font-size: 21px;
	font-weight: normal;
	padding:0;
	margin: 4px 0px;
}
h2
{
	color: #606a74;
	font-size: 16px;
	font-weight: bold;
	padding:0;
	margin: 2px 0px;
}
h3 
{
	color: #000;
	font-size: 16px;
	font-weight: normal;
	padding:0;
	margin: 2px 0px;
}
h4 
{
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding:0;
	margin: 2px 0px;
}

/* ************************************************************************ */
/* Headers */

.FeatureSubHead {
	color: #393421;
	font-weight: bold;
}
/* ************************************************************************ */
/* Separators */
.FeatureSeparator
{
	display: block;
	padding: 8px 0px 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-top: solid 3px #dcd3b2;
}

/* ************************************************************************ */
/* Areas */
.FeatureArea 
{
	display: block;
	margin: 0;
	padding: 8px;
	color: #000;
	font-size: 12px;	
	width: 167px;
}
.FeatureWhiteArea 
{
	display: block;
	margin: 0;
	padding: 8px;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	width: 167px;
}

img.ImageBorder
{
	border: solid 2px #fff;
}

span.ImageGreenOverlay 
{
	display: block;
	position: absolute;
	background: url(/app_themes/UnityChurch/images/features/transparentbar_green.png) no-repeat;
	width: 184px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

span.ImageOrangeOverlay 
{
	display: block;
	position: absolute;
	background: url(/app_themes/UnityChurch/images/features/transparentbar_orange.png) no-repeat;
	width: 184px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

span.ImageBrownOverlay 
{
	display: block;
	position: absolute;
	background: url(/app_themes/UnityChurch/images/features/transparentbar_brown.png) no-repeat;
	width: 184px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

span.ImageLightBlueOverlay 
{
	display: block;
	position: absolute;
	background: url(/app_themes/UnityChurch/images/features/transparentbar_lightblue.png) no-repeat;
	width: 184px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

span.ImageDarkBlueOverlay 
{
	display: block;
	position: absolute;
	background: url(/app_themes/UnityChurch/images/features/transparentbar_darkblue.png) no-repeat;
	width: 184px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

/* ************************************************************************ */
/* Boxes */

.FeatureBoxBrown
{
	display: block;
	color: #000;
	font-size: 12px;
	padding: 8px;
	padding-bottom: 13px;
	background: url(/app_themes/UnityChurch/images/features/bg_box_brown.gif) repeat-x 0% 100%;
	width: 167px;
	border: solid 2px #4e472c;
	margin-bottom: 15px;
}
.FeatureBoxOrange 
{
	display: block;
	color: #000;
	font-size: 12px;
	padding: 8px;
	padding-bottom: 13px;
	background: url(/app_themes/UnityChurch/images/features/bg_box_orange.gif) repeat-x 0% 100%;
	width: 167px;
	border: solid 2px #cf6904;
	margin-bottom: 15px;
}

.FeatureBoxBlue
{
	display: block;
	color: #000;
	font-size: 12px;
	padding: 8px;
	padding-bottom: 13px;
	background: url(/app_themes/UnityChurch/images/features/bg_box_skyblue.gif) repeat-x 0% 100%;
	width: 167px;
	border: solid 2px #7093be;
	margin-bottom: 15px;
}

.FeatureBoxGreen
{
	display: block;
	color: #000;
	font-size: 12px;
	padding: 8px;
	padding-bottom: 13px;
	background: url(/app_themes/UnityChurch/images/features/bg_box_green.gif) repeat-x 0% 100%;
	width: 167px;
	border: solid 2px #576f21;
	margin-bottom: 15px;
}

.FeatureGradientBrown 
{
	display: block;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	padding: 8px;
	background: url(/app_themes/UnityChurch/images/features/bg_feature_box_brown.gif) no-repeat 0% 0%;
	width: 167px;
	border-bottom: solid 3px #988454;
}
.FeatureGradientOrange 
{
	display: block;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	padding: 8px;
	background: url(/app_themes/UnityChurch/images/features/bg_feature_box_orange.gif) no-repeat 0% 0%;
	width: 167px;
	border-bottom: solid 3px #fcbb36;
}

.FeatureGradientBlue 
{
	display: block;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	padding: 8px;
	background: url(/app_themes/UnityChurch/images/features/bg_feature_box_blue.gif) no-repeat 0% 0%;
	width: 167px;
	border-bottom: solid 3px #a6d6ee;
}

.FeatureGradientGreen 
{
	display: block;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	padding: 8px;
	background: url(/app_themes/UnityChurch/images/features/bg_feature_box_green.gif) no-repeat 0% 0%;
	width: 167px;
	border-bottom: solid 3px #9aaa4c;
}

.FeatureGradientMedia 
{
	display: block;
	padding: 8px;
	padding-top: 70px;
	background: url(/app_themes/UnityChurch/images/features/bg_feature_media.gif) no-repeat 0% 0%;
	width: 167px;
}

.FeatureQuoteTop
{
	display: block;
	font-weight: normal;
	color: #000;
	font-size: 12px;
	padding: 8px 8px 4px 8px;
	background: url(/app_themes/UnityChurch/images/features/bg_quote_top.gif) no-repeat 0% 0%;
	width: 167px;
}

.FeatureQuoteBottom
{
	display: block;
	font-weight: normal;
	color: #000;
	font-size: 12px;
	padding: 25px 8px 8px;
	background: url(/app_themes/UnityChurch/images/features/bg_quote_bottom.gif) no-repeat 0% 0%;
	width: 167px;
	margin-bottom: 15px;
}

.FeatureQuoteTopBrown
{
	display: block;
	font-weight: normal;
	color: #000;
	font-size: 12px;
	padding: 8px 8px 4px 8px;
	background: url(/app_themes/UnityChurch/images/features/bg_quote_top_tan.gif) no-repeat 0% 0%;
	width: 167px;
}

.FeatureQuoteBottomBrown
{
	display: block;
	font-weight: normal;
	color: #000;
	font-size: 12px;
	padding: 25px 8px 8px;
	background: url(/app_themes/UnityChurch/images/features/bg_quote_bottom_tan.gif) no-repeat 0% 0%;
	width: 167px;
	margin-bottom: 15px;
}

.FeatureSolidOrange
{
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	padding: 15px 8px;
	background: url(/app_themes/UnityChurch/images/features/bg_feature_box_orange.gif) no-repeat 0% 0%;
	width: 167px;
	text-align: center;
}

.FeatureSolidBrown
{
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	padding: 15px 8px;
	background: url(/app_themes/UnityChurch/images/features/bg_feature_box_brown.gif) no-repeat 0% 0%;
	width: 167px;
	text-align: center;
}

.FeatureSolidGreen
{
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	padding: 15px 8px;
	background: url(/app_themes/UnityChurch/images/features/bg_feature_box_green.gif) no-repeat 0% 0%;
	width: 167px;
	text-align: center;
}

.FeatureSolidBlue
{
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	padding: 15px 8px;
	background: url(/app_themes/UnityChurch/images/features/bg_feature_box_blue.gif) no-repeat 0% 0%;
	width: 167px;
	text-align: center;
}

/* *************************************************************************** */
/* Quick Links Class */
/* *************************************************************************** */
.clsQuickLinks 
{
	display: block;
	padding: 8px;
	width: 163px;
	background: #d7cead url(images/bg_grad_white.gif) repeat-x;
}
.FeatureTitleLink 
{
	font-size: 16px;
	font-weight: bold;
}
.clsQuickLinks .FeatureArea
{
	padding: 8px 0px;
}
/* ************************************************************************ */
/* Bullets */
ul.brown li
{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	background: url(/app_themes/unitychurch/images/features/bullet_sprite.gif) no-repeat 0px 4px;
}

ul.orange li
{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	background: url(/app_themes/unitychurch/images/features/bullet_sprite.gif) no-repeat 0px -256px;
}

ul.green li
{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	background: url(/app_themes/unitychurch/images/features/bullet_sprite.gif) no-repeat 0px -526px;
}

ul.links li
{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 19px;
	background: url(/app_themes/unitychurch/images/features/bullet_sprite.gif) no-repeat 0px -778px;
}

/* ************************************************************************ */
/* COMMON */
a, a:visited, a:active
{
 color: #263997;
 padding-bottom: 5px;
 text-decoration: none;
 font-weight: bold;
}
a:hover 
{
	color: #d98833;
	background: url(/app_themes/unitychurch/images/bor_dotted.gif) repeat-x 0% 100%;
	padding-bottom: 1px;
	text-decoration: none;
}


ul 
{
	margin: 0;
	padding: 0;
}

ul li
{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	background: url(/app_themes/unitychurch/images/features/bullet_sprite.gif) no-repeat 0px 4px;
}