/* BODY */
body
{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 93%;
	background-color: #FBFBFB;
}

form
{
	padding: 0;
	margin: 0;
}

/* Container */
#container
{
	width: 874px;
	margin: 0px auto 0px auto;
}

/* Header */
#header
{
	margin-top: 5px;
	padding-left: 40px;
	margin-bottom: 8px;
}

#promo-area
{
	margin: 0;
	width: 874px;
	height: 252px;
}

#sizer
{
	float: right;
	color: #666;
	font-size: 11px;
	margin-top: 68px;
	margin-right: 10px;
}

#sizer span { padding-right: 3px; }

/* Top Navigation */
#top-nav
{
	float: right;
	position: relative;
	top: 34px;
	right: 3px;
	margin-top: -25px;
	z-index: 100;
}

#top-nav li
{
	text-indent: -9999px;
	color: #FFF;
	display: inline;
	float: left;
	margin-right: 1px;
}

#nav-home a
{
	background-image: url(../images/nav/home-off.png);
	background-repeat: no-repeat;
	display: block;
	width: 60px;
	height: 25px;
}

#nav-home a:hover, #nav-home a.active
{
	background-image: url(../images/nav/home-on.png);
	background-repeat: no-repeat;
}

#nav-conversations a
{
	background-image: url(../images/nav/conversations-off.png);
	background-repeat: no-repeat;
	display: block;
	width: 111px;
	height: 25px;
}

#nav-conversations a:hover, #nav-conversations a.active
{
	background-image: url(../images/nav/conversations-on.png);
	background-repeat: no-repeat;
}

#nav-downloads a
{
	background-image: url(../images/nav/downloads-off.png);
	background-repeat: no-repeat;
	display: block;
	width: 91px;
	height: 25px;
}

#nav-downloads a:hover, #nav-downloads a.active
{
	background-image: url(../images/nav/downloads-on.png);
	background-repeat: no-repeat;
}

#nav-resources a
{
	background-image: url(../images/nav/resources-off.png);
	background-repeat: no-repeat;
	display: block;
	width: 91px;
	height: 25px;
}

#nav-resources a:hover, #nav-resources a.active
{
	background-image: url(../images/nav/resources-on.png);
	background-repeat: no-repeat;
}

#nav-sponsors a
{
	background-image: url(../images/nav/sponsors-off.png);
	background-repeat: no-repeat;
	display: block;
	width: 80px;
	height: 25px;
}

#nav-sponsors a:hover, #nav-sponsors a.active
{
	background-image: url(../images/nav/sponsors-on.png);
	background-repeat: no-repeat;
}

#nav-news a
{
	background-image: url(../images/nav/news-off.png);
	background-repeat: no-repeat;
	display: block;
	width: 60px;
	height: 25px;
}

#nav-news a:hover, #nav-news a.active
{
	background-image: url(../images/nav/news-on.png);
	background-repeat: no-repeat;
}


#wrap { width: 900px; }
#wrap .plus
{
	position: absolute;
	margin: -15px auto 0 -28px;
}

#left-nav
{
	width: 333px;
	float: left;
	margin-top: 10px;
}

#left-nav ul { background-color: #FFF; }

#left-nav ul.conversations li
{
	background-image: url(../images/common-conversations.png);
	background-repeat: no-repeat;
	width: 333px;
	height: 63px;
	text-indent: -1000px;
	background-position: left top;
}

#left-nav ul.resources li
{
	background-image: url(../images/helpful-resources-title.png);
	background-repeat: no-repeat;
	width: 333px;
	height: 63px;
	text-indent: -1000px;
	background-position: left top;
}

#left-nav ul.sponsors li
{
	background-image: url(../images/resource-links.png);
	background-repeat: no-repeat;
	width: 333px;
	height: 63px;
	text-indent: -1000px;
	background-position: left top;
}

#left-nav ul.downloads li
{
	background-image: url(../images/downloads-title.png);
	background-repeat: no-repeat;
	width: 333px;
	height: 63px;
	text-indent: -1000px;
	background-position: left top;
}

#left-nav li
{
	background-color: #D1E0E5;
	color: #40454f;
	margin-bottom: 3px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 300px center;
}

#left-nav li a
{
	display: block;
	color: #40454F;
	font-size: 108%;
	padding: 12px 30px 12px 22px;
}

#left-nav li a:hover, #left-nav li a.active
{
	background-color: #E8ECED;
	color: #447886;
	background-image: url(../images/red-arrow.png);
	background-repeat: no-repeat;
	background-position: 300px center;
}

#left-nav ul.bottom li
{
	background-image: url(../images/learn-more-base.png);
	background-repeat: no-repeat;
	width: 333px;
	height: 62px;
	text-indent: -1000px;
	background-position: left bottom;
	background-color: #989b9c;
}

#left-nav p { padding: 10px; }
#left-nav em
{
	color: #999;
	font-size: 83%;
}

#content
{
	display: block;
	width: 530px;
	float: right;
	margin-right: 26px;
	margin-top: -5px;
}

#content-640
{
	display: block;
	width: 530px;
	float: right;
	margin-right: 26px;
	margin-top: -5px;
	height: 640px;
}

#banner
{
	width: 530px;
	background-color: #6cbad1;
	padding-top: 15px;
	border-bottom: 3px #7FB8C8 solid;
	color: #FFF;
	padding-bottom: 10px;
}

#banner p
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	font-size: 116%;
	font-family: Verdana;
	font-weight: normal;
	line-height: 1.5em;
}

#banner p.small
{
	font-size: 93%;
	line-height: 1.5em;
}

#banner h1
{
	padding-left: 20px;
	font-weight: normal;
	font-size: 153.9%;
	padding-right: 20px;
	padding-bottom: 3px;
}

#banner ul
{
	padding-left: 40px;
	padding-bottom: 10px;
}
#banner ul.off { padding-left:20px; }

#banner li
{
	list-style-type: disc;
	padding-top: 8px;
	font-size: 108%;
}

#banner li.off
{
	padding-top: 8px;
	font-size: 108%;
	list-style-type: none;
}

#video
{
	width: 530px;
	background-color: #96CEDE;
	padding-top: 15px;
	border-bottom: 3px #7FB8C8 solid;
	color: #FFF;
	height: 140px;
	margin-bottom: 160px;
}

#video-wrap
{
	margin: 0 22px 0 22px;
	border: 8px #FFF solid;
}

#copy-video
{
	margin: 10px 0 40px 0;
	width: 530px;
	border-bottom: 2px #CCC solid;
	padding-bottom: 50px;
}

#copy-video h1
{
	color: #259DBF;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 123.1%;
}

#copy-video p
{
	color: #333;
	font-size: 100%;
	line-height: 1.5em;
}

#download-article
{
	text-align: right;
	border-top: 3px #d2d2d2 solid;
	margin-top: 3px;
}

#conversations
{
	margin: 10px 0 40px 0;
	width: 530px;
}

#conversations img { float: left; }

#conversations h2
{
	color: #41A6C3;
	font-size: 100%;
	margin-left: 160px;
	padding-bottom: 5px;
}

#conversations li
{
	padding: 10px;
	border-bottom: 4px #D3D3D2 solid;
}

#conversations span
{
	color: #666;
	font-size: 85%;
	display: block;
	margin-left: 160px;
	line-height: 1.6em;
	margin-bottom: 30px;
	height: 100px;
	overflow: hidden;
	width: 350px;
}

#conversations .read-more
{
	text-align: right;
	float: right;
	margin-top: -20px;
	margin-right: -10px;
}

#conversations .read-more img { margin-left: 5px; }

#downloads .read-more
{
	text-align: right;
	float: right;
	margin-top: -10px;
	margin-right: -10px;
}

#downloads-wrap
{
	height: 300px;
	display: block;
}

#downloads
{
	margin: 10px 0 40px 0;
	width: 530px;
}

#downloads img { float: left; }
#downloads li
{
	padding: 10px 10px 20px 10px;
	border-bottom: 4px #D3D3D2 solid;
}

#downloads  span
{
	color: #666;
	font-size: 85%;
	display: block;
	margin-left: 60px;
	margin-bottom: 20px;
	height: 20px;
	width: 350px;
	line-height: 3.5em;
}

#pdf
{
	color: #999;
	font-size: 83%;
	padding-bottom: 60px;
	display: block;
	width: 300px;
}

#pdf p { padding: 5px 5px 5px 0; }

#copy
{
	margin: 10px 0 40px 0;
	width: 530px;
}

#copy .opening { font-size: 108%; }
#copy span.highlight { color: #259DBF; }
#copy .special
{
	background-color: #EEE;
	width: 510px;
	padding: 10px 10px 15px 10px;
	border-top: 3px #CCC solid;
	border-bottom: 3px #CCC solid;
	font-size: 146.5%;
	font-style: italic;
}

#copy h2
{
	color: #000;
	font-size: 108%;
	font-weight: normal;
	padding-left: 10px;
	margin-top: 5px;
}

#copy .special em
{
	font-size: 100%;
	color: #999;
	padding-left: 20px;
}

#copy a { color: #259DBF; }
#copy a:hover { text-decoration: underline; }
#copy .special a
{
	color: #3FA7C5;
	text-decoration: underline;
}

#copy .special a:hover { text-decoration: none; }
#copy table { background-color: #EEEEEE; }
#copy td { vertical-align: top; }

#copy p
{
	color: #333;
	font-size: 83%;
	line-height: 1.6em;
	padding: 5px 5px 10px 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

#copy p.section
{
	font-size: 93%;
	padding: 5px 0 0 10px;
	color: #000;
}

#copy ul, #copy ol { padding-left: 40px; }
#copy ol li { list-style-type: decimal;}
#copy p.checklist { font-size: 93%; }
#copy li
{
	color: #333;
	font-size: 83%;
	line-height: 1.5em;
	padding: 5px 10px 5px 0;
	list-style-type: disc;
}

#copy div.term
{
	color: #41A6C3;
	padding-left: 10px;
	padding-top: 5px;
}

#copy ul.resources
{
	text-decoration: underline;
	color: #41A6C3;
	font-size: 116%;
	font-family: Verdana, Arial, San-Serif;
	margin-left: -30px;
}
#copy ul.resources li { list-style-type: none; }

/* Scripture */
#copy div.script-head
{
	color: #41A6C3;
	font-size: 116%;
	padding-left: 10px;
	padding-top: 5px;
}

#copy ul.scripture li { font-size: 93%;  color: #444;}

#copy span.quote
{
	display: block;
	font-size: 93%;
	color: #777;
	font-style: italic;
	line-height: 1.5em;
	margin-bottom: 8px;
}

#copy span.source
{
	color: #333;
	font-weight: bold;
	font-style: normal;
	font-size: 93%;
}

#base
{
	border-bottom: 4px #D3D3D2 solid;
	text-align: right;
	margin-bottom: 40px;
	height: 31px;
}

.more { display: none; }

.moreBtn
{
	display: block;
	height: 31px;
	width: 115px;
	background: url("../images/btn_readmore.png") no-repeat;
	float: right;
	margin: 0 !important;
	padding: 0 !important;
}

.lessBtn { background-position: 0 -32px; }

#resource-wrap
{
	clear: both;
	padding-top: 20px;
	margin-right: 10px;
	margin-left: 17px;
	width: 880px;
	padding-bottom: 50px;
	float: left;
	background-color: white;
}

#resource-wrap a
{
	color: #50728C;
	text-transform: uppercase;
	display: block;
	background-image: url(../images/red-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 100%;
}

#resource-wrap a:hover { color: #F00; }
#resource-wrap span.link1
{
	float: left;
	width: 175px;
}

#resource-wrap span.link2
{
	float: right;
	width: 155px;
	padding-right: 50px;
}

#resource-wrap span.link3
{
	float: right;
	width: 200px;
	padding-right: 50px;
}

#get-started
{
	float: left;
	background-image: url(../images/getting-started.png);
	background-repeat: no-repeat;
	width: 420px;
	margin-left: 10px;
}

#get-started p
{
	color: #40454F;
	padding-top: 85px;
	padding-left: 150px;
	width: 260px;
	font-size: 85%;
	padding-bottom: 18px;
}

#helpful-resources
{
	float: right;
	background-image: url(../images/helpful-resources.png);
	background-repeat: no-repeat;
	width: 420px;
	margin-left: 10px;
}

#helpful-resources p
{
	color: #40454F;
	padding-top: 85px;
	padding-left: 150px;
	font-size: 85%;
	width: 240px;
	padding-bottom: 18px;
}

#footer
{
	background-image: url(../images/footer-wrap.png);
	background-repeat: repeat;
	width: 100%;
	height: 316px;
	clear: both;
}

#foot-wrap
{
	background-image: url(../images/footer-back.png);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	width: 1024px;
	height: 316px;
}

#quick-links
{
	position: relative;
	width: 404px;
	height: 43px;
	margin: 0 auto 0 auto;
	left: -250px;
	bottom: 27px;
}

#foot-box
{
	width: 870px;
	margin: 0 auto 0 auto;
	background-color: #E1E1E1;
	height: 170px;
	border-top: 0;
	border-right: 5px #FFF solid;
	border-bottom: 5px #FFF solid;
	border-left: 5px #FFF solid;
}

#foot-box h3
{
	text-transform: uppercase;
	color: #585D5F;
	font-size: 93%;
	font-weight: normal;
}

#foot-box table
{
	width: 100%;
	margin-top: -6px;
}

#foot-box td.col1, #foot-box td.col2, #foot-box td.col3
{
	width: 290px;
	vertical-align: top;
	padding: 0 20px 10px 30px;
}

#foot-box td.col2
{
	border-right: 2px #CACACB solid;
	border-left: 2px #CACACB solid;
}

#foot-box .links li
{
	color: #808389;
	padding-top: 4px;
}

#foot-box .links li a
{
	color: #808389;
	text-decoration: underline;
	font-size: 85%;
}

#foot-box .links li a:hover { color: #A1474A; }


#foot-box .links li a:hover { color: #A1474A; }


#foot-box .share li a
{
	background-color: #4CABC7;
	display: block;
	color: #FFF;
	margin-top: 7px;
	padding: 3px;
	font-size: 85%;
	text-transform: uppercase;
}

#foot-box .share li a:hover
{
	color: #4CABC7;
	background-color: #FFF;
}

#foot-box td.footer-links
{
	background-color: #CCC;
	text-align: right;
	padding: 5px 5px 7px 5px;
	border-top: 9px #E1E1E1 solid;
}

/* Target Firefox 2 and older [!] */
#foot-box td.footer-links, x:-moz-any-link {border-top: 3px #E1E1E1 solid;}

#foot-box td.footer-links li
{
	display: inline;
	border-right: 2px #B9B9BA solid;
}

#foot-box td.footer-links li.last { border-right: 0px #B9B9BA solid; }

#foot-box td.footer-links a
{
	color: #666;
	font-size: 77%;
	padding-right: 10px;
	padding-left: 10px;
}

#foot-box td.footer-links a:hover { color: #A1474A; }

#social
{
	background-color: #FFF;
	width: 165px;
	color: #999;
	font-size: 85%;
	margin-left: 72px;
	float: left;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-right: 2px;
}

#social ul { float: right; }

#social li
{
	display: inline;
	padding-right: 4px;
	height: 30px;
	float: left;
	padding-left: 4px;
}

#social li.twitter { border-right: 1px #CCC solid; }

#social div.social-text
{
	float: left;
	padding-top: 8px;
	padding-left: 10px;
}

#sponsor
{
	text-align: right;
	background-image: url(../images/sponsored-by.png);
	background-repeat: no-repeat;
	background-position: 550px top;
}

#sponsor-wrap
{
	padding-right: 200px;
	padding-top: 10px;
}

