﻿/* CSS Document */


/***********************************
HOME PAGE
***********************************/

* {
	margin:0;
}
*:focus {
	outline:none;
}
body {
	font-family:arial;
	font-size:12px;
	color:#666;
}
img {
	border-width: 0;
}
.Header {
	background:#E2E0D4 url(../images/header-brush.jpg) repeat-x top left;
	height:91px;
}
.Header .HeaderContent {
	width:780px;
	margin:0 auto;
}
.Header .HeaderContent .RightStuff {
	float:right;
	width:380px;
}
.Header .HeaderContent a.Logo {
	width:184px;
	height:85px;
	display:block;
	background:transparent url(../images/logo.jpg) no-repeat top left;
	float:left;
}
.Header .HeaderContent .RightStuff .HeaderSlogan {
	float:right;
	width:380px;
	height:55px;
	background:transparent url(../images/header-text.jpg) no-repeat top right;
}
.Header .HeaderContent .RightStuff a.BtnApp {
	background:transparent url(../images/btn_app.jpg) no-repeat 0 0;
	display:block;
	width:162px;
	height:25px;
	float:right;
}
.Header .HeaderContent a.BtnApp:hover {
	background-position:0 -25px;
}
.MainNav {
	height:48px;
	background:#698D9C url(../images/nav-bar.jpg) repeat-x top center;
}
.MainNav ul.Nav {
	width:780px;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}
.MainNav ul.Nav li {
	float:left;
}
.MainNav ul.Nav li a {
	display:block;
}
.MainNav ul.Nav li a.Home {
	background:transparent url(../images/home.jpg) no-repeat 0 0;
	width:57px;
	height:39px;
}
.MainNav ul.Nav li a.HomeOn {
	background:transparent url(../images/home.jpg) no-repeat 0 -39px;
	width:57px;
	height:39px;
}
.MainNav ul.Nav li a.Fundraising {
	background:transparent url(../images/fundraising.jpg) no-repeat 0 0;
	width:91px;
	height:39px;
}
.MainNav ul.Nav li a.FundraisingOn {
	background:transparent url(../images/fundraising.jpg) no-repeat 0 -39px;
	width:91px;
	height:39px;
}
.MainNav ul.Nav li a.ChurchDir {
	background:transparent url(../images/churchdir.jpg) no-repeat 0 0;
	width:140px;
	height:39px;
}
.MainNav ul.Nav li a.ChurchDirOn {
	background:transparent url(../images/churchdir.jpg) no-repeat 0 -39px;
	width:140px;
	height:39px;
}
.MainNav ul.Nav li a.Documents {
	background:transparent url(../images/docs.jpg) no-repeat 0 0;
	width:91px;
	height:39px;
}
.MainNav ul.Nav li a.DocumentsOn {
	background:transparent url(../images/docs.jpg) no-repeat 0 -39px;
	width:91px;
	height:39px;
}
.MainNav ul.Nav li a.Testimonials {
	background:transparent url(../images/testimonials.jpg) no-repeat 0 0;
	width:96px;
	height:39px;
}
.MainNav ul.Nav li a.TestimonialsOn {
	background:transparent url(../images/testimonials.jpg) no-repeat 0 -39px;
	width:96px;
	height:39px;
}
.MainNav ul.Nav li a.Design {
	background:transparent url(../images/designprint.jpg) no-repeat 0 0;
	width:127px;
	height:39px;
}
.MainNav ul.Nav li a.DesignOn {
	background:transparent url(../images/designprint.jpg) no-repeat 0 -39px;
	width:127px;
	height:39px;
}
.MainNav ul.Nav li a.About {
	background:transparent url(../images/aboutus.jpg) no-repeat 0 0;
	width:75px;
	height:39px;
}.MainNav ul.Nav li a.AboutOn {
	background:transparent url(../images/aboutus.jpg) no-repeat 0 -39px;
	width:75px;
	height:39px;
}
.MainNav ul.Nav li a.Contact {
	background:transparent url(../images/contact.jpg) no-repeat 0 0;
	width:91px;
	height:39px;
}
.MainNav ul.Nav li a.ContactOn {
	background:transparent url(../images/contact.jpg) no-repeat 0 -39px;
	width:91px;
	height:39px;
}
.MainNav ul.Nav li a.Home:hover,
.MainNav ul.Nav li a.Fundraising:hover,
.MainNav ul.Nav li a.ChurchDir:hover,
.MainNav ul.Nav li a.Documents:hover,
.MainNav ul.Nav li a.Testimonials:hover,
.MainNav ul.Nav li a.Design:hover,
.MainNav ul.Nav li a.About:hover,
.MainNav ul.Nav li a.Contact:hover { 
	background-position:0 -39px;
}
.Home {
	background:#E0E5E8 url(../images/main-bg.jpg) repeat-x top center;
	height:363px;
}
.Home .HomeContentFlash {
	margin:0 auto;
	width:780px;
	height:363px;
	padding:0 0 0 0;
}
div#HomeFlash p.flashLink {
	padding-top: 150px;
	text-align: center;
}
.Bottom {
	background:#fff url(../images/bottom-fade.jpg) repeat-x top center;
}
.Bottom .BottomContent {
	width:763px;
	min-height:245px;
 	height:auto !important;
 	height:245px;
	background:#fff url(../images/bottom-container.jpg) no-repeat top center;
	margin:0 auto;
	padding:10px 8px 20px 25px;
}
.Bottom .BottomContent a,
.Bottom .BottomContent a:visited {
	color:#7092A1;
	text-decoration:none;
}
.Bottom .BottomContent a:hover {
	text-decoration:underline;
}
.Bottom .BottomContent p {
	padding:0 20px 10px 0px;
	line-height:18px;
}
.Bottom .BottomContent .LeftStuff {
	float:left;
	width:425px;
	line-height:18px;
	padding:20px 0 0 0;
}
.Bottom .BottomContent .LeftStuff2 {
	float:left;
	width:350px;
	line-height:18px;
	margin:0 0 20px 0;
}
.Bottom .BottomContent .LeftStuff p {
	padding:0 20px 10px 0px;
}
.Bottom .BottomContent .RightStuff {
	float:right;
	width:320px;
}
.Bottom .BottomContent .RightStuff2 {
	float:right;
	width:350px;
	margin:0 0 20px 0;
}
.Bottom .BottomContent .RightStuff2 p {
	line-height:18px;
	padding:0 20px 10px 0;
}
.Bottom .BottomContent .RightStuff .BlueBox1 {
	background:transparent url(../images/blue-box1-middle.jpg) repeat-y top left;
	line-height:18px;
	width:320px;
	margin:0 0 10px 0;
}
.Bottom .BottomContent .RightStuff .BlueBox1 .BlueBox1Bottom {
	background:transparent url(../images/blue-box1-bottom.jpg) no-repeat bottom left;
}
.Bottom .BottomContent .RightStuff .BlueBox1 .BlueBox1Bottom .BlueBox1Top {
	background:transparent url(../images/blue-box1-top.jpg) no-repeat top left;
	padding:10px 20px 10px 20px;
}
.Bottom .BottomContent .RightStuff .BlueBox2 {
	background:transparent url(../images/blue-box2-middle.jpg) repeat-y top left;
	line-height:18px;
	width:320px;
	margin:0 0 10px 0;
}
.Bottom .BottomContent .RightStuff .BlueBox2 .BlueBox2Bottom {
	background:transparent url(../images/blue-box2-bottom.jpg) no-repeat bottom left;
}
.Bottom .BottomContent .RightStuff .BlueBox2 .BlueBox2Bottom .BlueBox2Top {
	background:transparent url(../images/blue-box2-top.jpg) no-repeat top left;
	padding:10px 20px 10px 20px;
}
p.TestimonialsBlock {
	padding:0 30px;
}
.OpenQuote {
	width:18px;
	height:11px;
	background:transparent url(../images/open-quote.jpg) no-repeat top left;
	float:left;
	margin:0 10px 0 0;
}
.ClosedQuote {
	width:18px;
	height:11px;
	background:transparent url(../images/closed-quote.jpg) no-repeat top left;
	float:right;
	margin:0 0 0 10px;
}
h1 {
	color:#7092A1;
	font-size:15px;
	margin:0 0 10px 0;
}
a.BtnReadMore {
	display:block;
	float:right;
	background:transparent url(../images/btn_readmore.jpg) no-repeat 0 0;
	width:114px;
	height:22px;
	margin:10px 0 0 0;
}
a.BtnReadMore:hover {
	background-position:0 -22px;
}
.Footer {
	width:780px;
	margin:10px auto 10px auto;
	height:200px;
}
.Footer .Line {
	height:10px;
	border-bottom:1px solid #DDE3E6;
}
.Footer ul.FooterNav {
	list-style-type:none;
	padding:0;
	margin:20px 0 0 0;
}
.Footer ul.FooterNav li {
	float:left;
	margin:0 20px 0 0;
}
.Footer ul.FooterNav li a,
.Footer ul.FooterNav li a:visited {
	color:#567583;
	font-weight:bold;
	text-decoration:none;
}
.Footer ul.FooterNav li a:hover {
	text-decoration:underline;
}
.Slogan { 
	margin:20px auto 10px auto;
	width:613px;
	height:32px;
}
.Copyright {
	float:right;
	width:200px;
	line-height:16px;
	font-size:10px;
}
.Copyright a,
.Copyright a:visited {
	color:#567583;
	text-decoration:none;
}
.Copyright a:hover {
	text-decoration:underline;
}

/***********************************
INNER PAGE
***********************************/

.InnerPage {
	background:#E0E5E8 url(../images/inner-bg.jpg) repeat-x top center;
	height:200px;
}
.InnerPage ul.SubNav {
	list-style-type:none;
	margin:0 auto;
	width:771px;
	background:#648999 url(../images/sub-nav.jpg) repeat-x top left;
	height:26px;
	padding:0 0 0 10px;
	line-height:26px;
}
.InnerPage ul.SubNav li {
	float:left;
	margin:0 10px 0 0;
	background:transparent url(../images/sub-nav-sep.jpg) no-repeat top right;
	padding:0 10px 0 0;
	height:26px;
}
.InnerPage ul.SubNav li.Last {
	background:none;
}
.InnerPage ul.SubNav li a,
.InnerPage ul.SubNav li a:visited {
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.InnerPage ul.SubNav li a:hover {
	text-decoration:underline;
}
.InnerPageContent {
	margin:0 auto;
	width:780px;
}
.InnerPageContent img {
	display:block;
	float:left;
}
h1.FundHeader {
	height:46px;
	background:transparent url(../images/fundraising-text.jpg) no-repeat top left;
	margin:20px 0 20px 0;
}
.Num {
	width:16px;
	height:16px;
	background:transparent url(../images/circle.jpg) no-repeat top left;
	font-weight:bold;
	text-align:center;
	float:left;
	margin:0 10px 0 0;
}
h1.ChurchDirHeader {
	width:304px;
	height:33px;
	background:transparent url(../images/chuch-directories-header.jpg) no-repeat top left;
	display:block;
	margin:0 0 20px 0;
}
h1.TestimonialsHeader {
	width:202px;
	height:36px;
	background:transparent url(../images/testimonials-header.jpg) no-repeat top left;
	display:block;
	margin:0 0 20px 0;
}
h1.DesignHeader {
	width:308px;
	height:48px;
	background:transparent url(../images/designprint-header.jpg) no-repeat top left;
	display:block;
	margin:0 0 20px 0;
}
h1.AboutHeader {
	width:149px;
	height:33px;
	background:transparent url(../images/aboutus-header.jpg) no-repeat top left;
	display:block;
	margin:0 0 20px 0;
	text-indent: -9999px;
}
h1.FamilyHeader {
	width:277px;
	height:53px;
	background:transparent url(../images/family-portraits-header.jpg) no-repeat top left;
	display:block;
	margin:0 0 20px 0;
}
h1.EleganceHeader {
	width:295px;
	height:50px;
	background:transparent url(../images/elegance-header.jpg) no-repeat top left;
	display:block;
	margin:0 0 20px 0;
}
h1.OldTimeHeader {
	width:309px;
	height:34px;
	background:transparent url(../images/old-time-portraits-header.jpg) no-repeat top left;
	display:block;
	margin:0 0 20px 0;
}
h1.PictorialHeader {
	width:337px;
	height:34px;
	background:transparent url(../images/pictorial-directories-header.jpg) no-repeat top left;
	display:block;
	margin:0 0 20px 0;
}
h1.OnlineHeader {
	width:303px;
	height:34px;
	background:transparent url(../images/online-directories-header.jpg) no-repeat top left;
	display:block;
	margin:0 0 20px 0;
}
h1.MissionsHeader {
	width:346px;
	height:54px;
	background:transparent url(../images/mission-projects-header.jpg) no-repeat top left;
	display:block;
	margin:0 0 20px 0;
}
h1.LifeStyleHeader {
	width:301px;
	height:53px;
	background:transparent url(../images/lifestyle-header.jpg) no-repeat top left;
	display:block;
	margin:0 0 20px 0;
}
p.NumDesc {
	float:right;
	width:300px;
	margin:0 0 10px 0;
}
a.BtnContact {
	width:147px;
	height:22px;
	background:transparent url(../images/btn_contact.jpg) no-repeat 0 0;
	float:right;
	display:block;
	margin:10px 0 0 0;
	padding:0 30px 0 0;
}
a.BtnContact:hover {
	background-position:0 -22px;
}
.Clear {
	clear:both;
}

ul.Inner {
	list-style-image:url(../images/bullet.jpg);
	margin:0;
	padding:0 0 0 20px;
}

ul.Inner li {
	margin:0;
}

hr {
	color:#DDE3E6;
	margin:30px 20px 30px 0;
	border:1px solid #DDE3E6;
	}