@charset "utf-8";
*
{
	margin:0;
	padding:0;
}

body
{
	background:#e1f6f9 url(/images/bg.jpg) top repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

.clear
{
    clear:both;
}

h1
{
	margin-bottom:7px;
	color:#C60;
	font-size:19px;
	font-weight:bold;
	line-height: 28px;
}

.indent
{
	padding-left: 18pt;
	padding-right: 50pt;
}

h2
{
	padding-bottom:10px;
	font-size:15px;
	font-weight:bold;
	line-height:22px;
	color:#C60;
	padding-top: 20px;
}

h3
{
	padding-bottom:10px;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	color:#C60;
	padding-top: 25px;
}

h4
{
	padding-bottom:20px;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	color:#C60;
	padding-top: 20px;
	font-style: normal;
	text-align: center;
}


p
{
	padding-bottom:20px;
	font-size:12px;
	line-height:22px;
}

a
{
	text-decoration:none;
	color:#036;
}

a:link,a:visited
{
	color:#006;
	text-decoration: underline;
	font-weight: bold;
}

a:hover,a:active
{
	color:#06F;
}

.intro {
	font-size:14px;
	line-height:24px;
	color:#333;
}

.content-holder ul
{
    font-size:11px;
    line-height:18px;
    padding-left:25px;
    padding-bottom:10px;
}

.content-holder ul li
{
    padding-bottom:10px;
}

.content-holder hr {
    border:0;
    border-top:1px solid #EDECE8;
    margin:18px 0 38px;
}

.shell
{
	margin:0 auto;
	width:980px;
}

/* -- HEADER -- */
.header
{
	background:url(/images/head_bg.gif) no-repeat;
	width:980px;
	height:150px;
}

.logo
{
	padding:30px 0 0 20px;
	float:left;
}

.logo h1
{
    margin:0;
    padding:0;
}

.logo h1 a 
{
	background:url(/images/logo.jpg) no-repeat;
	display:block;
	width:190px;
	height:55px;
}

.logo h1 a span
{
    display:none;
}

.mast-nav
{
    padding:15px 40px 0 0;
    width:400px;
    font-size:10px;
    line-height:25px;
    height: 25px;
    float:right;
}

.mast-nav ul
{
    list-style:none;
}

.mast-nav ul li
{
    font-size:10px;
    padding-right:15px;
    line-height: 25px;
    float:right;
}

.mast-nav ul li a
{
    text-decoration:none;
    color:#566670;
}

.mast-nav ul li a:link,.mast-nav ul li a:visited
{
	color:#1B5A84;
}

.mast-nav ul li a:hover,.mast-nav ul li a:active
{
	color:#1B5A84;
}


/* -- FOOTER -- */
.footer
{
	padding:39px 35px 20px;
	background:url(/images/footer.gif) top no-repeat;
	font-size:10px;
	line-height:20px;
	color:#333;
}

.footer-nav-left
{
    float:left;
}

.footer-nav-right
{
    float:right;
}

.footer-nav-bottom
{
    font-size:9px;
}

.footer a
{
	text-decoration:none;
	color:#333;
}

.footer-nav-left a 
{
    margin-right:10px;
}

.footer-nav-right a, .footer-nav-bottom a 
{
    margin-right:0;
    margin-left:10px;
}

.footer a:link,.footer a:visited
{
	color:#333;
}

.footer a:hover,.footer a:active
{
	color:#369;
}

/* -- NAVIGATION -- */
.nav
{
    padding:15px 10px 0;
    width:960px;
    height:50px;
    clear:both;
}

.nav ul
{
    font-size: 0;
    line-height: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style:none;
}

.nav ul li
{
    height:50px;
    float:left;
    overflow:hidden;
}

/* -- CONTENT SHELL -- */
.content-shell
{
	padding:0 10px;
	width:960px;
	background-image: url(/images/con_shadow_bg.gif);
	background-repeat: repeat-y;
}

.content-left
{
    font-size:11px;
    width:660px;
    float:left;
}

.content-wide
{
	font-size:12px;
	padding:10px 20px 0;
	width:870px;
	float:none;
}

.content-holder
{
    padding:0 45px 0 20px;
}

.content-section
{
    margin-bottom:28px;
    padding:0 0 8px;
    border-bottom:1px solid #EDECE8;
}

.content-section h1
{
    font-size:14px;
}

.content-right
{
    width:225px;
    float:right;
}

.content h1 a, .content h2 a {
	color:#666;
}




/* -- HERO -- */
.hero
{
	background:url(/images/index_hero.jpg) no-repeat;
	width:960px;
	height:240px;
	clear:both;
	position:relative;
}
.index-hero
{
	background:url(/images/church_hero.jpg) no-repeat;
	width:960px;
	height:240px;
	clear:both;
	position:relative;
}

.hero-demo
{
    padding:48px 0 0 793px;
}

.hero-try
{
    position:absolute;
    top:133px;
    left:643px;
}

/* -- PAGE TITLES -- */
.page-title
{
	width: 960px;
	height: 70px;
	background: url(/images/titlebanner.gif) no-repeat;
	position: relative;
}

.page-title h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 68px;
	text-indent: 45px;
	color: #FFF;
}

.page-title .signup {
    position: absolute;
    top: 14px;
    left: 708px;
}

/* -- SUB NAV -- */
.sub-nav
{
	margin-bottom:40px;
	background:#e1f6f9;
	font-size:12px;
}

.sub-nav ul
{
    padding: 0;
    height:35px;
    line-height:35px;
    list-style:none;
    overflow:hidden;    
}

.sub-nav ul li
{
    background:url(/images/subnav_divider.jpg) no-repeat;
    background-position:right;
    float:left;
}

.sub-nav ul li.sn-last
{
    background:none;
}

.sub-nav ul li a
{
    padding:0 20px;
    display:block;
    color:#566670;
}

.sub-nav ul li a:hover,.sub-nav ul li a:active
{
    text-decoration:underline;
}

.sub-nav ul li a.on
{
	color:#666;
}

.sub-nav ul li a.on:hover,.sub-nav ul li a.on:active
{
    text-decoration:none;
}

/* -- CONTENT -- */
.content
{
	padding:25px 25px 0;
	width:910px;
	background-color: #FFF;
}

.content a img
{
    border:0;
}

.ss-text
{
    width:370px;
    float:left;
}
.ez-pic
{
	padding:5px 0 26px 10px;
	width:270px;
	float:right;
}
.sl-pic
{
	padding:10px 0 10px 10px;
	width:145px;
	float:right;
}

.content-intro
{
	padding:20px;
	font-size:14px;
	line-height:21px;
	color:#333;
	width:590px;
	float:left;
}

.content-sl
{
	padding:20px;
	font-size:12px;
	line-height:21px;
	color:#333;
	width:535px;
	float:left;
	padding-left: 10px;
	margin-left: 10px;
}

.content-intro-header
{
    padding-bottom:10px;
}

.content-intro p
{
    padding-bottom:10px;
}

.content-intro ul
{
	padding-left: 35px;
	font-size: 12px;
}

.co-right
{
	padding-bottom:20px;
	width:250px;
	height:620px;
	overflow:hidden;
	float:right;
}

.co-bucket h2
{
	padding-bottom:10px;
	margin-bottom:0;
	font-size:14px;
	font-weight:bold;
	color:#004FA7;
	line-height:20px;
	text-align: center;
}

.co-bucket p
{
    padding-bottom:10px;
    font-size:11px;
}

.co-bucket a
{
	font-size:11px;
	text-decoration: underline;
	font-weight: bold;
}

.co-right .feat 
{
	background-color:#EAEAEA;
	width:220px;
	padding:5px 15px 5px 15px;
	margin-top:15px;
}
.highlight {
	background-color: #FF0;
}
.underline {
	text-decoration: underline;
}
.linkme {
	font-size: 11px;
	line-height: 16px;
	color: #666;
}
