/* HTML Selector styles */
body {
	behavior: url("/style/csshover3.htc");
	font-size:12px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #edefee;
	vertical-align: top;
	top: 0px; /* centers the whole page */
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:780px;
	height: 100%;
	margin: auto;
	position: relative;
}
img {
	border:none;
}
/* Enhanced Links */

/*
#content a[href ^='http:'] {
	padding-right: 18px;
	background: transparent url(/images/doc_icons/external.gif) no-repeat top right;
}

#content a[href *='crcna.org'], #content a[href *='thebanner.org'], #content a[href *='faithaliveresources.org'], #content a[href *='backtogod.net'], #content a[href *='calvin.edu'], #content a[href *='calvinseminary.edu'], #content a[href *='crwrc.org'], #content a[href *='del.icio.us'] {
	padding-right: 0;
	background: none;
}
*/
/*
#content a[href ^='mailto'] {
	padding-right: 18px;
	background: transparent url(/images/doc_icons/email.gif) no-repeat top right;
}
*/
/*
#content a[target ='_blank'] {
	padding-right: 18px;
	background: transparent url(/images/doc_icons/new_window.gif) no-repeat top right;
}
*/
#content a[href $='.mp3'] {
	padding-right: 15px;
	background: transparent url(/images/doc_icons/mp3.gif) no-repeat top right;
}

#content a[href $='.pdf'] {
	padding-right: 18px;
	background: transparent url(/images/doc_icons/pdf.gif) no-repeat top right;
}

#content a[href $='.doc'], #content a[href $='.docx'] {
	padding-right: 18px;
	background: transparent url(/images/doc_icons/word.gif) no-repeat top right;
}

#content a[href $='.xls'], #content a[href $='.xlsx'] {
	padding-right: 18px;
	background: transparent url(/images/doc_icons/excel.gif) no-repeat top right;
}
#content a.image_link {
	padding-right: 0;
	background: none;
}

#content a.no_preview {
	padding-right: 0;
	background: none;
}

/* Form */
div#mailchimp_forms label {
	width: auto;
	margin-right: 0;
	float: none;
	display: inline;
}
#mailchimp_forms li {
	list-style-type: none;
}
#mailchimp_forms input.email {
	/* display: none; */
}
form {
	font-size:12px;
	line-height:18px;
	padding:5px 5px 5px 10px;
	margin:0;
}
label {
	width: 7em;
	margin-right: .5em;
	text-align: right;
	float: left;
	display: block;
}
input {
	border: 1px solid #ccc;
	padding: 0 0 0 0;
	background-color: #fff;
	padding: .1em;
	text-align: left;
}
input:hover {
	background-color: #ccc;
	color: #000;
}
select {
	font-size:12px;
	line-height:18px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: .2em;
}
textarea {
	font-size:12px;
	line-height:18px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: .2em;
}
.submit input {
	border: 1px solid #ccc;
	margin-left: 8.2em;
	color:#000;
	font-weight:bold;
}
.submit input:hover {
	background-color:#ccc;
}
.button {
	border: 1px solid #ccc;
	background-color: #069;
	color:#fff;
	font-weight:bold;
}
#top {
	height: 50px;
	width: 760px;
	background: url(/images/bkgd.jpg);
	background-repeat: repeat-y;
	margin: 0 10px 0 10px;
}
#header {
	margin: 0px 20px 0 20px;
	background-color: #99CCFF;
}
#mainnav {
	margin: 0 0 0 10px;
	padding: 0 10px 2px;
	width: 740px;
	/* height: 45px; */
	background: url(/images/bkgd.jpg);
	background-repeat: repeat-y;
}
#content {
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 1px 10px;
	width: 740px;
	background: url(/images/bkgd.jpg);
	background-repeat: repeat-y;
	height: 520px; /* for IE */
	min-height: 520px; /* for not-IE */
}
html>body #content {
	height: auto; /* for not-IE */
}
#content p {
	margin: 0 0 10px 0;
	padding: 0px 10px 0px 10px;
}
#content p.nospace {
	margin: 0 0 0 0;
	padding: 0px 10px 0px 10px;
}
#content h1 {
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#069;
	margin: 0 0 0 0;
	padding: 5px 10px 0px 10px;
}
#content h2 {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	margin: 0 0 0 0;
	padding: 5px 10px 0px 10px;
}
#content h3 {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	margin: 0 0 0 0;
	padding: 5px 10px 0px 10px;
}
#content h4 {
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	margin: 0 0 0 0;
	padding: 5px 10px 0px 10px;
}
#content h5 {
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	margin: 0 0 0 0;
	padding: 5px 10px 0px 10px;
}
#content h6 {
	font-size:9px;
	line-height:18px;
	font-weight:bold;
	letter-spacing:3px;
	color:#666;
	text-transform:uppercase;
	margin: 0 0 0 0;
	padding: 5px 10px 0px 10px;
}
#content ul {
	padding-right: 10px;
}
#content ol {
}
#content a:link {
	text-decoration:none;
	color:#069;
}
#content a:visited {
	text-decoration:none;
	color:#069;
}
#content a:hover {
	text-decoration:underline;
	color:#000;
}
#content a:active {
	text-decoration:underline;
	color:#069;
}
#excerpt_right {
	float: right;
	background-image: url(/images/bkgd_column.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: dashed #ccc 1px;
	margin: 0px 0 5px 10px;
	padding: 5px 5px 0 0;
	width:180px;
	background-color: #fff;
}
#excerpt_right p {
	margin: 0 0 5px 0;
}
#excerpt_right h6 {
/* margin: 0 20px 0 0;
	padding: 0; */
	}
#leftnav {
	/* border-top:dashed #ccc 1px; */
	padding-top:2px;
	background-image: url(http://www.crcna.org/images/bkgd_column.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: dashed #ccc 1px;
	width: 170px;
	margin: 0;
}
#rightnav {
	border-top:dashed #ccc 1px;
	padding-top:2px;
	background-image: url(http://www.crcna.org/images/bkgd_column.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: dashed #ccc 1px;
	width: 170px;
	padding: 2px 0 0 0;
	margin: 0;
}
#search form {
	margin: 0;
	padding-right: 0;
}
#search input {
	margin: 0;
	background-color: #fff;
	color: #000;
}
#search input:hover {
	background-color: #ccc;
	color: #000;
}
#cse-search-results {
	width: 720px;
	padding: 0px 10px 0px 10px;
}
#sidebar {
	border-top:dashed #ccc 1px;
	background-image: url(/images/bkgd_column.jpg);
	background-position: top;
	background-repeat: repeat-x;
	/* border-bottom: dashed #ccc 1px; */
	margin: 0 0 0 0;
	padding: 0 10px 0 3px;
}
#footer {
	position: relative;
	font-size:9px;
	line-height:12px;
	float:inherit;
	color:#999;
	margin:0 10px 0 10px;
	padding: 15px 0 0 0;
	height: 40px;
	text-align:center;
	background: url(/images/bkgd_footer.jpg);
	background-repeat: no-repeat;
}
#footer a:link {
	text-decoration:none;
	color:#999;
	outline:none;
}
#footer a:hover {
	text-decoration:underline;
	color:#000;
	outline:none;
}
#menubar {
	width: 740px;
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 2px 10px;
	background: url(/images/bkgd.jpg);
	background-repeat: repeat-y;
	border-bottom:dashed #ccc 1px;
}
#news { /* Format the front page news feed. */
	background: #fff;
}
#news ul {
	margin: 0px 0px 5px 0px;
	padding: 0px 20px 0 24px;
}
#news a:link {
	text-decoration:none;
	color:#069;
}
#news a:visited {
	text-decoration:none;
	color:#069;
}
#news a:hover {
	text-decoration:underline;
	color:#000;
}
#news a:active {
	text-decoration:underline;
	color:#069;
}
/* See also .titletext*/
#titletext {
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	padding:0 5px 0 10px;
	margin:0;
}
/* Class style */
a.callink:link {
	color:#903;
	text-decoration:underline;
	font-size:8pt;
}
a.callink:visited {
	color:#903;
	text-decoration:underline;
	font-size:8pt;
}
a.callink:hover {
	color:#000;
	text-decoration:underline;
	font-size:8pt;
}
.bkgd_column {
	background-image: url(/images/bkgd_column.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/* * indicates a required field */
.redtext {
	color:#f00;
	font:7pt verdana, arial, sans-serif;
	font-weight:bold;
}
/* headings (Example: Events Calendar -  Previous  Month, Year  Next heading */
.headerbg {
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	color:#fff;
	background-color:#999;
}
.headertext {
	color:#fff;
	font-weight:bold;
}
.menuhighlight {
	background-color:#e3e3e3;
}
/* links inside a header */
a.headerlink:link {
	text-decoration:none;
	color:#fff;
}
a.headerlink:visited {
	text-decoration:none;
	color:#fff;
}
a.headerlink:hover {
	text-decoration:none;
	color:#dedede;
}
/* other headings (Example:Events Calendar - Sun Mon Tue Wed Thu Fri Sat  heading */
.header2bg {
	background-color:#999;
}
.header2text {
	color:#fff;
}
/* Alternating row background colors */
.alternatebg1 {
	background-color:#ccc;
}
.alternatebg2 {
	background-color:#dedede;
}
.alternatebg3 {
	background-color:#e8e8e8;
}
/* Border Style of tables created from Table Builder tool */
.borderstyle {
	border-color:#000;
}
/* used only in Admin tool for Table Builder */
.tablecell {
	color:#000;
	border:thin solid;
	font-size:10px;
}
.tableheadercell {
	color:#000;
	background-color:#903;
	font-weight:bold;
	border:thin solid;
	font-size:10px;
	text-align:center;
}
/* DRH:Class styles */
.clear {
	clear:both;
}
.clear_right {
	clear:right;
}
.clear_left {
}
/*DRH:Detail controls all Tool sections of the page. */
.detail {
}
.detail li {
}
.detail img {
}
.image_third_right {
	margin:0;
	width:139px;
	border-top:solid #e3e3e3 1px;
	border-right:solid #fff 1px;
}
.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:24px;
	padding:0 5px 5px 10px;
	margin: 0 0 10px 0;
	color:#069;/* border-bottom: dashed #999 1px; */
}
.news {
	font-size:12px;
	line-height:18px;
	margin:0;
	text-align: left;
	padding:0 10px 2px 10px;
}
.nospace { /* this needed? */
	padding-top: 0px;
	padding-bottom: 0px;
}
.rule_top {
	border-top:dashed #ccc 1px;/*	padding:2px 10px 0 10px; */
}
.rule_top_bkgd {
	border-top:dashed #ccc 1px;
	padding-top:2px;
	background-image: url(/images/bkgd_column.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.rule_top_clear {
	border-top:solid #ccc 1px;
	padding-top:2px;
	clear:both;
}
.rule_right {
	border-right:dashed #ccc 1px;
}
.rule_bottom {
	border-bottom:dashed #ccc 1px;
	padding-bottom:2px;
	margin:5px 0 0 0;
}
.rule_left {
	border-left:dashed #ccc 1px;
}
.rule_bkgd {
	background-color:#ccc;
	margin-bottom:3px;
	color:#999;
	padding-bottom:2px;
	padding-top:1px;
	margin-left:1px;
	margin-right:1px;
}
.status_active {
	color: #000;
}
.status_inactive {
	color: #666;
}
.status_inprocess {
	color: #903;
}
.status_key {
	color: #f03;
}
.ticker {
	font-size:12px;
	line-height:18px;
	padding:0 0 10px 0;
	height:14px;
	margin:0;
}
/* See also #titletext*/
.titletext {
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	padding:0 5px 0 10px;
	margin:0;
}
/* Page Status in admin site*/
.page_status_1 {
	color:#000000;
}
.page_status_0 {
	color:#999999;
}
.page_status_P {
	color:#666666;
}
.page_status_K {
	color:#990033;
}
div.fadestack {
	position: relative;
	width: 425px;
	height: 300px;
	margin: 10px 0 0 10px;
}
div.stack_controls {
	background-color: white;
	font-size: 10px;
	text-align: left;
	width: 425px;
	margin: 0 0 10px 10px;
}
.stack_controls a {
	background-color: #edefee;
	font-weight: bold;
	padding: 1px 4px 2px;
}
.stack_controls a.activated {
	background-color: #ccc;
}

a.unfold_link {
	cursor: pointer;
}

.msg_link {
	color: #006699;
	cursor: pointer;
}
div.msg_body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#container { /*Adds margin to the left of embedded video contatiners */
	margin: 0 0 0 10px;
	}
	
.delicious-odd, .delicious-even {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin:0 0 0 40px;;
	}
	
.delicious-extended {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin:0 0 0 40px;;
	}

