body {
	font-size: 100.01%;
	font-family: "Lucida Grande", "MS Trebuchet", Verdana, Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #666;
}
.content, p, #pageContent, #main-content {
	font-size: 12px;
}
.aboutus02 {
	font-size: 14px;
	color: #fff;
}
img {
	clear: both;
}
/* Links*/
a:link, a:visited {
	color: #cc6600;
	text-decoration: none;
}
a:hover, a:active {
	color: #cc0000;
	text-decoration: none;
}

/* Headings */
h1, h3, h5 {
	color: #fc090f;
}
 h4, h6 ,h9 {
	color: #777;
}
h1 {
	font-size: 14px;
	font-weight: normal;
}
h1 span {
	color: #777;
}
h1.page-title {
	border-bottom: 1px solid #CCC;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #EEE;
	color: #fc090f;
}

h3 {
    font-size: 20px;
	text-transform: uppercase;
	font-size: 11px;
}
h4 {
	font-style: italic;
	font-size: 11px;
}
h6 {
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #EEE;
	color: #468;
}
/* Tables */
table, td, tr, th {
	font-size: 12px;
}


/* Lists */
ul {
	margin-left: 0;
}
ul.menu {
	border: none;
}
ul.menu li {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 40px;
	list-style-position: inside;
}
ul.menu li li {
	text-indent: 60px;
}
ul.menu li li li {
	text-indent: 80px;
}
ul.menu li li li li {
	text-indent: 100px;
}
li.odd {
	background-color: #fff;
}
li.even {
	background-color: #f6f7f9;
}
/* FORMS */
fieldset {
	padding: .5em;
	border: 1px solid #999;
}

/* NAVIGATION ------------------------------------ */
/* Navigation Main*/
#navigation ul {
	margin: 0px;
	float: right;
	border-left:100;
	clear: both;
	padding: 0;
	list-style-type: none;
}
#navigation ul li {
	margin: 0px;
	display: inline;
	padding: 0;
}
#navigation ul li a {
	margin: 0;
	height: 23px;
	width: 107px;
	float: left;
	padding: 8px 0px 0px 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	background: url(../images/nav_inactive.png) #f7f8fa no-repeat;
}
#navigation ul li a:hover {
	background: url(../images/nav_active.png) #f7f8fa no-repeat;
	color: #4f6e8d;
}
#navigation ul li a.active {
	background: url(../images/nav_active.png) #f7f8fa no-repeat;
	color: #4f6e8d;
}
/*#navigation ul li a.active:hover {
	background: url(../images/nav_active.png) #f7f8fa no-repeat;
	color: #4f6e8d;
}*/
/* Navigation Upper*/
#quick-links-inner{
	width: 215px;
	height: 31px;
	float: right;
	padding-top: 5px;
}
#quick-links-inner ul {
	margin: 0;
	padding: 0;
	clear: both;
	list-style-type: none;
}
#quick-links-inner ul li {
	margin-left:4px;
	margin-right:4px;
	display: inline;
	padding: 5px 0px 0px 0px;
}
#quick-links-inner ul li.linksMyAccount {
	padding-left:14px;
}
#quick-links-inner ul li.linksMyContact, #quick-links-inner ul li.linksMyHelp{
	padding-left:12px;
	margin-left:2px;
	margin-right:2px;
}
#quick-links-inner ul li.linksLogin {
	padding-left:6px;
	margin-left:7px;
	color: #4f6e8d;
	text-decoration: none;
	font-size: 12px;
}
#quick-links-inner ul li.linksContact, #quick-links-inner ul li.linksHelp{
	padding-left:5px;
}
#quick-links-inner ul li a {
	margin: 0;
	padding: 0;
	color: #4f6e8d;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}
#quick-links-inner ul li a:hover {
	color: #fff;
}
#quick-links-inner ul li a.active {
	color: #fff;
}
#quick-links-inner ul li a.active:hover {
	color: #fff;
}

/* CONTENT ------------------------------------ */
.content img {
	border: 3px solid #e2e8ed;
	margin: 0 10px 10px 0;
	float: left;
}
.content img.nofloat {
	border:none;
	margin: 0;
	float: none;
}
#pageContent div.content div.column {
	/* changed oct 9
	width: 385px; */
	margin-left:30px;
	width: 355px;
	/*border: 1px red dashed;*/
}
.content blockquote {
	border: 1px solid transparent;
	font-weight: bold;
	color:	#468;
}
#pageContent .content ul li {
	list-style: none;
	padding-left: 20px;
	background: transparent url(../images/bullet_black.png) no-repeat scroll 0 1px;
	margin-bottom: 5px;
}

/* NODE:GENERAL ------------------------------------ */
.node .submitted {
	font-size: 11px;
	margin: 0; padding: 0;
	margin-top: -20px;
	margin-bottom: 15px;
}
.comment .submitted {
	font-size: 11px;
	margin: 0; padding: 0;
	margin-top: -10px;
	margin-bottom: 15px;
}
.node .links, .comment .links {
	font-size: 11px;
	padding: 8px 0;
}
.node.blog .content, .node.forum .content, .node.news .content, .node.event .content, .node.classified .content {
	padding: 20px;
	background-color: #f3f5f7;
	padding: 15px;
}
div.content span.terms ul {
	padding-left:3px;
	margin-left:0px;
	list-style-position:inside;
}
div.content span.terms ul li a, div.content span.terms ul li a.active{
	color:#4F6E8D;
	font-size:12px;
	text-decoration:underline;
}
#pageContent span.links ul {
	clear: both;
}
#pageContent span.links ul li a.node_read_more {
	color:#FF9933;
	font-size:11px;
	text-decoration:underline;
	margin-top:0px;
}
#pageContent div.submitted {
	margin:3px 0px 4px 0px;
	width:500px;
	height:13px;
	clear: both;
	float:left;
}
#pageContent div.submitted span.date-display-single {
	color:#666666;
	font-size:12px;
	font-weight:bold;
}
/* Comments */
.comment {
	border: 1px solid #eee;
	border-left-width: 12px;
	padding: 10px;
	margin-bottom: 15px;
}
.comment h3, .comment h3 a {
	color: #4f6e8d;
	font-size: 12px;
	text-transform: none;
}
a.comment_add, span.comment_forbidden {
	background: url(../icons/comment_add.png) no-repeat scroll center left;
	padding: 2px 0 2px 20px;
}
a.comment_edit {
	background: url(../icons/comment_edit.png) no-repeat scroll center left;
	padding: 2px 0 2px 20px;
}
a.comment_delete {
	background: url(../icons/comment_delete.png) no-repeat scroll center left;
	padding: 2px 0 2px 20px;
}
a.comment_reply {
	background: url(../icons/comments_add.png) no-repeat scroll center left;
	padding: 2px 0 2px 20px;
}
/* Node Type: Page */
#pageContent .node.page .content img {
	float: left;
	/*margin: 0 10px 10px -50px;*/
	/*T R B L*/
	margin: 0px 30px 5px 5px;

}
#pageContent .node.page .content {
	/*margin-left: 50px;*/
	margin-left: 0px;
	width: 450px;
}
/* Node Type: Blog*/
a.blog_usernames_blog {
	background: url(../icons/user_comment.png) no-repeat scroll center left;
	padding: 2px 0 2px 20px;
}
/* BLOCKS ------------------------------------ */
.block ul {
	margin: 0;
	padding: 0;
}
/* Menu */
#block-block-2 .content h2, #block-user-1 h2{
	font-size: 22px;
	color: #4f6e8d;
	padding: 8px 10px 0;
	border:none;
}
#block-block-2 .content h2:first-letter, #block-user-1 h2:first-letter {
	text-transform: uppercase;
}
#block-block-2, #block-user-1 {
	background-image: url(../images/rightBarNavHeader.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 18px;
}
#block-block-2 ul, #block-user-1 ul {
	list-style: none;
}
#block-block-2 ul.menu, #block-user-1 ul.menu{
	margin: 0;
}
/* Recent Tabs */
#recent ul {
	margin: 0;
	clear: both;
	padding: 8px 0px 0px 4px;
	list-style-type: none
}
#recent ul li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 11px;
}
#recent ul li a {
	margin: 0;
	height: 29px;
	width: 370px;
	padding: 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#recent ul li a:hover {
	color: #4f6e8d;
}
#recent ul li.tab {
	width:118px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 4px;
}
#recent ul li.active {
	color: #6b6c70;
}
#recent .block-views h2 {
	color: #d6741d;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 10px;
	border:none;/*added by chris oct13*/
}
#recent .block-views h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-bottom: 13px;
	margin-left: 10px;
}
#recent .block-views #sermonRight h3 {
	margin-left: 0;
	background-color:transparent;
}
#recent .block-views a {
	color: #4f6e8d;
	text-decoration: none;
}
#recent .block-views .events-item,
#recent .block-views .news-item,
#recent .block-views .sermons-item {
	margin: 0 10px 10px 10px;
	color: #6b6c70;
	font-size: 10px;
}
#recent .block-views #sermonRight .sermons-item {
	margin-left: 0px;
}
#recent .block-views .first .date {
	text-transform: uppercase;
	margin-bottom: 10px;
}
#recent .block-views .title a {
	font-weight: bold;
}
#recent .block-views .first .title a {
	font-size: 14px;
	font-weight: normal;
}
#recent .block-views .first .title {
	margin-bottom: 10px;
}
#recent .block-views a.readmore {
	margin: 0;
	float: right;
	padding: 2px 0px 0px 0px;
	color: #d6741d;
	text-decoration: none;
	font-size: 10px;
	border-bottom: 1px dotted #d6741d;
	line-height: 98%;
	margin-right: 8px;
}
#sermonLeft img {
	border: 0;
	margin: 0;
	float: none;
}

/* VIEWS ------------------------------------ */
/* News */
#pageContent .news-item {
	float: left;
	padding: 10px;
	clear: both;
}
#pageContent .view-content {
	clear: both;
}
#pageContent .news-item .date {
	float: left;
	width: 50px;
	color: #4f6e8d;
	font-size: 11px;
}
#pageContent .news-item .term {
	float: right;
}
#pageContent .news-item .term a {
	color: #4f6e8d;
	font-size: 11px;
	font-style: italic;
}
#pageContent .news-item .title {
	margin-left: 50px;
}
#pageContent .news-item .content {
	margin-top: 10px;
	margin-left: 10px;
	font-size:11px;
	width:470px;
}
#pageContent .news-item.odd {
	background-color:#f5f7f9;
	width:490px;
}
#pageContent .news-item.even {
	background-color: #fdfdfe;
	width:490px;
}
/* Events */
#pageContent .events-item {
	float: left;
	padding: 10px;
	clear: both;
}
#pageContent .view-content {
	clear: both;
}
#pageContent .events-item .date {
	color: #4f6e8d;
	font-size: 11px;
}
#pageContent .events-item .term {
	float: right;
}
#pageContent .events-item .term a {
	color: #4f6e8d;
	font-size: 11px;
	font-style: italic;
}
#pageContent .events-item .content {
	margin-top: 10px;
}
#pageContent .events-item.odd {
	background-color:#f5f7f9;
	width:510px;
}
#pageContent .events-item.even {
	background-color: #fdfdfe;
	width:510px;
}

/* FORUM LISTINGS ------------------------------------ */
#forum tr.odd, #forum tr.even {
	border: none;
}
#forum td.container {
	background-color: #fff;
}
#forum td.container a {
	color: #4f6e8d;
	text-transform: uppercase;
}
#forum ul, #forum li {
	list-style: none;
	font-size: 12px;
}
#forum ul li a {
	background: url(../icons/comments_add.png) no-repeat scroll center left;
	padding: 2px 0 2px 20px;
}


/* FOOTER ------------------------------------ */

#footerUpperInner h4 {
	font-size: 12px;
	color: #e6e6e6;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 15px;	
	font-style:normal;
}

#footer, #footer p, #footer table , #footer td{
	color: #ddd;
	font-size: 11px;
	line-height: 16px;
}
#footer ul {
	margin-top: 0;
}
#footer a {
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
}
#footer table, #footer tbody,
#admin #footer table, #admin #footer tbody {
	border: 0;
	
}
#footer ul li {
	list-style: none outside;
	background: url(../images/arrow_bullet_dark.png) no-repeat scroll 0px 4px;
	padding-left:18px;
}

#footer ul li.address {
	background: url(../images/address_dark.png) no-repeat scroll 0px 4px;
}
#footer ul li.email {
	background: url(../images/email_dark.png) no-repeat scroll 0px 4px;
}
#footer ul li.directions {
	background: url(../images/directions_dark.png) no-repeat scroll 0px 4px;
}
#footer span {color:#CC6600;}
/* DRUPAL ------------------------------------ */
#admin #pageContent {
	overflow: auto;
}
div.messages {
	border: 1px solid #ABC;
	background-color: #DEF;
	padding: 10px;
	font-size: 12px;
	font-weight: none;
	margin-bottom: 1em;
}
#leftInner ul li{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
}
div.messages a{
	font-size: 12px;
	font-weight: none;
	color: #446688;
	text-decoration: underline;
}
#tabs-wrapper a {
	color: #4f6e8d;
	font-size: 14px;
	font-weight: none;
	text-decoration: none;
}
div.help a {
	color: #D6741D;
	font-size: 12px;
}
div.breadcrumb {
	margin: -20px 0 15px 0;
	font-style: italic;
	color: #999;
}
div.breadcrumb a {
	color: #d6741d;
	font-size: 12px;
	font-weight: none;
	text-decoration: underline;
}
div.error {
	border: 1px solid #e0e0e0;
	background: #d6741d; none repeat scroll 0%;
	color: #fff;
	margin-bottom: 1em;
	margin-top: 0.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}
div.help {
	background: #EEEEEE url(..images/help.jpg) no-repeat scroll left center;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
	margin-top: 0.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}

div.compact-link a{
	color: #4F6E8D;
	font-size: 10px;
	text-decoration: none;
}
div.compact-link a:hover{
	text-decoration: underline;
}
div.admin-panel h3 {
	color: #4F6E8D;
	font-size: 16px;
	padding-left: 0px;
}
div.admin-panel p {
	color: #6b6c70;
	font-size: 11px;
	padding-left: 0px;
}
div.admin-panel {
	margin: 0pt;
	padding: 5px 5px 10px;
}
p.admin-panel {
	font-size: 11px;
}
#admin div.body {
	color: #6b6c70;
	background-color: #f5f6f8;
	font-size: 10px;
}
#admin div.body dd {
	color: #6b6c70;
	font-size: 10px;
	padding-bottom: 4px;
}
#admin div.body dt a {
	color: #4F6E8D;
	background-color: #f5f6f8;
	font-size: 10px;
}
#admin table {
	border: 1px solid #CCCCCC;
}
#admin caption {
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 5px;
}
#admin thead th {
	border-bottom: 3px solid #CCCCCC;
	padding-right: 1em;
	text-align: left;
	color: #4f6e8d;
	font-size: 10px;
}
ul.tabs.primary {
	border: 0;
	float: right;
	margin-bottom: -20px;
}
ul.tabs.primary li a {
	border-bottom: 1px solid #ccc;
}
div.admin {
	padding-bottom:7px;
}
.form-submit {
	color: #fff;
	background-color: #7b91aa;
	border-color: #bac8d6;
	margin-top:5px;
	margin-left:2px;
	margin-right:2px;
}
/*added oct13 chris b*/
#pageContent div.form-element-0 {
	float:left;
	width:222px;
}
#pageContent div.form-element-1 {
	float:left;
	width:160px;
}

#pageContent div.og_dir_title {
	width:300px;
	margin-top:5px;
	margin-bottom:5px;
}
#pageContent div.og_dir_links {
	width:300px;
	margin-top:5px;
	margin-bottom:5px;
}
.form-text {
	background: #EDF1F4 none repeat scroll 0%;
	border: 1px solid #C0CBD6;
	color: #666;
	padding: 2px 5px;
	width: 200px;
}
#admin div.description {
	padding: 5px 0;
	font-size: 11px;
}

/* PAGE:HOME ------------------------------------ */
#bodyInner .tab .heading ul {
	margin: 0;
	clear: both;
	padding: 2px 0px 0px 4px;
	list-style-type: none;
	font-weight: bold;
}
#bodyInner .tab .heading ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#bodyInner .tab .heading ul li a {
	margin: 0;
	height: 29px;
	width: 560px;
	padding: 0;
	color: #4f6e8d;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
#bodyInner .tab .heading ul li {
	color: #D6741D;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
}
#bodyInner .tab .heading ul li a:hover,
#bodyInner .tab .heading ul li.active a {
	color: #c60;
}
#bodyInner .tab .heading ul li {
	float: left;
	display: block;
	width: 139px;
}
#bodyInner .tab .heading ul li a {
	display: block;
	width: 139px;
	padding-top: 8px;
	height: 22px;
}
#homepage-tabs address {
	font-size: 10px;
	margin-bottom: 10px;
}
#homepage-tabs .right-side, #homepage-tabs .right-side p {
	font-size: 12px;
}
#homepage-tabs .right-side li,
#homepage-tabs .right-side ul,
#homepage-tabs .right-side ol {
	margin-left: 0;
	margin-right: 0;
}

/* PAGE:ABOUT-PASTORS ------------------------------------ */
.about-pastors div.odd,
.about-pastors div.even {
	clear: both;
	float: left;
	width: 100%;
}
.about-pastors dl {
	float: left;
	width: 100%;
	padding: 0;
	margin: 10px 0;
	clear: both;
}
.about-pastors div.odd dt,
.about-pastors div.odd dd {
	float: left;
}
.about-pastors div.even dt,
.about-pastors div.even dd {
	float: right;
}
.about-pastors dt,
.about-pastors dd {
	margin: 0; padding: 0;
}
.about-pastors dd {
	width: 315px;
}
.about-pastors div.odd dd {
	margin-left: 20px;
}
.about-pastors div.even dd {
	margin-right: 20px;
}
.about-pastors dl img {
	float: none;
	border: 3px solid #e2e8ed;
}
.about-pastors dl dt.nophoto {
	width: 175px;
	height: 175px;
	border: 3px solid #e2e8ed;
}
.about-pastors dl h3 {
	margin-bottom: 0;
	margin-top: 0;
}
.about-pastors dl h4 {
	margin-bottom: 10px;
}


/* PAGE: STAFF DIRECTORY*/
th.view-field-node-data-field-position-field-position-value,
td.view-field-node-data-field-position-field-position-value {
	padding:0.5em 0;
}
a.email {
	padding-right:1em;
}
