@charset "utf-8";
/* CSS Document */

/* 	
	left sidebar content: 250px 
	right sidebar content: 160px
	center content: 550px 
*/

/* 	
	PMS 654 - navy from standards doc: #002C5F
	PMS 653 - medium blue from standards doc #20558A
	PMS 651 - light blue from standards doc #9CB1CD
	Cool Grey 4 - lightest grey from standards doc #BDBDBD
	Cool Grey 11 - darkest grey from standards doc #4D4E53
	super light grey, via me:#F2F2F2
	
	the orange we just made up:#DF7000
*/

html, body {
	color: #000;
	background-color: #20558A;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	height:100%;
	padding:0;
	margin:0;
	background:transparent url(images/repeat-bkgd.gif) repeat top left;
	/* lets IE6 recognize :hover on non-anchors */
    /* behavior: url("csshover3.htc"); */
}
a:link {
	text-decoration:none;
	color:#002C5F;
}
a:visited {
	text-decoration:none;
	color:#002C5F;
}
a:hover {
	text-decoration:none;
	cursor:pointer;
}
a:active {
	text-decoration:none;
}
.readMoreLink:link {
	color:#20558A;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.readMoreLink:hover {
	color:#9CB1CD;
}
img {
	border:none;
	/* fixes IE6s issues with png transparency */
	/* behavior: url(iepngfix.htc); */
}
p {
	margin:0;
	font-family:Futura, Palatino, Verdana, sans-serif;
	font-size:12px;
}
ul {
	margin:15px;
	padding:10px;
	list-style-type:disc;
	font-family:Futura, Palatino, Verdana, sans-serif;
	font-size:12px;
}

}
h1 {
	font-size:24px;
	text-decoration:none;
	font-weight:bold;
	margin:16px 0 16px 0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size:14px;
	font-style:italic;
	margin:0 0 10px 0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4D4E53;
}
h1 a:link {
	color:#DF7000;
}
h1 a:hover {
	color:#9CB1CD;
}
h3 {
	font-weight:bold;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.floatCloser {
	float:none;
	clear:both;
}
.placeholder {
	background-color:#CCC;
	height:30px;
}
.contentBlock {
	margin:10px 0;
}
.blockLink {
	display:block;
	width:100%;
	height:100%;
}
#wrapper {
	background-color:#FFF;
	width:1000px;
	margin:10px auto 10px auto;
	border:1px solid #013D79;
}
#headerArea {
	position:relative;
	width:1000px;
	height:120px;
}
#logo1 {
	float:left;
	padding:10px;
}
#logo2 {
	float:right;
	padding:10px;
}
#center {
	float:left;
	width: 550px;
}
#leftSidebar {
	float:left;
	width: 250px;
	padding:0 10px 0 10px;
}
#rightSidebar {
	width: 160px;
	padding:0 10px 0 10px;
	float:right;
}
#footer {
	clear: both;
	width:1000px;
	text-align:center;
	padding:10px 0;
	letter-spacing:1px;
	font-size:11px;
}
#footer a:hover {
	color:#20558A;
}
#dailyScripture {
	color:#FFF;
	font-weight:bold;
	background-color:#FFF;
	width:528px;
	margin:10px 0;
	padding:6px 10px;
	border:1px solid #6F94BD;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	height:68px;
	position:relative;
	background:#FFF url(images/scripture_background_2.png) 0 0 no-repeat;
}
.scriptureAttribution {
	font-size:12px;
	font-weight:normal;
	position:absolute;
	bottom:4px;
	right:4px;
}
.scriptureText {
}
/* Top Nav */
#topNavArea {
	font-family:Futura, Palatino, Verdana, sans-serif;
	width:980px;
	height:26px;
	padding:0 10px;
	background-color:#20558A;
	overflow:visible;
	line-height:24px;
	border-top:1px solid #FFF;
}
#insideDFWCFButtonHolder {
	float:left;
	/* width:250px; */
	height:26px;
	line-height:26px;
}
#insideDFWCFButton {
	height:25px;
	width:168px;
	float:left;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#20558A;
	background-color:#F2F2F2;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	color:#002C5F;
}
#insideDFWCFBorderMaker {
	height:25px;
	width:70px;
	float:right;
	border-bottom:1px solid #20558A;
}
/* right side */

#rightSideTopNav {
	height:26px;
	float:left;
}
.rightSideTopNavButton {
	height:24px;
	float:right;
	border-width:1px 1px 1px 0;
	border-style:solid;
	border-color:#20558A;
	padding:0 20px;
	font-weight:bold;
	background-color:#9CB1CD;
}
.rightSideTopNavButton:hover {
	background-color:#F2F2F2;
}
.rightSideTopNavButton a:hover {
	color:#002C5F;
}
/* end main nav */

/* sidebar nav */
#leftSidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebarNav {
	font-family:Futura, Palatino, Verdana, sans-serif;
	border-style:solid;
	border-color:#20558A;
	border-width:0 1px 1px 1px;
	width:248px;
	background-color:#F2F2F2;
}
#sidebarNavList {
	padding:10px 0 10px 0;
	color:#000;
	font-size:14px;
}
#sidebarNavList li {
/* padding:4px 0 4px 0; */
	/* width:100%; */
}
#sidebarNavList a:hover {
	background-color:#9CB1CD;
	color:#002C5F;
}
.leftSideNavEntry {
	padding:4px 10px;
}
#sidebarNavToggle:hover {
	background-color:#9CB1CD;
	color:#FFF;
}
#sidebarNavToggle a {
	display:block;
	height:100%;
	width:100%;
}
#leftSidebarSubscribeForm {
	margin:10px;
	border:1px solid black;
	background-color:#9CB1CD;
}
/* *** */
#searchBox {
	float:left;
	width:156px;
	border:1px solid #20558A;
	color:#CCC;
}
#searchButton {
	margin-top:4px;
	float:right;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	background-color:#002C5F;
}
#searchButton:hover {
	background-color:20558A;
}
.leaderboard {
	text-align:center;
	width:100%;
	margin-top:10px;
	clear:both;
}
#sidebarNavToggle {
	text-align:center;
	padding:10px;
}
/* Footer Stuff */

#footerTopLine {
	width:90%;
	margin:10px auto 10px auto;
	font-size:0px;
	height:1px;
	background-color:#000;
}
#footer div {
	margin-bottom:10px;
}
#footerContentLinks {
	font-size:10px;
}
#footerNavLinks {
	font-size:12px;
}
#footerAdvertise {
	color:#002C5F;
	font-weight:bold;
}
#footerLegal {
	font-size:10px;
}
/* End Footer Stuff */

.centeredText {
	text-align:center;
	width:100%;
}
.leftImage {
	float:left;
	margin:0 5px 5px 0;
}
.leftImageBdr {
	float:left;
	margin:0 10px 5px 0;
	border: 1px solid #000;
}
.rightImageBdr {
	float:right;
	margin:0 0 5px 5px;
	border: 1px solid #000;
}
.rightImage {
	float:right;
	margin:0 0px 5px 5px;
}
.includeHeadlines {
	padding:10px 10px 10px 10px;
	border: 1px solid #20558A;
	background-color:#F2F2F2;
}
.sidebarHeadlines {
	font-family:Futura, Palatino, Verdana, sans-serif;
	font-size:12px;
	color:#4D4E53;
}
.sidebarHeadlinesLink{
	color:#4D4E53;
}
.sidebarHeadlinesLink:hover {
	color:#000;
	text-decoration:underline;
}	
.articleExtras {
	font-family:Futura, Palatino, Verdana, sans-serif;
	font-size:11px;
	color:#000000;
}
.articleExtras:link {
	color:#4D4E53;
	text-decoration:underline;
}
.articleExtras:hover {
	color:#BDBDBD;
}
.ImageBdr {
	margin:20px 0 5px 0px;
	border: 1px solid #000;
}
.blurb {
	border-bottom:1px solid black;
	padding-bottom:20px;
	margin-bottom:20px;
}

/*  Contact Us form */

#contactUsFormArea{
	background-color:#9CB1CD;
	color:#002C5F;
	width:70%;
	margin:auto;
	padding:20px;
	border:1px solid black;
}
#contactUsForm{

}
.contactFormControl{
	width:90%;
	float:right;
	border:1px solid #000;
}
.contactFormLabel{
	padding:10px 0;
}
#contactUsForm div{
	float:none;
	clear:both;	
}
#contactUsSubmitButton{
	clear:both;
	padding-top:20px;
	text-align:center;
}
#feedback{
	text-align:center;
	color:#F00;
	padding-bottom:10px;
}
.subscribeDisclaimer{
	padding-top:10px;
font-size:9px;	
}
#list {
	font-family:Futura, Palatino, Verdana, sans-serif;
	font-size:12px;
}
