@charset "utf-8";
/* CSS Document */


.current {
	color: #9d181d;
}

#top {
	background-color: #FFF;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}	

#below_picture {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-variant: normal;
	color: #C0C0C0;
	background-color: #000;
	text-align: left;
	padding-right: 20px;
	background-image: url(../images/under_picture_verse.png);
	background-repeat: repeat-y;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
}


#top #topText {
	font-size: 36px;
	color: #9d181d;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	margin-top: 10px;
	font-variant: small-caps;
	font-weight: bold;
}

#outerWrapper2 {
	background-color: #FFF;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}

.imgAlign{
	vertical-align: bottom;
}

#nav {
	padding: 0px;
	margin: 0px;
	width: 960px;
	background-color: #000;
}

#contentWrapper {
	margin-top: 55px;
	margin-bottom: 20px;
}

#leftColumn1 {
	width: 600px;
	float:left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 20px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#rightColumn {
	font-size: 16px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
	padding-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
.clearFloat {
  clear: both;
  display: block;
}

#footer {
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-right: 20px;
}

#outsideBottom {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0px;
	height: 30px;
	background-color: #6f8d8d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	padding-left: 20px;
}

a:link {
	text-decoration: none;
	color: #666;
}

a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

a:active {
	text-decoration: none;
	color: #666;
}

#top div .navContent #menu #table .level1 .level1-li table thead tr th a {
	color: #fc0;
	font-weight: bold;
	text-align: left;
	margin-bottom: -10px;
}

#topText_level2 {
	padding-top: 20px;
	margin: 10px;
}

#top_above_picture_left_level2 {
	float: left;
	padding-left: 10px;
}

#top_above_picture_center_level2 {
	color: #9d181d;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
}

#top_above_picture_a_non_level2 {
	color: #999;
	font-size: 12px;
	font-style: italic;
	margin-top: -3px;
	padding-right: 0px;
	padding-bottom: 0px;
}


.content_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.bottom_nav_container {
	width: 600px;
	padding-bottom: 20px;
}
.left_bottom_nav {
	text-align: left;
	float: left;
	width: 300px;
}
.right_bottom_nav {
	text-align: right;
	float: right;
	width: 300px;
}
.sidebar_wrapper {
}
.sidebar_content {
	clear: both;
	padding-left: 60px;
	padding-top: 0px;
	font-size: 16px;
	line-height: 1.8em;
	color: #5a553e;
}
.sidebar_top {
	width: 250px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 30px;
}
.sidebar_bottom {
	width: 250px;
	clear: both;
	font-size: 18px;
}
.side_nav_active {
	font-weight: bold;
	background-image: url(../images/drop_shadow/left_arrow_green_6f8d8d_grad_240.png);
	background-repeat: no-repeat;
	margin-left: -60px;
	padding-left: 42px;
	color: #CCC;
	text-align: left;
}

.sub_header {
	font-weight: bold;
	padding-top: 15px;
}
 .scripture {
	 color: #9d181d;
	 font-style:italic;
}

.pull_quote {
	width: 200px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: italic;
	border: 0px dotted #333;
	line-height: 1.3em;
	font-weight: normal;
	padding: 10px;
	float: left;
	margin-left: 0px;
	color: #9d181d;
}
